>>> linux 6.1.11 Extracting xzcat /tmp/instance-5/dl/linux/linux-6.1.11.tar.xz | tar --strip-components=1 -C /tmp/instance-5/output-1/build/linux-6.1.11 -xf - >>> linux 6.1.11 Patching if [ -e /tmp/instance-5/output-1/build/linux-6.1.11/drivers/video/fbdev ]; then dest=drivers/video/fbdev ; else dest=drivers/video ; fi ; mkdir -p /tmp/instance-5/output-1/build/linux-6.1.11/${dest}/fbtft; cp -dpfr /tmp/instance-5/output-1/build/fbtft-274035404701245e7491c0c6471c5b72ade4d491/* /tmp/instance-5/output-1/build/linux-6.1.11/${dest}/fbtft/ ; echo "source \"${dest}/fbtft/Kconfig\"" >> /tmp/instance-5/output-1/build/linux-6.1.11/${dest}/Kconfig ; echo 'obj-y += fbtft/' >> /tmp/instance-5/output-1/build/linux-6.1.11/${dest}/Makefile for p in ; do if test -d $p ; then PATH=/tmp/instance-5/output-1/host/bin:$PATH support/scripts/apply-patches.sh /tmp/instance-5/output-1/build/linux-6.1.11 $p \*.patch || exit 1 ; else PATH=/tmp/instance-5/output-1/host/bin:$PATH support/scripts/apply-patches.sh /tmp/instance-5/output-1/build/linux-6.1.11 `dirname $p` `basename $p` || exit 1; fi done >>> linux-tools Patching if [ -f /tmp/instance-5/output-1/build/linux-6.1.11/tools/perf/Documentation/Makefile ]; then printf "%%:\n\t@:\n" >/tmp/instance-5/output-1/build/linux-6.1.11/tools/perf/Documentation/GNUmakefile; fi >>> linux-tools Configuring >>> linux-tools Building PATH="/tmp/instance-5/output-1/host/bin:/tmp/instance-5/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /home/autobuild/make/make -j1 -C /tmp/instance-5/output-1/build/linux-6.1.11/tools/pci HOSTCC="/tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc -O2 -I/tmp/instance-5/output-1/host/include -L/tmp/instance-5/output-1/host/lib -Wl,-rpath,/tmp/instance-5/output-1/host/lib" ARCH=sh INSTALL_MOD_PATH=/tmp/instance-5/output-1/target CROSS_COMPILE="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-" WERROR=0 REGENERATE_PARSERS=1 DEPMOD=/tmp/instance-5/output-1/host/sbin/depmod LDFLAGS="" make[1]: Entering directory '/tmp/instance-5/output-1/build/linux-6.1.11/tools/pci' mkdir -p include/linux/ 2>&1 || true ln -sf /tmp/instance-5/output-1/build/linux-6.1.11/tools/pci/../../include/uapi/linux/pcitest.h include/linux/ make[2]: Entering directory '/tmp/instance-5/output-1/build/linux-6.1.11/tools/pci' CC pcitest.o LD pcitest-in.o make[2]: Leaving directory '/tmp/instance-5/output-1/build/linux-6.1.11/tools/pci' LINK pcitest make[1]: Leaving directory '/tmp/instance-5/output-1/build/linux-6.1.11/tools/pci' PATH="/tmp/instance-5/output-1/host/bin:/tmp/instance-5/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /home/autobuild/make/make -j1 -C /tmp/instance-5/output-1/build/linux-6.1.11/tools HOSTCC="/tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc -O2 -I/tmp/instance-5/output-1/host/include -L/tmp/instance-5/output-1/host/lib -Wl,-rpath,/tmp/instance-5/output-1/host/lib" ARCH=sh INSTALL_MOD_PATH=/tmp/instance-5/output-1/target CROSS_COMPILE="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-" WERROR=0 REGENERATE_PARSERS=1 DEPMOD=/tmp/instance-5/output-1/host/sbin/depmod CC=/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc LDFLAGS="" PKG_CONFIG_PATH=/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/pkgconfig tmon make[1]: Entering directory '/tmp/instance-5/output-1/build/linux-6.1.11/tools' DESCEND thermal/tmon /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -O3 -Wall -Wshadow -W -Wformat -Wimplicit-function-declaration -Wimplicit-int -fstack-protector-strong -D VERSION=\"1.0\" -c -o tmon.o tmon.c tmon.c: In function 'main': tmon.c:233:25: warning: 'strncpy' specified bound 20 equals destination size [-Wstringop-truncation] 233 | strncpy(ctrl_cdev, optarg, CDEV_NAME_SIZE); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -O3 -Wall -Wshadow -W -Wformat -Wimplicit-function-declaration -Wimplicit-int -fstack-protector-strong -D VERSION=\"1.0\" -c -o tui.o tui.c tui.c: In function 'show_cooling_device': tui.c:216:40: warning: format '%d' expects argument of type 'int', but argument 7 has type 'long unsigned int' [-Wformat=] 216 | "%02d %12.12s%6d %6d", | ~~^ | | | int | %6ld ...... 219 | ptdata.cdi[j].cur_state, | ~~~~~~~~~~~~~~~~~~~~~~~ | | | long unsigned int tui.c:216:44: warning: format '%d' expects argument of type 'int', but argument 8 has type 'long unsigned int' [-Wformat=] 216 | "%02d %12.12s%6d %6d", | ~~^ | | | int | %6ld ...... 220 | ptdata.cdi[j].max_state); | ~~~~~~~~~~~~~~~~~~~~~~~ | | | long unsigned int /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -O3 -Wall -Wshadow -W -Wformat -Wimplicit-function-declaration -Wimplicit-int -fstack-protector-strong -D VERSION=\"1.0\" -c -o sysfs.o sysfs.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -O3 -Wall -Wshadow -W -Wformat -Wimplicit-function-declaration -Wimplicit-int -fstack-protector-strong -D VERSION=\"1.0\" -c -o pid.o pid.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -O3 -Wall -Wshadow -W -Wformat -Wimplicit-function-declaration -Wimplicit-int -fstack-protector-strong -D VERSION=\"1.0\" tmon.o tui.o sysfs.o pid.o -o tmon -lm -lpthread -lpanel -lncurses make[1]: Leaving directory '/tmp/instance-5/output-1/build/linux-6.1.11/tools' >>> linux-tools Installing to staging directory >>> linux-tools Fixing libtool files for la in $(find /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib* -name "*.la"); do \ cp -a "${la}" "${la}.fixed" && \ /usr/bin/sed -i -e "s:/tmp/instance-5/output-1:@BASE_DIR@:g" \ -e "s:/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot:@STAGING_DIR@:g" \ \ -e "s:\(['= ]\)/usr:\\1@STAGING_DIR@/usr:g" \ -e "s:\(['= ]\)/lib:\\1@STAGING_DIR@/lib:g" \ \ -e "s:@STAGING_DIR@:/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot:g" \ -e "s:@BASE_DIR@:/tmp/instance-5/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 >>> linux-tools Installing to target PATH="/tmp/instance-5/output-1/host/bin:/tmp/instance-5/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /home/autobuild/make/make -j1 -C /tmp/instance-5/output-1/build/linux-6.1.11/tools/pci HOSTCC="/tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc -O2 -I/tmp/instance-5/output-1/host/include -L/tmp/instance-5/output-1/host/lib -Wl,-rpath,/tmp/instance-5/output-1/host/lib" ARCH=sh INSTALL_MOD_PATH=/tmp/instance-5/output-1/target CROSS_COMPILE="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-" WERROR=0 REGENERATE_PARSERS=1 DEPMOD=/tmp/instance-5/output-1/host/sbin/depmod LDFLAGS="" DESTDIR=/tmp/instance-5/output-1/target install make[1]: Entering directory '/tmp/instance-5/output-1/build/linux-6.1.11/tools/pci' install -d -m 755 /tmp/instance-5/output-1/target/usr/bin; \ for program in pcitest; do \ install $program /tmp/instance-5/output-1/target/usr/bin; \ done; \ for script in pcitest.sh; do \ install $script /tmp/instance-5/output-1/target/usr/bin; \ done make[1]: Leaving directory '/tmp/instance-5/output-1/build/linux-6.1.11/tools/pci' PATH="/tmp/instance-5/output-1/host/bin:/tmp/instance-5/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /home/autobuild/make/make -j1 -C /tmp/instance-5/output-1/build/linux-6.1.11/tools HOSTCC="/tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc -O2 -I/tmp/instance-5/output-1/host/include -L/tmp/instance-5/output-1/host/lib -Wl,-rpath,/tmp/instance-5/output-1/host/lib" ARCH=sh INSTALL_MOD_PATH=/tmp/instance-5/output-1/target CROSS_COMPILE="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-" WERROR=0 REGENERATE_PARSERS=1 DEPMOD=/tmp/instance-5/output-1/host/sbin/depmod CC=/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc LDFLAGS="" PKG_CONFIG_PATH=/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/pkgconfig INSTALL_ROOT=/tmp/instance-5/output-1/target tmon_install make[1]: Entering directory '/tmp/instance-5/output-1/build/linux-6.1.11/tools' DESCEND thermal/tmon install -m 755 -p -D "tmon" "/tmp/instance-5/output-1/target/usr/bin/tmon" make[1]: Leaving directory '/tmp/instance-5/output-1/build/linux-6.1.11/tools' >>> host-lpc3250loader 1.0 Downloading wget --passive-ftp -nd -t 3 -O '/tmp/instance-5/output-1/build/.lpc3250loader-1.0.tar.gz.fe4eyC/output' 'https://github.com/alexandrebelloni/lpc3250loader/archive/1.0/lpc3250loader-1.0.tar.gz' --2023-02-19 23:42:13-- https://github.com/alexandrebelloni/lpc3250loader/archive/1.0/lpc3250loader-1.0.tar.gz Resolving github.com (github.com)... 140.82.112.3 Connecting to github.com (github.com)|140.82.112.3|:443... connected. HTTP request sent, awaiting response... 302 Found Location: https://codeload.github.com/alexandrebelloni/lpc3250loader/tar.gz/refs/tags/1.0 [following] --2023-02-19 23:42:13-- https://codeload.github.com/alexandrebelloni/lpc3250loader/tar.gz/refs/tags/1.0 Resolving codeload.github.com (codeload.github.com)... 140.82.112.9 Connecting to codeload.github.com (codeload.github.com)|140.82.112.9|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 1959 (1.9K) [application/x-gzip] Saving to: '/tmp/instance-5/output-1/build/.lpc3250loader-1.0.tar.gz.fe4eyC/output' 0K . 100% 62.5M=0s 2023-02-19 23:42:14 (62.5 MB/s) - '/tmp/instance-5/output-1/build/.lpc3250loader-1.0.tar.gz.fe4eyC/output' saved [1959/1959] lpc3250loader-1.0.tar.gz: OK (sha256: 267de7541c92e5b007b93c660a41188976d531a3757f4ffd9b7142d3994da7d1) >>> host-lpc3250loader 1.0 Extracting gzip -d -c /tmp/instance-5/dl/lpc3250loader/lpc3250loader-1.0.tar.gz | tar --strip-components=1 -C /tmp/instance-5/output-1/build/host-lpc3250loader-1.0 -xf - >>> host-lpc3250loader 1.0 Patching >>> host-lpc3250loader 1.0 Configuring >>> host-lpc3250loader 1.0 Building >>> host-lpc3250loader 1.0 Installing to host directory /usr/bin/install -m 0755 -D /tmp/instance-5/output-1/build/host-lpc3250loader-1.0/LPC3250loader.py /tmp/instance-5/output-1/host/bin/LPC3250loader.py >>> lsscsi 0.32 Downloading wget --passive-ftp -nd -t 3 -O '/tmp/instance-5/output-1/build/.lsscsi-0.32.tgz.NQgBs7/output' 'http://sg.danny.cz/scsi/lsscsi-0.32.tgz' --2023-02-19 23:42:19-- http://sg.danny.cz/scsi/lsscsi-0.32.tgz Resolving sg.danny.cz (sg.danny.cz)... 37.157.195.192 Connecting to sg.danny.cz (sg.danny.cz)|37.157.195.192|:80... connected. HTTP request sent, awaiting response... 200 OK Length: 195376 (191K) [application/x-gzip] Saving to: '/tmp/instance-5/output-1/build/.lsscsi-0.32.tgz.NQgBs7/output' 0K .......... .......... .......... .......... .......... 26% 164K 1s 50K .......... .......... .......... .......... .......... 52% 337K 0s 100K .......... .......... .......... .......... .......... 78% 166K 0s 150K .......... .......... .......... .......... 100% 251M=0.8s 2023-02-19 23:42:20 (253 KB/s) - '/tmp/instance-5/output-1/build/.lsscsi-0.32.tgz.NQgBs7/output' saved [195376/195376] lsscsi-0.32.tgz: OK (sha256: 0a800e9e94dca2ab702d65d72777ae8cae078e3d74d0bcbed64ba0849e8029a1) >>> lsscsi 0.32 Extracting gzip -d -c /tmp/instance-5/dl/lsscsi/lsscsi-0.32.tgz | tar --strip-components=1 -C /tmp/instance-5/output-1/build/lsscsi-0.32 -xf - >>> lsscsi 0.32 Patching >>> lsscsi 0.32 Updating config.sub and config.guess for file in config.guess config.sub; do for i in $(find /tmp/instance-5/output-1/build/lsscsi-0.32 -name $file); do cp support/gnuconfig/$file $i; done; done >>> lsscsi 0.32 Patching libtool >>> lsscsi 0.32 Configuring (cd /tmp/instance-5/output-1/build/lsscsi-0.32/ && rm -rf config.cache && PATH="/tmp/instance-5/output-1/host/bin:/tmp/instance-5/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" AR="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-ar" AS="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-as" LD="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-ld" NM="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-nm" CC="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc" GCC="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc" CPP="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-cpp" CXX="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-g++" FC="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gfortran" F77="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gfortran" RANLIB="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-ranlib" READELF="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-readelf" STRIP="/bin/true" OBJCOPY="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-objcopy" OBJDUMP="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc" GCC_FOR_BUILD="/tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc" CXX_FOR_BUILD="/tmp/instance-5/output-1/host/bin/ccache /usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/tmp/instance-5/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/tmp/instance-5/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/tmp/instance-5/output-1/host/include" LDFLAGS_FOR_BUILD="-L/tmp/instance-5/output-1/host/lib -Wl,-rpath,/tmp/instance-5/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-as" DEFAULT_LINKER="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1" LDFLAGS="" FCFLAGS=" -Os -g0" FFLAGS=" -Os -g0" PKG_CONFIG="/tmp/instance-5/output-1/host/bin/pkg-config" STAGING_DIR="/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/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=no CONFIG_SITE=/dev/null ./configure --target=sh4a-buildroot-linux-gnu --host=sh4a-buildroot-linux-gnu --build=x86_64-pc-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 --disable-static --enable-shared ) 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-static, --enable-shared checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for sh4a-buildroot-linux-gnu-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 whether to enable maintainer-specific portions of Makefiles... no checking for sh4a-buildroot-linux-gnu-gcc... /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-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 /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc accepts -g... yes checking for /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc option to enable C11 features... none needed checking whether /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc understands -c and -o together... yes checking whether make supports the include directive... yes (GNU style) checking dependency style of /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc... none checking build system type... x86_64-pc-linux-gnu checking host system type... sh4a-buildroot-linux-gnu checking for sh4a-buildroot-linux-gnu-ar... /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-ar checking the archiver (/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-ar) interface... ar 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 linux/nvme_ioctl.h... yes checking for byteswap.h... 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 doc/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-static, --enable-shared >>> lsscsi 0.32 Building PATH="/tmp/instance-5/output-1/host/bin:/tmp/instance-5/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /home/autobuild/make/make -j1 -C /tmp/instance-5/output-1/build/lsscsi-0.32/ make[1]: Entering directory '/tmp/instance-5/output-1/build/lsscsi-0.32' /home/autobuild/make/make all-recursive make[2]: Entering directory '/tmp/instance-5/output-1/build/lsscsi-0.32' Making all in src make[3]: Entering directory '/tmp/instance-5/output-1/build/lsscsi-0.32/src' /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -W -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o lsscsi.o lsscsi.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -W -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -o lsscsi lsscsi.o make[3]: Leaving directory '/tmp/instance-5/output-1/build/lsscsi-0.32/src' Making all in doc make[3]: Entering directory '/tmp/instance-5/output-1/build/lsscsi-0.32/doc' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/tmp/instance-5/output-1/build/lsscsi-0.32/doc' make[3]: Entering directory '/tmp/instance-5/output-1/build/lsscsi-0.32' make[3]: Leaving directory '/tmp/instance-5/output-1/build/lsscsi-0.32' make[2]: Leaving directory '/tmp/instance-5/output-1/build/lsscsi-0.32' make[1]: Leaving directory '/tmp/instance-5/output-1/build/lsscsi-0.32' >>> lsscsi 0.32 Installing to target PATH="/tmp/instance-5/output-1/host/bin:/tmp/instance-5/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /home/autobuild/make/make -j1 DESTDIR=/tmp/instance-5/output-1/target install -C /tmp/instance-5/output-1/build/lsscsi-0.32/ make[1]: Entering directory '/tmp/instance-5/output-1/build/lsscsi-0.32' Making install in src make[2]: Entering directory '/tmp/instance-5/output-1/build/lsscsi-0.32/src' make[3]: Entering directory '/tmp/instance-5/output-1/build/lsscsi-0.32/src' /usr/bin/mkdir -p '/tmp/instance-5/output-1/target/usr/bin' /usr/bin/install -c lsscsi '/tmp/instance-5/output-1/target/usr/bin' make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/tmp/instance-5/output-1/build/lsscsi-0.32/src' make[2]: Leaving directory '/tmp/instance-5/output-1/build/lsscsi-0.32/src' Making install in doc make[2]: Entering directory '/tmp/instance-5/output-1/build/lsscsi-0.32/doc' make[3]: Entering directory '/tmp/instance-5/output-1/build/lsscsi-0.32/doc' make[3]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/tmp/instance-5/output-1/target/usr/share/man/man8' /usr/bin/install -c -m 644 lsscsi.8 '/tmp/instance-5/output-1/target/usr/share/man/man8' make[3]: Leaving directory '/tmp/instance-5/output-1/build/lsscsi-0.32/doc' make[2]: Leaving directory '/tmp/instance-5/output-1/build/lsscsi-0.32/doc' make[2]: Entering directory '/tmp/instance-5/output-1/build/lsscsi-0.32' make[3]: Entering directory '/tmp/instance-5/output-1/build/lsscsi-0.32' 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-5/output-1/build/lsscsi-0.32' make[2]: Leaving directory '/tmp/instance-5/output-1/build/lsscsi-0.32' make[1]: Leaving directory '/tmp/instance-5/output-1/build/lsscsi-0.32' >>> lsuio 0.2.0 Downloading wget --passive-ftp -nd -t 3 -O '/tmp/instance-5/output-1/build/.lsuio-0.2.0.tar.gz.rz4mfI/output' 'http://www.osadl.org/projects/downloads/UIO/user/lsuio-0.2.0.tar.gz' URL transformed to HTTPS due to an HSTS policy --2023-02-19 23:42:27-- https://www.osadl.org/projects/downloads/UIO/user/lsuio-0.2.0.tar.gz Resolving www.osadl.org (www.osadl.org)... 62.245.132.105, 2001:a60:9266:ffff:62:245:132:105 Connecting to www.osadl.org (www.osadl.org)|62.245.132.105|:443... connected. HTTP request sent, awaiting response... 404 Not Found 2023-02-19 23:42:28 ERROR 404: Not Found. wget --passive-ftp -nd -t 3 -O '/tmp/instance-5/output-1/build/.lsuio-0.2.0.tar.gz.CkjS6k/output' 'http://sources.buildroot.net/lsuio/lsuio-0.2.0.tar.gz' --2023-02-19 23:42:28-- http://sources.buildroot.net/lsuio/lsuio-0.2.0.tar.gz Resolving sources.buildroot.net (sources.buildroot.net)... 104.26.1.37, 172.67.72.56, 104.26.0.37, ... Connecting to sources.buildroot.net (sources.buildroot.net)|104.26.1.37|:80... connected. HTTP request sent, awaiting response... 200 OK Length: 202584 (198K) [application/x-gtar-compressed] Saving to: '/tmp/instance-5/output-1/build/.lsuio-0.2.0.tar.gz.CkjS6k/output' 0K .......... .......... .......... .......... .......... 25% 2.65M 0s 50K .......... .......... .......... .......... .......... 50% 7.29M 0s 100K .......... .......... .......... .......... .......... 75% 3.05M 0s 150K .......... .......... .......... .......... ....... 100% 6.24M=0.05s 2023-02-19 23:42:28 (3.97 MB/s) - '/tmp/instance-5/output-1/build/.lsuio-0.2.0.tar.gz.CkjS6k/output' saved [202584/202584] lsuio-0.2.0.tar.gz: OK (sha256: c88b3850248b2d3419e025abd7b9b0991c8bd33a2d4983f9608408a29900bfb5) >>> lsuio 0.2.0 Extracting gzip -d -c /tmp/instance-5/dl/lsuio/lsuio-0.2.0.tar.gz | tar --strip-components=1 -C /tmp/instance-5/output-1/build/lsuio-0.2.0 -xf - >>> lsuio 0.2.0 Patching >>> lsuio 0.2.0 Updating config.sub and config.guess for file in config.guess config.sub; do for i in $(find /tmp/instance-5/output-1/build/lsuio-0.2.0 -name $file); do cp support/gnuconfig/$file $i; done; done >>> lsuio 0.2.0 Patching libtool >>> lsuio 0.2.0 Configuring (cd /tmp/instance-5/output-1/build/lsuio-0.2.0/ && rm -rf config.cache && PATH="/tmp/instance-5/output-1/host/bin:/tmp/instance-5/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" AR="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-ar" AS="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-as" LD="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-ld" NM="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-nm" CC="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc" GCC="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc" CPP="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-cpp" CXX="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-g++" FC="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gfortran" F77="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gfortran" RANLIB="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-ranlib" READELF="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-readelf" STRIP="/bin/true" OBJCOPY="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-objcopy" OBJDUMP="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc" GCC_FOR_BUILD="/tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc" CXX_FOR_BUILD="/tmp/instance-5/output-1/host/bin/ccache /usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/tmp/instance-5/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/tmp/instance-5/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/tmp/instance-5/output-1/host/include" LDFLAGS_FOR_BUILD="-L/tmp/instance-5/output-1/host/lib -Wl,-rpath,/tmp/instance-5/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-as" DEFAULT_LINKER="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1" LDFLAGS="" FCFLAGS=" -Os -g0" FFLAGS=" -Os -g0" PKG_CONFIG="/tmp/instance-5/output-1/host/bin/pkg-config" STAGING_DIR="/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/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=no CONFIG_SITE=/dev/null ./configure --target=sh4a-buildroot-linux-gnu --host=sh4a-buildroot-linux-gnu --build=x86_64-pc-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 --disable-static --enable-shared ) configure: loading site script /dev/null checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for sh4a-buildroot-linux-gnu-strip... /bin/true checking build system type... x86_64-pc-linux-gnu checking host system type... sh4a-buildroot-linux-gnu checking for a BSD-compatible install... /usr/bin/install -c checking for sh4a-buildroot-linux-gnu-gcc... /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... yes checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc accepts -g... yes checking for /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc... none checking how to run the C preprocessor... /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-cpp checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking for unistd.h... (cached) yes checking sys/param.h usability... yes checking sys/param.h presence... yes checking for sys/param.h... yes checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking time.h usability... yes checking time.h presence... yes checking for time.h... yes checking sys/mkdev.h usability... no checking sys/mkdev.h presence... no checking for sys/mkdev.h... no checking sys/sysmacros.h usability... yes checking sys/sysmacros.h presence... yes checking for sys/sysmacros.h... yes checking for string.h... (cached) yes checking for memory.h... (cached) yes checking fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking dirent.h usability... yes checking dirent.h presence... yes checking for dirent.h... yes checking sys/ndir.h usability... no checking sys/ndir.h presence... no checking for sys/ndir.h... no checking ndir.h usability... no checking ndir.h presence... no checking for ndir.h... no checking alloca.h usability... yes checking alloca.h presence... yes checking for alloca.h... yes checking locale.h usability... yes checking locale.h presence... yes checking for locale.h... yes checking whether time.h and sys/time.h may both be included... yes checking utime.h usability... yes checking utime.h presence... yes checking for utime.h... yes checking for struct utimbuf... yes checking whether sys/types.h defines makedev... no checking for sys/mkdev.h... (cached) no checking for sys/sysmacros.h... (cached) yes checking for working alloca.h... yes checking for alloca... yes checking whether struct tm is in sys/time.h or time.h... time.h checking for struct stat.st_blocks... yes checking for dirent.h that defines DIR... yes checking for library containing opendir... none required checking whether closedir returns void... yes checking for mkfifo... yes checking for mknod... yes configure: creating ./config.status config.status: creating Makefile config.status: creating lsuio.lsm config.status: creating lsuio.spec config.status: creating config.h config.status: executing depfiles commands >>> lsuio 0.2.0 Building PATH="/tmp/instance-5/output-1/host/bin:/tmp/instance-5/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /home/autobuild/make/make -j1 -C /tmp/instance-5/output-1/build/lsuio-0.2.0/ make[1]: Entering directory '/tmp/instance-5/output-1/build/lsuio-0.2.0' /home/autobuild/make/make all-am make[2]: Entering directory '/tmp/instance-5/output-1/build/lsuio-0.2.0' /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c lsuio.c lsuio.c: In function 'main': lsuio.c:82:31: warning: implicit declaration of function 'uio_mmap_test' [-Wimplicit-function-declaration] 82 | if (opt_mmap) uio_mmap_test(p); | ^~~~~~~~~~~~~ /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c uio_helper.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -o lsuio lsuio.o uio_helper.o make[2]: Leaving directory '/tmp/instance-5/output-1/build/lsuio-0.2.0' make[1]: Leaving directory '/tmp/instance-5/output-1/build/lsuio-0.2.0' >>> lsuio 0.2.0 Installing to target PATH="/tmp/instance-5/output-1/host/bin:/tmp/instance-5/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /home/autobuild/make/make -j1 DESTDIR=/tmp/instance-5/output-1/target install -C /tmp/instance-5/output-1/build/lsuio-0.2.0/ make[1]: Entering directory '/tmp/instance-5/output-1/build/lsuio-0.2.0' make[2]: Entering directory '/tmp/instance-5/output-1/build/lsuio-0.2.0' test -z "/usr/bin" || mkdir -p -- "/tmp/instance-5/output-1/target/usr/bin" /usr/bin/install -c 'lsuio' '/tmp/instance-5/output-1/target/usr/bin/lsuio' test -z "/usr/share/info" || mkdir -p -- "/tmp/instance-5/output-1/target/usr/share/info" /usr/bin/install -c -m 644 './lsuio.info' '/tmp/instance-5/output-1/target/usr/share/info/lsuio.info' test -z "/usr/share/man/man1" || mkdir -p -- "/tmp/instance-5/output-1/target/usr/share/man/man1" /usr/bin/install -c -m 644 './lsuio.1' '/tmp/instance-5/output-1/target/usr/share/man/man1/lsuio.1' make[2]: Leaving directory '/tmp/instance-5/output-1/build/lsuio-0.2.0' make[1]: Leaving directory '/tmp/instance-5/output-1/build/lsuio-0.2.0' >>> luksmeta 9 Downloading wget --passive-ftp -nd -t 3 -O '/tmp/instance-5/output-1/build/.luksmeta-9.tar.bz2.yFFwKI/output' 'https://github.com/latchset/luksmeta/releases/download/v9/luksmeta-9.tar.bz2' --2023-02-19 23:42:36-- https://github.com/latchset/luksmeta/releases/download/v9/luksmeta-9.tar.bz2 Resolving github.com (github.com)... 140.82.112.3 Connecting to github.com (github.com)|140.82.112.3|:443... connected. HTTP request sent, awaiting response... 302 Found Location: https://objects.githubusercontent.com/github-production-release-asset-2e65be/56808790/f0ba04f6-9bd8-11e8-855d-327599a24aef?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20230220%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20230220T064237Z&X-Amz-Expires=300&X-Amz-Signature=4d1f91ab37125954b7bdd6e0169138737a755ce46d2003e4d40bb8d9eb7df6aa&X-Amz-SignedHeaders=host&actor_id=0&key_id=0&repo_id=56808790&response-content-disposition=attachment%3B%20filename%3Dluksmeta-9.tar.bz2&response-content-type=application%2Foctet-stream [following] --2023-02-19 23:42:37-- https://objects.githubusercontent.com/github-production-release-asset-2e65be/56808790/f0ba04f6-9bd8-11e8-855d-327599a24aef?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20230220%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20230220T064237Z&X-Amz-Expires=300&X-Amz-Signature=4d1f91ab37125954b7bdd6e0169138737a755ce46d2003e4d40bb8d9eb7df6aa&X-Amz-SignedHeaders=host&actor_id=0&key_id=0&repo_id=56808790&response-content-disposition=attachment%3B%20filename%3Dluksmeta-9.tar.bz2&response-content-type=application%2Foctet-stream Resolving objects.githubusercontent.com (objects.githubusercontent.com)... 185.199.109.133, 185.199.108.133, 185.199.111.133, ... Connecting to objects.githubusercontent.com (objects.githubusercontent.com)|185.199.109.133|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 267561 (261K) [application/octet-stream] Saving to: '/tmp/instance-5/output-1/build/.luksmeta-9.tar.bz2.yFFwKI/output' 0K .......... .......... .......... .......... .......... 19% 347K 1s 50K .......... .......... .......... .......... .......... 38% 714K 0s 100K .......... .......... .......... .......... .......... 57% 69.0M 0s 150K .......... .......... .......... .......... .......... 76% 701K 0s 200K .......... .......... .......... .......... .......... 95% 66.9M 0s 250K .......... . 100% 240M=0.3s 2023-02-19 23:42:37 (910 KB/s) - '/tmp/instance-5/output-1/build/.luksmeta-9.tar.bz2.yFFwKI/output' saved [267561/267561] luksmeta-9.tar.bz2: OK (sha256: 2ca0c35b551b331ba1444fc9d36e8c48ff8cae53dd4e6155b028e8904edc202a) >>> luksmeta 9 Extracting bzcat /tmp/instance-5/dl/luksmeta/luksmeta-9.tar.bz2 | tar --strip-components=1 -C /tmp/instance-5/output-1/build/luksmeta-9 -xf - >>> luksmeta 9 Patching >>> luksmeta 9 Updating config.sub and config.guess for file in config.guess config.sub; do for i in $(find /tmp/instance-5/output-1/build/luksmeta-9 -name $file); do cp support/gnuconfig/$file $i; done; done >>> luksmeta 9 Patching libtool patching file /tmp/instance-5/output-1/build/luksmeta-9/ltmain.sh Hunk #1 succeeded at 2694 (offset 7 lines). Hunk #2 succeeded at 4284 (offset 7 lines). Hunk #3 succeeded at 6579 (offset 25 lines). Hunk #4 succeeded at 6589 (offset 25 lines). Hunk #5 succeeded at 6882 (offset 25 lines). Hunk #6 succeeded at 7174 (offset 25 lines). Hunk #7 succeeded at 8142 (offset 30 lines). Hunk #8 succeeded at 10771 (offset 61 lines). >>> luksmeta 9 Configuring (cd /tmp/instance-5/output-1/build/luksmeta-9/ && rm -rf config.cache && PATH="/tmp/instance-5/output-1/host/bin:/tmp/instance-5/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" AR="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-ar" AS="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-as" LD="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-ld" NM="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-nm" CC="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc" GCC="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc" CPP="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-cpp" CXX="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-g++" FC="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gfortran" F77="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gfortran" RANLIB="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-ranlib" READELF="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-readelf" STRIP="/bin/true" OBJCOPY="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-objcopy" OBJDUMP="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc" GCC_FOR_BUILD="/tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc" CXX_FOR_BUILD="/tmp/instance-5/output-1/host/bin/ccache /usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/tmp/instance-5/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/tmp/instance-5/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/tmp/instance-5/output-1/host/include" LDFLAGS_FOR_BUILD="-L/tmp/instance-5/output-1/host/lib -Wl,-rpath,/tmp/instance-5/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-as" DEFAULT_LINKER="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1" LDFLAGS="" FCFLAGS=" -Os -g0" FFLAGS=" -Os -g0" PKG_CONFIG="/tmp/instance-5/output-1/host/bin/pkg-config" STAGING_DIR="/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/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=no ac_cv_prog_A2X="" CONFIG_SITE=/dev/null ./configure --target=sh4a-buildroot-linux-gnu --host=sh4a-buildroot-linux-gnu --build=x86_64-pc-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 --disable-static --enable-shared ) 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 checking build system type... x86_64-pc-linux-gnu checking host system type... sh4a-buildroot-linux-gnu checking target system type... sh4a-buildroot-linux-gnu checking for sh4a-buildroot-linux-gnu-gcc... /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-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 we are using the GNU C compiler... yes checking whether /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc accepts -g... yes checking for /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc option to accept ISO C89... none needed checking whether /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc understands -c and -o together... yes checking for /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc option to accept ISO C99... none needed checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for sh4a-buildroot-linux-gnu-strip... /bin/true checking for a thread-safe mkdir -p... /usr/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for style of include used by make... GNU checking whether make supports nested variables... yes checking dependency style of /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc... none checking whether make supports nested variables... (cached) yes checking how to print strings... printf checking for a sed that does not truncate output... /usr/bin/sed checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for fgrep... /usr/bin/grep -F checking for ld used by /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc... /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-ld checking if the linker (/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-nm checking the name lister (/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-nm) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 1572864 checking how to convert x86_64-pc-linux-gnu file names to sh4a-buildroot-linux-gnu format... func_convert_file_noop checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop checking for /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-ld option to reload object files... -r checking for sh4a-buildroot-linux-gnu-objdump... /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-objdump checking how to recognize dependent libraries... pass_all checking for sh4a-buildroot-linux-gnu-dlltool... no checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for sh4a-buildroot-linux-gnu-ar... /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-ar checking for archiver @FILE support... @ checking for sh4a-buildroot-linux-gnu-strip... (cached) /bin/true checking for sh4a-buildroot-linux-gnu-ranlib... /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-ranlib checking command to parse /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-nm output from /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc object... ok checking for sysroot... no checking for a working dd... /usr/bin/dd checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1 checking for sh4a-buildroot-linux-gnu-mt... no checking for mt... mt configure: WARNING: using cross tools not prefixed with host triplet checking if mt is a manifest tool... no checking how to run the C preprocessor... /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-cpp checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking for dlfcn.h... yes checking for objdir... .libs checking if /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc supports -fno-rtti -fno-exceptions... no checking for /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc option to produce PIC... -fPIC -DPIC checking if /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc PIC flag -fPIC -DPIC works... yes checking if /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc static flag -static works... no checking if /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc supports -c -o file.o... yes checking if /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc supports -c -o file.o... (cached) yes checking whether the /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc linker (/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... no checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no checking pkg-config is at least version 0.25... yes checking for cryptsetup... yes checking for a2x... (cached) no configure: WARNING: asciidoc / a2x not found -- man pages will not be generated and installed! checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating luksmeta.pc config.status: creating Makefile 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 >>> luksmeta 9 Building PATH="/tmp/instance-5/output-1/host/bin:/tmp/instance-5/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /home/autobuild/make/make -j1 -C /tmp/instance-5/output-1/build/luksmeta-9/ make[1]: Entering directory '/tmp/instance-5/output-1/build/luksmeta-9' /home/autobuild/make/make all-am make[2]: Entering directory '/tmp/instance-5/output-1/build/luksmeta-9' CC libluksmeta.lo CC crc32c.lo CCLD libcrc32c.la CCLD libluksmeta.la libtool: warning: '/tmp/instance-5/output-1/host/bin/../sh4a-buildroot-linux-gnu/sysroot/usr/lib/libuuid.la' seems to be moved libtool: warning: '/tmp/instance-5/output-1/host/bin/../sh4a-buildroot-linux-gnu/sysroot/usr/lib/libblkid.la' seems to be moved CC luksmeta.o CCLD luksmeta make[2]: Leaving directory '/tmp/instance-5/output-1/build/luksmeta-9' make[1]: Leaving directory '/tmp/instance-5/output-1/build/luksmeta-9' >>> luksmeta 9 Installing to staging directory PATH="/tmp/instance-5/output-1/host/bin:/tmp/instance-5/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /home/autobuild/make/make -j1 DESTDIR=/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot install -C /tmp/instance-5/output-1/build/luksmeta-9/ make[1]: Entering directory '/tmp/instance-5/output-1/build/luksmeta-9' /home/autobuild/make/make install-am make[2]: Entering directory '/tmp/instance-5/output-1/build/luksmeta-9' make[3]: Entering directory '/tmp/instance-5/output-1/build/luksmeta-9' /usr/bin/mkdir -p '/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib' /bin/bash ./libtool --mode=install /usr/bin/install -c libluksmeta.la '/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib' libtool: install: /usr/bin/install -c .libs/libluksmeta.so.0.0.0 /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/libluksmeta.so.0.0.0 libtool: install: (cd /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib && { ln -s -f libluksmeta.so.0.0.0 libluksmeta.so.0 || { rm -f libluksmeta.so.0 && ln -s libluksmeta.so.0.0.0 libluksmeta.so.0; }; }) libtool: install: (cd /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib && { ln -s -f libluksmeta.so.0.0.0 libluksmeta.so || { rm -f libluksmeta.so && ln -s libluksmeta.so.0.0.0 libluksmeta.so; }; }) libtool: install: /usr/bin/install -c .libs/libluksmeta.lai /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/libluksmeta.la libtool: warning: remember to run 'libtool --finish /usr/lib' /usr/bin/mkdir -p '/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin' /bin/bash ./libtool --mode=install /usr/bin/install -c luksmeta '/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin' libtool: install: /usr/bin/install -c luksmeta /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/luksmeta /usr/bin/mkdir -p '/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include' /usr/bin/install -c -m 644 luksmeta.h '/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include' /usr/bin/mkdir -p '/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/pkgconfig' /usr/bin/install -c -m 644 luksmeta.pc '/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/pkgconfig' make[3]: Leaving directory '/tmp/instance-5/output-1/build/luksmeta-9' make[2]: Leaving directory '/tmp/instance-5/output-1/build/luksmeta-9' make[1]: Leaving directory '/tmp/instance-5/output-1/build/luksmeta-9' >>> luksmeta 9 Fixing libtool files for la in $(find /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib* -name "*.la"); do \ cp -a "${la}" "${la}.fixed" && \ /usr/bin/sed -i -e "s:/tmp/instance-5/output-1:@BASE_DIR@:g" \ -e "s:/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot:@STAGING_DIR@:g" \ \ -e "s:\(['= ]\)/usr:\\1@STAGING_DIR@/usr:g" \ -e "s:\(['= ]\)/lib:\\1@STAGING_DIR@/lib:g" \ \ -e "s:@STAGING_DIR@:/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot:g" \ -e "s:@BASE_DIR@:/tmp/instance-5/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 >>> luksmeta 9 Installing to target PATH="/tmp/instance-5/output-1/host/bin:/tmp/instance-5/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /home/autobuild/make/make -j1 DESTDIR=/tmp/instance-5/output-1/target install -C /tmp/instance-5/output-1/build/luksmeta-9/ make[1]: Entering directory '/tmp/instance-5/output-1/build/luksmeta-9' /home/autobuild/make/make install-am make[2]: Entering directory '/tmp/instance-5/output-1/build/luksmeta-9' make[3]: Entering directory '/tmp/instance-5/output-1/build/luksmeta-9' /usr/bin/mkdir -p '/tmp/instance-5/output-1/target/usr/lib' /bin/bash ./libtool --mode=install /usr/bin/install -c libluksmeta.la '/tmp/instance-5/output-1/target/usr/lib' libtool: install: /usr/bin/install -c .libs/libluksmeta.so.0.0.0 /tmp/instance-5/output-1/target/usr/lib/libluksmeta.so.0.0.0 libtool: install: (cd /tmp/instance-5/output-1/target/usr/lib && { ln -s -f libluksmeta.so.0.0.0 libluksmeta.so.0 || { rm -f libluksmeta.so.0 && ln -s libluksmeta.so.0.0.0 libluksmeta.so.0; }; }) libtool: install: (cd /tmp/instance-5/output-1/target/usr/lib && { ln -s -f libluksmeta.so.0.0.0 libluksmeta.so || { rm -f libluksmeta.so && ln -s libluksmeta.so.0.0.0 libluksmeta.so; }; }) libtool: install: /usr/bin/install -c .libs/libluksmeta.lai /tmp/instance-5/output-1/target/usr/lib/libluksmeta.la libtool: warning: remember to run 'libtool --finish /usr/lib' /usr/bin/mkdir -p '/tmp/instance-5/output-1/target/usr/bin' /bin/bash ./libtool --mode=install /usr/bin/install -c luksmeta '/tmp/instance-5/output-1/target/usr/bin' libtool: install: /usr/bin/install -c luksmeta /tmp/instance-5/output-1/target/usr/bin/luksmeta /usr/bin/mkdir -p '/tmp/instance-5/output-1/target/usr/include' /usr/bin/install -c -m 644 luksmeta.h '/tmp/instance-5/output-1/target/usr/include' /usr/bin/mkdir -p '/tmp/instance-5/output-1/target/usr/lib/pkgconfig' /usr/bin/install -c -m 644 luksmeta.pc '/tmp/instance-5/output-1/target/usr/lib/pkgconfig' make[3]: Leaving directory '/tmp/instance-5/output-1/build/luksmeta-9' make[2]: Leaving directory '/tmp/instance-5/output-1/build/luksmeta-9' make[1]: Leaving directory '/tmp/instance-5/output-1/build/luksmeta-9' >>> lv2 1.18.10 Downloading wget --passive-ftp -nd -t 3 -O '/tmp/instance-5/output-1/build/.lv2-1.18.10.tar.xz.5nTYxh/output' 'https://lv2plug.in/spec/lv2-1.18.10.tar.xz' --2023-02-19 23:42:48-- https://lv2plug.in/spec/lv2-1.18.10.tar.xz Resolving lv2plug.in (lv2plug.in)... 64.90.49.106 Connecting to lv2plug.in (lv2plug.in)|64.90.49.106|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 237380 (232K) [application/x-xz] Saving to: '/tmp/instance-5/output-1/build/.lv2-1.18.10.tar.xz.5nTYxh/output' 0K .......... .......... .......... .......... .......... 21% 741K 0s 50K .......... .......... .......... .......... .......... 43% 1.75M 0s 100K .......... .......... .......... .......... .......... 64% 72.8M 0s 150K .......... .......... .......... .......... .......... 86% 101M 0s 200K .......... .......... .......... . 100% 924K=0.1s 2023-02-19 23:42:49 (1.73 MB/s) - '/tmp/instance-5/output-1/build/.lv2-1.18.10.tar.xz.5nTYxh/output' saved [237380/237380] lv2-1.18.10.tar.xz: OK (sha256: 78c51bcf21b54e58bb6329accbb4dae03b2ed79b520f9a01e734bd9de530953f) >>> lv2 1.18.10 Extracting xzcat /tmp/instance-5/dl/lv2/lv2-1.18.10.tar.xz | tar --strip-components=1 -C /tmp/instance-5/output-1/build/lv2-1.18.10 -xf - >>> lv2 1.18.10 Patching >>> lv2 1.18.10 Configuring rm -rf /tmp/instance-5/output-1/build/lv2-1.18.10//build mkdir -p /tmp/instance-5/output-1/build/lv2-1.18.10//build sed -e "/^\[binaries\]$/s:$::" -e "/^\[properties\]$/s:$::" -e "s%@TARGET_CC@%/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc%g" -e "s%@TARGET_CXX@%/bin/false%g" -e "s%@TARGET_AR@%/tmp/instance-5/output-1/host/bin/sh4a-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@%little%g" -e "s%@TARGET_FCFLAGS@%%g" -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-Os', '-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', '-Os', '-g0', '-D_FORTIFY_SOURCE=1'%g" -e "s%@BR2_CMAKE@%/tmp/instance-5/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/tmp/instance-5/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/tmp/instance-5/output-1/host%g" -e "s%@STAGING_DIR@%/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot%g" -e "s%@STATIC@%false%g" /tmp/instance-5/buildroot/support/misc/cross-compilation.conf.in > /tmp/instance-5/output-1/build/lv2-1.18.10//build/cross-compilation.conf PATH="/tmp/instance-5/output-1/host/bin:/tmp/instance-5/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" CC_FOR_BUILD="/tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc" CXX_FOR_BUILD="/tmp/instance-5/output-1/host/bin/ccache /usr/bin/g++" PYTHONNOUSERSITE=y /tmp/instance-5/output-1/host/bin/meson setup --prefix=/usr --libdir=lib --default-library=shared --buildtype=release --cross-file=/tmp/instance-5/output-1/build/lv2-1.18.10//build/cross-compilation.conf -Db_pie=false -Dstrip=false -Dbuild.pkg_config_path=/tmp/instance-5/output-1/host/lib/pkgconfig -Dbuild.cmake_prefix_path=/tmp/instance-5/output-1/host/lib/cmake -Ddocs=disabled -Dtests=disabled /tmp/instance-5/output-1/build/lv2-1.18.10/ /tmp/instance-5/output-1/build/lv2-1.18.10//build The Meson build system Version: 1.0.0 Source dir: /tmp/instance-5/output-1/build/lv2-1.18.10 Build dir: /tmp/instance-5/output-1/build/lv2-1.18.10/build Build type: cross build Project name: lv2 Project version: 1.18.10 C compiler for the host machine: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc (gcc 11.3.0 "sh4a-buildroot-linux-gnu-gcc.br_real (Buildroot 2022.11-1491-g7b4937a170) 11.3.0") C linker for the host machine: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc ld.bfd 2.38 C compiler for the build machine: /tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc (gcc 10.2.1 "gcc (Debian 10.2.1-6) 10.2.1 20210110") C linker for the build machine: /tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc ld.bfd 2.35.2 Build machine cpu family: x86_64 Build machine cpu: x86_64 Host machine cpu family: sh4 Host machine cpu: Target machine cpu family: sh4 Target machine cpu: Program python3 found: NO (disabled by: tests ) Program doxygen skipped: feature docs disabled Library m found: YES Configuring manifest.ttl using configuration Configuring manifest.ttl using configuration Configuring manifest.ttl using configuration Configuring manifest.ttl using configuration Configuring manifest.ttl using configuration Found pkg-config: /tmp/instance-5/output-1/host/bin/pkgconf (1.6.3) Found CMake: /tmp/instance-5/output-1/host/bin/cmake (3.22.3) Run-time dependency samplerate found: NO (tried pkgconfig and cmake) Run-time dependency sndfile found: YES 1.2.0 Run-time dependency gtk+-2.0 found: NO (tried pkgconfig and cmake) Run-time dependency gtk+-2.0 found: NO (tried pkgconfig and cmake) Configuring manifest.ttl using configuration Configuring examploscope.ttl using configuration Configuring lv2_validate using configuration Program codespell skipped: feature tests disabled Program serdi skipped: feature tests disabled Program sord_validate skipped: feature tests disabled Build targets in project: 7 NOTICE: Future-deprecated features used: * 0.64.0: {'copy arg in configure_file'} lv2 1.18.10 Tests : NO Documentation : NO Paths Prefix : /usr LV2 bundles : /usr/lib/lv2 Headers : /usr/include User defined options Cross files : /tmp/instance-5/output-1/build/lv2-1.18.10//build/cross-compilation.conf build.cmake_prefix_path: /tmp/instance-5/output-1/host/lib/cmake build.pkg_config_path : /tmp/instance-5/output-1/host/lib/pkgconfig buildtype : release default_library : shared libdir : lib prefix : /usr strip : false b_pie : false docs : disabled tests : disabled Found ninja-1.11.1.git.kitware.jobserver-1 at /tmp/instance-5/output-1/host/bin/ninja >>> lv2 1.18.10 Building PATH="/tmp/instance-5/output-1/host/bin:/tmp/instance-5/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PYTHONNOUSERSITE=y /tmp/instance-5/output-1/host/bin/ninja -C /tmp/instance-5/output-1/build/lv2-1.18.10//build ninja: Entering directory `/tmp/instance-5/output-1/build/lv2-1.18.10//build' [1/14] Compiling C object plugins/eg-amp.lv2/amp.so.p/amp.c.o [2/14] Compiling C object test/test_build_c.p/test_build.c.o [3/14] Compiling C object plugins/eg-fifths.lv2/fifths.so.p/fifths.c.o [4/14] Linking target plugins/eg-amp.lv2/amp.so [5/14] Compiling C object plugins/eg-midigate.lv2/midigate.so.p/midigate.c.o [6/14] Linking target test/test_build_c [7/14] Linking target plugins/eg-fifths.lv2/fifths.so [8/14] Linking target plugins/eg-midigate.lv2/midigate.so [9/14] Compiling C object plugins/eg-metro.lv2/metro.so.p/metro.c.o [10/14] Linking target plugins/eg-metro.lv2/metro.so [11/14] Compiling C object plugins/eg-scope.lv2/examploscope.so.p/examploscope.c.o [12/14] Linking target plugins/eg-scope.lv2/examploscope.so [13/14] Compiling C object plugins/eg-params.lv2/params.so.p/params.c.o [14/14] Linking target plugins/eg-params.lv2/params.so >>> lv2 1.18.10 Installing to staging directory PATH="/tmp/instance-5/output-1/host/bin:/tmp/instance-5/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" DESTDIR=/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot PYTHONNOUSERSITE=y /tmp/instance-5/output-1/host/bin/ninja -C /tmp/instance-5/output-1/build/lv2-1.18.10//build install ninja: Entering directory `/tmp/instance-5/output-1/build/lv2-1.18.10//build' [0/1] Installing files. Installing subdir /tmp/instance-5/output-1/build/lv2-1.18.10/include/lv2 to /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include/lv2 Installing /tmp/instance-5/output-1/build/lv2-1.18.10/include/lv2/worker/worker.h to /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include/lv2/worker Installing /tmp/instance-5/output-1/build/lv2-1.18.10/include/lv2/urid/urid.h to /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include/lv2/urid Installing /tmp/instance-5/output-1/build/lv2-1.18.10/include/lv2/uri-map/uri-map.h to /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include/lv2/uri-map Installing /tmp/instance-5/output-1/build/lv2-1.18.10/include/lv2/units/units.h to /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include/lv2/units Installing /tmp/instance-5/output-1/build/lv2-1.18.10/include/lv2/ui/ui.h to /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include/lv2/ui Installing /tmp/instance-5/output-1/build/lv2-1.18.10/include/lv2/time/time.h to /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include/lv2/time Installing /tmp/instance-5/output-1/build/lv2-1.18.10/include/lv2/state/state.h to /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include/lv2/state Installing /tmp/instance-5/output-1/build/lv2-1.18.10/include/lv2/resize-port/resize-port.h to /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include/lv2/resize-port Installing /tmp/instance-5/output-1/build/lv2-1.18.10/include/lv2/presets/presets.h to /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include/lv2/presets Installing /tmp/instance-5/output-1/build/lv2-1.18.10/include/lv2/port-props/port-props.h to /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include/lv2/port-props Installing /tmp/instance-5/output-1/build/lv2-1.18.10/include/lv2/port-groups/port-groups.h to /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include/lv2/port-groups Installing /tmp/instance-5/output-1/build/lv2-1.18.10/include/lv2/patch/patch.h to /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include/lv2/patch Installing /tmp/instance-5/output-1/build/lv2-1.18.10/include/lv2/parameters/parameters.h to /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include/lv2/parameters Installing /tmp/instance-5/output-1/build/lv2-1.18.10/include/lv2/options/options.h to /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include/lv2/options Installing /tmp/instance-5/output-1/build/lv2-1.18.10/include/lv2/morph/morph.h to /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include/lv2/morph Installing /tmp/instance-5/output-1/build/lv2-1.18.10/include/lv2/midi/midi.h to /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include/lv2/midi Installing /tmp/instance-5/output-1/build/lv2-1.18.10/include/lv2/log/logger.h to /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include/lv2/log Installing /tmp/instance-5/output-1/build/lv2-1.18.10/include/lv2/log/log.h to /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include/lv2/log Installing /tmp/instance-5/output-1/build/lv2-1.18.10/include/lv2/instance-access/instance-access.h to /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include/lv2/instance-access Installing /tmp/instance-5/output-1/build/lv2-1.18.10/include/lv2/event/event.h to /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include/lv2/event Installing /tmp/instance-5/output-1/build/lv2-1.18.10/include/lv2/event/event-helpers.h to /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include/lv2/event Installing /tmp/instance-5/output-1/build/lv2-1.18.10/include/lv2/dynmanifest/dynmanifest.h to /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include/lv2/dynmanifest Installing /tmp/instance-5/output-1/build/lv2-1.18.10/include/lv2/data-access/data-access.h to /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include/lv2/data-access Installing /tmp/instance-5/output-1/build/lv2-1.18.10/include/lv2/core/lv2_util.h to /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include/lv2/core Installing /tmp/instance-5/output-1/build/lv2-1.18.10/include/lv2/core/lv2.h to /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include/lv2/core Installing /tmp/instance-5/output-1/build/lv2-1.18.10/include/lv2/core/attributes.h to /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include/lv2/core Installing /tmp/instance-5/output-1/build/lv2-1.18.10/include/lv2/buf-size/buf-size.h to /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include/lv2/buf-size Installing /tmp/instance-5/output-1/build/lv2-1.18.10/include/lv2/atom/util.h to /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include/lv2/atom Installing /tmp/instance-5/output-1/build/lv2-1.18.10/include/lv2/atom/forge.h to /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include/lv2/atom Installing /tmp/instance-5/output-1/build/lv2-1.18.10/include/lv2/atom/atom.h to /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include/lv2/atom Installing subdir /tmp/instance-5/output-1/build/lv2-1.18.10/include/lv2/atom to /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include/lv2/lv2plug.in/ns/ext/atom Installing /tmp/instance-5/output-1/build/lv2-1.18.10/include/lv2/atom/util.h to /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include/lv2/lv2plug.in/ns/ext/atom Installing /tmp/instance-5/output-1/build/lv2-1.18.10/include/lv2/atom/forge.h to /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include/lv2/lv2plug.in/ns/ext/atom Installing /tmp/instance-5/output-1/build/lv2-1.18.10/include/lv2/atom/atom.h to /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include/lv2/lv2plug.in/ns/ext/atom Installing subdir /tmp/instance-5/output-1/build/lv2-1.18.10/include/lv2/buf-size to /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include/lv2/lv2plug.in/ns/ext/buf-size Installing /tmp/instance-5/output-1/build/lv2-1.18.10/include/lv2/buf-size/buf-size.h to /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include/lv2/lv2plug.in/ns/ext/buf-size Installing subdir /tmp/instance-5/output-1/build/lv2-1.18.10/include/lv2/data-access to /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include/lv2/lv2plug.in/ns/ext/data-access Installing /tmp/instance-5/output-1/build/lv2-1.18.10/include/lv2/data-access/data-access.h to /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include/lv2/lv2plug.in/ns/ext/data-access Installing subdir /tmp/instance-5/output-1/build/lv2-1.18.10/include/lv2/dynmanifest to /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include/lv2/lv2plug.in/ns/ext/dynmanifest Installing /tmp/instance-5/output-1/build/lv2-1.18.10/include/lv2/dynmanifest/dynmanifest.h to /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include/lv2/lv2plug.in/ns/ext/dynmanifest Installing subdir /tmp/instance-5/output-1/build/lv2-1.18.10/include/lv2/event to /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include/lv2/lv2plug.in/ns/ext/event Installing /tmp/instance-5/output-1/build/lv2-1.18.10/include/lv2/event/event.h to /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include/lv2/lv2plug.in/ns/ext/event Installing /tmp/instance-5/output-1/build/lv2-1.18.10/include/lv2/event/event-helpers.h to /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include/lv2/lv2plug.in/ns/ext/event Installing subdir /tmp/instance-5/output-1/build/lv2-1.18.10/include/lv2/instance-access to /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include/lv2/lv2plug.in/ns/ext/instance-access Installing /tmp/instance-5/output-1/build/lv2-1.18.10/include/lv2/instance-access/instance-access.h to /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include/lv2/lv2plug.in/ns/ext/instance-access Installing subdir /tmp/instance-5/output-1/build/lv2-1.18.10/include/lv2/log to /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include/lv2/lv2plug.in/ns/ext/log Installing /tmp/instance-5/output-1/build/lv2-1.18.10/include/lv2/log/logger.h to /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include/lv2/lv2plug.in/ns/ext/log Installing /tmp/instance-5/output-1/build/lv2-1.18.10/include/lv2/log/log.h to /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include/lv2/lv2plug.in/ns/ext/log Installing subdir /tmp/instance-5/output-1/build/lv2-1.18.10/include/lv2/midi to /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include/lv2/lv2plug.in/ns/ext/midi Installing /tmp/instance-5/output-1/build/lv2-1.18.10/include/lv2/midi/midi.h to /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include/lv2/lv2plug.in/ns/ext/midi Installing subdir /tmp/instance-5/output-1/build/lv2-1.18.10/include/lv2/morph to /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include/lv2/lv2plug.in/ns/ext/morph Installing /tmp/instance-5/output-1/build/lv2-1.18.10/include/lv2/morph/morph.h to /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include/lv2/lv2plug.in/ns/ext/morph Installing subdir /tmp/instance-5/output-1/build/lv2-1.18.10/include/lv2/options to /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include/lv2/lv2plug.in/ns/ext/options Installing /tmp/instance-5/output-1/build/lv2-1.18.10/include/lv2/options/options.h to /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include/lv2/lv2plug.in/ns/ext/options Installing subdir /tmp/instance-5/output-1/build/lv2-1.18.10/include/lv2/parameters to /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include/lv2/lv2plug.in/ns/ext/parameters Installing /tmp/instance-5/output-1/build/lv2-1.18.10/include/lv2/parameters/parameters.h to /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include/lv2/lv2plug.in/ns/ext/parameters Installing subdir /tmp/instance-5/output-1/build/lv2-1.18.10/include/lv2/patch to /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include/lv2/lv2plug.in/ns/ext/patch Installing /tmp/instance-5/output-1/build/lv2-1.18.10/include/lv2/patch/patch.h to /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include/lv2/lv2plug.in/ns/ext/patch Installing subdir /tmp/instance-5/output-1/build/lv2-1.18.10/include/lv2/port-groups to /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include/lv2/lv2plug.in/ns/ext/port-groups Installing /tmp/instance-5/output-1/build/lv2-1.18.10/include/lv2/port-groups/port-groups.h to /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include/lv2/lv2plug.in/ns/ext/port-groups Installing subdir /tmp/instance-5/output-1/build/lv2-1.18.10/include/lv2/port-props to /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include/lv2/lv2plug.in/ns/ext/port-props Installing /tmp/instance-5/output-1/build/lv2-1.18.10/include/lv2/port-props/port-props.h to /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include/lv2/lv2plug.in/ns/ext/port-props Installing subdir /tmp/instance-5/output-1/build/lv2-1.18.10/include/lv2/presets to /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include/lv2/lv2plug.in/ns/ext/presets Installing /tmp/instance-5/output-1/build/lv2-1.18.10/include/lv2/presets/presets.h to /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include/lv2/lv2plug.in/ns/ext/presets Installing subdir /tmp/instance-5/output-1/build/lv2-1.18.10/include/lv2/resize-port to /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include/lv2/lv2plug.in/ns/ext/resize-port Installing /tmp/instance-5/output-1/build/lv2-1.18.10/include/lv2/resize-port/resize-port.h to /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include/lv2/lv2plug.in/ns/ext/resize-port Installing subdir /tmp/instance-5/output-1/build/lv2-1.18.10/include/lv2/state to /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include/lv2/lv2plug.in/ns/ext/state Installing /tmp/instance-5/output-1/build/lv2-1.18.10/include/lv2/state/state.h to /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include/lv2/lv2plug.in/ns/ext/state Installing subdir /tmp/instance-5/output-1/build/lv2-1.18.10/include/lv2/time to /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include/lv2/lv2plug.in/ns/ext/time Installing /tmp/instance-5/output-1/build/lv2-1.18.10/include/lv2/time/time.h to /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include/lv2/lv2plug.in/ns/ext/time Installing subdir /tmp/instance-5/output-1/build/lv2-1.18.10/include/lv2/uri-map to /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include/lv2/lv2plug.in/ns/ext/uri-map Installing /tmp/instance-5/output-1/build/lv2-1.18.10/include/lv2/uri-map/uri-map.h to /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include/lv2/lv2plug.in/ns/ext/uri-map Installing subdir /tmp/instance-5/output-1/build/lv2-1.18.10/include/lv2/urid to /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include/lv2/lv2plug.in/ns/ext/urid Installing /tmp/instance-5/output-1/build/lv2-1.18.10/include/lv2/urid/urid.h to /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include/lv2/lv2plug.in/ns/ext/urid Installing subdir /tmp/instance-5/output-1/build/lv2-1.18.10/include/lv2/worker to /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include/lv2/lv2plug.in/ns/ext/worker Installing /tmp/instance-5/output-1/build/lv2-1.18.10/include/lv2/worker/worker.h to /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include/lv2/lv2plug.in/ns/ext/worker Installing subdir /tmp/instance-5/output-1/build/lv2-1.18.10/include/lv2/ui to /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include/lv2/lv2plug.in/ns/extensions/ui Installing /tmp/instance-5/output-1/build/lv2-1.18.10/include/lv2/ui/ui.h to /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include/lv2/lv2plug.in/ns/extensions/ui Installing subdir /tmp/instance-5/output-1/build/lv2-1.18.10/include/lv2/units to /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include/lv2/lv2plug.in/ns/extensions/units Installing /tmp/instance-5/output-1/build/lv2-1.18.10/include/lv2/units/units.h to /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include/lv2/lv2plug.in/ns/extensions/units Installing subdir /tmp/instance-5/output-1/build/lv2-1.18.10/lv2/core.lv2 to /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/lv2/core.lv2 Installing /tmp/instance-5/output-1/build/lv2-1.18.10/lv2/core.lv2/people.ttl to /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/lv2/core.lv2 Installing /tmp/instance-5/output-1/build/lv2-1.18.10/lv2/core.lv2/meta.ttl to /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/lv2/core.lv2 Installing /tmp/instance-5/output-1/build/lv2-1.18.10/lv2/core.lv2/manifest.ttl to /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/lv2/core.lv2 Installing /tmp/instance-5/output-1/build/lv2-1.18.10/lv2/core.lv2/lv2core.ttl to /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/lv2/core.lv2 Installing /tmp/instance-5/output-1/build/lv2-1.18.10/lv2/core.lv2/lv2core.meta.ttl to /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/lv2/core.lv2 Installing subdir /tmp/instance-5/output-1/build/lv2-1.18.10/lv2/atom.lv2 to /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/lv2/atom.lv2 Installing /tmp/instance-5/output-1/build/lv2-1.18.10/lv2/atom.lv2/manifest.ttl to /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/lv2/atom.lv2 Installing /tmp/instance-5/output-1/build/lv2-1.18.10/lv2/atom.lv2/atom.ttl to /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/lv2/atom.lv2 Installing /tmp/instance-5/output-1/build/lv2-1.18.10/lv2/atom.lv2/atom.meta.ttl to /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/lv2/atom.lv2 Installing subdir /tmp/instance-5/output-1/build/lv2-1.18.10/lv2/buf-size.lv2 to /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/lv2/buf-size.lv2 Installing /tmp/instance-5/output-1/build/lv2-1.18.10/lv2/buf-size.lv2/manifest.ttl to /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/lv2/buf-size.lv2 Installing /tmp/instance-5/output-1/build/lv2-1.18.10/lv2/buf-size.lv2/buf-size.ttl to /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/lv2/buf-size.lv2 Installing /tmp/instance-5/output-1/build/lv2-1.18.10/lv2/buf-size.lv2/buf-size.meta.ttl to /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/lv2/buf-size.lv2 Installing subdir /tmp/instance-5/output-1/build/lv2-1.18.10/lv2/data-access.lv2 to /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/lv2/data-access.lv2 Installing /tmp/instance-5/output-1/build/lv2-1.18.10/lv2/data-access.lv2/manifest.ttl to /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/lv2/data-access.lv2 Installing /tmp/instance-5/output-1/build/lv2-1.18.10/lv2/data-access.lv2/data-access.ttl to /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/lv2/data-access.lv2 Installing /tmp/instance-5/output-1/build/lv2-1.18.10/lv2/data-access.lv2/data-access.meta.ttl to /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/lv2/data-access.lv2 Installing subdir /tmp/instance-5/output-1/build/lv2-1.18.10/lv2/dynmanifest.lv2 to /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/lv2/dynmanifest.lv2 Installing /tmp/instance-5/output-1/build/lv2-1.18.10/lv2/dynmanifest.lv2/manifest.ttl to /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/lv2/dynmanifest.lv2 Installing /tmp/instance-5/output-1/build/lv2-1.18.10/lv2/dynmanifest.lv2/dynmanifest.ttl to /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/lv2/dynmanifest.lv2 Installing /tmp/instance-5/output-1/build/lv2-1.18.10/lv2/dynmanifest.lv2/dynmanifest.meta.ttl to /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/lv2/dynmanifest.lv2 Installing subdir /tmp/instance-5/output-1/build/lv2-1.18.10/lv2/event.lv2 to /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/lv2/event.lv2 Installing /tmp/instance-5/output-1/build/lv2-1.18.10/lv2/event.lv2/manifest.ttl to /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/lv2/event.lv2 Installing /tmp/instance-5/output-1/build/lv2-1.18.10/lv2/event.lv2/event.ttl to /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/lv2/event.lv2 Installing /tmp/instance-5/output-1/build/lv2-1.18.10/lv2/event.lv2/event.meta.ttl to /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/lv2/event.lv2 Installing subdir /tmp/instance-5/output-1/build/lv2-1.18.10/lv2/instance-access.lv2 to /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/lv2/instance-access.lv2 Installing /tmp/instance-5/output-1/build/lv2-1.18.10/lv2/instance-access.lv2/manifest.ttl to /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/lv2/instance-access.lv2 Installing /tmp/instance-5/output-1/build/lv2-1.18.10/lv2/instance-access.lv2/instance-access.ttl to /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/lv2/instance-access.lv2 Installing /tmp/instance-5/output-1/build/lv2-1.18.10/lv2/instance-access.lv2/instance-access.meta.ttl to /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/lv2/instance-access.lv2 Installing subdir /tmp/instance-5/output-1/build/lv2-1.18.10/lv2/log.lv2 to /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/lv2/log.lv2 Installing /tmp/instance-5/output-1/build/lv2-1.18.10/lv2/log.lv2/manifest.ttl to /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/lv2/log.lv2 Installing /tmp/instance-5/output-1/build/lv2-1.18.10/lv2/log.lv2/log.ttl to /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/lv2/log.lv2 Installing /tmp/instance-5/output-1/build/lv2-1.18.10/lv2/log.lv2/log.meta.ttl to /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/lv2/log.lv2 Installing subdir /tmp/instance-5/output-1/build/lv2-1.18.10/lv2/midi.lv2 to /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/lv2/midi.lv2 Installing /tmp/instance-5/output-1/build/lv2-1.18.10/lv2/midi.lv2/midi.ttl to /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/lv2/midi.lv2 Installing /tmp/instance-5/output-1/build/lv2-1.18.10/lv2/midi.lv2/midi.meta.ttl to /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/lv2/midi.lv2 Installing /tmp/instance-5/output-1/build/lv2-1.18.10/lv2/midi.lv2/manifest.ttl to /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/lv2/midi.lv2 Installing subdir /tmp/instance-5/output-1/build/lv2-1.18.10/lv2/morph.lv2 to /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/lv2/morph.lv2 Installing /tmp/instance-5/output-1/build/lv2-1.18.10/lv2/morph.lv2/morph.ttl to /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/lv2/morph.lv2 Installing /tmp/instance-5/output-1/build/lv2-1.18.10/lv2/morph.lv2/morph.meta.ttl to /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/lv2/morph.lv2 Installing /tmp/instance-5/output-1/build/lv2-1.18.10/lv2/morph.lv2/manifest.ttl to /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/lv2/morph.lv2 Installing subdir /tmp/instance-5/output-1/build/lv2-1.18.10/lv2/options.lv2 to /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/lv2/options.lv2 Installing /tmp/instance-5/output-1/build/lv2-1.18.10/lv2/options.lv2/options.ttl to /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/lv2/options.lv2 Installing /tmp/instance-5/output-1/build/lv2-1.18.10/lv2/options.lv2/options.meta.ttl to /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/lv2/options.lv2 Installing /tmp/instance-5/output-1/build/lv2-1.18.10/lv2/options.lv2/manifest.ttl to /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/lv2/options.lv2 Installing subdir /tmp/instance-5/output-1/build/lv2-1.18.10/lv2/parameters.lv2 to /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/lv2/parameters.lv2 Installing /tmp/instance-5/output-1/build/lv2-1.18.10/lv2/parameters.lv2/parameters.ttl to /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/lv2/parameters.lv2 Installing /tmp/instance-5/output-1/build/lv2-1.18.10/lv2/parameters.lv2/parameters.meta.ttl to /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/lv2/parameters.lv2 Installing /tmp/instance-5/output-1/build/lv2-1.18.10/lv2/parameters.lv2/manifest.ttl to /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/lv2/parameters.lv2 Installing subdir /tmp/instance-5/output-1/build/lv2-1.18.10/lv2/patch.lv2 to /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/lv2/patch.lv2 Installing /tmp/instance-5/output-1/build/lv2-1.18.10/lv2/patch.lv2/patch.ttl to /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/lv2/patch.lv2 Installing /tmp/instance-5/output-1/build/lv2-1.18.10/lv2/patch.lv2/patch.meta.ttl to /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/lv2/patch.lv2 Installing /tmp/instance-5/output-1/build/lv2-1.18.10/lv2/patch.lv2/manifest.ttl to /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/lv2/patch.lv2 Installing subdir /tmp/instance-5/output-1/build/lv2-1.18.10/lv2/port-groups.lv2 to /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/lv2/port-groups.lv2 Installing /tmp/instance-5/output-1/build/lv2-1.18.10/lv2/port-groups.lv2/port-groups.ttl to /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/lv2/port-groups.lv2 Installing /tmp/instance-5/output-1/build/lv2-1.18.10/lv2/port-groups.lv2/port-groups.meta.ttl to /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/lv2/port-groups.lv2 Installing /tmp/instance-5/output-1/build/lv2-1.18.10/lv2/port-groups.lv2/manifest.ttl to /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/lv2/port-groups.lv2 Installing subdir /tmp/instance-5/output-1/build/lv2-1.18.10/lv2/port-props.lv2 to /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/lv2/port-props.lv2 Installing /tmp/instance-5/output-1/build/lv2-1.18.10/lv2/port-props.lv2/port-props.ttl to /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/lv2/port-props.lv2 Installing /tmp/instance-5/output-1/build/lv2-1.18.10/lv2/port-props.lv2/port-props.meta.ttl to /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/lv2/port-props.lv2 Installing /tmp/instance-5/output-1/build/lv2-1.18.10/lv2/port-props.lv2/manifest.ttl to /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/lv2/port-props.lv2 Installing subdir /tmp/instance-5/output-1/build/lv2-1.18.10/lv2/presets.lv2 to /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/lv2/presets.lv2 Installing /tmp/instance-5/output-1/build/lv2-1.18.10/lv2/presets.lv2/presets.ttl to /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/lv2/presets.lv2 Installing /tmp/instance-5/output-1/build/lv2-1.18.10/lv2/presets.lv2/presets.meta.ttl to /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/lv2/presets.lv2 Installing /tmp/instance-5/output-1/build/lv2-1.18.10/lv2/presets.lv2/manifest.ttl to /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/lv2/presets.lv2 Installing subdir /tmp/instance-5/output-1/build/lv2-1.18.10/lv2/resize-port.lv2 to /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/lv2/resize-port.lv2 Installing /tmp/instance-5/output-1/build/lv2-1.18.10/lv2/resize-port.lv2/resize-port.ttl to /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/lv2/resize-port.lv2 Installing /tmp/instance-5/output-1/build/lv2-1.18.10/lv2/resize-port.lv2/resize-port.meta.ttl to /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/lv2/resize-port.lv2 Installing /tmp/instance-5/output-1/build/lv2-1.18.10/lv2/resize-port.lv2/manifest.ttl to /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/lv2/resize-port.lv2 Installing subdir /tmp/instance-5/output-1/build/lv2-1.18.10/lv2/state.lv2 to /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/lv2/state.lv2 Installing /tmp/instance-5/output-1/build/lv2-1.18.10/lv2/state.lv2/state.ttl to /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/lv2/state.lv2 Installing /tmp/instance-5/output-1/build/lv2-1.18.10/lv2/state.lv2/state.meta.ttl to /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/lv2/state.lv2 Installing /tmp/instance-5/output-1/build/lv2-1.18.10/lv2/state.lv2/manifest.ttl to /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/lv2/state.lv2 Installing subdir /tmp/instance-5/output-1/build/lv2-1.18.10/lv2/time.lv2 to /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/lv2/time.lv2 Installing /tmp/instance-5/output-1/build/lv2-1.18.10/lv2/time.lv2/time.ttl to /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/lv2/time.lv2 Installing /tmp/instance-5/output-1/build/lv2-1.18.10/lv2/time.lv2/time.meta.ttl to /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/lv2/time.lv2 Installing /tmp/instance-5/output-1/build/lv2-1.18.10/lv2/time.lv2/manifest.ttl to /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/lv2/time.lv2 Installing subdir /tmp/instance-5/output-1/build/lv2-1.18.10/lv2/uri-map.lv2 to /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/lv2/uri-map.lv2 Installing /tmp/instance-5/output-1/build/lv2-1.18.10/lv2/uri-map.lv2/uri-map.ttl to /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/lv2/uri-map.lv2 Installing /tmp/instance-5/output-1/build/lv2-1.18.10/lv2/uri-map.lv2/uri-map.meta.ttl to /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/lv2/uri-map.lv2 Installing /tmp/instance-5/output-1/build/lv2-1.18.10/lv2/uri-map.lv2/manifest.ttl to /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/lv2/uri-map.lv2 Installing subdir /tmp/instance-5/output-1/build/lv2-1.18.10/lv2/urid.lv2 to /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/lv2/urid.lv2 Installing /tmp/instance-5/output-1/build/lv2-1.18.10/lv2/urid.lv2/urid.ttl to /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/lv2/urid.lv2 Installing /tmp/instance-5/output-1/build/lv2-1.18.10/lv2/urid.lv2/urid.meta.ttl to /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/lv2/urid.lv2 Installing /tmp/instance-5/output-1/build/lv2-1.18.10/lv2/urid.lv2/manifest.ttl to /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/lv2/urid.lv2 Installing subdir /tmp/instance-5/output-1/build/lv2-1.18.10/lv2/worker.lv2 to /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/lv2/worker.lv2 Installing /tmp/instance-5/output-1/build/lv2-1.18.10/lv2/worker.lv2/worker.ttl to /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/lv2/worker.lv2 Installing /tmp/instance-5/output-1/build/lv2-1.18.10/lv2/worker.lv2/worker.meta.ttl to /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/lv2/worker.lv2 Installing /tmp/instance-5/output-1/build/lv2-1.18.10/lv2/worker.lv2/manifest.ttl to /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/lv2/worker.lv2 Installing subdir /tmp/instance-5/output-1/build/lv2-1.18.10/lv2/ui.lv2 to /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/lv2/ui.lv2 Installing /tmp/instance-5/output-1/build/lv2-1.18.10/lv2/ui.lv2/ui.ttl to /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/lv2/ui.lv2 Installing /tmp/instance-5/output-1/build/lv2-1.18.10/lv2/ui.lv2/ui.meta.ttl to /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/lv2/ui.lv2 Installing /tmp/instance-5/output-1/build/lv2-1.18.10/lv2/ui.lv2/manifest.ttl to /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/lv2/ui.lv2 Installing subdir /tmp/instance-5/output-1/build/lv2-1.18.10/lv2/units.lv2 to /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/lv2/units.lv2 Installing /tmp/instance-5/output-1/build/lv2-1.18.10/lv2/units.lv2/units.ttl to /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/lv2/units.lv2 Installing /tmp/instance-5/output-1/build/lv2-1.18.10/lv2/units.lv2/units.meta.ttl to /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/lv2/units.lv2 Installing /tmp/instance-5/output-1/build/lv2-1.18.10/lv2/units.lv2/manifest.ttl to /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/lv2/units.lv2 Installing plugins/eg-amp.lv2/amp.so to /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/lv2/eg-amp.lv2 Installing plugins/eg-fifths.lv2/fifths.so to /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/lv2/eg-fifths.lv2 Installing plugins/eg-metro.lv2/metro.so to /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/lv2/eg-metro.lv2 Installing plugins/eg-midigate.lv2/midigate.so to /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/lv2/eg-midigate.lv2 Installing plugins/eg-params.lv2/params.so to /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/lv2/eg-params.lv2 Installing plugins/eg-scope.lv2/examploscope.so to /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/lv2/eg-scope.lv2 Installing /tmp/instance-5/output-1/build/lv2-1.18.10/include/lv2/core/lv2.h to /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include/ Installing /tmp/instance-5/output-1/build/lv2-1.18.10/build/meson-private/lv2.pc to /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/pkgconfig Installing /tmp/instance-5/output-1/build/lv2-1.18.10/include/lv2/core/attributes.h to /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include/lv2/lv2plug.in/ns/lv2core Installing /tmp/instance-5/output-1/build/lv2-1.18.10/include/lv2/core/lv2.h to /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include/lv2/lv2plug.in/ns/lv2core Installing /tmp/instance-5/output-1/build/lv2-1.18.10/include/lv2/core/lv2_util.h to /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include/lv2/lv2plug.in/ns/lv2core Installing /tmp/instance-5/output-1/build/lv2-1.18.10/schemas.lv2/dcterms.ttl to /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/lv2/schemas.lv2 Installing /tmp/instance-5/output-1/build/lv2-1.18.10/schemas.lv2/doap.ttl to /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/lv2/schemas.lv2 Installing /tmp/instance-5/output-1/build/lv2-1.18.10/schemas.lv2/foaf.ttl to /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/lv2/schemas.lv2 Installing /tmp/instance-5/output-1/build/lv2-1.18.10/schemas.lv2/manifest.ttl to /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/lv2/schemas.lv2 Installing /tmp/instance-5/output-1/build/lv2-1.18.10/schemas.lv2/owl.ttl to /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/lv2/schemas.lv2 Installing /tmp/instance-5/output-1/build/lv2-1.18.10/schemas.lv2/rdf.ttl to /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/lv2/schemas.lv2 Installing /tmp/instance-5/output-1/build/lv2-1.18.10/schemas.lv2/rdfs.ttl to /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/lv2/schemas.lv2 Installing /tmp/instance-5/output-1/build/lv2-1.18.10/schemas.lv2/xsd.ttl to /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/lv2/schemas.lv2 Installing /tmp/instance-5/output-1/build/lv2-1.18.10/build/plugins/eg-amp.lv2/manifest.ttl to /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/lv2/eg-amp.lv2 Installing /tmp/instance-5/output-1/build/lv2-1.18.10/build/plugins/eg-amp.lv2/amp.ttl to /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/lv2/eg-amp.lv2 Installing /tmp/instance-5/output-1/build/lv2-1.18.10/build/plugins/eg-fifths.lv2/manifest.ttl to /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/lv2/eg-fifths.lv2 Installing /tmp/instance-5/output-1/build/lv2-1.18.10/build/plugins/eg-fifths.lv2/fifths.ttl to /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/lv2/eg-fifths.lv2 Installing /tmp/instance-5/output-1/build/lv2-1.18.10/build/plugins/eg-metro.lv2/manifest.ttl to /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/lv2/eg-metro.lv2 Installing /tmp/instance-5/output-1/build/lv2-1.18.10/build/plugins/eg-metro.lv2/metro.ttl to /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/lv2/eg-metro.lv2 Installing /tmp/instance-5/output-1/build/lv2-1.18.10/build/plugins/eg-midigate.lv2/manifest.ttl to /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/lv2/eg-midigate.lv2 Installing /tmp/instance-5/output-1/build/lv2-1.18.10/build/plugins/eg-midigate.lv2/midigate.ttl to /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/lv2/eg-midigate.lv2 Installing /tmp/instance-5/output-1/build/lv2-1.18.10/build/plugins/eg-params.lv2/manifest.ttl to /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/lv2/eg-params.lv2 Installing /tmp/instance-5/output-1/build/lv2-1.18.10/build/plugins/eg-params.lv2/params.ttl to /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/lv2/eg-params.lv2 Installing /tmp/instance-5/output-1/build/lv2-1.18.10/build/plugins/eg-scope.lv2/manifest.ttl to /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/lv2/eg-scope.lv2 Installing /tmp/instance-5/output-1/build/lv2-1.18.10/build/plugins/eg-scope.lv2/examploscope.ttl to /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/lv2/eg-scope.lv2 Installing /tmp/instance-5/output-1/build/lv2-1.18.10/build/util/lv2_validate to /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin >>> lv2 1.18.10 Fixing libtool files for la in $(find /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib* -name "*.la"); do \ cp -a "${la}" "${la}.fixed" && \ /usr/bin/sed -i -e "s:/tmp/instance-5/output-1:@BASE_DIR@:g" \ -e "s:/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot:@STAGING_DIR@:g" \ \ -e "s:\(['= ]\)/usr:\\1@STAGING_DIR@/usr:g" \ -e "s:\(['= ]\)/lib:\\1@STAGING_DIR@/lib:g" \ \ -e "s:@STAGING_DIR@:/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot:g" \ -e "s:@BASE_DIR@:/tmp/instance-5/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 >>> lv2 1.18.10 Installing to target PATH="/tmp/instance-5/output-1/host/bin:/tmp/instance-5/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" DESTDIR=/tmp/instance-5/output-1/target PYTHONNOUSERSITE=y /tmp/instance-5/output-1/host/bin/ninja -C /tmp/instance-5/output-1/build/lv2-1.18.10//build install ninja: Entering directory `/tmp/instance-5/output-1/build/lv2-1.18.10//build' [0/1] Installing files. Installing subdir /tmp/instance-5/output-1/build/lv2-1.18.10/include/lv2 to /tmp/instance-5/output-1/target/usr/include/lv2 Installing /tmp/instance-5/output-1/build/lv2-1.18.10/include/lv2/worker/worker.h to /tmp/instance-5/output-1/target/usr/include/lv2/worker Installing /tmp/instance-5/output-1/build/lv2-1.18.10/include/lv2/urid/urid.h to /tmp/instance-5/output-1/target/usr/include/lv2/urid Installing /tmp/instance-5/output-1/build/lv2-1.18.10/include/lv2/uri-map/uri-map.h to /tmp/instance-5/output-1/target/usr/include/lv2/uri-map Installing /tmp/instance-5/output-1/build/lv2-1.18.10/include/lv2/units/units.h to /tmp/instance-5/output-1/target/usr/include/lv2/units Installing /tmp/instance-5/output-1/build/lv2-1.18.10/include/lv2/ui/ui.h to /tmp/instance-5/output-1/target/usr/include/lv2/ui Installing /tmp/instance-5/output-1/build/lv2-1.18.10/include/lv2/time/time.h to /tmp/instance-5/output-1/target/usr/include/lv2/time Installing /tmp/instance-5/output-1/build/lv2-1.18.10/include/lv2/state/state.h to /tmp/instance-5/output-1/target/usr/include/lv2/state Installing /tmp/instance-5/output-1/build/lv2-1.18.10/include/lv2/resize-port/resize-port.h to /tmp/instance-5/output-1/target/usr/include/lv2/resize-port Installing /tmp/instance-5/output-1/build/lv2-1.18.10/include/lv2/presets/presets.h to /tmp/instance-5/output-1/target/usr/include/lv2/presets Installing /tmp/instance-5/output-1/build/lv2-1.18.10/include/lv2/port-props/port-props.h to /tmp/instance-5/output-1/target/usr/include/lv2/port-props Installing /tmp/instance-5/output-1/build/lv2-1.18.10/include/lv2/port-groups/port-groups.h to /tmp/instance-5/output-1/target/usr/include/lv2/port-groups Installing /tmp/instance-5/output-1/build/lv2-1.18.10/include/lv2/patch/patch.h to /tmp/instance-5/output-1/target/usr/include/lv2/patch Installing /tmp/instance-5/output-1/build/lv2-1.18.10/include/lv2/parameters/parameters.h to /tmp/instance-5/output-1/target/usr/include/lv2/parameters Installing /tmp/instance-5/output-1/build/lv2-1.18.10/include/lv2/options/options.h to /tmp/instance-5/output-1/target/usr/include/lv2/options Installing /tmp/instance-5/output-1/build/lv2-1.18.10/include/lv2/morph/morph.h to /tmp/instance-5/output-1/target/usr/include/lv2/morph Installing /tmp/instance-5/output-1/build/lv2-1.18.10/include/lv2/midi/midi.h to /tmp/instance-5/output-1/target/usr/include/lv2/midi Installing /tmp/instance-5/output-1/build/lv2-1.18.10/include/lv2/log/logger.h to /tmp/instance-5/output-1/target/usr/include/lv2/log Installing /tmp/instance-5/output-1/build/lv2-1.18.10/include/lv2/log/log.h to /tmp/instance-5/output-1/target/usr/include/lv2/log Installing /tmp/instance-5/output-1/build/lv2-1.18.10/include/lv2/instance-access/instance-access.h to /tmp/instance-5/output-1/target/usr/include/lv2/instance-access Installing /tmp/instance-5/output-1/build/lv2-1.18.10/include/lv2/event/event.h to /tmp/instance-5/output-1/target/usr/include/lv2/event Installing /tmp/instance-5/output-1/build/lv2-1.18.10/include/lv2/event/event-helpers.h to /tmp/instance-5/output-1/target/usr/include/lv2/event Installing /tmp/instance-5/output-1/build/lv2-1.18.10/include/lv2/dynmanifest/dynmanifest.h to /tmp/instance-5/output-1/target/usr/include/lv2/dynmanifest Installing /tmp/instance-5/output-1/build/lv2-1.18.10/include/lv2/data-access/data-access.h to /tmp/instance-5/output-1/target/usr/include/lv2/data-access Installing /tmp/instance-5/output-1/build/lv2-1.18.10/include/lv2/core/lv2_util.h to /tmp/instance-5/output-1/target/usr/include/lv2/core Installing /tmp/instance-5/output-1/build/lv2-1.18.10/include/lv2/core/lv2.h to /tmp/instance-5/output-1/target/usr/include/lv2/core Installing /tmp/instance-5/output-1/build/lv2-1.18.10/include/lv2/core/attributes.h to /tmp/instance-5/output-1/target/usr/include/lv2/core Installing /tmp/instance-5/output-1/build/lv2-1.18.10/include/lv2/buf-size/buf-size.h to /tmp/instance-5/output-1/target/usr/include/lv2/buf-size Installing /tmp/instance-5/output-1/build/lv2-1.18.10/include/lv2/atom/util.h to /tmp/instance-5/output-1/target/usr/include/lv2/atom Installing /tmp/instance-5/output-1/build/lv2-1.18.10/include/lv2/atom/forge.h to /tmp/instance-5/output-1/target/usr/include/lv2/atom Installing /tmp/instance-5/output-1/build/lv2-1.18.10/include/lv2/atom/atom.h to /tmp/instance-5/output-1/target/usr/include/lv2/atom Installing subdir /tmp/instance-5/output-1/build/lv2-1.18.10/include/lv2/atom to /tmp/instance-5/output-1/target/usr/include/lv2/lv2plug.in/ns/ext/atom Installing /tmp/instance-5/output-1/build/lv2-1.18.10/include/lv2/atom/util.h to /tmp/instance-5/output-1/target/usr/include/lv2/lv2plug.in/ns/ext/atom Installing /tmp/instance-5/output-1/build/lv2-1.18.10/include/lv2/atom/forge.h to /tmp/instance-5/output-1/target/usr/include/lv2/lv2plug.in/ns/ext/atom Installing /tmp/instance-5/output-1/build/lv2-1.18.10/include/lv2/atom/atom.h to /tmp/instance-5/output-1/target/usr/include/lv2/lv2plug.in/ns/ext/atom Installing subdir /tmp/instance-5/output-1/build/lv2-1.18.10/include/lv2/buf-size to /tmp/instance-5/output-1/target/usr/include/lv2/lv2plug.in/ns/ext/buf-size Installing /tmp/instance-5/output-1/build/lv2-1.18.10/include/lv2/buf-size/buf-size.h to /tmp/instance-5/output-1/target/usr/include/lv2/lv2plug.in/ns/ext/buf-size Installing subdir /tmp/instance-5/output-1/build/lv2-1.18.10/include/lv2/data-access to /tmp/instance-5/output-1/target/usr/include/lv2/lv2plug.in/ns/ext/data-access Installing /tmp/instance-5/output-1/build/lv2-1.18.10/include/lv2/data-access/data-access.h to /tmp/instance-5/output-1/target/usr/include/lv2/lv2plug.in/ns/ext/data-access Installing subdir /tmp/instance-5/output-1/build/lv2-1.18.10/include/lv2/dynmanifest to /tmp/instance-5/output-1/target/usr/include/lv2/lv2plug.in/ns/ext/dynmanifest Installing /tmp/instance-5/output-1/build/lv2-1.18.10/include/lv2/dynmanifest/dynmanifest.h to /tmp/instance-5/output-1/target/usr/include/lv2/lv2plug.in/ns/ext/dynmanifest Installing subdir /tmp/instance-5/output-1/build/lv2-1.18.10/include/lv2/event to /tmp/instance-5/output-1/target/usr/include/lv2/lv2plug.in/ns/ext/event Installing /tmp/instance-5/output-1/build/lv2-1.18.10/include/lv2/event/event.h to /tmp/instance-5/output-1/target/usr/include/lv2/lv2plug.in/ns/ext/event Installing /tmp/instance-5/output-1/build/lv2-1.18.10/include/lv2/event/event-helpers.h to /tmp/instance-5/output-1/target/usr/include/lv2/lv2plug.in/ns/ext/event Installing subdir /tmp/instance-5/output-1/build/lv2-1.18.10/include/lv2/instance-access to /tmp/instance-5/output-1/target/usr/include/lv2/lv2plug.in/ns/ext/instance-access Installing /tmp/instance-5/output-1/build/lv2-1.18.10/include/lv2/instance-access/instance-access.h to /tmp/instance-5/output-1/target/usr/include/lv2/lv2plug.in/ns/ext/instance-access Installing subdir /tmp/instance-5/output-1/build/lv2-1.18.10/include/lv2/log to /tmp/instance-5/output-1/target/usr/include/lv2/lv2plug.in/ns/ext/log Installing /tmp/instance-5/output-1/build/lv2-1.18.10/include/lv2/log/logger.h to /tmp/instance-5/output-1/target/usr/include/lv2/lv2plug.in/ns/ext/log Installing /tmp/instance-5/output-1/build/lv2-1.18.10/include/lv2/log/log.h to /tmp/instance-5/output-1/target/usr/include/lv2/lv2plug.in/ns/ext/log Installing subdir /tmp/instance-5/output-1/build/lv2-1.18.10/include/lv2/midi to /tmp/instance-5/output-1/target/usr/include/lv2/lv2plug.in/ns/ext/midi Installing /tmp/instance-5/output-1/build/lv2-1.18.10/include/lv2/midi/midi.h to /tmp/instance-5/output-1/target/usr/include/lv2/lv2plug.in/ns/ext/midi Installing subdir /tmp/instance-5/output-1/build/lv2-1.18.10/include/lv2/morph to /tmp/instance-5/output-1/target/usr/include/lv2/lv2plug.in/ns/ext/morph Installing /tmp/instance-5/output-1/build/lv2-1.18.10/include/lv2/morph/morph.h to /tmp/instance-5/output-1/target/usr/include/lv2/lv2plug.in/ns/ext/morph Installing subdir /tmp/instance-5/output-1/build/lv2-1.18.10/include/lv2/options to /tmp/instance-5/output-1/target/usr/include/lv2/lv2plug.in/ns/ext/options Installing /tmp/instance-5/output-1/build/lv2-1.18.10/include/lv2/options/options.h to /tmp/instance-5/output-1/target/usr/include/lv2/lv2plug.in/ns/ext/options Installing subdir /tmp/instance-5/output-1/build/lv2-1.18.10/include/lv2/parameters to /tmp/instance-5/output-1/target/usr/include/lv2/lv2plug.in/ns/ext/parameters Installing /tmp/instance-5/output-1/build/lv2-1.18.10/include/lv2/parameters/parameters.h to /tmp/instance-5/output-1/target/usr/include/lv2/lv2plug.in/ns/ext/parameters Installing subdir /tmp/instance-5/output-1/build/lv2-1.18.10/include/lv2/patch to /tmp/instance-5/output-1/target/usr/include/lv2/lv2plug.in/ns/ext/patch Installing /tmp/instance-5/output-1/build/lv2-1.18.10/include/lv2/patch/patch.h to /tmp/instance-5/output-1/target/usr/include/lv2/lv2plug.in/ns/ext/patch Installing subdir /tmp/instance-5/output-1/build/lv2-1.18.10/include/lv2/port-groups to /tmp/instance-5/output-1/target/usr/include/lv2/lv2plug.in/ns/ext/port-groups Installing /tmp/instance-5/output-1/build/lv2-1.18.10/include/lv2/port-groups/port-groups.h to /tmp/instance-5/output-1/target/usr/include/lv2/lv2plug.in/ns/ext/port-groups Installing subdir /tmp/instance-5/output-1/build/lv2-1.18.10/include/lv2/port-props to /tmp/instance-5/output-1/target/usr/include/lv2/lv2plug.in/ns/ext/port-props Installing /tmp/instance-5/output-1/build/lv2-1.18.10/include/lv2/port-props/port-props.h to /tmp/instance-5/output-1/target/usr/include/lv2/lv2plug.in/ns/ext/port-props Installing subdir /tmp/instance-5/output-1/build/lv2-1.18.10/include/lv2/presets to /tmp/instance-5/output-1/target/usr/include/lv2/lv2plug.in/ns/ext/presets Installing /tmp/instance-5/output-1/build/lv2-1.18.10/include/lv2/presets/presets.h to /tmp/instance-5/output-1/target/usr/include/lv2/lv2plug.in/ns/ext/presets Installing subdir /tmp/instance-5/output-1/build/lv2-1.18.10/include/lv2/resize-port to /tmp/instance-5/output-1/target/usr/include/lv2/lv2plug.in/ns/ext/resize-port Installing /tmp/instance-5/output-1/build/lv2-1.18.10/include/lv2/resize-port/resize-port.h to /tmp/instance-5/output-1/target/usr/include/lv2/lv2plug.in/ns/ext/resize-port Installing subdir /tmp/instance-5/output-1/build/lv2-1.18.10/include/lv2/state to /tmp/instance-5/output-1/target/usr/include/lv2/lv2plug.in/ns/ext/state Installing /tmp/instance-5/output-1/build/lv2-1.18.10/include/lv2/state/state.h to /tmp/instance-5/output-1/target/usr/include/lv2/lv2plug.in/ns/ext/state Installing subdir /tmp/instance-5/output-1/build/lv2-1.18.10/include/lv2/time to /tmp/instance-5/output-1/target/usr/include/lv2/lv2plug.in/ns/ext/time Installing /tmp/instance-5/output-1/build/lv2-1.18.10/include/lv2/time/time.h to /tmp/instance-5/output-1/target/usr/include/lv2/lv2plug.in/ns/ext/time Installing subdir /tmp/instance-5/output-1/build/lv2-1.18.10/include/lv2/uri-map to /tmp/instance-5/output-1/target/usr/include/lv2/lv2plug.in/ns/ext/uri-map Installing /tmp/instance-5/output-1/build/lv2-1.18.10/include/lv2/uri-map/uri-map.h to /tmp/instance-5/output-1/target/usr/include/lv2/lv2plug.in/ns/ext/uri-map Installing subdir /tmp/instance-5/output-1/build/lv2-1.18.10/include/lv2/urid to /tmp/instance-5/output-1/target/usr/include/lv2/lv2plug.in/ns/ext/urid Installing /tmp/instance-5/output-1/build/lv2-1.18.10/include/lv2/urid/urid.h to /tmp/instance-5/output-1/target/usr/include/lv2/lv2plug.in/ns/ext/urid Installing subdir /tmp/instance-5/output-1/build/lv2-1.18.10/include/lv2/worker to /tmp/instance-5/output-1/target/usr/include/lv2/lv2plug.in/ns/ext/worker Installing /tmp/instance-5/output-1/build/lv2-1.18.10/include/lv2/worker/worker.h to /tmp/instance-5/output-1/target/usr/include/lv2/lv2plug.in/ns/ext/worker Installing subdir /tmp/instance-5/output-1/build/lv2-1.18.10/include/lv2/ui to /tmp/instance-5/output-1/target/usr/include/lv2/lv2plug.in/ns/extensions/ui Installing /tmp/instance-5/output-1/build/lv2-1.18.10/include/lv2/ui/ui.h to /tmp/instance-5/output-1/target/usr/include/lv2/lv2plug.in/ns/extensions/ui Installing subdir /tmp/instance-5/output-1/build/lv2-1.18.10/include/lv2/units to /tmp/instance-5/output-1/target/usr/include/lv2/lv2plug.in/ns/extensions/units Installing /tmp/instance-5/output-1/build/lv2-1.18.10/include/lv2/units/units.h to /tmp/instance-5/output-1/target/usr/include/lv2/lv2plug.in/ns/extensions/units Installing subdir /tmp/instance-5/output-1/build/lv2-1.18.10/lv2/core.lv2 to /tmp/instance-5/output-1/target/usr/lib/lv2/core.lv2 Installing /tmp/instance-5/output-1/build/lv2-1.18.10/lv2/core.lv2/people.ttl to /tmp/instance-5/output-1/target/usr/lib/lv2/core.lv2 Installing /tmp/instance-5/output-1/build/lv2-1.18.10/lv2/core.lv2/meta.ttl to /tmp/instance-5/output-1/target/usr/lib/lv2/core.lv2 Installing /tmp/instance-5/output-1/build/lv2-1.18.10/lv2/core.lv2/manifest.ttl to /tmp/instance-5/output-1/target/usr/lib/lv2/core.lv2 Installing /tmp/instance-5/output-1/build/lv2-1.18.10/lv2/core.lv2/lv2core.ttl to /tmp/instance-5/output-1/target/usr/lib/lv2/core.lv2 Installing /tmp/instance-5/output-1/build/lv2-1.18.10/lv2/core.lv2/lv2core.meta.ttl to /tmp/instance-5/output-1/target/usr/lib/lv2/core.lv2 Installing subdir /tmp/instance-5/output-1/build/lv2-1.18.10/lv2/atom.lv2 to /tmp/instance-5/output-1/target/usr/lib/lv2/atom.lv2 Installing /tmp/instance-5/output-1/build/lv2-1.18.10/lv2/atom.lv2/manifest.ttl to /tmp/instance-5/output-1/target/usr/lib/lv2/atom.lv2 Installing /tmp/instance-5/output-1/build/lv2-1.18.10/lv2/atom.lv2/atom.ttl to /tmp/instance-5/output-1/target/usr/lib/lv2/atom.lv2 Installing /tmp/instance-5/output-1/build/lv2-1.18.10/lv2/atom.lv2/atom.meta.ttl to /tmp/instance-5/output-1/target/usr/lib/lv2/atom.lv2 Installing subdir /tmp/instance-5/output-1/build/lv2-1.18.10/lv2/buf-size.lv2 to /tmp/instance-5/output-1/target/usr/lib/lv2/buf-size.lv2 Installing /tmp/instance-5/output-1/build/lv2-1.18.10/lv2/buf-size.lv2/manifest.ttl to /tmp/instance-5/output-1/target/usr/lib/lv2/buf-size.lv2 Installing /tmp/instance-5/output-1/build/lv2-1.18.10/lv2/buf-size.lv2/buf-size.ttl to /tmp/instance-5/output-1/target/usr/lib/lv2/buf-size.lv2 Installing /tmp/instance-5/output-1/build/lv2-1.18.10/lv2/buf-size.lv2/buf-size.meta.ttl to /tmp/instance-5/output-1/target/usr/lib/lv2/buf-size.lv2 Installing subdir /tmp/instance-5/output-1/build/lv2-1.18.10/lv2/data-access.lv2 to /tmp/instance-5/output-1/target/usr/lib/lv2/data-access.lv2 Installing /tmp/instance-5/output-1/build/lv2-1.18.10/lv2/data-access.lv2/manifest.ttl to /tmp/instance-5/output-1/target/usr/lib/lv2/data-access.lv2 Installing /tmp/instance-5/output-1/build/lv2-1.18.10/lv2/data-access.lv2/data-access.ttl to /tmp/instance-5/output-1/target/usr/lib/lv2/data-access.lv2 Installing /tmp/instance-5/output-1/build/lv2-1.18.10/lv2/data-access.lv2/data-access.meta.ttl to /tmp/instance-5/output-1/target/usr/lib/lv2/data-access.lv2 Installing subdir /tmp/instance-5/output-1/build/lv2-1.18.10/lv2/dynmanifest.lv2 to /tmp/instance-5/output-1/target/usr/lib/lv2/dynmanifest.lv2 Installing /tmp/instance-5/output-1/build/lv2-1.18.10/lv2/dynmanifest.lv2/manifest.ttl to /tmp/instance-5/output-1/target/usr/lib/lv2/dynmanifest.lv2 Installing /tmp/instance-5/output-1/build/lv2-1.18.10/lv2/dynmanifest.lv2/dynmanifest.ttl to /tmp/instance-5/output-1/target/usr/lib/lv2/dynmanifest.lv2 Installing /tmp/instance-5/output-1/build/lv2-1.18.10/lv2/dynmanifest.lv2/dynmanifest.meta.ttl to /tmp/instance-5/output-1/target/usr/lib/lv2/dynmanifest.lv2 Installing subdir /tmp/instance-5/output-1/build/lv2-1.18.10/lv2/event.lv2 to /tmp/instance-5/output-1/target/usr/lib/lv2/event.lv2 Installing /tmp/instance-5/output-1/build/lv2-1.18.10/lv2/event.lv2/manifest.ttl to /tmp/instance-5/output-1/target/usr/lib/lv2/event.lv2 Installing /tmp/instance-5/output-1/build/lv2-1.18.10/lv2/event.lv2/event.ttl to /tmp/instance-5/output-1/target/usr/lib/lv2/event.lv2 Installing /tmp/instance-5/output-1/build/lv2-1.18.10/lv2/event.lv2/event.meta.ttl to /tmp/instance-5/output-1/target/usr/lib/lv2/event.lv2 Installing subdir /tmp/instance-5/output-1/build/lv2-1.18.10/lv2/instance-access.lv2 to /tmp/instance-5/output-1/target/usr/lib/lv2/instance-access.lv2 Installing /tmp/instance-5/output-1/build/lv2-1.18.10/lv2/instance-access.lv2/manifest.ttl to /tmp/instance-5/output-1/target/usr/lib/lv2/instance-access.lv2 Installing /tmp/instance-5/output-1/build/lv2-1.18.10/lv2/instance-access.lv2/instance-access.ttl to /tmp/instance-5/output-1/target/usr/lib/lv2/instance-access.lv2 Installing /tmp/instance-5/output-1/build/lv2-1.18.10/lv2/instance-access.lv2/instance-access.meta.ttl to /tmp/instance-5/output-1/target/usr/lib/lv2/instance-access.lv2 Installing subdir /tmp/instance-5/output-1/build/lv2-1.18.10/lv2/log.lv2 to /tmp/instance-5/output-1/target/usr/lib/lv2/log.lv2 Installing /tmp/instance-5/output-1/build/lv2-1.18.10/lv2/log.lv2/manifest.ttl to /tmp/instance-5/output-1/target/usr/lib/lv2/log.lv2 Installing /tmp/instance-5/output-1/build/lv2-1.18.10/lv2/log.lv2/log.ttl to /tmp/instance-5/output-1/target/usr/lib/lv2/log.lv2 Installing /tmp/instance-5/output-1/build/lv2-1.18.10/lv2/log.lv2/log.meta.ttl to /tmp/instance-5/output-1/target/usr/lib/lv2/log.lv2 Installing subdir /tmp/instance-5/output-1/build/lv2-1.18.10/lv2/midi.lv2 to /tmp/instance-5/output-1/target/usr/lib/lv2/midi.lv2 Installing /tmp/instance-5/output-1/build/lv2-1.18.10/lv2/midi.lv2/midi.ttl to /tmp/instance-5/output-1/target/usr/lib/lv2/midi.lv2 Installing /tmp/instance-5/output-1/build/lv2-1.18.10/lv2/midi.lv2/midi.meta.ttl to /tmp/instance-5/output-1/target/usr/lib/lv2/midi.lv2 Installing /tmp/instance-5/output-1/build/lv2-1.18.10/lv2/midi.lv2/manifest.ttl to /tmp/instance-5/output-1/target/usr/lib/lv2/midi.lv2 Installing subdir /tmp/instance-5/output-1/build/lv2-1.18.10/lv2/morph.lv2 to /tmp/instance-5/output-1/target/usr/lib/lv2/morph.lv2 Installing /tmp/instance-5/output-1/build/lv2-1.18.10/lv2/morph.lv2/morph.ttl to /tmp/instance-5/output-1/target/usr/lib/lv2/morph.lv2 Installing /tmp/instance-5/output-1/build/lv2-1.18.10/lv2/morph.lv2/morph.meta.ttl to /tmp/instance-5/output-1/target/usr/lib/lv2/morph.lv2 Installing /tmp/instance-5/output-1/build/lv2-1.18.10/lv2/morph.lv2/manifest.ttl to /tmp/instance-5/output-1/target/usr/lib/lv2/morph.lv2 Installing subdir /tmp/instance-5/output-1/build/lv2-1.18.10/lv2/options.lv2 to /tmp/instance-5/output-1/target/usr/lib/lv2/options.lv2 Installing /tmp/instance-5/output-1/build/lv2-1.18.10/lv2/options.lv2/options.ttl to /tmp/instance-5/output-1/target/usr/lib/lv2/options.lv2 Installing /tmp/instance-5/output-1/build/lv2-1.18.10/lv2/options.lv2/options.meta.ttl to /tmp/instance-5/output-1/target/usr/lib/lv2/options.lv2 Installing /tmp/instance-5/output-1/build/lv2-1.18.10/lv2/options.lv2/manifest.ttl to /tmp/instance-5/output-1/target/usr/lib/lv2/options.lv2 Installing subdir /tmp/instance-5/output-1/build/lv2-1.18.10/lv2/parameters.lv2 to /tmp/instance-5/output-1/target/usr/lib/lv2/parameters.lv2 Installing /tmp/instance-5/output-1/build/lv2-1.18.10/lv2/parameters.lv2/parameters.ttl to /tmp/instance-5/output-1/target/usr/lib/lv2/parameters.lv2 Installing /tmp/instance-5/output-1/build/lv2-1.18.10/lv2/parameters.lv2/parameters.meta.ttl to /tmp/instance-5/output-1/target/usr/lib/lv2/parameters.lv2 Installing /tmp/instance-5/output-1/build/lv2-1.18.10/lv2/parameters.lv2/manifest.ttl to /tmp/instance-5/output-1/target/usr/lib/lv2/parameters.lv2 Installing subdir /tmp/instance-5/output-1/build/lv2-1.18.10/lv2/patch.lv2 to /tmp/instance-5/output-1/target/usr/lib/lv2/patch.lv2 Installing /tmp/instance-5/output-1/build/lv2-1.18.10/lv2/patch.lv2/patch.ttl to /tmp/instance-5/output-1/target/usr/lib/lv2/patch.lv2 Installing /tmp/instance-5/output-1/build/lv2-1.18.10/lv2/patch.lv2/patch.meta.ttl to /tmp/instance-5/output-1/target/usr/lib/lv2/patch.lv2 Installing /tmp/instance-5/output-1/build/lv2-1.18.10/lv2/patch.lv2/manifest.ttl to /tmp/instance-5/output-1/target/usr/lib/lv2/patch.lv2 Installing subdir /tmp/instance-5/output-1/build/lv2-1.18.10/lv2/port-groups.lv2 to /tmp/instance-5/output-1/target/usr/lib/lv2/port-groups.lv2 Installing /tmp/instance-5/output-1/build/lv2-1.18.10/lv2/port-groups.lv2/port-groups.ttl to /tmp/instance-5/output-1/target/usr/lib/lv2/port-groups.lv2 Installing /tmp/instance-5/output-1/build/lv2-1.18.10/lv2/port-groups.lv2/port-groups.meta.ttl to /tmp/instance-5/output-1/target/usr/lib/lv2/port-groups.lv2 Installing /tmp/instance-5/output-1/build/lv2-1.18.10/lv2/port-groups.lv2/manifest.ttl to /tmp/instance-5/output-1/target/usr/lib/lv2/port-groups.lv2 Installing subdir /tmp/instance-5/output-1/build/lv2-1.18.10/lv2/port-props.lv2 to /tmp/instance-5/output-1/target/usr/lib/lv2/port-props.lv2 Installing /tmp/instance-5/output-1/build/lv2-1.18.10/lv2/port-props.lv2/port-props.ttl to /tmp/instance-5/output-1/target/usr/lib/lv2/port-props.lv2 Installing /tmp/instance-5/output-1/build/lv2-1.18.10/lv2/port-props.lv2/port-props.meta.ttl to /tmp/instance-5/output-1/target/usr/lib/lv2/port-props.lv2 Installing /tmp/instance-5/output-1/build/lv2-1.18.10/lv2/port-props.lv2/manifest.ttl to /tmp/instance-5/output-1/target/usr/lib/lv2/port-props.lv2 Installing subdir /tmp/instance-5/output-1/build/lv2-1.18.10/lv2/presets.lv2 to /tmp/instance-5/output-1/target/usr/lib/lv2/presets.lv2 Installing /tmp/instance-5/output-1/build/lv2-1.18.10/lv2/presets.lv2/presets.ttl to /tmp/instance-5/output-1/target/usr/lib/lv2/presets.lv2 Installing /tmp/instance-5/output-1/build/lv2-1.18.10/lv2/presets.lv2/presets.meta.ttl to /tmp/instance-5/output-1/target/usr/lib/lv2/presets.lv2 Installing /tmp/instance-5/output-1/build/lv2-1.18.10/lv2/presets.lv2/manifest.ttl to /tmp/instance-5/output-1/target/usr/lib/lv2/presets.lv2 Installing subdir /tmp/instance-5/output-1/build/lv2-1.18.10/lv2/resize-port.lv2 to /tmp/instance-5/output-1/target/usr/lib/lv2/resize-port.lv2 Installing /tmp/instance-5/output-1/build/lv2-1.18.10/lv2/resize-port.lv2/resize-port.ttl to /tmp/instance-5/output-1/target/usr/lib/lv2/resize-port.lv2 Installing /tmp/instance-5/output-1/build/lv2-1.18.10/lv2/resize-port.lv2/resize-port.meta.ttl to /tmp/instance-5/output-1/target/usr/lib/lv2/resize-port.lv2 Installing /tmp/instance-5/output-1/build/lv2-1.18.10/lv2/resize-port.lv2/manifest.ttl to /tmp/instance-5/output-1/target/usr/lib/lv2/resize-port.lv2 Installing subdir /tmp/instance-5/output-1/build/lv2-1.18.10/lv2/state.lv2 to /tmp/instance-5/output-1/target/usr/lib/lv2/state.lv2 Installing /tmp/instance-5/output-1/build/lv2-1.18.10/lv2/state.lv2/state.ttl to /tmp/instance-5/output-1/target/usr/lib/lv2/state.lv2 Installing /tmp/instance-5/output-1/build/lv2-1.18.10/lv2/state.lv2/state.meta.ttl to /tmp/instance-5/output-1/target/usr/lib/lv2/state.lv2 Installing /tmp/instance-5/output-1/build/lv2-1.18.10/lv2/state.lv2/manifest.ttl to /tmp/instance-5/output-1/target/usr/lib/lv2/state.lv2 Installing subdir /tmp/instance-5/output-1/build/lv2-1.18.10/lv2/time.lv2 to /tmp/instance-5/output-1/target/usr/lib/lv2/time.lv2 Installing /tmp/instance-5/output-1/build/lv2-1.18.10/lv2/time.lv2/time.ttl to /tmp/instance-5/output-1/target/usr/lib/lv2/time.lv2 Installing /tmp/instance-5/output-1/build/lv2-1.18.10/lv2/time.lv2/time.meta.ttl to /tmp/instance-5/output-1/target/usr/lib/lv2/time.lv2 Installing /tmp/instance-5/output-1/build/lv2-1.18.10/lv2/time.lv2/manifest.ttl to /tmp/instance-5/output-1/target/usr/lib/lv2/time.lv2 Installing subdir /tmp/instance-5/output-1/build/lv2-1.18.10/lv2/uri-map.lv2 to /tmp/instance-5/output-1/target/usr/lib/lv2/uri-map.lv2 Installing /tmp/instance-5/output-1/build/lv2-1.18.10/lv2/uri-map.lv2/uri-map.ttl to /tmp/instance-5/output-1/target/usr/lib/lv2/uri-map.lv2 Installing /tmp/instance-5/output-1/build/lv2-1.18.10/lv2/uri-map.lv2/uri-map.meta.ttl to /tmp/instance-5/output-1/target/usr/lib/lv2/uri-map.lv2 Installing /tmp/instance-5/output-1/build/lv2-1.18.10/lv2/uri-map.lv2/manifest.ttl to /tmp/instance-5/output-1/target/usr/lib/lv2/uri-map.lv2 Installing subdir /tmp/instance-5/output-1/build/lv2-1.18.10/lv2/urid.lv2 to /tmp/instance-5/output-1/target/usr/lib/lv2/urid.lv2 Installing /tmp/instance-5/output-1/build/lv2-1.18.10/lv2/urid.lv2/urid.ttl to /tmp/instance-5/output-1/target/usr/lib/lv2/urid.lv2 Installing /tmp/instance-5/output-1/build/lv2-1.18.10/lv2/urid.lv2/urid.meta.ttl to /tmp/instance-5/output-1/target/usr/lib/lv2/urid.lv2 Installing /tmp/instance-5/output-1/build/lv2-1.18.10/lv2/urid.lv2/manifest.ttl to /tmp/instance-5/output-1/target/usr/lib/lv2/urid.lv2 Installing subdir /tmp/instance-5/output-1/build/lv2-1.18.10/lv2/worker.lv2 to /tmp/instance-5/output-1/target/usr/lib/lv2/worker.lv2 Installing /tmp/instance-5/output-1/build/lv2-1.18.10/lv2/worker.lv2/worker.ttl to /tmp/instance-5/output-1/target/usr/lib/lv2/worker.lv2 Installing /tmp/instance-5/output-1/build/lv2-1.18.10/lv2/worker.lv2/worker.meta.ttl to /tmp/instance-5/output-1/target/usr/lib/lv2/worker.lv2 Installing /tmp/instance-5/output-1/build/lv2-1.18.10/lv2/worker.lv2/manifest.ttl to /tmp/instance-5/output-1/target/usr/lib/lv2/worker.lv2 Installing subdir /tmp/instance-5/output-1/build/lv2-1.18.10/lv2/ui.lv2 to /tmp/instance-5/output-1/target/usr/lib/lv2/ui.lv2 Installing /tmp/instance-5/output-1/build/lv2-1.18.10/lv2/ui.lv2/ui.ttl to /tmp/instance-5/output-1/target/usr/lib/lv2/ui.lv2 Installing /tmp/instance-5/output-1/build/lv2-1.18.10/lv2/ui.lv2/ui.meta.ttl to /tmp/instance-5/output-1/target/usr/lib/lv2/ui.lv2 Installing /tmp/instance-5/output-1/build/lv2-1.18.10/lv2/ui.lv2/manifest.ttl to /tmp/instance-5/output-1/target/usr/lib/lv2/ui.lv2 Installing subdir /tmp/instance-5/output-1/build/lv2-1.18.10/lv2/units.lv2 to /tmp/instance-5/output-1/target/usr/lib/lv2/units.lv2 Installing /tmp/instance-5/output-1/build/lv2-1.18.10/lv2/units.lv2/units.ttl to /tmp/instance-5/output-1/target/usr/lib/lv2/units.lv2 Installing /tmp/instance-5/output-1/build/lv2-1.18.10/lv2/units.lv2/units.meta.ttl to /tmp/instance-5/output-1/target/usr/lib/lv2/units.lv2 Installing /tmp/instance-5/output-1/build/lv2-1.18.10/lv2/units.lv2/manifest.ttl to /tmp/instance-5/output-1/target/usr/lib/lv2/units.lv2 Installing plugins/eg-amp.lv2/amp.so to /tmp/instance-5/output-1/target/usr/lib/lv2/eg-amp.lv2 Installing plugins/eg-fifths.lv2/fifths.so to /tmp/instance-5/output-1/target/usr/lib/lv2/eg-fifths.lv2 Installing plugins/eg-metro.lv2/metro.so to /tmp/instance-5/output-1/target/usr/lib/lv2/eg-metro.lv2 Installing plugins/eg-midigate.lv2/midigate.so to /tmp/instance-5/output-1/target/usr/lib/lv2/eg-midigate.lv2 Installing plugins/eg-params.lv2/params.so to /tmp/instance-5/output-1/target/usr/lib/lv2/eg-params.lv2 Installing plugins/eg-scope.lv2/examploscope.so to /tmp/instance-5/output-1/target/usr/lib/lv2/eg-scope.lv2 Installing /tmp/instance-5/output-1/build/lv2-1.18.10/include/lv2/core/lv2.h to /tmp/instance-5/output-1/target/usr/include/ Installing /tmp/instance-5/output-1/build/lv2-1.18.10/build/meson-private/lv2.pc to /tmp/instance-5/output-1/target/usr/lib/pkgconfig Installing /tmp/instance-5/output-1/build/lv2-1.18.10/include/lv2/core/attributes.h to /tmp/instance-5/output-1/target/usr/include/lv2/lv2plug.in/ns/lv2core Installing /tmp/instance-5/output-1/build/lv2-1.18.10/include/lv2/core/lv2.h to /tmp/instance-5/output-1/target/usr/include/lv2/lv2plug.in/ns/lv2core Installing /tmp/instance-5/output-1/build/lv2-1.18.10/include/lv2/core/lv2_util.h to /tmp/instance-5/output-1/target/usr/include/lv2/lv2plug.in/ns/lv2core Installing /tmp/instance-5/output-1/build/lv2-1.18.10/schemas.lv2/dcterms.ttl to /tmp/instance-5/output-1/target/usr/lib/lv2/schemas.lv2 Installing /tmp/instance-5/output-1/build/lv2-1.18.10/schemas.lv2/doap.ttl to /tmp/instance-5/output-1/target/usr/lib/lv2/schemas.lv2 Installing /tmp/instance-5/output-1/build/lv2-1.18.10/schemas.lv2/foaf.ttl to /tmp/instance-5/output-1/target/usr/lib/lv2/schemas.lv2 Installing /tmp/instance-5/output-1/build/lv2-1.18.10/schemas.lv2/manifest.ttl to /tmp/instance-5/output-1/target/usr/lib/lv2/schemas.lv2 Installing /tmp/instance-5/output-1/build/lv2-1.18.10/schemas.lv2/owl.ttl to /tmp/instance-5/output-1/target/usr/lib/lv2/schemas.lv2 Installing /tmp/instance-5/output-1/build/lv2-1.18.10/schemas.lv2/rdf.ttl to /tmp/instance-5/output-1/target/usr/lib/lv2/schemas.lv2 Installing /tmp/instance-5/output-1/build/lv2-1.18.10/schemas.lv2/rdfs.ttl to /tmp/instance-5/output-1/target/usr/lib/lv2/schemas.lv2 Installing /tmp/instance-5/output-1/build/lv2-1.18.10/schemas.lv2/xsd.ttl to /tmp/instance-5/output-1/target/usr/lib/lv2/schemas.lv2 Installing /tmp/instance-5/output-1/build/lv2-1.18.10/build/plugins/eg-amp.lv2/manifest.ttl to /tmp/instance-5/output-1/target/usr/lib/lv2/eg-amp.lv2 Installing /tmp/instance-5/output-1/build/lv2-1.18.10/build/plugins/eg-amp.lv2/amp.ttl to /tmp/instance-5/output-1/target/usr/lib/lv2/eg-amp.lv2 Installing /tmp/instance-5/output-1/build/lv2-1.18.10/build/plugins/eg-fifths.lv2/manifest.ttl to /tmp/instance-5/output-1/target/usr/lib/lv2/eg-fifths.lv2 Installing /tmp/instance-5/output-1/build/lv2-1.18.10/build/plugins/eg-fifths.lv2/fifths.ttl to /tmp/instance-5/output-1/target/usr/lib/lv2/eg-fifths.lv2 Installing /tmp/instance-5/output-1/build/lv2-1.18.10/build/plugins/eg-metro.lv2/manifest.ttl to /tmp/instance-5/output-1/target/usr/lib/lv2/eg-metro.lv2 Installing /tmp/instance-5/output-1/build/lv2-1.18.10/build/plugins/eg-metro.lv2/metro.ttl to /tmp/instance-5/output-1/target/usr/lib/lv2/eg-metro.lv2 Installing /tmp/instance-5/output-1/build/lv2-1.18.10/build/plugins/eg-midigate.lv2/manifest.ttl to /tmp/instance-5/output-1/target/usr/lib/lv2/eg-midigate.lv2 Installing /tmp/instance-5/output-1/build/lv2-1.18.10/build/plugins/eg-midigate.lv2/midigate.ttl to /tmp/instance-5/output-1/target/usr/lib/lv2/eg-midigate.lv2 Installing /tmp/instance-5/output-1/build/lv2-1.18.10/build/plugins/eg-params.lv2/manifest.ttl to /tmp/instance-5/output-1/target/usr/lib/lv2/eg-params.lv2 Installing /tmp/instance-5/output-1/build/lv2-1.18.10/build/plugins/eg-params.lv2/params.ttl to /tmp/instance-5/output-1/target/usr/lib/lv2/eg-params.lv2 Installing /tmp/instance-5/output-1/build/lv2-1.18.10/build/plugins/eg-scope.lv2/manifest.ttl to /tmp/instance-5/output-1/target/usr/lib/lv2/eg-scope.lv2 Installing /tmp/instance-5/output-1/build/lv2-1.18.10/build/plugins/eg-scope.lv2/examploscope.ttl to /tmp/instance-5/output-1/target/usr/lib/lv2/eg-scope.lv2 Installing /tmp/instance-5/output-1/build/lv2-1.18.10/build/util/lv2_validate to /tmp/instance-5/output-1/target/usr/bin >>> lynx 2.8.9rel.1 Downloading wget --passive-ftp -nd -t 3 -O '/tmp/instance-5/output-1/build/.lynx2.8.9rel.1.tar.bz2.jypKX1/output' 'ftp://ftp.invisible-island.net/lynx/tarballs/lynx2.8.9rel.1.tar.bz2' --2023-02-19 23:42:58-- ftp://ftp.invisible-island.net/lynx/tarballs/lynx2.8.9rel.1.tar.bz2 => '/tmp/instance-5/output-1/build/.lynx2.8.9rel.1.tar.bz2.jypKX1/output' Resolving ftp.invisible-island.net (ftp.invisible-island.net)... 216.194.196.78 Connecting to ftp.invisible-island.net (ftp.invisible-island.net)|216.194.196.78|:21... connected. Logging in as anonymous ... Logged in! ==> SYST ... done. ==> PWD ... done. ==> TYPE I ... done. ==> CWD (1) /lynx/tarballs ... done. ==> SIZE lynx2.8.9rel.1.tar.bz2 ... 2689171 ==> PASV ... done. ==> RETR lynx2.8.9rel.1.tar.bz2 ... done. Length: 2689171 (2.6M) (unauthoritative) 0K .......... .......... .......... .......... .......... 1% 468K 6s 50K .......... .......... .......... .......... .......... 3% 467K 5s 100K .......... .......... .......... .......... .......... 5% 467K 5s 150K .......... .......... .......... .......... .......... 7% 477K 5s 200K .......... .......... .......... .......... .......... 9% 463K 5s 250K .......... .......... .......... .......... .......... 11% 467K 5s 300K .......... .......... .......... .......... .......... 13% 470K 5s 350K .......... .......... .......... .......... .......... 15% 360K 5s 400K .......... .......... .......... .......... .......... 17% 455K 5s 450K .......... .......... .......... .......... .......... 19% 466K 5s 500K .......... .......... .......... .......... .......... 20% 468K 5s 550K .......... .......... .......... .......... .......... 22% 476K 4s 600K .......... .......... .......... .......... .......... 24% 466K 4s 650K .......... .......... .......... .......... .......... 26% 462K 4s 700K .......... .......... .......... .......... .......... 28% 477K 4s 750K .......... .......... .......... .......... .......... 30% 361K 4s 800K .......... .......... .......... .......... .......... 32% 452K 4s 850K .......... .......... .......... .......... .......... 34% 470K 4s 900K .......... .......... .......... .......... .......... 36% 466K 4s 950K .......... .......... .......... .......... .......... 38% 464K 4s 1000K .......... .......... .......... .......... .......... 39% 471K 3s 1050K .......... .......... .......... .......... .......... 41% 475K 3s 1100K .......... .......... .......... .......... .......... 43% 466K 3s 1150K .......... .......... .......... .......... .......... 45% 381K 3s 1200K .......... .......... .......... .......... .......... 47% 424K 3s 1250K .......... .......... .......... .......... .......... 49% 472K 3s 1300K .......... .......... .......... .......... .......... 51% 469K 3s 1350K .......... .......... .......... .......... .......... 53% 461K 3s 1400K .......... .......... .......... .......... .......... 55% 471K 3s 1450K .......... .......... .......... .......... .......... 57% 473K 2s 1500K .......... .......... .......... .......... .......... 59% 467K 2s 1550K .......... .......... .......... .......... .......... 60% 404K 2s 1600K .......... .......... .......... .......... .......... 62% 396K 2s 1650K .......... .......... .......... .......... .......... 64% 482K 2s 1700K .......... .......... .......... .......... .......... 66% 465K 2s 1750K .......... .......... .......... .......... .......... 68% 452K 2s 1800K .......... .......... .......... .......... .......... 70% 471K 2s 1850K .......... .......... .......... .......... .......... 72% 479K 2s 1900K .......... .......... .......... .......... .......... 74% 465K 1s 1950K .......... .......... .......... .......... .......... 76% 394K 1s 2000K .......... .......... .......... .......... .......... 78% 414K 1s 2050K .......... .......... .......... .......... .......... 79% 474K 1s 2100K .......... .......... .......... .......... .......... 81% 459K 1s 2150K .......... .......... .......... .......... .......... 83% 466K 1s 2200K .......... .......... .......... .......... .......... 85% 460K 1s 2250K .......... .......... .......... .......... .......... 87% 484K 1s 2300K .......... .......... .......... .......... .......... 89% 466K 1s 2350K .......... .......... .......... .......... .......... 91% 412K 1s 2400K .......... .......... .......... .......... .......... 93% 397K 0s 2450K .......... .......... .......... .......... .......... 95% 465K 0s 2500K .......... .......... .......... .......... .......... 97% 469K 0s 2550K .......... .......... .......... .......... .......... 99% 470K 0s 2600K .......... .......... ...... 100% 347K=5.8s 2023-02-19 23:43:04 (450 KB/s) - '/tmp/instance-5/output-1/build/.lynx2.8.9rel.1.tar.bz2.jypKX1/output' saved [2689171] lynx2.8.9rel.1.tar.bz2: OK (sha256: 387f193d7792f9cfada14c60b0e5c0bff18f227d9257a39483e14fa1aaf79595) wget --passive-ftp -nd -t 3 -O '/tmp/instance-5/output-1/build/.90_CVE-2021-38165.patch.AzEMtg/output' 'https://salsa.debian.org/lynx-team/lynx/-/raw/debian/2.9.0dev.6-3_deb11u1/debian/patches/90_CVE-2021-38165.patch' --2023-02-19 23:43:04-- https://salsa.debian.org/lynx-team/lynx/-/raw/debian/2.9.0dev.6-3_deb11u1/debian/patches/90_CVE-2021-38165.patch Resolving salsa.debian.org (salsa.debian.org)... 209.87.16.44, 2607:f8f0:614:1::1274:44 Connecting to salsa.debian.org (salsa.debian.org)|209.87.16.44|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 1550 (1.5K) [text/plain] Saving to: '/tmp/instance-5/output-1/build/.90_CVE-2021-38165.patch.AzEMtg/output' 0K . 100% 112M=0s 2023-02-19 23:43:05 (112 MB/s) - '/tmp/instance-5/output-1/build/.90_CVE-2021-38165.patch.AzEMtg/output' saved [1550/1550] 90_CVE-2021-38165.patch: OK (sha256: b2207e757dbbefc34a20a32b1b4a216b4a4316e1dc812bceca4ac6294871119a) >>> lynx 2.8.9rel.1 Extracting bzcat /tmp/instance-5/dl/lynx/lynx2.8.9rel.1.tar.bz2 | tar --strip-components=1 -C /tmp/instance-5/output-1/build/lynx-2.8.9rel.1 -xf - >>> lynx 2.8.9rel.1 Patching PATH=/tmp/instance-5/output-1/host/bin:$PATH support/scripts/apply-patches.sh /tmp/instance-5/output-1/build/lynx-2.8.9rel.1 /tmp/instance-5/dl/lynx 90_CVE-2021-38165.patch Applying 90_CVE-2021-38165.patch using patch: patching file WWW/Library/Implementation/HTTP.c >>> lynx 2.8.9rel.1 Updating config.sub and config.guess for file in config.guess config.sub; do for i in $(find /tmp/instance-5/output-1/build/lynx-2.8.9rel.1 -name $file); do cp support/gnuconfig/$file $i; done; done >>> lynx 2.8.9rel.1 Patching libtool >>> lynx 2.8.9rel.1 Configuring (cd /tmp/instance-5/output-1/build/lynx-2.8.9rel.1/ && rm -rf config.cache && PATH="/tmp/instance-5/output-1/host/bin:/tmp/instance-5/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" AR="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-ar" AS="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-as" LD="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-ld" NM="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-nm" CC="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc" GCC="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc" CPP="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-cpp" CXX="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-g++" FC="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gfortran" F77="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gfortran" RANLIB="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-ranlib" READELF="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-readelf" STRIP="/bin/true" OBJCOPY="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-objcopy" OBJDUMP="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc" GCC_FOR_BUILD="/tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc" CXX_FOR_BUILD="/tmp/instance-5/output-1/host/bin/ccache /usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/tmp/instance-5/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/tmp/instance-5/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/tmp/instance-5/output-1/host/include" LDFLAGS_FOR_BUILD="-L/tmp/instance-5/output-1/host/lib -Wl,-rpath,/tmp/instance-5/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-as" DEFAULT_LINKER="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1" LDFLAGS="" FCFLAGS=" -Os -g0" FFLAGS=" -Os -g0" PKG_CONFIG="/tmp/instance-5/output-1/host/bin/pkg-config" STAGING_DIR="/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/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=no LIBS="`/tmp/instance-5/output-1/host/bin/pkg-config --libs openssl`" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 " CONFIG_SITE=/dev/null ./configure --target=sh4a-buildroot-linux-gnu --host=sh4a-buildroot-linux-gnu --build=x86_64-pc-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 --disable-static --enable-shared --with-screen=ncurses --with-ssl=/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr --with-zlib ) configure: loading site script /dev/null checking build system type... x86_64-pc-linux-gnu checking host system type... sh4a-buildroot-linux-gnu checking target system type... sh4a-buildroot-linux-gnu Configuring for linux-gnu checking for DESTDIR... checking for sh4a-buildroot-linux-gnu-gcc... /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc checking for C compiler default output... a.out checking whether the C compiler works... yes checking whether we are cross compiling... yes checking for executable suffix... checking for object suffix... o checking whether we are using the GNU C compiler... yes checking whether /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc accepts -g... yes checking version of /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc... 4 checking for /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc option to accept ANSI C... none needed checking $CC variable... ok checking how to run the C preprocessor... /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-cpp checking if preprocessor -C option works... yes checking whether ln -s works... yes checking whether make sets ${MAKE}... yes checking for a BSD compatible install... /usr/bin/install -c checking for bison... bison -y checking for lint... no checking for cppcheck... no checking for splint... no checking for makeflags variable... -${MAKEFLAGS} checking if filesystem supports mixed-case filenames... yes checking for exctags... no checking for ctags... no checking for exetags... no checking for etags... no checking for ctags... no checking for etags... no checking for sh4a-buildroot-linux-gnu-windres... no checking for windres... none checking for gcc... gcc checking for native build C compiler... gcc checking for native build C preprocessor... ${BUILD_CC} -E checking for native build C flags... checking for native build C preprocessor-flags... # checking for native build linker-flags... checking for native build linker-libraries... checking for sh4a-buildroot-linux-gnu-ranlib... /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-ranlib checking for sh4a-buildroot-linux-gnu-ar... /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-ar checking for options to update archives... -curvU checking if you want to see long compiling messages... yes checking if you want to check memory-leaks... no checking if you want to enable debug-code... no checking if you want to enable lynx trace code *recommended* ... yes checking if you want verbose trace code... no checking if you want to turn on gcc warnings... no checking if you want to use dbmalloc for testing... no checking if you want to use dmalloc for testing... no checking $CC variable... ok checking for /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc option to accept ANSI C... -DCC_HAS_PROTOS checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... no checking for _LARGE_FILES value needed for large files... no checking for _LARGEFILE_SOURCE value needed for large files... no checking for fseeko... yes checking whether to use struct dirent64... no checking for PATH separator... : checking for msginit... /usr/bin/msginit checking for sh4a-buildroot-linux-gnu-ranlib... (cached) /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-ranlib checking for ANSI C header files... yes checking for inline... inline checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking for off_t... yes checking for size_t... yes checking for working alloca.h... yes checking for alloca... yes checking for stdlib.h... (cached) yes checking for unistd.h... (cached) yes checking for getpagesize... yes checking for working mmap... (cached) yes checking whether we are using the GNU C Library 2.1 or newer... yes checking for argz.h... yes checking for limits.h... yes checking for locale.h... yes checking for nl_types.h... yes checking for malloc.h... yes checking for stddef.h... yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for unistd.h... (cached) yes checking for sys/param.h... yes checking for feof_unlocked... yes checking for fgets_unlocked... yes checking for getcwd... yes checking for getegid... yes checking for geteuid... yes checking for getgid... yes checking for getuid... yes checking for mempcpy... yes checking for munmap... yes checking for putenv... yes checking for setenv... yes checking for setlocale... yes checking for stpcpy... yes checking for strchr... yes checking for strcasecmp... yes checking for strdup... yes checking for strtoul... yes checking for tsearch... yes checking for __argz_count... yes checking for __argz_stringify... yes checking for __argz_next... yes checking for iconv... yes checking if the declaration of iconv() needs const.... no checking for nl_langinfo and CODESET... yes checking for LC_MESSAGES... yes checking whether NLS is requested... no checking if you want full utility pathnames... yes checking for system mailer... /usr/sbin/sendmail checking system mail flags... -t -oi checking if we must define _GNU_SOURCE... yes checking if we should also define _DEFAULT_SOURCE... yes checking if _XOPEN_SOURCE really is set... yes checking if SIGWINCH is defined... yes checking if you want NSS compatible SSL libraries... no checking if you want ssl library... /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr checking if you want gnutls support... no checking if you want gnutls-openssl compat... no checking if you want socks library... no checking if you want socks5 library... no checking for network libraries... working... checking for gethostname... yes checking for main in -linet... no checking for socket... yes checking for gethostbyname... yes checking for inet_ntoa... yes checking for gethostbyname... (cached) yes checking for strcasecmp... (cached) yes checking for inet_aton function... yes checking if you want to use pkg-config... yes checking for sh4a-buildroot-linux-gnu-pkg-config... /tmp/instance-5/output-1/host/bin/pkg-config checking for dlsym in -ldl... yes checking for X509 support... yes checking whether to enable ipv6... yes checking ipv6 stack type... linux-glibc checking for IPv6 library if required... none checking working getaddrinfo... unknown configure: WARNING: You must get working getaddrinfo() function, or you can specify "--disable-ipv6" checking for screen type... ncurses checking for specific curses-directory... no checking pkg-config for ncurses... yes checking if the ncurses package files work... maybe checking for terminfo header... term.h checking for an rpath option... -Wl,-rpath, checking for chtype typedef... yes checking if chtype is scalar or struct... scalar checking if you want the wide-curses features... no checking if color-style code should be used... yes checking for location of style-sheet file... /etc/lynx.lss checking for the default configuration-file... /etc/lynx.cfg checking for the default configuration-path... /etc checking if htmlized lynx.cfg should be built... no checking if local doc directory should be linked to help page... no checking for MIME library directory... /etc checking if locale-charset selection logic should be used... yes checking if you want only a few charsets... no checking for ANSI C header files... (cached) yes checking whether time.h and sys/time.h may both be included... yes checking for dirent.h that defines DIR... yes checking for opendir in -ldir... no checking for arpa/inet.h... yes checking for fcntl.h... yes checking for limits.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for sys/fcntl.h... yes checking for sys/filio.h... no checking for sys/ioctl.h... yes checking for sys/param.h... (cached) yes checking for sys/timeb.h... yes checking for sys/time.h... yes checking for syslog.h... yes checking for termio.h... yes checking for termios.h... yes checking for unistd.h... (cached) yes checking for vfork.h... no checking termio.h and termios.h... yes checking for sigaction and structs... yes checking for sys/wait.h... yes checking for union wait... no checking for uid_t in sys/types.h... yes checking type of array argument to getgroups... gid_t checking for off_t... (cached) yes checking for pid_t... yes checking for uid_t in sys/types.h... (cached) yes checking for mode_t... yes checking for ssize_t... yes checking for socklen_t... yes checking for long long type... yes checking for tm.tm_gmtoff... yes checking for int... yes checking size of int... 4 checking for long... yes checking size of long... 4 checking for off_t... (cached) yes checking size of off_t... 8 checking for time_t... yes checking size of time_t... 4 checking for intptr_t... yes checking for working alloca.h... (cached) yes checking for alloca... (cached) yes checking for unistd.h... (cached) yes checking for vfork.h... (cached) no checking for fork... yes checking for vfork... yes checking for working fork... (cached) yes checking for working vfork... (cached) yes checking if we should use fcntl or ioctl... ioctl checking for broken/missing definition of remove... no checking for lstat... yes checking for atoll... yes checking for ctermid... yes checking for cuserid... yes checking for ftime... yes checking for getcwd... (cached) yes checking for getgroups... yes checking for gettimeofday... yes checking for getuid... (cached) yes checking for mktemp... yes checking for mkdtemp... yes checking for popen... yes checking for putenv... (cached) yes checking for readdir... yes checking for setuid... yes checking for strerror... yes checking for truncate... yes checking for ttyname... yes checking for unsetenv... yes checking for sleep... yes checking for usleep... yes checking for vasprintf... yes checking for waitpid... yes checking for mktime... yes checking for strstr... yes checking for random-integer functions... arc4random_stir/arc4random checking for range of random-integers... 0xFFFFFFFFUL checking if should be included... no checking if should be included... no configure: WARNING: no header file found for arc4random checking for sleep declaration... yes checking for strstr declaration... yes checking for getgrgid declaration... yes checking for getgrnam declaration... yes checking if TRUE/FALSE are defined... yes checking if external errno is declared... yes checking if external errno exists... no checking if we can set errno... maybe checking for setlocale()... yes checking if NGROUPS is defined... yes checking if external sys_nerr is declared... no checking if external sys_nerr exists... no checking if external sys_errlist is declared... no checking if external sys_errlist exists... no checking for lastlog.h... yes checking for paths.h... yes checking for lastlog path... _PATH_LASTLOG checking for utmp implementation... utmp checking if utmp.ut_host is declared... yes checking if utmp.ut_syslen is declared... no checking if utmp.ut_name is declared... ut_name checking for exit-status in utmp... ut_exit.e_exit checking if utmp.ut_xtime is declared... yes checking if utmp.ut_session is declared... yes checking if utmp is SYSV flavor... yes checking if external h_errno exists... no checking if bibp: URLs should be supported... yes checking if configuration info should be browsable... yes checking if new-style forms-based options screen should be used... yes checking if old-style options menu should be used... yes checking if sessions code should be used... yes checking if session-caching code should be used... yes checking if address-list page should be used... yes checking if experimental CJK logic should be used... no checking if experimental Japanese UTF-8 logic should be used... no checking if you want to use default-colors... no checking if experimental keyboard-layout logic should be used... no checking if experimental nested-table logic should be used... no checking if alternative line-edit bindings should be used... yes checking if ascii case-conversion should be used... yes checking if you want to use extended HTML DTD logic... yes checking if file-upload logic should be used... yes checking if IDNA support should be used... yes configure: WARNING: Cannot find idn library checking if element-justification logic should be used... yes checking if partial-display should be used... yes checking if persistent-cookie logic should be used... yes checking if html source should be colorized... yes checking if progress-bar code should be used... yes checking if read-progress message should show ETA... yes checking if source caching should be used... yes checking if scrollbar code should be used... yes checking if charset-selection logic should be used... no checking if you want to use external commands... no checking if you want to use setfont support... no checking if you want cgi-link support... no checking if you want change-exec support... no checking if you want exec-links support... no checking if you want exec-scripts support... no checking if you want internal-links feature... no checking if you want to fork NSL requests... no checking if you want to log URL requests via syslog... no checking if you want to underline links... no checking if help files should be gzip'ed... no checking if you want to use libbz2 for decompression of some bzip2 files... no checking if you want to use zlib for decompression of some gzip files... yes checking for zError... yes checking if you want to exclude FINGER code... no checking if you want to exclude GOPHER code... no checking if you want to exclude NEWS code... no checking if you want to exclude FTP code... no checking if you want to include WAIS code... no checking if directory-editor code should be used... yes checking if you wish to allow extracting from archives via DirEd... yes checking if DirEd mode should override keys... yes checking if you wish to allow permissions commands via DirEd... yes checking if you wish to allow executable-permission commands via DirEd... yes checking if you wish to allow "tar" commands from DirEd... yes checking if you wish to allow "uudecode" commands from DirEd... yes checking if you wish to allow "zip" and "unzip" commands from DirEd... yes checking if you wish to allow "gzip" and "gunzip" commands from DirEd... yes checking if you want long-directory listings... yes checking if parent-directory references are permitted... yes checking for telnet... /usr/bin/telnet checking for tn3270... no checking for tn3270... no checking for rlogin... /usr/bin/rlogin checking for mv... /usr/bin/mv checking for gzip... /usr/bin/gzip checking for gunzip... /usr/bin/gunzip checking for unzip... /usr/bin/unzip checking for bzip2... /tmp/instance-5/output-1/host/bin/bzip2 checking for tar... /usr/bin/tar checking for compress... no checking for compress... no checking for rm... /usr/bin/rm checking for uudecode... no checking for uudecode... no checking for zcat... /usr/bin/zcat checking for zip... /usr/bin/zip checking for /usr/bin/install... /usr/bin/install -c checking if we can include termio.h with curses... yes checking for ncurses/term.h... no checking for term.h... yes checking if curses supports alternate-character set... acs_map checking if curses supports fancy attributes... yes checking for function curses_version... unknown checking for obsolete/broken version of ncurses... no checking if curses supports color attributes... yes checking for termio.h... (cached) yes checking for termios.h... (cached) yes checking for unistd.h... (cached) yes checking whether termios.h needs _POSIX_SOURCE... no checking declaration of size-change... yes checking if ttytype is declared in curses library... yes checking definition to turn on extended curses functions... none checking for term.h... (cached) term.h checking for unctrl.h... unctrl.h checking for assume_default_colors... yes checking for cbreak... yes checking for define_key... yes checking for delscreen... yes checking for getattrs... yes checking for getbegx... yes checking for getbegy... yes checking for keypad... yes checking for napms... yes checking for newpad... yes checking for newterm... yes checking for pnoutrefresh... yes checking for resizeterm... yes checking for touchline... yes checking for touchwin... yes checking for use_default_colors... yes checking for use_legacy_coding... yes checking for wattr_get... yes checking for wborder... yes checking for wredrawln... yes checking for wresize... yes checking for _nc_free_and_exit... yes checking for _nc_freeall... yes checking if rpath-hack should be disabled... no checking for updated LDFLAGS... maybe checking for ldd... ldd not a dynamic executable not a dynamic executable srcdir is . updating cache config.cache configure: creating ./config.status config.status: creating makefile config.status: creating WWW/Library/Implementation/makefile config.status: creating src/makefile config.status: creating src/chrtrans/makefile config.status: creating lynx_cfg.h >>> lynx 2.8.9rel.1 Building PATH="/tmp/instance-5/output-1/host/bin:/tmp/instance-5/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /home/autobuild/make/make -j1 -C /tmp/instance-5/output-1/build/lynx-2.8.9rel.1/ make[1]: Entering directory '/tmp/instance-5/output-1/build/lynx-2.8.9rel.1' /bin/bash -c 'SHELL=/bin/bash /bin/bash ./scripts/cfg_defs.sh .' Constructing sed-script help_files.sed sed -e '/^#/d' -e '/^$/d' \ -e 's%\(.*\)=\(.*\@.*\)$%s=@\1@=\2=g%' \ -e 's%\(.*\)=\(http:.*\)$%s=@\1@=\2=g%' \ -e 's%\(.*\)=\(ftp:.*\)$%s=@\1@=\2=g%' \ -e 's%\(.*\)=\(.*\.html\)$%s=@\1@=\2=g%' \ help_files.tmp | tr '=' '"' > help_files.sed Appending interim-fix for existing html files to help_files.sed sed -e '/^#/d' -e '/[:@]/d' -e '/^$/d' \ -e 's%\(.*\)=\(.*\.html\)$%s=\2=\2=g%' \ -e 's%\.html=%\\.html=%' \ help_files.tmp | tr '=' '"' >> help_files.sed if test -n ""; then echo "s%\\(\\\)*\%%g" >> help_files.sed; fi Creating LYHelp.h ********************************************** Help files will NOT be gzipped. ********************************************** cd ./WWW/Library/Implementation && /home/autobuild/make/make - -j1 DESTDIR="" CC="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc" LY_CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 " CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_DEFAULT_SOURCE -DLINUX -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include/openssl -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 " LYFLAGS="" make[2]: Entering directory '/tmp/instance-5/output-1/build/lynx-2.8.9rel.1/WWW/Library/Implementation' /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I../../.. -I../../../src -I../../.. -I../../../src -I../../../WWW/Library/Implementation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_DEFAULT_SOURCE -DLINUX -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include/openssl -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -I../../../WWW/Library/Implementation/ -DACCESS_AUTH -c ../../../WWW/Library/Implementation/HTParse.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I../../.. -I../../../src -I../../.. -I../../../src -I../../../WWW/Library/Implementation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_DEFAULT_SOURCE -DLINUX -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include/openssl -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -I../../../WWW/Library/Implementation/ -DACCESS_AUTH -c ../../../WWW/Library/Implementation/HTAccess.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I../../.. -I../../../src -I../../.. -I../../../src -I../../../WWW/Library/Implementation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_DEFAULT_SOURCE -DLINUX -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include/openssl -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -I../../../WWW/Library/Implementation/ -DACCESS_AUTH -c ../../../WWW/Library/Implementation/HTTP.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I../../.. -I../../../src -I../../.. -I../../../src -I../../../WWW/Library/Implementation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_DEFAULT_SOURCE -DLINUX -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include/openssl -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -I../../../WWW/Library/Implementation/ -DACCESS_AUTH -c ../../../WWW/Library/Implementation/HTFile.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I../../.. -I../../../src -I../../.. -I../../../src -I../../../WWW/Library/Implementation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_DEFAULT_SOURCE -DLINUX -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include/openssl -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -I../../../WWW/Library/Implementation/ -DACCESS_AUTH -c ../../../WWW/Library/Implementation/HTBTree.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I../../.. -I../../../src -I../../.. -I../../../src -I../../../WWW/Library/Implementation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_DEFAULT_SOURCE -DLINUX -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include/openssl -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -I../../../WWW/Library/Implementation/ -DACCESS_AUTH -c ../../../WWW/Library/Implementation/HTFTP.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I../../.. -I../../../src -I../../.. -I../../../src -I../../../WWW/Library/Implementation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_DEFAULT_SOURCE -DLINUX -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include/openssl -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -I../../../WWW/Library/Implementation/ -DACCESS_AUTH -c ../../../WWW/Library/Implementation/HTTCP.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I../../.. -I../../../src -I../../.. -I../../../src -I../../../WWW/Library/Implementation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_DEFAULT_SOURCE -DLINUX -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include/openssl -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -I../../../WWW/Library/Implementation/ -DACCESS_AUTH -c ../../../WWW/Library/Implementation/SGML.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I../../.. -I../../../src -I../../.. -I../../../src -I../../../WWW/Library/Implementation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_DEFAULT_SOURCE -DLINUX -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include/openssl -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -I../../../WWW/Library/Implementation/ -DACCESS_AUTH -c ../../../WWW/Library/Implementation/HTMLDTD.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I../../.. -I../../../src -I../../.. -I../../../src -I../../../WWW/Library/Implementation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_DEFAULT_SOURCE -DLINUX -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include/openssl -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -I../../../WWW/Library/Implementation/ -DACCESS_AUTH -c ../../../WWW/Library/Implementation/HTChunk.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I../../.. -I../../../src -I../../.. -I../../../src -I../../../WWW/Library/Implementation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_DEFAULT_SOURCE -DLINUX -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include/openssl -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -I../../../WWW/Library/Implementation/ -DACCESS_AUTH -c ../../../WWW/Library/Implementation/HTPlain.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I../../.. -I../../../src -I../../.. -I../../../src -I../../../WWW/Library/Implementation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_DEFAULT_SOURCE -DLINUX -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include/openssl -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -I../../../WWW/Library/Implementation/ -DACCESS_AUTH -c ../../../WWW/Library/Implementation/HTMLGen.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I../../.. -I../../../src -I../../.. -I../../../src -I../../../WWW/Library/Implementation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_DEFAULT_SOURCE -DLINUX -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include/openssl -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -I../../../WWW/Library/Implementation/ -DACCESS_AUTH -c ../../../WWW/Library/Implementation/HTAtom.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I../../.. -I../../../src -I../../.. -I../../../src -I../../../WWW/Library/Implementation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_DEFAULT_SOURCE -DLINUX -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include/openssl -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -I../../../WWW/Library/Implementation/ -DACCESS_AUTH -c ../../../WWW/Library/Implementation/HTAnchor.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I../../.. -I../../../src -I../../.. -I../../../src -I../../../WWW/Library/Implementation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_DEFAULT_SOURCE -DLINUX -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include/openssl -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -I../../../WWW/Library/Implementation/ -DACCESS_AUTH -c ../../../WWW/Library/Implementation/HTStyle.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I../../.. -I../../../src -I../../.. -I../../../src -I../../../WWW/Library/Implementation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_DEFAULT_SOURCE -DLINUX -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include/openssl -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -I../../../WWW/Library/Implementation/ -DACCESS_AUTH -c ../../../WWW/Library/Implementation/HTList.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I../../.. -I../../../src -I../../.. -I../../../src -I../../../WWW/Library/Implementation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_DEFAULT_SOURCE -DLINUX -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include/openssl -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -I../../../WWW/Library/Implementation/ -DACCESS_AUTH -c -DVC=\"2.14\" ../../../WWW/Library/Implementation/HTString.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I../../.. -I../../../src -I../../.. -I../../../src -I../../../WWW/Library/Implementation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_DEFAULT_SOURCE -DLINUX -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include/openssl -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -I../../../WWW/Library/Implementation/ -DACCESS_AUTH -c -DVC=\"2.14\" ../../../WWW/Library/Implementation/HTRules.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I../../.. -I../../../src -I../../.. -I../../../src -I../../../WWW/Library/Implementation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_DEFAULT_SOURCE -DLINUX -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include/openssl -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -I../../../WWW/Library/Implementation/ -DACCESS_AUTH -c ../../../WWW/Library/Implementation/HTFormat.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I../../.. -I../../../src -I../../.. -I../../../src -I../../../WWW/Library/Implementation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_DEFAULT_SOURCE -DLINUX -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include/openssl -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -I../../../WWW/Library/Implementation/ -DACCESS_AUTH -c ../../../WWW/Library/Implementation/HTMIME.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I../../.. -I../../../src -I../../.. -I../../../src -I../../../WWW/Library/Implementation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_DEFAULT_SOURCE -DLINUX -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include/openssl -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -I../../../WWW/Library/Implementation/ -DACCESS_AUTH -c ../../../WWW/Library/Implementation/HTNews.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I../../.. -I../../../src -I../../.. -I../../../src -I../../../WWW/Library/Implementation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_DEFAULT_SOURCE -DLINUX -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include/openssl -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -I../../../WWW/Library/Implementation/ -DACCESS_AUTH -c ../../../WWW/Library/Implementation/HTGopher.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I../../.. -I../../../src -I../../.. -I../../../src -I../../../WWW/Library/Implementation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_DEFAULT_SOURCE -DLINUX -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include/openssl -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -I../../../WWW/Library/Implementation/ -DACCESS_AUTH -c ../../../WWW/Library/Implementation/HTTelnet.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I../../.. -I../../../src -I../../.. -I../../../src -I../../../WWW/Library/Implementation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_DEFAULT_SOURCE -DLINUX -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include/openssl -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -I../../../WWW/Library/Implementation/ -DACCESS_AUTH -c ../../../WWW/Library/Implementation/HTFinger.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I../../.. -I../../../src -I../../.. -I../../../src -I../../../WWW/Library/Implementation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_DEFAULT_SOURCE -DLINUX -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include/openssl -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -I../../../WWW/Library/Implementation/ -DACCESS_AUTH -c ../../../WWW/Library/Implementation/HTWSRC.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I../../.. -I../../../src -I../../.. -I../../../src -I../../../WWW/Library/Implementation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_DEFAULT_SOURCE -DLINUX -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include/openssl -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -I../../../WWW/Library/Implementation/ -DACCESS_AUTH -c ../../../WWW/Library/Implementation/HTAAUtil.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I../../.. -I../../../src -I../../.. -I../../../src -I../../../WWW/Library/Implementation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_DEFAULT_SOURCE -DLINUX -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include/openssl -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -I../../../WWW/Library/Implementation/ -DACCESS_AUTH -c ../../../WWW/Library/Implementation/HTAABrow.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I../../.. -I../../../src -I../../.. -I../../../src -I../../../WWW/Library/Implementation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_DEFAULT_SOURCE -DLINUX -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include/openssl -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -I../../../WWW/Library/Implementation/ -DACCESS_AUTH -c ../../../WWW/Library/Implementation/HTGroup.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I../../.. -I../../../src -I../../.. -I../../../src -I../../../WWW/Library/Implementation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_DEFAULT_SOURCE -DLINUX -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include/openssl -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -I../../../WWW/Library/Implementation/ -DACCESS_AUTH -c ../../../WWW/Library/Implementation/HTAAProt.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I../../.. -I../../../src -I../../.. -I../../../src -I../../../WWW/Library/Implementation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_DEFAULT_SOURCE -DLINUX -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include/openssl -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -I../../../WWW/Library/Implementation/ -DACCESS_AUTH -c ../../../WWW/Library/Implementation/HTAssoc.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I../../.. -I../../../src -I../../.. -I../../../src -I../../../WWW/Library/Implementation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_DEFAULT_SOURCE -DLINUX -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include/openssl -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -I../../../WWW/Library/Implementation/ -DACCESS_AUTH -c ../../../WWW/Library/Implementation/HTLex.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I../../.. -I../../../src -I../../.. -I../../../src -I../../../WWW/Library/Implementation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_DEFAULT_SOURCE -DLINUX -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include/openssl -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -I../../../WWW/Library/Implementation/ -DACCESS_AUTH -c ../../../WWW/Library/Implementation/HTUU.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I../../.. -I../../../src -I../../.. -I../../../src -I../../../WWW/Library/Implementation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_DEFAULT_SOURCE -DLINUX -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include/openssl -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -I../../../WWW/Library/Implementation/ -DACCESS_AUTH -c ../../../WWW/Library/Implementation/HTDOS.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-ar -curvU ./libwww.a ./HTParse.o ./HTAccess.o ./HTTP.o ./HTFile.o ./HTBTree.o ./HTFTP.o ./HTTCP.o ./SGML.o ./HTMLDTD.o ./HTChunk.o ./HTPlain.o ./HTMLGen.o ./HTAtom.o ./HTAnchor.o ./HTStyle.o ./HTList.o ./HTString.o ./HTRules.o ./HTFormat.o ./HTMIME.o ./HTNews.o ./HTGopher.o ./HTTelnet.o ./HTFinger.o ./HTWSRC.o ./HTAAUtil.o ./HTAABrow.o ./HTGroup.o ./HTAAProt.o ./HTAssoc.o ./HTLex.o ./HTUU.o ./HTDOS.o a - ./HTParse.o a - ./HTAccess.o a - ./HTTP.o a - ./HTFile.o a - ./HTBTree.o a - ./HTFTP.o a - ./HTTCP.o a - ./SGML.o a - ./HTMLDTD.o a - ./HTChunk.o a - ./HTPlain.o a - ./HTMLGen.o a - ./HTAtom.o a - ./HTAnchor.o a - ./HTStyle.o a - ./HTList.o a - ./HTString.o a - ./HTRules.o a - ./HTFormat.o a - ./HTMIME.o a - ./HTNews.o a - ./HTGopher.o a - ./HTTelnet.o a - ./HTFinger.o a - ./HTWSRC.o a - ./HTAAUtil.o a - ./HTAABrow.o a - ./HTGroup.o a - ./HTAAProt.o a - ./HTAssoc.o a - ./HTLex.o a - ./HTUU.o a - ./HTDOS.o /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-ranlib ./libwww.a make[2]: Leaving directory '/tmp/instance-5/output-1/build/lynx-2.8.9rel.1/WWW/Library/Implementation' cd ./src/chrtrans && /home/autobuild/make/make - -j1 DESTDIR="" CC="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc" all SITE_DEFS="" BUILD_CFLAGS="" BUILD_CPPFLAGS="" BUILD_LDFLAGS="" BUILD_LIBS="" BUILD_CC="gcc" make[2]: Entering directory '/tmp/instance-5/output-1/build/lynx-2.8.9rel.1/src/chrtrans' gcc -I../.. -I../../src -I../../src/chrtrans -I../../WWW/Library/Implementation -I../../ -c ./makeuctb.c gcc -I../.. -I../../src -I../../src/chrtrans -I../../WWW/Library/Implementation -I../../ -o makeuctb makeuctb.o ./makeuctb ./cp1250_uni.tbl cp1250_uni.h makeuctb: windows-1250: translation map (_windows_1250). ./makeuctb ./cp1251_uni.tbl cp1251_uni.h makeuctb: windows-1251: translation map (_windows_1251). ./makeuctb ./cp1252_uni.tbl cp1252_uni.h makeuctb: windows-1252: translation map (_windows_1252). ./makeuctb ./cp1253_uni.tbl cp1253_uni.h makeuctb: windows-1253: translation map (_windows_1253). ./makeuctb ./cp1255_uni.tbl cp1255_uni.h makeuctb: windows-1255: translation map (_windows_1255). ./makeuctb ./cp1256_uni.tbl cp1256_uni.h makeuctb: windows-1256: translation map (_windows_1256). ./makeuctb ./cp1257_uni.tbl cp1257_uni.h makeuctb: windows-1257: translation map (_windows_1257). ./makeuctb ./cp437_uni.tbl cp437_uni.h makeuctb: cp437: translation map (_cp437). ./makeuctb ./cp737_uni.tbl cp737_uni.h makeuctb: cp737: translation map (_cp737). ./makeuctb ./cp775_uni.tbl cp775_uni.h makeuctb: cp775: translation map (_cp775). ./makeuctb ./cp850_uni.tbl cp850_uni.h makeuctb: cp850: translation map (_cp850). ./makeuctb ./cp852_uni.tbl cp852_uni.h makeuctb: cp852: translation map (_cp852). ./makeuctb ./cp857_uni.tbl cp857_uni.h makeuctb: cp857: translation map (_cp857). ./makeuctb ./cp862_uni.tbl cp862_uni.h makeuctb: cp862: translation map (_cp862). ./makeuctb ./cp864_uni.tbl cp864_uni.h makeuctb: cp864: translation map (_cp864). ./makeuctb ./cp866_uni.tbl cp866_uni.h makeuctb: cp866: translation map (_cp866). ./makeuctb ./cp866u_uni.tbl cp866u_uni.h makeuctb: cp866u: translation map (_cp866u). ./makeuctb ./cp869_uni.tbl cp869_uni.h makeuctb: cp869: translation map (_cp869). ./makeuctb ./def7_uni.tbl def7_uni.h makeuctb: us-ascii: default translation map (). ./makeuctb ./dmcs_uni.tbl dmcs_uni.h makeuctb: dec-mcs: translation map (_dec_mcs). ./makeuctb ./hp_uni.tbl hp_uni.h makeuctb: hp-roman8: translation map (_hp_roman8). ./makeuctb ./iso01_uni.tbl iso01_uni.h makeuctb: iso-8859-1: translation map (_iso_8859_1). ./makeuctb ./iso02_uni.tbl iso02_uni.h makeuctb: iso-8859-2: translation map (_iso_8859_2). ./makeuctb ./iso03_uni.tbl iso03_uni.h makeuctb: iso-8859-3: translation map (_iso_8859_3). ./makeuctb ./iso04_uni.tbl iso04_uni.h makeuctb: iso-8859-4: translation map (_iso_8859_4). ./makeuctb ./iso05_uni.tbl iso05_uni.h makeuctb: iso-8859-5: translation map (_iso_8859_5). ./makeuctb ./iso06_uni.tbl iso06_uni.h makeuctb: iso-8859-6: translation map (_iso_8859_6). ./makeuctb ./iso07_uni.tbl iso07_uni.h makeuctb: iso-8859-7: translation map (_iso_8859_7). ./makeuctb ./iso08_uni.tbl iso08_uni.h makeuctb: iso-8859-8: translation map (_iso_8859_8). ./makeuctb ./iso09_uni.tbl iso09_uni.h makeuctb: iso-8859-9: translation map (_iso_8859_9). ./makeuctb ./iso10_uni.tbl iso10_uni.h makeuctb: iso-8859-10: translation map (_iso_8859_10). ./makeuctb ./iso13_uni.tbl iso13_uni.h makeuctb: iso-8859-13: translation map (_iso_8859_13). ./makeuctb ./iso14_uni.tbl iso14_uni.h makeuctb: iso-8859-14: translation map (_iso_8859_14). ./makeuctb ./iso15_uni.tbl iso15_uni.h makeuctb: iso-8859-15: translation map (_iso_8859_15). ./makeuctb ./koi8r_uni.tbl koi8r_uni.h makeuctb: koi8-r: translation map (_koi8_r). ./makeuctb ./koi8u_uni.tbl koi8u_uni.h makeuctb: koi8-u: translation map (_koi8_u). ./makeuctb ./mac_uni.tbl mac_uni.h makeuctb: macintosh: translation map (_macintosh). ./makeuctb ./mnem2_suni.tbl mnem2_suni.h makeuctb: mnemonic: translation map (_mnemonic). ./makeuctb ./mnem_suni.tbl mnem_suni.h makeuctb: mnem: translation map (_mnem). ./makeuctb ./next_uni.tbl next_uni.h makeuctb: next: translation map (_next). ./makeuctb ./pt154_uni.tbl pt154_uni.h makeuctb: ptcp154: translation map (_ptcp154). ./makeuctb ./rfc_suni.tbl rfc_suni.h makeuctb: mnemonic+ascii+0: translation map (_mnemonic_ascii_0). ./makeuctb ./utf8_uni.tbl utf8_uni.h makeuctb: utf-8: translation map (_utf_8). ./makeuctb ./viscii_uni.tbl viscii_uni.h makeuctb: viscii: translation map (_viscii). make[2]: Leaving directory '/tmp/instance-5/output-1/build/lynx-2.8.9rel.1/src/chrtrans' cd ./src && /home/autobuild/make/make - -j1 DESTDIR="" CC="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc" all CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 " CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_DEFAULT_SOURCE -DLINUX -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include/openssl -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 " LDFLAGS="-Wl,-rpath,/tmp/instance-5/output-1/host/bin/../sh4a-buildroot-linux-gnu/sysroot/usr/lib -Wl,-rpath,/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib -L/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib" LIBS="-lz -lncurses -lssl -lcrypto -ldl -L/tmp/instance-5/output-1/host/bin/../sh4a-buildroot-linux-gnu/sysroot/usr/lib " SITE_DEFS="" WWWINC=./WWW/Library/Implementation WWWLIB=".././WWW/Library/Implementation/libwww.a" make[2]: Entering directory '/tmp/instance-5/output-1/build/lynx-2.8.9rel.1/src' Compiling Lynx sources /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -DLOCALEDIR=\"/usr/share/locale\" -I. -I.. -Ichrtrans -I./chrtrans -I.. -I../src -I.././WWW/Library/Implementation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_DEFAULT_SOURCE -DLINUX -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include/openssl -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c LYebcdic.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -DLOCALEDIR=\"/usr/share/locale\" -I. -I.. -Ichrtrans -I./chrtrans -I.. -I../src -I.././WWW/Library/Implementation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_DEFAULT_SOURCE -DLINUX -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include/openssl -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c LYClean.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -DLOCALEDIR=\"/usr/share/locale\" -I. -I.. -Ichrtrans -I./chrtrans -I.. -I../src -I.././WWW/Library/Implementation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_DEFAULT_SOURCE -DLINUX -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include/openssl -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c LYShowInfo.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -DLOCALEDIR=\"/usr/share/locale\" -I. -I.. -Ichrtrans -I./chrtrans -I.. -I../src -I.././WWW/Library/Implementation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_DEFAULT_SOURCE -DLINUX -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include/openssl -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c LYEdit.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -DLOCALEDIR=\"/usr/share/locale\" -I. -I.. -Ichrtrans -I./chrtrans -I.. -I../src -I.././WWW/Library/Implementation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_DEFAULT_SOURCE -DLINUX -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include/openssl -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c LYStrings.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -DLOCALEDIR=\"/usr/share/locale\" -I. -I.. -Ichrtrans -I./chrtrans -I.. -I../src -I.././WWW/Library/Implementation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_DEFAULT_SOURCE -DLINUX -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include/openssl -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c LYMail.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -DLOCALEDIR=\"/usr/share/locale\" -I. -I.. -Ichrtrans -I./chrtrans -I.. -I../src -I.././WWW/Library/Implementation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_DEFAULT_SOURCE -DLINUX -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include/openssl -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c HTAlert.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -DLOCALEDIR=\"/usr/share/locale\" -I. -I.. -Ichrtrans -I./chrtrans -I.. -I../src -I.././WWW/Library/Implementation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_DEFAULT_SOURCE -DLINUX -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include/openssl -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c GridText.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -DLOCALEDIR=\"/usr/share/locale\" -I. -I.. -Ichrtrans -I./chrtrans -I.. -I../src -I.././WWW/Library/Implementation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_DEFAULT_SOURCE -DLINUX -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include/openssl -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c LYGetFile.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -DLOCALEDIR=\"/usr/share/locale\" -I. -I.. -Ichrtrans -I./chrtrans -I.. -I../src -I.././WWW/Library/Implementation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_DEFAULT_SOURCE -DLINUX -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include/openssl -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c LYMain.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -DLOCALEDIR=\"/usr/share/locale\" -I. -I.. -Ichrtrans -I./chrtrans -I.. -I../src -I.././WWW/Library/Implementation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_DEFAULT_SOURCE -DLINUX -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include/openssl -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c LYMainLoop.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -DLOCALEDIR=\"/usr/share/locale\" -I. -I.. -Ichrtrans -I./chrtrans -I.. -I../src -I.././WWW/Library/Implementation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_DEFAULT_SOURCE -DLINUX -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include/openssl -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c LYCurses.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -DLOCALEDIR=\"/usr/share/locale\" -I. -I.. -Ichrtrans -I./chrtrans -I.. -I../src -I.././WWW/Library/Implementation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_DEFAULT_SOURCE -DLINUX -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include/openssl -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c LYBookmark.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -DLOCALEDIR=\"/usr/share/locale\" -I. -I.. -Ichrtrans -I./chrtrans -I.. -I../src -I.././WWW/Library/Implementation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_DEFAULT_SOURCE -DLINUX -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include/openssl -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c LYmktime.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -DLOCALEDIR=\"/usr/share/locale\" -I. -I.. -Ichrtrans -I./chrtrans -I.. -I../src -I.././WWW/Library/Implementation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_DEFAULT_SOURCE -DLINUX -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include/openssl -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c LYUtils.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -DLOCALEDIR=\"/usr/share/locale\" -I. -I.. -Ichrtrans -I./chrtrans -I.. -I../src -I.././WWW/Library/Implementation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_DEFAULT_SOURCE -DLINUX -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include/openssl -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c LYOptions.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -DLOCALEDIR=\"/usr/share/locale\" -I. -I.. -Ichrtrans -I./chrtrans -I.. -I../src -I.././WWW/Library/Implementation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_DEFAULT_SOURCE -DLINUX -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include/openssl -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c LYReadCFG.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -DLOCALEDIR=\"/usr/share/locale\" -I. -I.. -Ichrtrans -I./chrtrans -I.. -I../src -I.././WWW/Library/Implementation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_DEFAULT_SOURCE -DLINUX -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include/openssl -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c LYSearch.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -DLOCALEDIR=\"/usr/share/locale\" -I. -I.. -Ichrtrans -I./chrtrans -I.. -I../src -I.././WWW/Library/Implementation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_DEFAULT_SOURCE -DLINUX -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include/openssl -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c LYHistory.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -DLOCALEDIR=\"/usr/share/locale\" -I. -I.. -Ichrtrans -I./chrtrans -I.. -I../src -I.././WWW/Library/Implementation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_DEFAULT_SOURCE -DLINUX -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include/openssl -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c LYForms.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -DLOCALEDIR=\"/usr/share/locale\" -I. -I.. -Ichrtrans -I./chrtrans -I.. -I../src -I.././WWW/Library/Implementation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_DEFAULT_SOURCE -DLINUX -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include/openssl -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c LYPrint.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -DLOCALEDIR=\"/usr/share/locale\" -I. -I.. -Ichrtrans -I./chrtrans -I.. -I../src -I.././WWW/Library/Implementation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_DEFAULT_SOURCE -DLINUX -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include/openssl -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c LYrcFile.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -DLOCALEDIR=\"/usr/share/locale\" -I. -I.. -Ichrtrans -I./chrtrans -I.. -I../src -I.././WWW/Library/Implementation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_DEFAULT_SOURCE -DLINUX -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include/openssl -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c LYDownload.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -DLOCALEDIR=\"/usr/share/locale\" -I. -I.. -Ichrtrans -I./chrtrans -I.. -I../src -I.././WWW/Library/Implementation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_DEFAULT_SOURCE -DLINUX -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include/openssl -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c LYNews.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -DLOCALEDIR=\"/usr/share/locale\" -I. -I.. -Ichrtrans -I./chrtrans -I.. -I../src -I.././WWW/Library/Implementation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_DEFAULT_SOURCE -DLINUX -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include/openssl -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c LYKeymap.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -DLOCALEDIR=\"/usr/share/locale\" -I. -I.. -Ichrtrans -I./chrtrans -I.. -I../src -I.././WWW/Library/Implementation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_DEFAULT_SOURCE -DLINUX -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include/openssl -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c HTML.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -DLOCALEDIR=\"/usr/share/locale\" -I. -I.. -Ichrtrans -I./chrtrans -I.. -I../src -I.././WWW/Library/Implementation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_DEFAULT_SOURCE -DLINUX -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include/openssl -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c HTFWriter.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -DLOCALEDIR=\"/usr/share/locale\" -I. -I.. -Ichrtrans -I./chrtrans -I.. -I../src -I.././WWW/Library/Implementation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_DEFAULT_SOURCE -DLINUX -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include/openssl -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c HTInit.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -DLOCALEDIR=\"/usr/share/locale\" -I. -I.. -Ichrtrans -I./chrtrans -I.. -I../src -I.././WWW/Library/Implementation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_DEFAULT_SOURCE -DLINUX -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include/openssl -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c DefaultStyle.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -DLOCALEDIR=\"/usr/share/locale\" -I. -I.. -Ichrtrans -I./chrtrans -I.. -I../src -I.././WWW/Library/Implementation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_DEFAULT_SOURCE -DLINUX -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include/openssl -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c LYUpload.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -DLOCALEDIR=\"/usr/share/locale\" -I. -I.. -Ichrtrans -I./chrtrans -I.. -I../src -I.././WWW/Library/Implementation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_DEFAULT_SOURCE -DLINUX -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include/openssl -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c LYLeaks.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -DLOCALEDIR=\"/usr/share/locale\" -I. -I.. -Ichrtrans -I./chrtrans -I.. -I../src -I.././WWW/Library/Implementation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_DEFAULT_SOURCE -DLINUX -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include/openssl -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c LYexit.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -DLOCALEDIR=\"/usr/share/locale\" -I. -I.. -Ichrtrans -I./chrtrans -I.. -I../src -I.././WWW/Library/Implementation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_DEFAULT_SOURCE -DLINUX -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include/openssl -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c LYJump.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -DLOCALEDIR=\"/usr/share/locale\" -I. -I.. -Ichrtrans -I./chrtrans -I.. -I../src -I.././WWW/Library/Implementation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_DEFAULT_SOURCE -DLINUX -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include/openssl -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c LYList.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -DLOCALEDIR=\"/usr/share/locale\" -I. -I.. -Ichrtrans -I./chrtrans -I.. -I../src -I.././WWW/Library/Implementation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_DEFAULT_SOURCE -DLINUX -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include/openssl -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c LYCgi.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -DLOCALEDIR=\"/usr/share/locale\" -I. -I.. -Ichrtrans -I./chrtrans -I.. -I../src -I.././WWW/Library/Implementation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_DEFAULT_SOURCE -DLINUX -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include/openssl -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c LYTraversal.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -DLOCALEDIR=\"/usr/share/locale\" -I. -I.. -Ichrtrans -I./chrtrans -I.. -I../src -I.././WWW/Library/Implementation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_DEFAULT_SOURCE -DLINUX -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include/openssl -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c LYEditmap.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -DLOCALEDIR=\"/usr/share/locale\" -I. -I.. -Ichrtrans -I./chrtrans -I.. -I../src -I.././WWW/Library/Implementation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_DEFAULT_SOURCE -DLINUX -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include/openssl -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c LYCharSets.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -DLOCALEDIR=\"/usr/share/locale\" -I. -I.. -Ichrtrans -I./chrtrans -I.. -I../src -I.././WWW/Library/Implementation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_DEFAULT_SOURCE -DLINUX -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include/openssl -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c LYCharUtils.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -DLOCALEDIR=\"/usr/share/locale\" -I. -I.. -Ichrtrans -I./chrtrans -I.. -I../src -I.././WWW/Library/Implementation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_DEFAULT_SOURCE -DLINUX -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include/openssl -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c LYMap.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -DLOCALEDIR=\"/usr/share/locale\" -I. -I.. -Ichrtrans -I./chrtrans -I.. -I../src -I.././WWW/Library/Implementation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_DEFAULT_SOURCE -DLINUX -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include/openssl -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c LYCookie.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -DLOCALEDIR=\"/usr/share/locale\" -I. -I.. -Ichrtrans -I./chrtrans -I.. -I../src -I.././WWW/Library/Implementation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_DEFAULT_SOURCE -DLINUX -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include/openssl -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c LYStyle.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -DLOCALEDIR=\"/usr/share/locale\" -I. -I.. -Ichrtrans -I./chrtrans -I.. -I../src -I.././WWW/Library/Implementation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_DEFAULT_SOURCE -DLINUX -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include/openssl -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c LYHash.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -DLOCALEDIR=\"/usr/share/locale\" -I. -I.. -Ichrtrans -I./chrtrans -I.. -I../src -I.././WWW/Library/Implementation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_DEFAULT_SOURCE -DLINUX -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include/openssl -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c LYPrettySrc.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -DLOCALEDIR=\"/usr/share/locale\" -I. -I.. -Ichrtrans -I./chrtrans -I.. -I../src -I.././WWW/Library/Implementation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_DEFAULT_SOURCE -DLINUX -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include/openssl -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c TRSTable.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -DLOCALEDIR=\"/usr/share/locale\" -I. -I.. -Ichrtrans -I./chrtrans -I.. -I../src -I.././WWW/Library/Implementation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_DEFAULT_SOURCE -DLINUX -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include/openssl -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c parsdate.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -DLOCALEDIR=\"/usr/share/locale\" -I. -I.. -Ichrtrans -I./chrtrans -I.. -I../src -I.././WWW/Library/Implementation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_DEFAULT_SOURCE -DLINUX -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include/openssl -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c UCdomap.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -DLOCALEDIR=\"/usr/share/locale\" -I. -I.. -Ichrtrans -I./chrtrans -I.. -I../src -I.././WWW/Library/Implementation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_DEFAULT_SOURCE -DLINUX -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include/openssl -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c UCAux.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -DLOCALEDIR=\"/usr/share/locale\" -I. -I.. -Ichrtrans -I./chrtrans -I.. -I../src -I.././WWW/Library/Implementation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_DEFAULT_SOURCE -DLINUX -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include/openssl -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c UCAuto.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -DLOCALEDIR=\"/usr/share/locale\" -I. -I.. -Ichrtrans -I./chrtrans -I.. -I../src -I.././WWW/Library/Implementation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_DEFAULT_SOURCE -DLINUX -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include/openssl -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c LYSession.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -DLOCALEDIR=\"/usr/share/locale\" -I. -I.. -Ichrtrans -I./chrtrans -I.. -I../src -I.././WWW/Library/Implementation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_DEFAULT_SOURCE -DLINUX -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include/openssl -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c LYLocal.c Linking and creating Lynx executable /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -DLOCALEDIR=\"/usr/share/locale\" -I. -I.. -Ichrtrans -I./chrtrans -I.. -I../src -I.././WWW/Library/Implementation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_DEFAULT_SOURCE -DLINUX -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include/openssl -D_DEFAULT_SOURCE -D_XOPEN_SOURCE=600 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wl,-rpath,/tmp/instance-5/output-1/host/bin/../sh4a-buildroot-linux-gnu/sysroot/usr/lib -Wl,-rpath,/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib -L/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib -o lynx LYebcdic.o LYClean.o LYShowInfo.o LYEdit.o LYStrings.o LYMail.o HTAlert.o GridText.o LYGetFile.o LYMain.o LYMainLoop.o LYCurses.o LYBookmark.o LYmktime.o LYUtils.o LYOptions.o LYReadCFG.o LYSearch.o LYHistory.o LYForms.o LYPrint.o LYrcFile.o LYDownload.o LYNews.o LYKeymap.o HTML.o HTFWriter.o HTInit.o DefaultStyle.o LYUpload.o LYLeaks.o LYexit.o LYJump.o LYList.o LYCgi.o LYTraversal.o LYEditmap.o LYCharSets.o LYCharUtils.o LYMap.o LYCookie.o LYStyle.o LYHash.o LYPrettySrc.o TRSTable.o parsdate.o UCdomap.o UCAux.o UCAuto.o LYSession.o LYLocal.o .././WWW/Library/Implementation/libwww.a -lz -lncurses -lssl -lcrypto -ldl -L/tmp/instance-5/output-1/host/bin/../sh4a-buildroot-linux-gnu/sysroot/usr/lib Copying Lynx executable into top-level directory rm -f ../lynx cp lynx ../ Welcome to Lynx! make[2]: Leaving directory '/tmp/instance-5/output-1/build/lynx-2.8.9rel.1/src' make[1]: Leaving directory '/tmp/instance-5/output-1/build/lynx-2.8.9rel.1' >>> lynx 2.8.9rel.1 Installing to target PATH="/tmp/instance-5/output-1/host/bin:/tmp/instance-5/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /home/autobuild/make/make -j1 DESTDIR=/tmp/instance-5/output-1/target install -C /tmp/instance-5/output-1/build/lynx-2.8.9rel.1/ make[1]: Entering directory '/tmp/instance-5/output-1/build/lynx-2.8.9rel.1' /bin/bash -c "P=`echo lynx|sed 's,^,,'`; \ if test -f /tmp/instance-5/output-1/target/usr/bin/$P ; then \ mv -f /tmp/instance-5/output-1/target/usr/bin/$P /tmp/instance-5/output-1/target/usr/bin/$P.old; fi" /usr/bin/install -c lynx /tmp/instance-5/output-1/target/usr/bin/`echo lynx|sed 's,^,,'` /usr/bin/install -c -m 644 ./lynx.man /tmp/instance-5/output-1/target/usr/share/man/man1/`echo lynx|sed 's,^,,'`.1 ** installing ./lynx.cfg as /tmp/instance-5/output-1/target/etc/lynx.cfg ** installing ./samples/lynx.lss as /tmp/instance-5/output-1/target/etc/lynx.lss Use /home/autobuild/make/make install-help to install the help-files Use /home/autobuild/make/make install-doc to install extra documentation files make[1]: Leaving directory '/tmp/instance-5/output-1/build/lynx-2.8.9rel.1' >>> make 4.2.1 Downloading wget --passive-ftp -nd -t 3 -O '/tmp/instance-5/output-1/build/.make-4.2.1.tar.bz2.GK24dD/output' 'http://ftpmirror.gnu.org/make/make-4.2.1.tar.bz2' --2023-02-19 23:45:14-- http://ftpmirror.gnu.org/make/make-4.2.1.tar.bz2 Resolving ftpmirror.gnu.org (ftpmirror.gnu.org)... 209.51.188.200, 2001:470:142:5::200 Connecting to ftpmirror.gnu.org (ftpmirror.gnu.org)|209.51.188.200|:80... connected. HTTP request sent, awaiting response... 302 Moved Temporarily Location: http://mirrors.ocf.berkeley.edu/gnu/make/make-4.2.1.tar.bz2 [following] --2023-02-19 23:45:15-- http://mirrors.ocf.berkeley.edu/gnu/make/make-4.2.1.tar.bz2 Resolving mirrors.ocf.berkeley.edu (mirrors.ocf.berkeley.edu)... 169.229.200.70, 2607:f140:0:32::70 Connecting to mirrors.ocf.berkeley.edu (mirrors.ocf.berkeley.edu)|169.229.200.70|:80... connected. HTTP request sent, awaiting response... 200 OK Length: 1407126 (1.3M) [application/octet-stream] Saving to: '/tmp/instance-5/output-1/build/.make-4.2.1.tar.bz2.GK24dD/output' 0K .......... .......... .......... .......... .......... 3% 790K 2s 50K .......... .......... .......... .......... .......... 7% 1.84M 1s 100K .......... .......... .......... .......... .......... 10% 3.08M 1s 150K .......... .......... .......... .......... .......... 14% 3.48M 1s 200K .......... .......... .......... .......... .......... 18% 5.50M 1s 250K .......... .......... .......... .......... .......... 21% 4.55M 0s 300K .......... .......... .......... .......... .......... 25% 12.2M 0s 350K .......... .......... .......... .......... .......... 29% 8.00M 0s 400K .......... .......... .......... .......... .......... 32% 12.7M 0s 450K .......... .......... .......... .......... .......... 36% 8.03M 0s 500K .......... .......... .......... .......... .......... 40% 6.17M 0s 550K .......... .......... .......... .......... .......... 43% 305M 0s 600K .......... .......... .......... .......... .......... 47% 18.9M 0s 650K .......... .......... .......... .......... .......... 50% 14.2M 0s 700K .......... .......... .......... .......... .......... 54% 8.40M 0s 750K .......... .......... .......... .......... .......... 58% 353M 0s 800K .......... .......... .......... .......... .......... 61% 12.4M 0s 850K .......... .......... .......... .......... .......... 65% 12.5M 0s 900K .......... .......... .......... .......... .......... 69% 12.0M 0s 950K .......... .......... .......... .......... .......... 72% 247M 0s 1000K .......... .......... .......... .......... .......... 76% 13.0M 0s 1050K .......... .......... .......... .......... .......... 80% 348M 0s 1100K .......... .......... .......... .......... .......... 83% 12.5M 0s 1150K .......... .......... .......... .......... .......... 87% 369M 0s 1200K .......... .......... .......... .......... .......... 90% 12.7M 0s 1250K .......... .......... .......... .......... .......... 94% 237M 0s 1300K .......... .......... .......... .......... .......... 98% 397M 0s 1350K .......... .......... .... 100% 6.51M=0.2s 2023-02-19 23:45:15 (6.47 MB/s) - '/tmp/instance-5/output-1/build/.make-4.2.1.tar.bz2.GK24dD/output' saved [1407126/1407126] make-4.2.1.tar.bz2: OK (md5: 15b012617e7c44c0ed482721629577ac) make-4.2.1.tar.bz2: OK (sha256: d6e262bf3601b42d2b1e4ef8310029e1dcf20083c5446b4b7aa67081fdffc589) >>> make 4.2.1 Extracting bzcat /tmp/instance-5/dl/make/make-4.2.1.tar.bz2 | tar --strip-components=1 -C /tmp/instance-5/output-1/build/make-4.2.1 -xf - >>> make 4.2.1 Patching Applying 0001-configure.ac-Support-GLIBC-glob-interface-version-2.patch using patch: patching file configure.ac Hunk #1 succeeded at 399 (offset -5 lines). Applying 0001-glob-Do-not-assume-glibc-glob-internals.patch using patch: patching file dir.c >>> make 4.2.1 Updating config.sub and config.guess for file in config.guess config.sub; do for i in $(find /tmp/instance-5/output-1/build/make-4.2.1 -name $file); do cp support/gnuconfig/$file $i; done; done >>> make 4.2.1 Configuring >>> make 4.2.1 Autoreconfiguring configure.ac:49: warning: The macro `AC_AIX' is obsolete. configure.ac:49: You should run autoupdate. ./lib/autoconf/specific.m4:540: AC_AIX is expanded from... configure.ac:49: the top level configure.ac:50: warning: The macro `AC_ISC_POSIX' is obsolete. configure.ac:50: You should run autoupdate. ./lib/autoconf/specific.m4:550: AC_ISC_POSIX is expanded from... configure.ac:50: the top level configure.ac:51: warning: The macro `AC_MINIX' is obsolete. configure.ac:51: You should run autoupdate. ./lib/autoconf/specific.m4:545: AC_MINIX is expanded from... configure.ac:51: the top level configure.ac:66: warning: The macro `AC_HEADER_STDC' is obsolete. configure.ac:66: You should run autoupdate. ./lib/autoconf/headers.m4:704: AC_HEADER_STDC is expanded from... configure.ac:66: the top level configure.ac:69: warning: The macro `AC_HEADER_TIME' is obsolete. configure.ac:69: You should run autoupdate. ./lib/autoconf/headers.m4:743: AC_HEADER_TIME is expanded from... configure.ac:69: the top level configure.ac:76: warning: The macro `AC_TYPE_SIGNAL' is obsolete. configure.ac:76: You should run autoupdate. ./lib/autoconf/types.m4:776: AC_TYPE_SIGNAL is expanded from... configure.ac:76: the top level configure.ac:86: warning: The macro `AC_TRY_COMPILE' is obsolete. configure.ac:86: You should run autoupdate. ./lib/autoconf/general.m4:2847: AC_TRY_COMPILE is expanded from... lib/m4sugar/m4sh.m4:692: _AS_IF_ELSE is expanded from... lib/m4sugar/m4sh.m4:699: AS_IF is expanded from... ./lib/autoconf/general.m4:2249: AC_CACHE_VAL is expanded from... ./lib/autoconf/general.m4:2270: AC_CACHE_CHECK is expanded from... acinclude.m4:105: AC_STRUCT_ST_MTIM_NSEC is expanded from... configure.ac:86: the top level configure.ac:149: warning: The macro `AC_FUNC_SETVBUF_REVERSED' is obsolete. Remove it and all references to SETVBUF_REVERSED. ./lib/autoconf/functions.m4:1766: AC_FUNC_SETVBUF_REVERSED is expanded from... configure.ac:149: the top level configure.ac:249: warning: The macro `AC_HELP_STRING' is obsolete. configure.ac:249: You should run autoupdate. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... ./lib/autoconf/general.m4:1553: AC_ARG_WITH is expanded from... configure.ac:249: the top level configure.ac:249: warning: The macro `AC_FD_MSG' is obsolete. configure.ac:249: You should run autoupdate. ./lib/autoconf/general.m4:400: AC_FD_MSG is expanded from... acinclude.m4:38: CF_NETLIBS is expanded from... lib/m4sugar/m4sh.m4:594: AS_CASE is expanded from... lib/m4sugar/m4sh.m4:699: AS_IF is expanded from... ./lib/autoconf/general.m4:1553: AC_ARG_WITH is expanded from... configure.ac:249: the top level configure.ac:274: warning: The macro `AC_HELP_STRING' is obsolete. configure.ac:274: You should run autoupdate. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... configure.ac:274: the top level configure.ac:280: warning: The macro `AC_HELP_STRING' is obsolete. configure.ac:280: You should run autoupdate. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... configure.ac:280: the top level configure.ac:319: warning: The macro `AC_HELP_STRING' is obsolete. configure.ac:319: You should run autoupdate. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... configure.ac:319: the top level >>> make 4.2.1 Patching libtool (cd /tmp/instance-5/output-1/build/make-4.2.1/ && rm -rf config.cache && PATH="/tmp/instance-5/output-1/host/bin:/tmp/instance-5/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" AR="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-ar" AS="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-as" LD="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-ld" NM="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-nm" CC="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc" GCC="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc" CPP="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-cpp" CXX="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-g++" FC="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gfortran" F77="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gfortran" RANLIB="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-ranlib" READELF="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-readelf" STRIP="/bin/true" OBJCOPY="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-objcopy" OBJDUMP="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc" GCC_FOR_BUILD="/tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc" CXX_FOR_BUILD="/tmp/instance-5/output-1/host/bin/ccache /usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/tmp/instance-5/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/tmp/instance-5/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/tmp/instance-5/output-1/host/include" LDFLAGS_FOR_BUILD="-L/tmp/instance-5/output-1/host/lib -Wl,-rpath,/tmp/instance-5/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-as" DEFAULT_LINKER="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1" LDFLAGS="" FCFLAGS=" -Os -g0" FFLAGS=" -Os -g0" PKG_CONFIG="/tmp/instance-5/output-1/host/bin/pkg-config" STAGING_DIR="/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/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=no CONFIG_SITE=/dev/null ./configure --target=sh4a-buildroot-linux-gnu --host=sh4a-buildroot-linux-gnu --build=x86_64-pc-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 --disable-static --enable-shared --without-guile ) configure: WARNING: unrecognized options: --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --with-xmlto, --with-fop, --enable-ipv6, --disable-static, --enable-shared checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for sh4a-buildroot-linux-gnu-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 whether make supports the include directive... yes (GNU style) checking for sh4a-buildroot-linux-gnu-gcc... /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-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 /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc accepts -g... yes checking for /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc option to enable C11 features... none needed checking whether /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc understands -c and -o together... yes checking dependency style of /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc... none 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 wchar.h... yes checking for minix/config.h... no checking for sys/time.h... yes checking for vfork.h... no checking whether it is safe to define __EXTENSIONS__... yes checking whether _XOPEN_SOURCE should be defined... no checking for sh4a-buildroot-linux-gnu-gcc... (cached) /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc checking whether the compiler supports GNU C... (cached) yes checking whether /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc accepts -g... (cached) yes checking for /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc option to enable C11 features... (cached) none needed checking whether /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc understands -c and -o together... (cached) yes checking dependency style of /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc... (cached) none checking for sh4a-buildroot-linux-gnu-ranlib... /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-ranlib checking how to run the C preprocessor... /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-cpp checking for ar... /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-ar checking for perl... /usr/bin/perl checking for sh4a-buildroot-linux-gnu-ar... (cached) /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-ar checking the archiver (/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-ar) interface... ar checking build system type... x86_64-pc-linux-gnu checking host system type... sh4a-buildroot-linux-gnu checking for library containing strerror... none required checking for a sed that does not truncate output... /usr/bin/sed checking whether NLS is requested... no checking for msgfmt... /tmp/instance-5/output-1/host/bin/msgfmt checking for gmsgfmt... /tmp/instance-5/output-1/host/bin/msgfmt checking for xgettext... /tmp/instance-5/output-1/host/bin/xgettext checking for msgmerge... /tmp/instance-5/output-1/host/bin/msgmerge checking for ld used by /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc... /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-ld checking if the linker (/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-ld) is GNU ld... yes checking for shared library run path origin... done checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for CFPreferencesCopyAppValue... no checking for CFLocaleCopyCurrent... no checking whether to use NLS... no checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... no checking for library containing getpwnam... none required checking for egrep... (cached) /usr/bin/grep -E checking for dirent.h that defines DIR... yes checking for library containing opendir... none required checking whether stat file-mode macros are broken... no checking for stdlib.h... (cached) yes checking for locale.h... yes checking for unistd.h... (cached) yes checking for limits.h... yes checking for fcntl.h... yes checking for string.h... (cached) yes checking for memory.h... yes checking for sys/param.h... yes checking for sys/resource.h... yes checking for sys/time.h... (cached) yes checking for sys/timeb.h... yes checking for sys/select.h... yes checking for an ANSI C-conforming const... yes checking return type of signal handlers... void checking for uid_t in sys/types.h... yes checking for pid_t... yes checking for off_t... yes checking for size_t... yes checking for ssize_t... yes checking for unsigned long long int... yes checking for uintmax_t... yes checking for nanoseconds field of struct stat... st_mtim.tv_nsec checking whether to use high resolution file timestamps... yes checking for library containing clock_gettime... none required checking whether system uses MSDOS-style paths... no checking for standard gettimeofday... no (cross-compiling) checking for strdup... yes checking for strndup... yes checking for mkstemp... yes checking for mktemp... yes checking for fdopen... yes checking for fileno... yes checking for dup... yes checking for dup2... yes checking for getcwd... yes checking for realpath... yes checking for sigsetmask... yes checking for sigaction... yes checking for getgroups... yes checking for seteuid... yes checking for setegid... yes checking for setlinebuf... yes checking for setreuid... yes checking for setregid... yes checking for getrlimit... yes checking for setrlimit... yes checking for setvbuf... yes checking for pipe... yes checking for strerror... yes checking for strsignal... yes checking for lstat... yes checking for readlink... yes checking for atexit... yes checking for isatty... yes checking for ttyname... yes checking for pselect... yes checking for /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc options needed to detect all undeclared functions... none needed checking whether bsd_signal is declared... no checking for fork... yes checking for vfork... yes checking for setlocale... yes checking for working fork... cross configure: WARNING: result yes guessed because of cross compilation checking for working vfork... (cached) yes checking for strcasecmp... yes checking for strncasecmp... yes checking for strcmpi... no checking for strncmpi... no checking for stricmp... no checking for strnicmp... no checking for working strcoll... yes checking for working alloca.h... yes checking for alloca... yes checking whether closedir returns void... no checking pkg-config is at least version 0.9.0... yes checking for getloadavg... yes checking for pstat_getdynamic... no checking for kstat_open in -lkstat... no checking for getloadavg... yes checking whether getloadavg requires setgid... no checking whether sys_siglist is declared... no checking whether _sys_siglist is declared... no checking whether __sys_siglist is declared... no checking for sys/wait.h... yes checking for waitpid... yes checking for wait3... yes checking for union wait... no checking for SA_RESTART... yes checking whether dlopen is declared... yes checking whether dlsym is declared... yes checking whether dlerror is declared... yes checking for library containing dlopen... none required checking If the linker accepts -Wl,--export-dynamic... yes checking for location of SCCS get command... get checking if system libc has GNU glob... yes checking if malloc debugging is wanted... no checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating glob/Makefile config.status: creating po/Makefile.in config.status: creating config/Makefile config.status: creating doc/Makefile config.status: creating w32/Makefile config.status: creating tests/config-flags.pm config.status: creating config.h config.status: executing depfiles commands config.status: executing po-directories commands config.status: creating po/POTFILES config.status: creating po/Makefile configure: WARNING: unrecognized options: --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --with-xmlto, --with-fop, --enable-ipv6, --disable-static, --enable-shared config.status: creating build.sh >>> make 4.2.1 Building PATH="/tmp/instance-5/output-1/host/bin:/tmp/instance-5/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /home/autobuild/make/make -j1 -C /tmp/instance-5/output-1/build/make-4.2.1/ make[1]: Entering directory '/tmp/instance-5/output-1/build/make-4.2.1' /home/autobuild/make/make all-recursive make[2]: Entering directory '/tmp/instance-5/output-1/build/make-4.2.1' Making all in glob make[3]: Entering directory '/tmp/instance-5/output-1/build/make-4.2.1/glob' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/tmp/instance-5/output-1/build/make-4.2.1/glob' Making all in config make[3]: Entering directory '/tmp/instance-5/output-1/build/make-4.2.1/config' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/tmp/instance-5/output-1/build/make-4.2.1/config' Making all in po make[3]: Entering directory '/tmp/instance-5/output-1/build/make-4.2.1/po' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/tmp/instance-5/output-1/build/make-4.2.1/po' Making all in doc make[3]: Entering directory '/tmp/instance-5/output-1/build/make-4.2.1/doc' make[3]: Leaving directory '/tmp/instance-5/output-1/build/make-4.2.1/doc' make[3]: Entering directory '/tmp/instance-5/output-1/build/make-4.2.1' /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DLOCALEDIR=\"/usr/share/locale\" -DLIBDIR=\"/usr/lib\" -DINCLUDEDIR=\"/usr/include\" -DHAVE_CONFIG_H -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o ar.o ar.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DLOCALEDIR=\"/usr/share/locale\" -DLIBDIR=\"/usr/lib\" -DINCLUDEDIR=\"/usr/include\" -DHAVE_CONFIG_H -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o arscan.o arscan.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DLOCALEDIR=\"/usr/share/locale\" -DLIBDIR=\"/usr/lib\" -DINCLUDEDIR=\"/usr/include\" -DHAVE_CONFIG_H -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o commands.o commands.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DLOCALEDIR=\"/usr/share/locale\" -DLIBDIR=\"/usr/lib\" -DINCLUDEDIR=\"/usr/include\" -DHAVE_CONFIG_H -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o default.o default.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DLOCALEDIR=\"/usr/share/locale\" -DLIBDIR=\"/usr/lib\" -DINCLUDEDIR=\"/usr/include\" -DHAVE_CONFIG_H -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o dir.o dir.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DLOCALEDIR=\"/usr/share/locale\" -DLIBDIR=\"/usr/lib\" -DINCLUDEDIR=\"/usr/include\" -DHAVE_CONFIG_H -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o expand.o expand.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DLOCALEDIR=\"/usr/share/locale\" -DLIBDIR=\"/usr/lib\" -DINCLUDEDIR=\"/usr/include\" -DHAVE_CONFIG_H -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o file.o file.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DLOCALEDIR=\"/usr/share/locale\" -DLIBDIR=\"/usr/lib\" -DINCLUDEDIR=\"/usr/include\" -DHAVE_CONFIG_H -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o function.o function.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DLOCALEDIR=\"/usr/share/locale\" -DLIBDIR=\"/usr/lib\" -DINCLUDEDIR=\"/usr/include\" -DHAVE_CONFIG_H -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o getopt.o getopt.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DLOCALEDIR=\"/usr/share/locale\" -DLIBDIR=\"/usr/lib\" -DINCLUDEDIR=\"/usr/include\" -DHAVE_CONFIG_H -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o getopt1.o getopt1.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DLOCALEDIR=\"/usr/share/locale\" -DLIBDIR=\"/usr/lib\" -DINCLUDEDIR=\"/usr/include\" -DHAVE_CONFIG_H -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o guile.o guile.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DLOCALEDIR=\"/usr/share/locale\" -DLIBDIR=\"/usr/lib\" -DINCLUDEDIR=\"/usr/include\" -DHAVE_CONFIG_H -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o implicit.o implicit.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DLOCALEDIR=\"/usr/share/locale\" -DLIBDIR=\"/usr/lib\" -DINCLUDEDIR=\"/usr/include\" -DHAVE_CONFIG_H -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o job.o job.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DLOCALEDIR=\"/usr/share/locale\" -DLIBDIR=\"/usr/lib\" -DINCLUDEDIR=\"/usr/include\" -DHAVE_CONFIG_H -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o load.o load.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DLOCALEDIR=\"/usr/share/locale\" -DLIBDIR=\"/usr/lib\" -DINCLUDEDIR=\"/usr/include\" -DHAVE_CONFIG_H -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o loadapi.o loadapi.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DLOCALEDIR=\"/usr/share/locale\" -DLIBDIR=\"/usr/lib\" -DINCLUDEDIR=\"/usr/include\" -DHAVE_CONFIG_H -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o main.o main.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DLOCALEDIR=\"/usr/share/locale\" -DLIBDIR=\"/usr/lib\" -DINCLUDEDIR=\"/usr/include\" -DHAVE_CONFIG_H -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o misc.o misc.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DLOCALEDIR=\"/usr/share/locale\" -DLIBDIR=\"/usr/lib\" -DINCLUDEDIR=\"/usr/include\" -DHAVE_CONFIG_H -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o posixos.o posixos.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DLOCALEDIR=\"/usr/share/locale\" -DLIBDIR=\"/usr/lib\" -DINCLUDEDIR=\"/usr/include\" -DHAVE_CONFIG_H -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o output.o output.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DLOCALEDIR=\"/usr/share/locale\" -DLIBDIR=\"/usr/lib\" -DINCLUDEDIR=\"/usr/include\" -DHAVE_CONFIG_H -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o read.o read.c read.c: In function 'find_percent_cached': cc1: warning: function may return address of local variable [-Wreturn-local-addr] In file included from makeint.h:31, from read.c:17: read.c:2418:19: note: declared here 2418 | new = alloca (slen + 1); | ^~~~~~ /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DLOCALEDIR=\"/usr/share/locale\" -DLIBDIR=\"/usr/lib\" -DINCLUDEDIR=\"/usr/include\" -DHAVE_CONFIG_H -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o remake.o remake.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DLOCALEDIR=\"/usr/share/locale\" -DLIBDIR=\"/usr/lib\" -DINCLUDEDIR=\"/usr/include\" -DHAVE_CONFIG_H -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o rule.o rule.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DLOCALEDIR=\"/usr/share/locale\" -DLIBDIR=\"/usr/lib\" -DINCLUDEDIR=\"/usr/include\" -DHAVE_CONFIG_H -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o signame.o signame.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DLOCALEDIR=\"/usr/share/locale\" -DLIBDIR=\"/usr/lib\" -DINCLUDEDIR=\"/usr/include\" -DHAVE_CONFIG_H -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o strcache.o strcache.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DLOCALEDIR=\"/usr/share/locale\" -DLIBDIR=\"/usr/lib\" -DINCLUDEDIR=\"/usr/include\" -DHAVE_CONFIG_H -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o variable.o variable.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DLOCALEDIR=\"/usr/share/locale\" -DLIBDIR=\"/usr/lib\" -DINCLUDEDIR=\"/usr/include\" -DHAVE_CONFIG_H -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o version.o version.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DLOCALEDIR=\"/usr/share/locale\" -DLIBDIR=\"/usr/lib\" -DINCLUDEDIR=\"/usr/include\" -DHAVE_CONFIG_H -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o vpath.o vpath.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DLOCALEDIR=\"/usr/share/locale\" -DLIBDIR=\"/usr/lib\" -DINCLUDEDIR=\"/usr/include\" -DHAVE_CONFIG_H -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o hash.o hash.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DLOCALEDIR=\"/usr/share/locale\" -DLIBDIR=\"/usr/lib\" -DINCLUDEDIR=\"/usr/include\" -DHAVE_CONFIG_H -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o remote-stub.o remote-stub.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wl,--export-dynamic -o make ar.o arscan.o commands.o default.o dir.o expand.o file.o function.o getopt.o getopt1.o guile.o implicit.o job.o load.o loadapi.o main.o misc.o posixos.o output.o read.o remake.o rule.o signame.o strcache.o variable.o version.o vpath.o hash.o remote-stub.o make[3]: Leaving directory '/tmp/instance-5/output-1/build/make-4.2.1' make[2]: Leaving directory '/tmp/instance-5/output-1/build/make-4.2.1' make[1]: Leaving directory '/tmp/instance-5/output-1/build/make-4.2.1' >>> make 4.2.1 Installing to target PATH="/tmp/instance-5/output-1/host/bin:/tmp/instance-5/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /home/autobuild/make/make -j1 DESTDIR=/tmp/instance-5/output-1/target install -C /tmp/instance-5/output-1/build/make-4.2.1/ make[1]: Entering directory '/tmp/instance-5/output-1/build/make-4.2.1' Making install in glob make[2]: Entering directory '/tmp/instance-5/output-1/build/make-4.2.1/glob' make[3]: Entering directory '/tmp/instance-5/output-1/build/make-4.2.1/glob' 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-5/output-1/build/make-4.2.1/glob' make[2]: Leaving directory '/tmp/instance-5/output-1/build/make-4.2.1/glob' Making install in config make[2]: Entering directory '/tmp/instance-5/output-1/build/make-4.2.1/config' make[3]: Entering directory '/tmp/instance-5/output-1/build/make-4.2.1/config' 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-5/output-1/build/make-4.2.1/config' make[2]: Leaving directory '/tmp/instance-5/output-1/build/make-4.2.1/config' Making install in po make[2]: Entering directory '/tmp/instance-5/output-1/build/make-4.2.1/po' if test "make" = "gettext-tools"; then \ /usr/bin/mkdir -p /tmp/instance-5/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-5/output-1/target/usr/share/gettext/po/$file; \ done; \ for file in Makevars; do \ rm -f /tmp/instance-5/output-1/target/usr/share/gettext/po/$file; \ done; \ else \ : ; \ fi make[2]: Leaving directory '/tmp/instance-5/output-1/build/make-4.2.1/po' Making install in doc make[2]: Entering directory '/tmp/instance-5/output-1/build/make-4.2.1/doc' make[3]: Entering directory '/tmp/instance-5/output-1/build/make-4.2.1/doc' make[3]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/tmp/instance-5/output-1/target/usr/share/info' /usr/bin/install -c -m 644 ./make.info ./make.info-1 ./make.info-2 '/tmp/instance-5/output-1/target/usr/share/info' make[3]: Leaving directory '/tmp/instance-5/output-1/build/make-4.2.1/doc' make[2]: Leaving directory '/tmp/instance-5/output-1/build/make-4.2.1/doc' make[2]: Entering directory '/tmp/instance-5/output-1/build/make-4.2.1' make[3]: Entering directory '/tmp/instance-5/output-1/build/make-4.2.1' /usr/bin/mkdir -p '/tmp/instance-5/output-1/target/usr/bin' /usr/bin/install -c make '/tmp/instance-5/output-1/target/usr/bin' /usr/bin/mkdir -p '/tmp/instance-5/output-1/target/usr/include' /usr/bin/install -c -m 644 gnumake.h '/tmp/instance-5/output-1/target/usr/include' /usr/bin/mkdir -p '/tmp/instance-5/output-1/target/usr/share/man/man1' /usr/bin/install -c -m 644 make.1 '/tmp/instance-5/output-1/target/usr/share/man/man1' make[3]: Leaving directory '/tmp/instance-5/output-1/build/make-4.2.1' make[2]: Leaving directory '/tmp/instance-5/output-1/build/make-4.2.1' make[1]: Leaving directory '/tmp/instance-5/output-1/build/make-4.2.1' >>> matio 1.5.23 Downloading wget --passive-ftp -nd -t 3 -O '/tmp/instance-5/output-1/build/.matio-1.5.23.tar.gz.ZsUNvd/output' 'http://downloads.sourceforge.net/project/matio/matio/1.5.23/matio-1.5.23.tar.gz' --2023-02-19 23:45:47-- http://downloads.sourceforge.net/project/matio/matio/1.5.23/matio-1.5.23.tar.gz Resolving downloads.sourceforge.net (downloads.sourceforge.net)... 204.68.111.105 Connecting to downloads.sourceforge.net (downloads.sourceforge.net)|204.68.111.105|:80... connected. HTTP request sent, awaiting response... 302 Found Location: http://pilotfiber.dl.sourceforge.net/project/matio/matio/1.5.23/matio-1.5.23.tar.gz [following] --2023-02-19 23:45:47-- http://pilotfiber.dl.sourceforge.net/project/matio/matio/1.5.23/matio-1.5.23.tar.gz Resolving pilotfiber.dl.sourceforge.net (pilotfiber.dl.sourceforge.net)... 69.12.26.12 Connecting to pilotfiber.dl.sourceforge.net (pilotfiber.dl.sourceforge.net)|69.12.26.12|:80... connected. HTTP request sent, awaiting response... 200 OK Length: 10115808 (9.6M) [application/x-gzip] Saving to: '/tmp/instance-5/output-1/build/.matio-1.5.23.tar.gz.ZsUNvd/output' 0K .......... .......... .......... .......... .......... 0% 533K 18s 50K .......... .......... .......... .......... .......... 1% 1.02M 14s 100K .......... .......... .......... .......... .......... 1% 1.11M 12s 150K .......... .......... .......... .......... .......... 2% 1.03M 11s 200K .......... .......... .......... .......... .......... 2% 1.01M 11s 250K .......... .......... .......... .......... .......... 3% 269M 9s 300K .......... .......... .......... .......... .......... 3% 24.5M 8s 350K .......... .......... .......... .......... .......... 4% 1.11M 8s 400K .......... .......... .......... .......... .......... 4% 376M 7s 450K .......... .......... .......... .......... .......... 5% 22.6M 6s 500K .......... .......... .......... .......... .......... 5% 1.18M 6s 550K .......... .......... .......... .......... .......... 6% 19.6M 6s 600K .......... .......... .......... .......... .......... 6% 12.0M 5s 650K .......... .......... .......... .......... .......... 7% 1.23M 5s 700K .......... .......... .......... .......... .......... 7% 99.2M 5s 750K .......... .......... .......... .......... .......... 8% 104M 5s 800K .......... .......... .......... .......... .......... 8% 19.7M 4s 850K .......... .......... .......... .......... .......... 9% 16.6M 4s 900K .......... .......... .......... .......... .......... 9% 1.21M 4s 950K .......... .......... .......... .......... .......... 10% 61.9M 4s 1000K .......... .......... .......... .......... .......... 10% 238M 4s 1050K .......... .......... .......... .......... .......... 11% 31.6M 4s 1100K .......... .......... .......... .......... .......... 11% 42.3M 4s 1150K .......... .......... .......... .......... .......... 12% 17.5M 3s 1200K .......... .......... .......... .......... .......... 12% 1.24M 4s 1250K .......... .......... .......... .......... .......... 13% 11.9M 3s 1300K .......... .......... .......... .......... .......... 13% 337M 3s 1350K .......... .......... .......... .......... .......... 14% 375M 3s 1400K .......... .......... .......... .......... .......... 14% 406M 3s 1450K .......... .......... .......... .......... .......... 15% 14.1M 3s 1500K .......... .......... .......... .......... .......... 15% 285M 3s 1550K .......... .......... .......... .......... .......... 16% 1.23M 3s 1600K .......... .......... .......... .......... .......... 16% 11.2M 3s 1650K .......... .......... .......... .......... .......... 17% 235M 3s 1700K .......... .......... .......... .......... .......... 17% 385M 3s 1750K .......... .......... .......... .......... .......... 18% 1.05M 3s 1800K .......... .......... .......... .......... .......... 18% 10.4M 3s 1850K .......... .......... .......... .......... .......... 19% 292M 3s 1900K .......... .......... .......... .......... .......... 19% 369M 2s 1950K .......... .......... .......... .......... .......... 20% 374M 2s 2000K .......... .......... .......... .......... .......... 20% 1.30M 2s 2050K .......... .......... .......... .......... .......... 21% 13.1M 2s 2100K .......... .......... .......... .......... .......... 21% 7.91M 2s 2150K .......... .......... .......... .......... .......... 22% 366M 2s 2200K .......... .......... .......... .......... .......... 22% 1.22M 2s 2250K .......... .......... .......... .......... .......... 23% 7.61M 2s 2300K .......... .......... .......... .......... .......... 23% 96.7M 2s 2350K .......... .......... .......... .......... .......... 24% 1.24M 2s 2400K .......... .......... .......... .......... .......... 24% 7.43M 2s 2450K .......... .......... .......... .......... .......... 25% 92.4M 2s 2500K .......... .......... .......... .......... .......... 25% 1.23M 2s 2550K .......... .......... .......... .......... .......... 26% 7.85M 2s 2600K .......... .......... .......... .......... .......... 26% 138M 2s 2650K .......... .......... .......... .......... .......... 27% 1.34M 2s 2700K .......... .......... .......... .......... .......... 27% 12.4M 2s 2750K .......... .......... .......... .......... .......... 28% 7.39M 2s 2800K .......... .......... .......... .......... .......... 28% 1.36M 2s 2850K .......... .......... .......... .......... .......... 29% 18.2M 2s 2900K .......... .......... .......... .......... .......... 29% 6.92M 2s 2950K .......... .......... .......... .......... .......... 30% 61.8M 2s 3000K .......... .......... .......... .......... .......... 30% 1.27M 2s 3050K .......... .......... .......... .......... .......... 31% 6.09M 2s 3100K .......... .......... .......... .......... .......... 31% 376M 2s 3150K .......... .......... .......... .......... .......... 32% 1.36M 2s 3200K .......... .......... .......... .......... .......... 32% 9.67M 2s 3250K .......... .......... .......... .......... .......... 33% 8.27M 2s 3300K .......... .......... .......... .......... .......... 33% 1.32M 2s 3350K .......... .......... .......... .......... .......... 34% 56.1M 2s 3400K .......... .......... .......... .......... .......... 34% 5.72M 2s 3450K .......... .......... .......... .......... .......... 35% 58.6M 2s 3500K .......... .......... .......... .......... .......... 35% 1.31M 2s 3550K .......... .......... .......... .......... .......... 36% 5.32M 2s 3600K .......... .......... .......... .......... .......... 36% 253M 2s 3650K .......... .......... .......... .......... .......... 37% 1.25M 2s 3700K .......... .......... .......... .......... .......... 37% 283M 2s 3750K .......... .......... .......... .......... .......... 38% 6.33M 2s 3800K .......... .......... .......... .......... .......... 38% 270M 2s 3850K .......... .......... .......... .......... .......... 39% 1.22M 2s 3900K .......... .......... .......... .......... .......... 39% 6.57M 2s 3950K .......... .......... .......... .......... .......... 40% 316M 2s 4000K .......... .......... .......... .......... .......... 40% 1.23M 2s 4050K .......... .......... .......... .......... .......... 41% 380M 2s 4100K .......... .......... .......... .......... .......... 42% 5.91M 2s 4150K .......... .......... .......... .......... .......... 42% 450M 2s 4200K .......... .......... .......... .......... .......... 43% 1.24M 2s 4250K .......... .......... .......... .......... .......... 43% 6.18M 2s 4300K .......... .......... .......... .......... .......... 44% 252M 2s 4350K .......... .......... .......... .......... .......... 44% 1.25M 2s 4400K .......... .......... .......... .......... .......... 45% 306M 2s 4450K .......... .......... .......... .......... .......... 45% 6.74M 2s 4500K .......... .......... .......... .......... .......... 46% 122M 2s 4550K .......... .......... .......... .......... .......... 46% 1.25M 2s 4600K .......... .......... .......... .......... .......... 47% 21.8M 2s 4650K .......... .......... .......... .......... .......... 47% 7.24M 2s 4700K .......... .......... .......... .......... .......... 48% 1.56M 2s 4750K .......... .......... .......... .......... .......... 48% 7.05M 1s 4800K .......... .......... .......... .......... .......... 49% 5.98M 1s 4850K .......... .......... .......... .......... .......... 49% 41.3M 1s 4900K .......... .......... .......... .......... .......... 50% 1.33M 1s 4950K .......... .......... .......... .......... .......... 50% 102M 1s 5000K .......... .......... .......... .......... .......... 51% 5.88M 1s 5050K .......... .......... .......... .......... .......... 51% 1.94M 1s 5100K .......... .......... .......... .......... .......... 52% 3.78M 1s 5150K .......... .......... .......... .......... .......... 52% 13.7M 1s 5200K .......... .......... .......... .......... .......... 53% 9.87M 1s 5250K .......... .......... .......... .......... .......... 53% 1.64M 1s 5300K .......... .......... .......... .......... .......... 54% 5.91M 1s 5350K .......... .......... .......... .......... .......... 54% 6.11M 1s 5400K .......... .......... .......... .......... .......... 55% 22.3M 1s 5450K .......... .......... .......... .......... .......... 55% 1.34M 1s 5500K .......... .......... .......... .......... .......... 56% 268M 1s 5550K .......... .......... .......... .......... .......... 56% 6.03M 1s 5600K .......... .......... .......... .......... .......... 57% 27.9M 1s 5650K .......... .......... .......... .......... .......... 57% 1.33M 1s 5700K .......... .......... .......... .......... .......... 58% 165M 1s 5750K .......... .......... .......... .......... .......... 58% 6.22M 1s 5800K .......... .......... .......... .......... .......... 59% 1.85M 1s 5850K .......... .......... .......... .......... .......... 59% 4.16M 1s 5900K .......... .......... .......... .......... .......... 60% 9.30M 1s 5950K .......... .......... .......... .......... .......... 60% 12.8M 1s 6000K .......... .......... .......... .......... .......... 61% 1.89M 1s 6050K .......... .......... .......... .......... .......... 61% 4.04M 1s 6100K .......... .......... .......... .......... .......... 62% 5.53M 1s 6150K .......... .......... .......... .......... .......... 62% 1.72M 1s 6200K .......... .......... .......... .......... .......... 63% 4.07M 1s 6250K .......... .......... .......... .......... .......... 63% 360M 1s 6300K .......... .......... .......... .......... .......... 64% 6.14M 1s 6350K .......... .......... .......... .......... .......... 64% 1.40M 1s 6400K .......... .......... .......... .......... .......... 65% 9.75M 1s 6450K .......... .......... .......... .......... .......... 65% 331M 1s 6500K .......... .......... .......... .......... .......... 66% 6.22M 1s 6550K .......... .......... .......... .......... .......... 66% 1.36M 1s 6600K .......... .......... .......... .......... .......... 67% 5.86M 1s 6650K .......... .......... .......... .......... .......... 67% 322M 1s 6700K .......... .......... .......... .......... .......... 68% 17.8M 1s 6750K .......... .......... .......... .......... .......... 68% 1.09M 1s 6800K .......... .......... .......... .......... .......... 69% 268M 1s 6850K .......... .......... .......... .......... .......... 69% 395M 1s 6900K .......... .......... .......... .......... .......... 70% 2.15M 1s 6950K .......... .......... .......... .......... .......... 70% 2.05M 1s 7000K .......... .......... .......... .......... .......... 71% 142M 1s 7050K .......... .......... .......... .......... .......... 71% 27.8M 1s 7100K .......... .......... .......... .......... .......... 72% 2.02M 1s 7150K .......... .......... .......... .......... .......... 72% 2.21M 1s 7200K .......... .......... .......... .......... .......... 73% 347M 1s 7250K .......... .......... .......... .......... .......... 73% 294M 1s 7300K .......... .......... .......... .......... .......... 74% 1.57M 1s 7350K .......... .......... .......... .......... .......... 74% 3.18M 1s 7400K .......... .......... .......... .......... .......... 75% 88.6M 1s 7450K .......... .......... .......... .......... .......... 75% 58.9M 1s 7500K .......... .......... .......... .......... .......... 76% 1.44M 1s 7550K .......... .......... .......... .......... .......... 76% 4.07M 1s 7600K .......... .......... .......... .......... .......... 77% 207M 1s 7650K .......... .......... .......... .......... .......... 77% 32.5M 1s 7700K .......... .......... .......... .......... .......... 78% 1.16M 1s 7750K .......... .......... .......... .......... .......... 78% 21.7M 1s 7800K .......... .......... .......... .......... .......... 79% 93.3M 1s 7850K .......... .......... .......... .......... .......... 79% 15.2M 1s 7900K .......... .......... .......... .......... .......... 80% 1.09M 1s 7950K .......... .......... .......... .......... .......... 80% 287M 1s 8000K .......... .......... .......... .......... .......... 81% 422M 1s 8050K .......... .......... .......... .......... .......... 81% 2.29M 0s 8100K .......... .......... .......... .......... .......... 82% 1.85M 0s 8150K .......... .......... .......... .......... .......... 83% 302M 0s 8200K .......... .......... .......... .......... .......... 83% 390M 0s 8250K .......... .......... .......... .......... .......... 84% 2.36M 0s 8300K .......... .......... .......... .......... .......... 84% 1.88M 0s 8350K .......... .......... .......... .......... .......... 85% 224M 0s 8400K .......... .......... .......... .......... .......... 85% 126M 0s 8450K .......... .......... .......... .......... .......... 86% 1.33M 0s 8500K .......... .......... .......... .......... .......... 86% 5.02M 0s 8550K .......... .......... .......... .......... .......... 87% 228M 0s 8600K .......... .......... .......... .......... .......... 87% 36.6M 0s 8650K .......... .......... .......... .......... .......... 88% 1.36M 0s 8700K .......... .......... .......... .......... .......... 88% 5.10M 0s 8750K .......... .......... .......... .......... .......... 89% 348M 0s 8800K .......... .......... .......... .......... .......... 89% 85.6M 0s 8850K .......... .......... .......... .......... .......... 90% 1.12M 0s 8900K .......... .......... .......... .......... .......... 90% 24.4M 0s 8950K .......... .......... .......... .......... .......... 91% 93.4M 0s 9000K .......... .......... .......... .......... .......... 91% 3.54M 0s 9050K .......... .......... .......... .......... .......... 92% 1.42M 0s 9100K .......... .......... .......... .......... .......... 92% 252M 0s 9150K .......... .......... .......... .......... .......... 93% 375M 0s 9200K .......... .......... .......... .......... .......... 93% 2.48M 0s 9250K .......... .......... .......... .......... .......... 94% 1.84M 0s 9300K .......... .......... .......... .......... .......... 94% 96.3M 0s 9350K .......... .......... .......... .......... .......... 95% 62.2M 0s 9400K .......... .......... .......... .......... .......... 95% 2.03M 0s 9450K .......... .......... .......... .......... .......... 96% 2.19M 0s 9500K .......... .......... .......... .......... .......... 96% 226M 0s 9550K .......... .......... .......... .......... .......... 97% 328M 0s 9600K .......... .......... .......... .......... .......... 97% 1.47M 0s 9650K .......... .......... .......... .......... .......... 98% 3.24M 0s 9700K .......... .......... .......... .......... .......... 98% 333M 0s 9750K .......... .......... .......... .......... .......... 99% 314M 0s 9800K .......... .......... .......... .......... .......... 99% 1.48M 0s 9850K .......... .......... ........ 100% 2.51M=2.7s 2023-02-19 23:45:50 (3.59 MB/s) - '/tmp/instance-5/output-1/build/.matio-1.5.23.tar.gz.ZsUNvd/output' saved [10115808/10115808] matio-1.5.23.tar.gz: OK (sha512: e125278dcb25695affb7c576d0e2a86c0eff4225aa866b81536c9e4d7b2aea2c554f5389e96d534a8b559f5554b6cbecff4b44fe8915173cd64b2da6d1dc2629) >>> matio 1.5.23 Extracting gzip -d -c /tmp/instance-5/dl/matio/matio-1.5.23.tar.gz | tar --strip-components=1 -C /tmp/instance-5/output-1/build/matio-1.5.23 -xf - >>> matio 1.5.23 Patching >>> matio 1.5.23 Updating config.sub and config.guess for file in config.guess config.sub; do for i in $(find /tmp/instance-5/output-1/build/matio-1.5.23 -name $file); do cp support/gnuconfig/$file $i; done; done >>> matio 1.5.23 Patching libtool patching file /tmp/instance-5/output-1/build/matio-1.5.23/config/ltmain.sh Hunk #1 succeeded at 2694 (offset 7 lines). Hunk #2 succeeded at 4284 (offset 7 lines). Hunk #3 succeeded at 6579 (offset 25 lines). Hunk #4 succeeded at 6589 (offset 25 lines). Hunk #5 succeeded at 6882 (offset 25 lines). Hunk #6 succeeded at 7174 (offset 25 lines). Hunk #7 succeeded at 8146 (offset 34 lines). Hunk #8 succeeded at 10778 (offset 68 lines). >>> matio 1.5.23 Configuring (cd /tmp/instance-5/output-1/build/matio-1.5.23/ && rm -rf config.cache && PATH="/tmp/instance-5/output-1/host/bin:/tmp/instance-5/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" AR="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-ar" AS="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-as" LD="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-ld" NM="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-nm" CC="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc" GCC="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc" CPP="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-cpp" CXX="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-g++" FC="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gfortran" F77="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gfortran" RANLIB="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-ranlib" READELF="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-readelf" STRIP="/bin/true" OBJCOPY="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-objcopy" OBJDUMP="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc" GCC_FOR_BUILD="/tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc" CXX_FOR_BUILD="/tmp/instance-5/output-1/host/bin/ccache /usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/tmp/instance-5/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/tmp/instance-5/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/tmp/instance-5/output-1/host/include" LDFLAGS_FOR_BUILD="-L/tmp/instance-5/output-1/host/lib -Wl,-rpath,/tmp/instance-5/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-as" DEFAULT_LINKER="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1" LDFLAGS="" FCFLAGS=" -Os -g0" FFLAGS=" -Os -g0" PKG_CONFIG="/tmp/instance-5/output-1/host/bin/pkg-config" STAGING_DIR="/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/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=no ac_cv_va_copy=yes CONFIG_SITE=/dev/null ./configure --target=sh4a-buildroot-linux-gnu --host=sh4a-buildroot-linux-gnu --build=x86_64-pc-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 --disable-static --enable-shared --disable-mat73 --enable-extended-sparse ) configure: WARNING: unrecognized options: --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --with-xmlto, --with-fop, --disable-dependency-tracking, --enable-ipv6, --disable-nls checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for sh4a-buildroot-linux-gnu-strip... /bin/true checking for a thread-safe mkdir -p... /usr/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking whether make supports nested variables... (cached) yes checking whether to enable maintainer-specific portions of Makefiles... no checking build system type... x86_64-pc-linux-gnu checking host system type... sh4a-buildroot-linux-gnu checking for sh4a-buildroot-linux-gnu-pgcc... /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-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 we are using the GNU C compiler... yes checking whether /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc accepts -g... yes checking for /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc option to accept ISO C89... none needed checking whether /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc understands -c and -o together... yes checking debug mode... no checking profile mode... no checking how to print strings... printf checking for a sed that does not truncate output... /usr/bin/sed checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for fgrep... /usr/bin/grep -F checking for ld used by /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc... /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-ld checking if the linker (/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-nm checking the name lister (/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-nm) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 1572864 checking how to convert x86_64-pc-linux-gnu file names to sh4a-buildroot-linux-gnu format... func_convert_file_noop checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop checking for /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-ld option to reload object files... -r checking for sh4a-buildroot-linux-gnu-objdump... /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-objdump checking how to recognize dependent libraries... pass_all checking for sh4a-buildroot-linux-gnu-dlltool... no checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for sh4a-buildroot-linux-gnu-ar... /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-ar checking for archiver @FILE support... @ checking for sh4a-buildroot-linux-gnu-strip... (cached) /bin/true checking for sh4a-buildroot-linux-gnu-ranlib... /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-ranlib checking command to parse /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-nm output from /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc object... ok checking for sysroot... no checking for a working dd... /usr/bin/dd checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1 checking for sh4a-buildroot-linux-gnu-mt... no checking for mt... mt configure: WARNING: using cross tools not prefixed with host triplet checking if mt is a manifest tool... no checking how to run the C preprocessor... /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-cpp checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking for dlfcn.h... yes checking for objdir... .libs checking if /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc supports -fno-rtti -fno-exceptions... no checking for /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc option to produce PIC... -fPIC -DPIC checking if /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc PIC flag -fPIC -DPIC works... yes checking if /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc static flag -static works... no checking if /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc supports -c -o file.o... yes checking if /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc supports -c -o file.o... (cached) yes checking whether the /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc linker (/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... no checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no checking whether make sets $(MAKE)... (cached) yes checking for grep that handles long lines and -e... (cached) /usr/bin/grep checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... no checking for large file support in 32-bit OS... yes checking for fseeko... yes checking for ftello... yes checking for fseeko64... yes checking for ftello64... yes checking for _fseeki64... no checking for _ftelli64... no checking for pow in -lm... yes checking for stdarg.h... yes checking for varargs.h... no checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking intsafe.h usability... no checking intsafe.h presence... no checking for intsafe.h... no checking for strings.h... (cached) yes checking for unistd.h... (cached) yes checking locale.h usability... yes checking locale.h presence... yes checking for locale.h... yes checking stddef.h usability... yes checking stddef.h presence... yes checking for stddef.h... yes checking for struct lconv.decimal_point... yes checking for struct lconv.thousands_sep... yes checking for ptrdiff_t... yes checking for localeconv... yes checking for getopt_long... internal checking size of double... 8 checking size of float... 4 checking size of long long... 8 checking size of long... 4 checking size of int... 4 checking size of short... 2 checking size of char... 1 checking size of void *... 4 checking size of off_t... 8 checking size of size_t... 4 checking for mat_int64_t... int64_t checking for mat_uint64_t... uint64_t checking for mat_int32_t... int32_t checking for mat_uint32_t... uint32_t checking for mat_int16_t... int16_t checking for mat_uint16_t... uint16_t checking for mat_int8_t... int8_t checking for mat_uint8_t... uint8_t checking for off_t... yes checking for off64_t... no checking for long double... yes checking for unsigned long long int... yes checking for long long int... yes checking for unsigned long long int... (cached) yes checking for size_t... yes checking for intmax_t... yes checking for uintmax_t... yes checking for uintptr_t... yes checking for va_copy() function... (cached) no (using fallback implementation) checking for vsnprintf()... yes checking for snprintf()... yes checking for vasprintf()... yes checking for asprintf()... yes checking for matlab... no checking for zlib Library... -lz checking for HDF5 software... no checking enable MAT v7.3 file support... no checking for default MAT file version... MAT_FT_MAT5 checking enable extended sparse types... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating matio.pc config.status: creating src/Makefile config.status: creating getopt/Makefile config.status: creating tools/Makefile config.status: creating test/Makefile config.status: creating documentation/Makefile config.status: creating src/matioConfig.h config.status: creating src/matio_pubconf.h config.status: executing libtool commands config.status: executing test/atconfig commands configure: WARNING: unrecognized options: --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --with-xmlto, --with-fop, --disable-dependency-tracking, --enable-ipv6, --disable-nls MATIO Configuration Summary ============================================================== C Compiler: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc CFLAGS: -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 Shared Libraries: yes Static Libraries: no default MAT version: MAT_FT_MAT5 Features -------------------------------------------- MAT v7.3 file support: no Extended sparse support: yes Packages -------------------------------------------- zlib: -lz hdf5: MATLAB: >>> matio 1.5.23 Building PATH="/tmp/instance-5/output-1/host/bin:/tmp/instance-5/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /home/autobuild/make/make -j1 -C /tmp/instance-5/output-1/build/matio-1.5.23/ make[1]: Entering directory '/tmp/instance-5/output-1/build/matio-1.5.23' Making all in src make[2]: Entering directory '/tmp/instance-5/output-1/build/matio-1.5.23/src' /home/autobuild/make/make all-am make[3]: Entering directory '/tmp/instance-5/output-1/build/matio-1.5.23/src' /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o snprintf.lo snprintf.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c snprintf.c -fPIC -DPIC -o .libs/snprintf.o /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o endian.lo endian.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c endian.c -fPIC -DPIC -o .libs/endian.o /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o io.lo io.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c io.c -fPIC -DPIC -o .libs/io.o io.c:45: warning: "va_copy" redefined 45 | #define va_copy(d, s) memcpy(&(d), &(s), sizeof(va_list)) | In file included from matio.h:38, from matio_private.h:36, from io.c:31: /tmp/instance-5/output-1/host/lib/gcc/sh4a-buildroot-linux-gnu/11.3.0/include/stdarg.h:52: note: this is the location of the previous definition 52 | #define va_copy(d,s) __builtin_va_copy(d,s) | /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o inflate.lo inflate.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c inflate.c -fPIC -DPIC -o .libs/inflate.o /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o read_data.lo read_data.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c read_data.c -fPIC -DPIC -o .libs/read_data.o /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o mat5.lo mat5.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c mat5.c -fPIC -DPIC -o .libs/mat5.o /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o mat4.lo mat4.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c mat4.c -fPIC -DPIC -o .libs/mat4.o /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o mat.lo mat.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c mat.c -fPIC -DPIC -o .libs/mat.o /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o matvar_cell.lo matvar_cell.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c matvar_cell.c -fPIC -DPIC -o .libs/matvar_cell.o /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o matvar_struct.lo matvar_struct.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c matvar_struct.c -fPIC -DPIC -o .libs/matvar_struct.o /bin/bash ../libtool --tag=CC --mode=link /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -no-undefined -export-symbols ./matio.sym -version-info 11:4:0 -o libmatio.la -rpath /usr/lib snprintf.lo endian.lo io.lo inflate.lo read_data.lo mat5.lo mat4.lo mat.lo matvar_cell.lo matvar_struct.lo -lz -lm libtool: link: echo "{ global:" > .libs/libmatio.ver libtool: link: cat ./matio.sym | sed -e "s/\(.*\)/\1;/" >> .libs/libmatio.ver libtool: link: echo "local: *; };" >> .libs/libmatio.ver libtool: link: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -shared -fPIC -DPIC .libs/snprintf.o .libs/endian.o .libs/io.o .libs/inflate.o .libs/read_data.o .libs/mat5.o .libs/mat4.o .libs/mat.o .libs/matvar_cell.o .libs/matvar_struct.o -lz -lm -Os -g0 -Wl,-soname -Wl,libmatio.so.11 -Wl,-version-script -Wl,.libs/libmatio.ver -o .libs/libmatio.so.11.0.4 libtool: link: (cd ".libs" && rm -f "libmatio.so.11" && ln -s "libmatio.so.11.0.4" "libmatio.so.11") libtool: link: (cd ".libs" && rm -f "libmatio.so" && ln -s "libmatio.so.11.0.4" "libmatio.so") libtool: link: ( cd ".libs" && rm -f "libmatio.la" && ln -s "../libmatio.la" "libmatio.la" ) make[3]: Leaving directory '/tmp/instance-5/output-1/build/matio-1.5.23/src' make[2]: Leaving directory '/tmp/instance-5/output-1/build/matio-1.5.23/src' Making all in getopt make[2]: Entering directory '/tmp/instance-5/output-1/build/matio-1.5.23/getopt' /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../src -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DREPLACE_GETOPT=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o libgetopt_la-getopt_long.lo `test -f 'getopt_long.c' || echo './'`getopt_long.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../src -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DREPLACE_GETOPT=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c getopt_long.c -fPIC -DPIC -o .libs/libgetopt_la-getopt_long.o /bin/bash ../libtool --tag=CC --mode=link /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DREPLACE_GETOPT=1 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -o libgetopt.la libgetopt_la-getopt_long.lo -lm libtool: link: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-ar cru .libs/libgetopt.a .libs/libgetopt_la-getopt_long.o libtool: link: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-ranlib .libs/libgetopt.a libtool: link: ( cd ".libs" && rm -f "libgetopt.la" && ln -s "../libgetopt.la" "libgetopt.la" ) make[2]: Leaving directory '/tmp/instance-5/output-1/build/matio-1.5.23/getopt' Making all in tools make[2]: Entering directory '/tmp/instance-5/output-1/build/matio-1.5.23/tools' /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../src -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I../src -I../getopt -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o matdump.o matdump.c /bin/bash ../libtool --tag=CC --mode=link /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I../src -I../getopt -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -o matdump matdump.o ../src/libmatio.la -lz ../getopt/libgetopt.la -lm libtool: link: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I../src -I../getopt -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -o matdump matdump.o ../src/.libs/libmatio.so -lz ../getopt/.libs/libgetopt.a -lm -Wl,-rpath -Wl,/tmp/instance-5/output-1/build/matio-1.5.23/src/.libs make[2]: Leaving directory '/tmp/instance-5/output-1/build/matio-1.5.23/tools' Making all in test make[2]: Entering directory '/tmp/instance-5/output-1/build/matio-1.5.23/test' /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../src -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I../src -I../getopt -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o test_mat.o test_mat.c /bin/bash ../libtool --tag=CC --mode=link /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I../src -I../getopt -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -L../src -o test_mat test_mat.o ../src/libmatio.la ../getopt/libgetopt.la -lz -lm libtool: link: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I../src -I../getopt -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -o test_mat test_mat.o -L../src ../src/.libs/libmatio.so ../getopt/.libs/libgetopt.a -lz -lm -Wl,-rpath -Wl,/tmp/instance-5/output-1/build/matio-1.5.23/src/.libs /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../src -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I../src -I../getopt -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o test_snprintf.o test_snprintf.c /bin/bash ../libtool --tag=CC --mode=link /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I../src -I../getopt -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -o test_snprintf test_snprintf.o -lm libtool: link: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I../src -I../getopt -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -o test_snprintf test_snprintf.o -lm make[2]: Leaving directory '/tmp/instance-5/output-1/build/matio-1.5.23/test' Making all in documentation make[2]: Entering directory '/tmp/instance-5/output-1/build/matio-1.5.23/documentation' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/tmp/instance-5/output-1/build/matio-1.5.23/documentation' make[2]: Entering directory '/tmp/instance-5/output-1/build/matio-1.5.23' make[2]: Nothing to be done for 'all-am'. make[2]: Leaving directory '/tmp/instance-5/output-1/build/matio-1.5.23' make[1]: Leaving directory '/tmp/instance-5/output-1/build/matio-1.5.23' >>> matio 1.5.23 Installing to staging directory PATH="/tmp/instance-5/output-1/host/bin:/tmp/instance-5/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /home/autobuild/make/make -j1 DESTDIR=/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot install -C /tmp/instance-5/output-1/build/matio-1.5.23/ make[1]: Entering directory '/tmp/instance-5/output-1/build/matio-1.5.23' Making install in src make[2]: Entering directory '/tmp/instance-5/output-1/build/matio-1.5.23/src' make[3]: Entering directory '/tmp/instance-5/output-1/build/matio-1.5.23/src' /usr/bin/mkdir -p '/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib' /bin/bash ../libtool --mode=install /usr/bin/install -c libmatio.la '/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib' libtool: install: /usr/bin/install -c .libs/libmatio.so.11.0.4 /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/libmatio.so.11.0.4 libtool: install: (cd /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib && { ln -s -f libmatio.so.11.0.4 libmatio.so.11 || { rm -f libmatio.so.11 && ln -s libmatio.so.11.0.4 libmatio.so.11; }; }) libtool: install: (cd /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib && { ln -s -f libmatio.so.11.0.4 libmatio.so || { rm -f libmatio.so && ln -s libmatio.so.11.0.4 libmatio.so; }; }) libtool: install: /usr/bin/install -c .libs/libmatio.lai /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/libmatio.la libtool: warning: remember to run 'libtool --finish /usr/lib' /usr/bin/mkdir -p '/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include' /usr/bin/install -c -m 644 matio.h '/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include' /usr/bin/mkdir -p '/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include' /usr/bin/install -c -m 644 matio_pubconf.h '/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include' make[3]: Leaving directory '/tmp/instance-5/output-1/build/matio-1.5.23/src' make[2]: Leaving directory '/tmp/instance-5/output-1/build/matio-1.5.23/src' Making install in getopt make[2]: Entering directory '/tmp/instance-5/output-1/build/matio-1.5.23/getopt' make[3]: Entering directory '/tmp/instance-5/output-1/build/matio-1.5.23/getopt' 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-5/output-1/build/matio-1.5.23/getopt' make[2]: Leaving directory '/tmp/instance-5/output-1/build/matio-1.5.23/getopt' Making install in tools make[2]: Entering directory '/tmp/instance-5/output-1/build/matio-1.5.23/tools' make[3]: Entering directory '/tmp/instance-5/output-1/build/matio-1.5.23/tools' /usr/bin/mkdir -p '/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin' /bin/bash ../libtool --mode=install /usr/bin/install -c matdump '/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin' libtool: install: /usr/bin/install -c matdump /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/matdump make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/tmp/instance-5/output-1/build/matio-1.5.23/tools' make[2]: Leaving directory '/tmp/instance-5/output-1/build/matio-1.5.23/tools' Making install in test make[2]: Entering directory '/tmp/instance-5/output-1/build/matio-1.5.23/test' make[3]: Entering directory '/tmp/instance-5/output-1/build/matio-1.5.23/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 '/tmp/instance-5/output-1/build/matio-1.5.23/test' make[2]: Leaving directory '/tmp/instance-5/output-1/build/matio-1.5.23/test' Making install in documentation make[2]: Entering directory '/tmp/instance-5/output-1/build/matio-1.5.23/documentation' make[3]: Entering directory '/tmp/instance-5/output-1/build/matio-1.5.23/documentation' make[3]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/share/info' /usr/bin/mkdir -p '/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/share/man/man3' /usr/bin/install -c -m 644 Mat_Close.3 Mat_CreateVer.3 Mat_GetDir.3 Mat_GetFilename.3 Mat_GetHeader.3 Mat_GetLibraryVersion.3 Mat_GetVersion.3 Mat_Open.3 Mat_Rewind.3 Mat_VarAddStructField.3 Mat_VarCreate.3 Mat_VarCreateStruct.3 Mat_VarDelete.3 Mat_VarFree.3 Mat_VarGetNumberOfFields.3 Mat_VarGetSize.3 Mat_VarGetStructFieldnames.3 Mat_VarGetStructs.3 Mat_VarGetStructsLinear.3 Mat_VarRead.3 Mat_VarReadInfo.3 Mat_VarReadNext.3 Mat_VarReadNextInfo.3 Mat_VarPrint.3 Mat_VarWrite.3 Mat_VarWriteAppend.3 '/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/share/man/man3' make[3]: Leaving directory '/tmp/instance-5/output-1/build/matio-1.5.23/documentation' make[2]: Leaving directory '/tmp/instance-5/output-1/build/matio-1.5.23/documentation' make[2]: Entering directory '/tmp/instance-5/output-1/build/matio-1.5.23' make[3]: Entering directory '/tmp/instance-5/output-1/build/matio-1.5.23' make[3]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/pkgconfig' /usr/bin/install -c -m 644 matio.pc '/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/pkgconfig' make[3]: Leaving directory '/tmp/instance-5/output-1/build/matio-1.5.23' make[2]: Leaving directory '/tmp/instance-5/output-1/build/matio-1.5.23' make[1]: Leaving directory '/tmp/instance-5/output-1/build/matio-1.5.23' >>> matio 1.5.23 Fixing libtool files for la in $(find /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib* -name "*.la"); do \ cp -a "${la}" "${la}.fixed" && \ /usr/bin/sed -i -e "s:/tmp/instance-5/output-1:@BASE_DIR@:g" \ -e "s:/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot:@STAGING_DIR@:g" \ \ -e "s:\(['= ]\)/usr:\\1@STAGING_DIR@/usr:g" \ -e "s:\(['= ]\)/lib:\\1@STAGING_DIR@/lib:g" \ \ -e "s:@STAGING_DIR@:/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot:g" \ -e "s:@BASE_DIR@:/tmp/instance-5/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 >>> matio 1.5.23 Installing to target PATH="/tmp/instance-5/output-1/host/bin:/tmp/instance-5/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /home/autobuild/make/make -j1 DESTDIR=/tmp/instance-5/output-1/target install -C /tmp/instance-5/output-1/build/matio-1.5.23/ make[1]: Entering directory '/tmp/instance-5/output-1/build/matio-1.5.23' Making install in src make[2]: Entering directory '/tmp/instance-5/output-1/build/matio-1.5.23/src' make[3]: Entering directory '/tmp/instance-5/output-1/build/matio-1.5.23/src' /usr/bin/mkdir -p '/tmp/instance-5/output-1/target/usr/lib' /bin/bash ../libtool --mode=install /usr/bin/install -c libmatio.la '/tmp/instance-5/output-1/target/usr/lib' libtool: install: /usr/bin/install -c .libs/libmatio.so.11.0.4 /tmp/instance-5/output-1/target/usr/lib/libmatio.so.11.0.4 libtool: install: (cd /tmp/instance-5/output-1/target/usr/lib && { ln -s -f libmatio.so.11.0.4 libmatio.so.11 || { rm -f libmatio.so.11 && ln -s libmatio.so.11.0.4 libmatio.so.11; }; }) libtool: install: (cd /tmp/instance-5/output-1/target/usr/lib && { ln -s -f libmatio.so.11.0.4 libmatio.so || { rm -f libmatio.so && ln -s libmatio.so.11.0.4 libmatio.so; }; }) libtool: install: /usr/bin/install -c .libs/libmatio.lai /tmp/instance-5/output-1/target/usr/lib/libmatio.la libtool: warning: remember to run 'libtool --finish /usr/lib' /usr/bin/mkdir -p '/tmp/instance-5/output-1/target/usr/include' /usr/bin/install -c -m 644 matio.h '/tmp/instance-5/output-1/target/usr/include' /usr/bin/mkdir -p '/tmp/instance-5/output-1/target/usr/include' /usr/bin/install -c -m 644 matio_pubconf.h '/tmp/instance-5/output-1/target/usr/include' make[3]: Leaving directory '/tmp/instance-5/output-1/build/matio-1.5.23/src' make[2]: Leaving directory '/tmp/instance-5/output-1/build/matio-1.5.23/src' Making install in getopt make[2]: Entering directory '/tmp/instance-5/output-1/build/matio-1.5.23/getopt' make[3]: Entering directory '/tmp/instance-5/output-1/build/matio-1.5.23/getopt' 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-5/output-1/build/matio-1.5.23/getopt' make[2]: Leaving directory '/tmp/instance-5/output-1/build/matio-1.5.23/getopt' Making install in tools make[2]: Entering directory '/tmp/instance-5/output-1/build/matio-1.5.23/tools' make[3]: Entering directory '/tmp/instance-5/output-1/build/matio-1.5.23/tools' /usr/bin/mkdir -p '/tmp/instance-5/output-1/target/usr/bin' /bin/bash ../libtool --mode=install /usr/bin/install -c matdump '/tmp/instance-5/output-1/target/usr/bin' libtool: install: /usr/bin/install -c matdump /tmp/instance-5/output-1/target/usr/bin/matdump make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/tmp/instance-5/output-1/build/matio-1.5.23/tools' make[2]: Leaving directory '/tmp/instance-5/output-1/build/matio-1.5.23/tools' Making install in test make[2]: Entering directory '/tmp/instance-5/output-1/build/matio-1.5.23/test' make[3]: Entering directory '/tmp/instance-5/output-1/build/matio-1.5.23/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 '/tmp/instance-5/output-1/build/matio-1.5.23/test' make[2]: Leaving directory '/tmp/instance-5/output-1/build/matio-1.5.23/test' Making install in documentation make[2]: Entering directory '/tmp/instance-5/output-1/build/matio-1.5.23/documentation' make[3]: Entering directory '/tmp/instance-5/output-1/build/matio-1.5.23/documentation' make[3]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/tmp/instance-5/output-1/target/usr/share/info' /usr/bin/mkdir -p '/tmp/instance-5/output-1/target/usr/share/man/man3' /usr/bin/install -c -m 644 Mat_Close.3 Mat_CreateVer.3 Mat_GetDir.3 Mat_GetFilename.3 Mat_GetHeader.3 Mat_GetLibraryVersion.3 Mat_GetVersion.3 Mat_Open.3 Mat_Rewind.3 Mat_VarAddStructField.3 Mat_VarCreate.3 Mat_VarCreateStruct.3 Mat_VarDelete.3 Mat_VarFree.3 Mat_VarGetNumberOfFields.3 Mat_VarGetSize.3 Mat_VarGetStructFieldnames.3 Mat_VarGetStructs.3 Mat_VarGetStructsLinear.3 Mat_VarRead.3 Mat_VarReadInfo.3 Mat_VarReadNext.3 Mat_VarReadNextInfo.3 Mat_VarPrint.3 Mat_VarWrite.3 Mat_VarWriteAppend.3 '/tmp/instance-5/output-1/target/usr/share/man/man3' make[3]: Leaving directory '/tmp/instance-5/output-1/build/matio-1.5.23/documentation' make[2]: Leaving directory '/tmp/instance-5/output-1/build/matio-1.5.23/documentation' make[2]: Entering directory '/tmp/instance-5/output-1/build/matio-1.5.23' make[3]: Entering directory '/tmp/instance-5/output-1/build/matio-1.5.23' make[3]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/tmp/instance-5/output-1/target/usr/lib/pkgconfig' /usr/bin/install -c -m 644 matio.pc '/tmp/instance-5/output-1/target/usr/lib/pkgconfig' make[3]: Leaving directory '/tmp/instance-5/output-1/build/matio-1.5.23' make[2]: Leaving directory '/tmp/instance-5/output-1/build/matio-1.5.23' make[1]: Leaving directory '/tmp/instance-5/output-1/build/matio-1.5.23' >>> memcached 1.6.17 Downloading wget --passive-ftp -nd -t 3 -O '/tmp/instance-5/output-1/build/.memcached-1.6.17.tar.gz.2buOOc/output' 'http://www.memcached.org/files/memcached-1.6.17.tar.gz' --2023-02-19 23:46:53-- http://www.memcached.org/files/memcached-1.6.17.tar.gz Resolving www.memcached.org (www.memcached.org)... 107.170.231.145 Connecting to www.memcached.org (www.memcached.org)|107.170.231.145|:80... connected. HTTP request sent, awaiting response... 200 OK Length: 1713186 (1.6M) [application/octet-stream] Saving to: '/tmp/instance-5/output-1/build/.memcached-1.6.17.tar.gz.2buOOc/output' 0K .......... .......... .......... .......... .......... 2% 929K 2s 50K .......... .......... .......... .......... .......... 5% 1.75M 1s 100K .......... .......... .......... .......... .......... 8% 263M 1s 150K .......... .......... .......... .......... .......... 11% 402M 1s 200K .......... .......... .......... .......... .......... 14% 1.77M 1s 250K .......... .......... .......... .......... .......... 17% 265M 1s 300K .......... .......... .......... .......... .......... 20% 1.87M 1s 350K .......... .......... .......... .......... .......... 23% 23.5M 0s 400K .......... .......... .......... .......... .......... 26% 190M 0s 450K .......... .......... .......... .......... .......... 29% 629K 1s 500K .......... .......... .......... .......... .......... 32% 240M 0s 550K .......... .......... .......... .......... .......... 35% 374M 0s 600K .......... .......... .......... .......... .......... 38% 399M 0s 650K .......... .......... .......... .......... .......... 41% 368M 0s 700K .......... .......... .......... .......... .......... 44% 338M 0s 750K .......... .......... .......... .......... .......... 47% 384M 0s 800K .......... .......... .......... .......... .......... 50% 314M 0s 850K .......... .......... .......... .......... .......... 53% 1.79M 0s 900K .......... .......... .......... .......... .......... 56% 392M 0s 950K .......... .......... .......... .......... .......... 59% 375M 0s 1000K .......... .......... .......... .......... .......... 62% 354M 0s 1050K .......... .......... .......... .......... .......... 65% 438M 0s 1100K .......... .......... .......... .......... .......... 68% 439M 0s 1150K .......... .......... .......... .......... .......... 71% 403M 0s 1200K .......... .......... .......... .......... .......... 74% 386M 0s 1250K .......... .......... .......... .......... .......... 77% 471M 0s 1300K .......... .......... .......... .......... .......... 80% 456M 0s 1350K .......... .......... .......... .......... .......... 83% 9.74M 0s 1400K .......... .......... .......... .......... .......... 86% 316M 0s 1450K .......... .......... .......... .......... .......... 89% 2.35M 0s 1500K .......... .......... .......... .......... .......... 92% 65.3M 0s 1550K .......... .......... .......... .......... .......... 95% 15.8M 0s 1600K .......... .......... .......... .......... .......... 98% 102M 0s 1650K .......... .......... ... 100% 98.2M=0.3s 2023-02-19 23:46:54 (5.89 MB/s) - '/tmp/instance-5/output-1/build/.memcached-1.6.17.tar.gz.2buOOc/output' saved [1713186/1713186] memcached-1.6.17.tar.gz: OK (sha1: e25639473e15f1bd9516b915fb7e03ab8209030f) memcached-1.6.17.tar.gz: OK (sha256: 2055e373613d8fc21529aff9f0adce3e23b9ce01ba0478d30e7941d9f2bd1224) >>> memcached 1.6.17 Extracting gzip -d -c /tmp/instance-5/dl/memcached/memcached-1.6.17.tar.gz | tar --strip-components=1 -C /tmp/instance-5/output-1/build/memcached-1.6.17 -xf - >>> memcached 1.6.17 Patching Applying 0001-logger.c-initialize-rport.patch using patch: patching file logger.c Applying 0002-check-for-sys-auxv.h.patch using patch: patching file configure.ac Hunk #1 succeeded at 553 (offset 37 lines). patching file crc32c.c Hunk #1 succeeded at 274 (offset 1 line). Applying 0003-configure.ac-add-disable-werror.patch using patch: patching file configure.ac Hunk #1 succeeded at 130 with fuzz 2 (offset 16 lines). Hunk #2 succeeded at 833 (offset 47 lines). Hunk #3 succeeded at 844 (offset 47 lines). >>> memcached 1.6.17 Updating config.sub and config.guess for file in config.guess config.sub; do for i in $(find /tmp/instance-5/output-1/build/memcached-1.6.17 -name $file); do cp support/gnuconfig/$file $i; done; done >>> memcached 1.6.17 Configuring >>> memcached 1.6.17 Autoreconfiguring configure.ac:8: warning: 'AM_CONFIG_HEADER': this macro is obsolete. configure.ac:8: You should use the 'AC_CONFIG_HEADERS' macro instead. ./lib/autoconf/general.m4:2434: AC_DIAGNOSE is expanded from... aclocal.m4:1089: AM_CONFIG_HEADER is expanded from... configure.ac:8: the top level configure.ac:184: warning: The macro `AC_TRY_COMPILE' is obsolete. configure.ac:184: You should run autoupdate. ./lib/autoconf/general.m4:2847: AC_TRY_COMPILE is expanded from... lib/m4sugar/m4sh.m4:692: _AS_IF_ELSE is expanded from... lib/m4sugar/m4sh.m4:699: AS_IF is expanded from... ./lib/autoconf/general.m4:2249: AC_CACHE_VAL is expanded from... ./lib/autoconf/general.m4:2270: AC_CACHE_CHECK is expanded from... configure.ac:141: AC_C_DETECT_SASL_CB_GETCONF is expanded from... configure.ac:184: the top level configure.ac:185: warning: The macro `AC_TRY_COMPILE' is obsolete. configure.ac:185: You should run autoupdate. ./lib/autoconf/general.m4:2847: AC_TRY_COMPILE is expanded from... lib/m4sugar/m4sh.m4:692: _AS_IF_ELSE is expanded from... lib/m4sugar/m4sh.m4:699: AS_IF is expanded from... ./lib/autoconf/general.m4:2249: AC_CACHE_VAL is expanded from... ./lib/autoconf/general.m4:2270: AC_CACHE_CHECK is expanded from... configure.ac:164: AC_C_DETECT_SASL_CB_GETCONFPATH is expanded from... configure.ac:185: the top level configure.ac:357: warning: The macro `AC_TRY_LINK' is obsolete. configure.ac:357: You should run autoupdate. ./lib/autoconf/general.m4:2920: AC_TRY_LINK is expanded from... lib/m4sugar/m4sh.m4:692: _AS_IF_ELSE is expanded from... lib/m4sugar/m4sh.m4:699: AS_IF is expanded from... ./lib/autoconf/general.m4:2249: AC_CACHE_VAL is expanded from... ./lib/autoconf/general.m4:2270: AC_CACHE_CHECK is expanded from... configure.ac:357: the top level configure.ac:460: warning: The macro `AC_TRY_LINK' is obsolete. configure.ac:460: You should run autoupdate. ./lib/autoconf/general.m4:2920: AC_TRY_LINK is expanded from... lib/m4sugar/m4sh.m4:692: _AS_IF_ELSE is expanded from... lib/m4sugar/m4sh.m4:699: AS_IF is expanded from... ./lib/autoconf/general.m4:2249: AC_CACHE_VAL is expanded from... ./lib/autoconf/general.m4:2270: AC_CACHE_CHECK is expanded from... aclocal.m4:161: PKG_CHECK_MODULES is expanded from... configure.ac:460: the top level configure.ac:586: warning: The macro `AC_TRY_COMPILE' is obsolete. configure.ac:586: You should run autoupdate. ./lib/autoconf/general.m4:2847: AC_TRY_COMPILE is expanded from... lib/m4sugar/m4sh.m4:692: _AS_IF_ELSE is expanded from... lib/m4sugar/m4sh.m4:699: AS_IF is expanded from... ./lib/autoconf/general.m4:2249: AC_CACHE_VAL is expanded from... ./lib/autoconf/general.m4:2270: AC_CACHE_CHECK is expanded from... configure.ac:565: AC_HAVE_SASL_CALLBACK_FT is expanded from... configure.ac:586: the top level configure.ac:612: warning: The macro `AC_TRY_COMPILE' is obsolete. configure.ac:612: You should run autoupdate. ./lib/autoconf/general.m4:2847: AC_TRY_COMPILE is expanded from... lib/m4sugar/m4sh.m4:692: _AS_IF_ELSE is expanded from... lib/m4sugar/m4sh.m4:699: AS_IF is expanded from... ./lib/autoconf/general.m4:2249: AC_CACHE_VAL is expanded from... ./lib/autoconf/general.m4:2270: AC_CACHE_CHECK is expanded from... configure.ac:593: AC_C_DETECT_UINT64_SUPPORT is expanded from... configure.ac:612: the top level configure.ac:643: warning: The macro `AC_TRY_COMPILE' is obsolete. configure.ac:643: You should run autoupdate. ./lib/autoconf/general.m4:2847: AC_TRY_COMPILE is expanded from... lib/m4sugar/m4sh.m4:692: _AS_IF_ELSE is expanded from... lib/m4sugar/m4sh.m4:699: AS_IF is expanded from... ./lib/autoconf/general.m4:2249: AC_CACHE_VAL is expanded from... ./lib/autoconf/general.m4:2270: AC_CACHE_CHECK is expanded from... configure.ac:624: AC_C_SOCKLEN_T is expanded from... configure.ac:643: the top level configure.ac:673: warning: The macro `AC_TRY_LINK' is obsolete. configure.ac:673: You should run autoupdate. ./lib/autoconf/general.m4:2920: AC_TRY_LINK is expanded from... configure.ac:651: AC_C_HTONLL is expanded from... configure.ac:673: the top level configure.ac:746: warning: The macro `AC_TRY_LINK' is obsolete. configure.ac:746: You should run autoupdate. ./lib/autoconf/general.m4:2920: AC_TRY_LINK is expanded from... configure.ac:746: the top level configure.ac:759: warning: The macro `AC_TRY_LINK' is obsolete. configure.ac:759: You should run autoupdate. ./lib/autoconf/general.m4:2920: AC_TRY_LINK is expanded from... configure.ac:759: the top level >>> memcached 1.6.17 Patching libtool (cd /tmp/instance-5/output-1/build/memcached-1.6.17/ && rm -rf config.cache && PATH="/tmp/instance-5/output-1/host/bin:/tmp/instance-5/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" AR="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-ar" AS="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-as" LD="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-ld" NM="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-nm" CC="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc" GCC="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc" CPP="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-cpp" CXX="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-g++" FC="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gfortran" F77="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gfortran" RANLIB="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-ranlib" READELF="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-readelf" STRIP="/bin/true" OBJCOPY="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-objcopy" OBJDUMP="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc" GCC_FOR_BUILD="/tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc" CXX_FOR_BUILD="/tmp/instance-5/output-1/host/bin/ccache /usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/tmp/instance-5/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/tmp/instance-5/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/tmp/instance-5/output-1/host/include" LDFLAGS_FOR_BUILD="-L/tmp/instance-5/output-1/host/lib -Wl,-rpath,/tmp/instance-5/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-as" DEFAULT_LINKER="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1" LDFLAGS="" FCFLAGS=" -Os -g0" FFLAGS=" -Os -g0" PKG_CONFIG="/tmp/instance-5/output-1/host/bin/pkg-config" STAGING_DIR="/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/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=no ac_cv_prog_cc_c99='-std=gnu99' ac_cv_c_endian=little CONFIG_SITE=/dev/null ./configure --target=sh4a-buildroot-linux-gnu --host=sh4a-buildroot-linux-gnu --build=x86_64-pc-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 --disable-static --enable-shared --disable-coverage --disable-werror --enable-tls --disable-static ) configure: WARNING: unrecognized options: --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-documentation, --with-xmlto, --with-fop, --enable-ipv6, --disable-nls, --enable-shared checking build system type... x86_64-pc-linux-gnu checking host system type... sh4a-buildroot-linux-gnu checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for sh4a-buildroot-linux-gnu-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 sh4a-buildroot-linux-gnu-gcc... /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-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 /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc accepts -g... yes checking for /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc option to enable C11 features... none needed checking whether /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc understands -c and -o together... yes checking whether make supports the include directive... yes (GNU style) checking dependency style of /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc... none checking how to run the C preprocessor... /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-cpp checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for icc in use... no checking for clang in use... no checking for /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc options needed to detect all undeclared functions... none needed 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 whether __SUNPRO_C is declared... no checking for /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc option to accept ISO C99... (cached) -std=gnu99 checking for sasl/sasl.h... no checking size of void *... 4 checking for library containing clock_gettime... none required checking for library containing socket... none required checking for library containing gethostbyname... none required checking for libevent directory... (system) checking pkg-config is at least version 0.9.0... yes checking for OPENSSL... yes checking for library containing gethugepagesizes... no checking for _Bool... yes checking for stdbool.h that conforms to C99... yes checking for inttypes.h... (cached) yes checking for sys/auxv.h... yes checking for sasl_callback_ft... no checking for print macros for integers (C99 section 7.8.1)... yes checking for an ANSI C-conforming const... yes checking for socklen_t... yes checking whether byte ordering is bigendian... (cached) no checking for htonll... no checking for library containing pthread_create... none required checking for mlockall... yes checking for getpagesizes... no checking for sysconf... yes checking for memcntl... no checking for clock_gettime... yes checking for preadv... yes checking for pread... yes checking for eventfd... yes checking for accept4... yes checking for getopt_long... yes checking for alignment... maybe configure: WARNING: Assuming aligned access is required when cross-compiling checking for GCC atomics... yes checking for GCC 64bit atomics... no checking for setppriv... no checking for pledge... no checking for cap_enter... no checking for sandbox_init... no checking for xml2rfc... no checking for xsltproc... /usr/bin/xsltproc checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating doc/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-documentation, --with-xmlto, --with-fop, --enable-ipv6, --disable-nls, --enable-shared >>> memcached 1.6.17 Building PATH="/tmp/instance-5/output-1/host/bin:/tmp/instance-5/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /home/autobuild/make/make -j1 -C /tmp/instance-5/output-1/build/memcached-1.6.17/ make[1]: Entering directory '/tmp/instance-5/output-1/build/memcached-1.6.17' /home/autobuild/make/make all-recursive make[2]: Entering directory '/tmp/instance-5/output-1/build/memcached-1.6.17' Making all in doc make[3]: Entering directory '/tmp/instance-5/output-1/build/memcached-1.6.17/doc' /home/autobuild/make/make all-am make[4]: Entering directory '/tmp/instance-5/output-1/build/memcached-1.6.17/doc' make[4]: Nothing to be done for 'all-am'. make[4]: Leaving directory '/tmp/instance-5/output-1/build/memcached-1.6.17/doc' make[3]: Leaving directory '/tmp/instance-5/output-1/build/memcached-1.6.17/doc' make[3]: Entering directory '/tmp/instance-5/output-1/build/memcached-1.6.17' /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -DNDEBUG -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -pthread -Wall -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -c -o memcached-memcached.o `test -f 'memcached.c' || echo './'`memcached.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -DNDEBUG -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -pthread -Wall -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -c -o memcached-hash.o `test -f 'hash.c' || echo './'`hash.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -DNDEBUG -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -pthread -Wall -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -c -o memcached-jenkins_hash.o `test -f 'jenkins_hash.c' || echo './'`jenkins_hash.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -DNDEBUG -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -pthread -Wall -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -c -o memcached-murmur3_hash.o `test -f 'murmur3_hash.c' || echo './'`murmur3_hash.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -DNDEBUG -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -pthread -Wall -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -c -o memcached-slabs.o `test -f 'slabs.c' || echo './'`slabs.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -DNDEBUG -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -pthread -Wall -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -c -o memcached-items.o `test -f 'items.c' || echo './'`items.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -DNDEBUG -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -pthread -Wall -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -c -o memcached-assoc.o `test -f 'assoc.c' || echo './'`assoc.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -DNDEBUG -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -pthread -Wall -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -c -o memcached-thread.o `test -f 'thread.c' || echo './'`thread.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -DNDEBUG -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -pthread -Wall -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -c -o memcached-daemon.o `test -f 'daemon.c' || echo './'`daemon.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -DNDEBUG -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -pthread -Wall -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -c -o memcached-stats_prefix.o `test -f 'stats_prefix.c' || echo './'`stats_prefix.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -DNDEBUG -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -pthread -Wall -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -c -o memcached-util.o `test -f 'util.c' || echo './'`util.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -DNDEBUG -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -pthread -Wall -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -c -o memcached-cache.o `test -f 'cache.c' || echo './'`cache.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -DNDEBUG -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -pthread -Wall -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -c -o memcached-bipbuffer.o `test -f 'bipbuffer.c' || echo './'`bipbuffer.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -DNDEBUG -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -pthread -Wall -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -c -o memcached-base64.o `test -f 'base64.c' || echo './'`base64.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -DNDEBUG -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -pthread -Wall -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -c -o memcached-logger.o `test -f 'logger.c' || echo './'`logger.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -DNDEBUG -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -pthread -Wall -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -c -o memcached-crawler.o `test -f 'crawler.c' || echo './'`crawler.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -DNDEBUG -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -pthread -Wall -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -c -o memcached-itoa_ljust.o `test -f 'itoa_ljust.c' || echo './'`itoa_ljust.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -DNDEBUG -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -pthread -Wall -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -c -o memcached-slab_automove.o `test -f 'slab_automove.c' || echo './'`slab_automove.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -DNDEBUG -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -pthread -Wall -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -c -o memcached-authfile.o `test -f 'authfile.c' || echo './'`authfile.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -DNDEBUG -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -pthread -Wall -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -c -o memcached-restart.o `test -f 'restart.c' || echo './'`restart.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -DNDEBUG -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -pthread -Wall -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -c -o memcached-proto_text.o `test -f 'proto_text.c' || echo './'`proto_text.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -DNDEBUG -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -pthread -Wall -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -c -o memcached-proto_bin.o `test -f 'proto_bin.c' || echo './'`proto_bin.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -DNDEBUG -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -pthread -Wall -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -c -o memcached-extstore.o `test -f 'extstore.c' || echo './'`extstore.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -DNDEBUG -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -pthread -Wall -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -c -o memcached-crc32c.o `test -f 'crc32c.c' || echo './'`crc32c.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -DNDEBUG -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -pthread -Wall -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -c -o memcached-storage.o `test -f 'storage.c' || echo './'`storage.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -DNDEBUG -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -pthread -Wall -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -c -o memcached-slab_automove_extstore.o `test -f 'slab_automove_extstore.c' || echo './'`slab_automove_extstore.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -DNDEBUG -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -pthread -Wall -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -c -o memcached-tls.o `test -f 'tls.c' || echo './'`tls.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -std=gnu99 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -pthread -Wall -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -o memcached memcached-memcached.o memcached-hash.o memcached-jenkins_hash.o memcached-murmur3_hash.o memcached-slabs.o memcached-items.o memcached-assoc.o memcached-thread.o memcached-daemon.o memcached-stats_prefix.o memcached-util.o memcached-cache.o memcached-bipbuffer.o memcached-base64.o memcached-logger.o memcached-crawler.o memcached-itoa_ljust.o memcached-slab_automove.o memcached-authfile.o memcached-restart.o memcached-proto_text.o memcached-proto_bin.o memcached-extstore.o memcached-crc32c.o memcached-storage.o memcached-slab_automove_extstore.o memcached-tls.o -levent -L/tmp/instance-5/output-1/host/bin/../sh4a-buildroot-linux-gnu/sysroot/usr/lib -lssl -lcrypto /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DMEMCACHED_DEBUG -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -pthread -Wall -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -c -o memcached_debug-memcached.o `test -f 'memcached.c' || echo './'`memcached.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DMEMCACHED_DEBUG -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -pthread -Wall -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -c -o memcached_debug-hash.o `test -f 'hash.c' || echo './'`hash.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DMEMCACHED_DEBUG -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -pthread -Wall -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -c -o memcached_debug-jenkins_hash.o `test -f 'jenkins_hash.c' || echo './'`jenkins_hash.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DMEMCACHED_DEBUG -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -pthread -Wall -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -c -o memcached_debug-murmur3_hash.o `test -f 'murmur3_hash.c' || echo './'`murmur3_hash.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DMEMCACHED_DEBUG -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -pthread -Wall -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -c -o memcached_debug-slabs.o `test -f 'slabs.c' || echo './'`slabs.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DMEMCACHED_DEBUG -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -pthread -Wall -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -c -o memcached_debug-items.o `test -f 'items.c' || echo './'`items.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DMEMCACHED_DEBUG -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -pthread -Wall -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -c -o memcached_debug-assoc.o `test -f 'assoc.c' || echo './'`assoc.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DMEMCACHED_DEBUG -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -pthread -Wall -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -c -o memcached_debug-thread.o `test -f 'thread.c' || echo './'`thread.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DMEMCACHED_DEBUG -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -pthread -Wall -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -c -o memcached_debug-daemon.o `test -f 'daemon.c' || echo './'`daemon.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DMEMCACHED_DEBUG -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -pthread -Wall -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -c -o memcached_debug-stats_prefix.o `test -f 'stats_prefix.c' || echo './'`stats_prefix.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DMEMCACHED_DEBUG -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -pthread -Wall -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -c -o memcached_debug-util.o `test -f 'util.c' || echo './'`util.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DMEMCACHED_DEBUG -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -pthread -Wall -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -c -o memcached_debug-cache.o `test -f 'cache.c' || echo './'`cache.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DMEMCACHED_DEBUG -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -pthread -Wall -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -c -o memcached_debug-bipbuffer.o `test -f 'bipbuffer.c' || echo './'`bipbuffer.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DMEMCACHED_DEBUG -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -pthread -Wall -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -c -o memcached_debug-base64.o `test -f 'base64.c' || echo './'`base64.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DMEMCACHED_DEBUG -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -pthread -Wall -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -c -o memcached_debug-logger.o `test -f 'logger.c' || echo './'`logger.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DMEMCACHED_DEBUG -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -pthread -Wall -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -c -o memcached_debug-crawler.o `test -f 'crawler.c' || echo './'`crawler.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DMEMCACHED_DEBUG -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -pthread -Wall -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -c -o memcached_debug-itoa_ljust.o `test -f 'itoa_ljust.c' || echo './'`itoa_ljust.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DMEMCACHED_DEBUG -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -pthread -Wall -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -c -o memcached_debug-slab_automove.o `test -f 'slab_automove.c' || echo './'`slab_automove.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DMEMCACHED_DEBUG -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -pthread -Wall -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -c -o memcached_debug-authfile.o `test -f 'authfile.c' || echo './'`authfile.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DMEMCACHED_DEBUG -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -pthread -Wall -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -c -o memcached_debug-restart.o `test -f 'restart.c' || echo './'`restart.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DMEMCACHED_DEBUG -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -pthread -Wall -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -c -o memcached_debug-proto_text.o `test -f 'proto_text.c' || echo './'`proto_text.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DMEMCACHED_DEBUG -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -pthread -Wall -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -c -o memcached_debug-proto_bin.o `test -f 'proto_bin.c' || echo './'`proto_bin.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DMEMCACHED_DEBUG -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -pthread -Wall -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -c -o memcached_debug-extstore.o `test -f 'extstore.c' || echo './'`extstore.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DMEMCACHED_DEBUG -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -pthread -Wall -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -c -o memcached_debug-crc32c.o `test -f 'crc32c.c' || echo './'`crc32c.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DMEMCACHED_DEBUG -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -pthread -Wall -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -c -o memcached_debug-storage.o `test -f 'storage.c' || echo './'`storage.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DMEMCACHED_DEBUG -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -pthread -Wall -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -c -o memcached_debug-slab_automove_extstore.o `test -f 'slab_automove_extstore.c' || echo './'`slab_automove_extstore.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DMEMCACHED_DEBUG -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -pthread -Wall -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -c -o memcached_debug-tls.o `test -f 'tls.c' || echo './'`tls.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -std=gnu99 -DMEMCACHED_DEBUG -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -pthread -Wall -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -o memcached-debug memcached_debug-memcached.o memcached_debug-hash.o memcached_debug-jenkins_hash.o memcached_debug-murmur3_hash.o memcached_debug-slabs.o memcached_debug-items.o memcached_debug-assoc.o memcached_debug-thread.o memcached_debug-daemon.o memcached_debug-stats_prefix.o memcached_debug-util.o memcached_debug-cache.o memcached_debug-bipbuffer.o memcached_debug-base64.o memcached_debug-logger.o memcached_debug-crawler.o memcached_debug-itoa_ljust.o memcached_debug-slab_automove.o memcached_debug-authfile.o memcached_debug-restart.o memcached_debug-proto_text.o memcached_debug-proto_bin.o memcached_debug-extstore.o memcached_debug-crc32c.o memcached_debug-storage.o memcached_debug-slab_automove_extstore.o memcached_debug-tls.o -levent -L/tmp/instance-5/output-1/host/bin/../sh4a-buildroot-linux-gnu/sysroot/usr/lib -lssl -lcrypto /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -pthread -Wall -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -c -o sizes.o sizes.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -std=gnu99 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -pthread -Wall -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -o sizes sizes.o -levent -L/tmp/instance-5/output-1/host/bin/../sh4a-buildroot-linux-gnu/sysroot/usr/lib -lssl -lcrypto /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -pthread -Wall -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -c -o testapp.o testapp.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -pthread -Wall -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -c -o util.o util.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -pthread -Wall -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -c -o stats_prefix.o stats_prefix.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -pthread -Wall -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -c -o jenkins_hash.o jenkins_hash.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -pthread -Wall -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -c -o murmur3_hash.o murmur3_hash.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -pthread -Wall -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -c -o cache.o cache.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -pthread -Wall -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -c -o crc32c.o crc32c.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -std=gnu99 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -pthread -Wall -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -o testapp testapp.o util.o stats_prefix.o jenkins_hash.o murmur3_hash.o cache.o crc32c.o -levent -L/tmp/instance-5/output-1/host/bin/../sh4a-buildroot-linux-gnu/sysroot/usr/lib -lssl -lcrypto /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -std=gnu99 -DHAVE_CONFIG_H -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -pthread -Wall -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -c -o timedrun.o timedrun.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -std=gnu99 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -pthread -Wall -pedantic -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -o timedrun timedrun.o -levent -L/tmp/instance-5/output-1/host/bin/../sh4a-buildroot-linux-gnu/sysroot/usr/lib -lssl -lcrypto make[3]: Leaving directory '/tmp/instance-5/output-1/build/memcached-1.6.17' make[2]: Leaving directory '/tmp/instance-5/output-1/build/memcached-1.6.17' make[1]: Leaving directory '/tmp/instance-5/output-1/build/memcached-1.6.17' >>> memcached 1.6.17 Installing to target PATH="/tmp/instance-5/output-1/host/bin:/tmp/instance-5/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /home/autobuild/make/make -j1 DESTDIR=/tmp/instance-5/output-1/target install -C /tmp/instance-5/output-1/build/memcached-1.6.17/ make[1]: Entering directory '/tmp/instance-5/output-1/build/memcached-1.6.17' /home/autobuild/make/make install-recursive make[2]: Entering directory '/tmp/instance-5/output-1/build/memcached-1.6.17' Making install in doc make[3]: Entering directory '/tmp/instance-5/output-1/build/memcached-1.6.17/doc' /home/autobuild/make/make install-am make[4]: Entering directory '/tmp/instance-5/output-1/build/memcached-1.6.17/doc' make[5]: Entering directory '/tmp/instance-5/output-1/build/memcached-1.6.17/doc' make[5]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/tmp/instance-5/output-1/target/usr/share/man/man1' /usr/bin/install -c -m 644 memcached.1 '/tmp/instance-5/output-1/target/usr/share/man/man1' make[5]: Leaving directory '/tmp/instance-5/output-1/build/memcached-1.6.17/doc' make[4]: Leaving directory '/tmp/instance-5/output-1/build/memcached-1.6.17/doc' make[3]: Leaving directory '/tmp/instance-5/output-1/build/memcached-1.6.17/doc' make[3]: Entering directory '/tmp/instance-5/output-1/build/memcached-1.6.17' make[4]: Entering directory '/tmp/instance-5/output-1/build/memcached-1.6.17' /usr/bin/mkdir -p '/tmp/instance-5/output-1/target/usr/bin' /usr/bin/install -c memcached '/tmp/instance-5/output-1/target/usr/bin' /usr/bin/mkdir -p '/tmp/instance-5/output-1/target/usr/include/memcached' /usr/bin/install -c -m 644 protocol_binary.h xxhash.h '/tmp/instance-5/output-1/target/usr/include/memcached' make[4]: Leaving directory '/tmp/instance-5/output-1/build/memcached-1.6.17' make[3]: Leaving directory '/tmp/instance-5/output-1/build/memcached-1.6.17' make[2]: Leaving directory '/tmp/instance-5/output-1/build/memcached-1.6.17' make[1]: Leaving directory '/tmp/instance-5/output-1/build/memcached-1.6.17' >>> memtester 4.5.1 Downloading wget --passive-ftp -nd -t 3 -O '/tmp/instance-5/output-1/build/.memtester-4.5.1.tar.gz.oVV72z/output' 'http://pyropus.ca/software/memtester/old-versions/memtester-4.5.1.tar.gz' --2023-02-19 23:47:53-- http://pyropus.ca/software/memtester/old-versions/memtester-4.5.1.tar.gz Resolving pyropus.ca (pyropus.ca)... 96.126.125.117 Connecting to pyropus.ca (pyropus.ca)|96.126.125.117|:80... connected. HTTP request sent, awaiting response... 301 Moved Permanently Location: https://pyropus.ca./software/memtester/old-versions/memtester-4.5.1.tar.gz [following] --2023-02-19 23:47:53-- https://pyropus.ca./software/memtester/old-versions/memtester-4.5.1.tar.gz Resolving pyropus.ca. (pyropus.ca.)... 96.126.125.117 Connecting to pyropus.ca. (pyropus.ca.)|96.126.125.117|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 23655 (23K) [application/x-gzip] Saving to: '/tmp/instance-5/output-1/build/.memtester-4.5.1.tar.gz.oVV72z/output' 0K .......... .......... ... 100% 1.09M=0.02s 2023-02-19 23:47:53 (1.09 MB/s) - '/tmp/instance-5/output-1/build/.memtester-4.5.1.tar.gz.oVV72z/output' saved [23655/23655] memtester-4.5.1.tar.gz: OK (sha256: 1c5fc2382576c084b314cfd334d127a66c20bd63892cac9f445bc1d8b4ca5a47) >>> memtester 4.5.1 Extracting gzip -d -c /tmp/instance-5/dl/memtester/memtester-4.5.1.tar.gz | tar --strip-components=1 -C /tmp/instance-5/output-1/build/memtester-4.5.1 -xf - >>> memtester 4.5.1 Patching >>> memtester 4.5.1 Configuring >>> memtester 4.5.1 Building /usr/bin/sed -i -e "s%^cc%/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1%" /tmp/instance-5/output-1/build/memtester-4.5.1/conf-cc /usr/bin/sed -i -e "s%^cc%/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc %" /tmp/instance-5/output-1/build/memtester-4.5.1/conf-ld /home/autobuild/make/make -j1 -C /tmp/instance-5/output-1/build/memtester-4.5.1 make[1]: Entering directory '/tmp/instance-5/output-1/build/memtester-4.5.1' ( cat warn-auto.sh; \ echo CC=\'`head -1 conf-cc`\'; \ echo LD=\'`head -1 conf-ld`\' \ ) > auto-ccld.sh cat auto-ccld.sh make-compile.sh > make-compile chmod 755 make-compile cat auto-ccld.sh find-systype.sh > find-systype chmod 755 find-systype ./find-systype > systype ( cat warn-auto.sh; ./make-compile "`cat systype`" ) > \ compile chmod 755 compile ./compile memtester.c ./compile tests.c cat auto-ccld.sh make-load.sh > make-load chmod 755 make-load ( cat warn-auto.sh; ./make-load "`cat systype`" ) > load chmod 755 load ./extra-libs.sh "`cat systype`" >extra-libs ./load memtester tests.o `cat extra-libs` make[1]: Leaving directory '/tmp/instance-5/output-1/build/memtester-4.5.1' >>> memtester 4.5.1 Installing to target PATH="/tmp/instance-5/output-1/host/bin:/tmp/instance-5/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /home/autobuild/make/make -j1 INSTALLPATH=/tmp/instance-5/output-1/target/usr -C /tmp/instance-5/output-1/build/memtester-4.5.1 install make[1]: Entering directory '/tmp/instance-5/output-1/build/memtester-4.5.1' mkdir -m 755 -p /tmp/instance-5/output-1/target/usr/bin install -m 755 memtester /tmp/instance-5/output-1/target/usr/bin/ mkdir -m 755 -p /tmp/instance-5/output-1/target/usr/man/man8 gzip -c memtester.8 >memtester.8.gz ; install -m 644 memtester.8.gz /tmp/instance-5/output-1/target/usr/man/man8/ make[1]: Leaving directory '/tmp/instance-5/output-1/build/memtester-4.5.1' >>> mksh 59c Downloading wget --passive-ftp -nd -t 3 -O '/tmp/instance-5/output-1/build/.mksh-R59c.tgz.MOPIlR/output' 'http://www.mirbsd.org/MirOS/dist/mir/mksh/mksh-R59c.tgz' --2023-02-19 23:47:56-- http://www.mirbsd.org/MirOS/dist/mir/mksh/mksh-R59c.tgz Resolving www.mirbsd.org (www.mirbsd.org)... 62.138.145.52, 2001:470:1f0b:76c::1 Connecting to www.mirbsd.org (www.mirbsd.org)|62.138.145.52|:80... connected. HTTP request sent, awaiting response... 200 OK Length: 442736 (432K) [application/octet-stream] Saving to: '/tmp/instance-5/output-1/build/.mksh-R59c.tgz.MOPIlR/output' 0K .......... .......... .......... .......... .......... 11% 90.1K 4s 50K .......... .......... .......... .......... .......... 23% 120K 3s 100K .......... .......... .......... .......... .......... 34% 120K 3s 150K .......... .......... .......... .......... .......... 46% 120K 2s 200K .......... .......... .......... .......... .......... 57% 120K 2s 250K .......... .......... .......... .......... .......... 69% 121K 1s 300K .......... .......... .......... .......... .......... 80% 120K 1s 350K .......... .......... .......... .......... .......... 92% 121K 0s 400K .......... .......... .......... .. 100% 117K=3.7s 2023-02-19 23:48:00 (116 KB/s) - '/tmp/instance-5/output-1/build/.mksh-R59c.tgz.MOPIlR/output' saved [442736/442736] mksh-R59c.tgz: OK (sha256: 77ae1665a337f1c48c61d6b961db3e52119b38e58884d1c89684af31f87bc506) >>> mksh 59c Extracting gzip -d -c /tmp/instance-5/dl/mksh/mksh-R59c.tgz | tar --strip-components=1 -C /tmp/instance-5/output-1/build/mksh-59c -xf - >>> mksh 59c Patching >>> mksh 59c Configuring >>> mksh 59c Building cd /tmp/instance-5/output-1/build/mksh-59c && PATH="/tmp/instance-5/output-1/host/bin:/tmp/instance-5/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" TARGET_OS=Linux PATH="/tmp/instance-5/output-1/host/bin:/tmp/instance-5/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" AR="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-ar" AS="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-as" LD="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-ld" NM="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-nm" CC="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc" GCC="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc" CPP="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-cpp" CXX="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-g++" FC="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gfortran" F77="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gfortran" RANLIB="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-ranlib" READELF="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-readelf" STRIP="/bin/true" OBJCOPY="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-objcopy" OBJDUMP="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc" GCC_FOR_BUILD="/tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc" CXX_FOR_BUILD="/tmp/instance-5/output-1/host/bin/ccache /usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/tmp/instance-5/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/tmp/instance-5/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/tmp/instance-5/output-1/host/include" LDFLAGS_FOR_BUILD="-L/tmp/instance-5/output-1/host/lib -Wl,-rpath,/tmp/instance-5/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-as" DEFAULT_LINKER="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1" LDFLAGS="" FCFLAGS=" -Os -g0" FFLAGS=" -Os -g0" PKG_CONFIG="/tmp/instance-5/output-1/host/bin/pkg-config" STAGING_DIR="/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no sh ./Build.sh For the build logs, demonstrate that /dev/null and /dev/tty exist: crw-rw-rw- 1 root root 1, 3 Jan 29 02:20 /dev/null crw-rw-rw- 1 root tty 5, 0 Jan 29 02:20 /dev/tty Hi from $MirOS: src/bin/mksh/Build.sh,v 1.763 2020/09/04 21:01:37 tg Exp $ on: $ uname -a >&2 | Linux denver001 5.15.83-1-pve #1 SMP PVE 5.15.83-1 (2022-12-15T00:00Z) x86_64 GNU/Linux Build.sh: Building the MirBSD Korn Shell R59 2020/10/31 on Linux ... Build.sh: Scanning for functions... please ignore any errors. ... which compiler type seems to be used $ /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -E -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DMKSH_BUILDSH -D_GNU_SOURCE -DSETUID_CAN_FAIL_WITH_EAGAIN conftest.c | sed -n '/^ *[ce]t *= */s/^ *\([ce]t\) *= */=/p' | tr -d \015 >x [ ct="gcc" [ et="unknown" $ /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DMKSH_BUILDSH -D_GNU_SOURCE -DSETUID_CAN_FAIL_WITH_EAGAIN -v conftest.c | Using built-in specs. | COLLECT_GCC=/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc.br_real | COLLECT_LTO_WRAPPER=/tmp/instance-5/output-1/host/libexec/gcc/sh4a-buildroot-linux-gnu/11.3.0/lto-wrapper | Target: sh4a-buildroot-linux-gnu | Configured with: ./configure --prefix=/tmp/instance-5/output-1/host --sysconfdir=/tmp/instance-5/output-1/host/etc --enable-static --target=sh4a-buildroot-linux-gnu --with-sysroot=/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot --enable-__cxa_atexit --with-gnu-ld --disable-libssp --disable-multilib --disable-decimal-float --enable-plugins --enable-lto --with-gmp=/tmp/instance-5/output-1/host --with-mpc=/tmp/instance-5/output-1/host --with-mpfr=/tmp/instance-5/output-1/host --with-pkgversion='Buildroot 2022.11-1491-g7b4937a170' --with-bugurl=http://bugs.buildroot.net/ --without-zstd --disable-libquadmath --disable-libquadmath-support --enable-tls --enable-threads --without-isl --without-cloog --enable-languages=c --with-build-time-tools=/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/bin --with-multilib-list=m4a,m4a-nofpu --enable-shared --disable-libgomp | Thread model: posix | Supported LTO compression algorithms: zlib | gcc version 11.3.0 (Buildroot 2022.11-1491-g7b4937a170) | COLLECT_GCC_OPTIONS='-fstack-protector-strong' '-D' '_LARGEFILE_SOURCE' '-D' '_LARGEFILE64_SOURCE' '-D' '_FILE_OFFSET_BITS=64' '-Os' '-g0' '-D' '_FORTIFY_SOURCE=1' '-I' '.' '-D' '_LARGEFILE_SOURCE' '-D' '_LARGEFILE64_SOURCE' '-D' '_FILE_OFFSET_BITS=64' '-D' 'MKSH_BUILDSH' '-D' '_GNU_SOURCE' '-D' 'SETUID_CAN_FAIL_WITH_EAGAIN' '-v' '-dumpdir' 'a-' | /tmp/instance-5/output-1/host/libexec/gcc/sh4a-buildroot-linux-gnu/11.3.0/cc1 -quiet -v -I . -isysroot /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot -D _LARGEFILE_SOURCE -D _LARGEFILE64_SOURCE -D _FILE_OFFSET_BITS=64 -D _FORTIFY_SOURCE=1 -D _LARGEFILE_SOURCE -D _LARGEFILE64_SOURCE -D _FILE_OFFSET_BITS=64 -D MKSH_BUILDSH -D _GNU_SOURCE -D SETUID_CAN_FAIL_WITH_EAGAIN conftest.c -quiet -dumpdir a- -dumpbase conftest.c -dumpbase-ext .c -g0 -Os -version -fstack-protector-strong -o /tmp/ccgxby0n.s | GNU C17 (Buildroot 2022.11-1491-g7b4937a170) version 11.3.0 (sh4a-buildroot-linux-gnu) | compiled by GNU C version 10.2.1 20210110, GMP version 6.2.1, MPFR version 4.1.1, MPC version 1.2.1, isl version none | GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072 | ignoring nonexistent directory "/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/local/include" | ignoring nonexistent directory "/tmp/instance-5/output-1/host/lib/gcc/sh4a-buildroot-linux-gnu/11.3.0/../../../../sh4a-buildroot-linux-gnu/include" | #include "..." search starts here: | #include <...> search starts here: | . | /tmp/instance-5/output-1/host/lib/gcc/sh4a-buildroot-linux-gnu/11.3.0/include | /tmp/instance-5/output-1/host/lib/gcc/sh4a-buildroot-linux-gnu/11.3.0/include-fixed | /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include | End of search list. | GNU C17 (Buildroot 2022.11-1491-g7b4937a170) version 11.3.0 (sh4a-buildroot-linux-gnu) | compiled by GNU C version 10.2.1 20210110, GMP version 6.2.1, MPFR version 4.1.1, MPC version 1.2.1, isl version none | GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072 | Compiler executable checksum: 243efd24a26ab25639212dc3bb8225db | COLLECT_GCC_OPTIONS='-fstack-protector-strong' '-D' '_LARGEFILE_SOURCE' '-D' '_LARGEFILE64_SOURCE' '-D' '_FILE_OFFSET_BITS=64' '-Os' '-g0' '-D' '_FORTIFY_SOURCE=1' '-I' '.' '-D' '_LARGEFILE_SOURCE' '-D' '_LARGEFILE64_SOURCE' '-D' '_FILE_OFFSET_BITS=64' '-D' 'MKSH_BUILDSH' '-D' '_GNU_SOURCE' '-D' 'SETUID_CAN_FAIL_WITH_EAGAIN' '-v' '-dumpdir' 'a-' | /tmp/instance-5/output-1/host/lib/gcc/sh4a-buildroot-linux-gnu/11.3.0/../../../../sh4a-buildroot-linux-gnu/bin/as -v -I . -little -o /tmp/ccdwvaBo.o /tmp/ccgxby0n.s | GNU assembler version 2.38 (sh4a-buildroot-linux-gnu) using BFD version (GNU Binutils) 2.38 | COMPILER_PATH=/tmp/instance-5/output-1/host/libexec/gcc/sh4a-buildroot-linux-gnu/11.3.0/:/tmp/instance-5/output-1/host/libexec/gcc/sh4a-buildroot-linux-gnu/11.3.0/:/tmp/instance-5/output-1/host/libexec/gcc/sh4a-buildroot-linux-gnu/:/tmp/instance-5/output-1/host/lib/gcc/sh4a-buildroot-linux-gnu/11.3.0/:/tmp/instance-5/output-1/host/lib/gcc/sh4a-buildroot-linux-gnu/:/tmp/instance-5/output-1/host/lib/gcc/sh4a-buildroot-linux-gnu/11.3.0/../../../../sh4a-buildroot-linux-gnu/bin/ | LIBRARY_PATH=/tmp/instance-5/output-1/host/lib/gcc/sh4a-buildroot-linux-gnu/11.3.0/:/tmp/instance-5/output-1/host/lib/gcc/sh4a-buildroot-linux-gnu/11.3.0/../../../../sh4a-buildroot-linux-gnu/lib/!m4a/:/tmp/instance-5/output-1/host/lib/gcc/sh4a-buildroot-linux-gnu/11.3.0/../../../../sh4a-buildroot-linux-gnu/lib/:/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/lib/:/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/ | COLLECT_GCC_OPTIONS='-fstack-protector-strong' '-D' '_LARGEFILE_SOURCE' '-D' '_LARGEFILE64_SOURCE' '-D' '_FILE_OFFSET_BITS=64' '-Os' '-g0' '-D' '_FORTIFY_SOURCE=1' '-I' '.' '-D' '_LARGEFILE_SOURCE' '-D' '_LARGEFILE64_SOURCE' '-D' '_FILE_OFFSET_BITS=64' '-D' 'MKSH_BUILDSH' '-D' '_GNU_SOURCE' '-D' 'SETUID_CAN_FAIL_WITH_EAGAIN' '-v' '-dumpdir' 'a.' | /tmp/instance-5/output-1/host/libexec/gcc/sh4a-buildroot-linux-gnu/11.3.0/collect2 -plugin /tmp/instance-5/output-1/host/libexec/gcc/sh4a-buildroot-linux-gnu/11.3.0/liblto_plugin.so -plugin-opt=/tmp/instance-5/output-1/host/libexec/gcc/sh4a-buildroot-linux-gnu/11.3.0/lto-wrapper -plugin-opt=-fresolution=/tmp/ccCNQcbo.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s --sysroot=/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot --eh-frame-hdr -m shlelf_linux -dynamic-linker /lib/ld-linux.so.2 /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/crt1.o /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/crti.o /tmp/instance-5/output-1/host/lib/gcc/sh4a-buildroot-linux-gnu/11.3.0/crtbegin.o -L/tmp/instance-5/output-1/host/lib/gcc/sh4a-buildroot-linux-gnu/11.3.0 -L/tmp/instance-5/output-1/host/lib/gcc/sh4a-buildroot-linux-gnu/11.3.0/../../../../sh4a-buildroot-linux-gnu/lib/!m4a -L/tmp/instance-5/output-1/host/lib/gcc/sh4a-buildroot-linux-gnu/11.3.0/../../../../sh4a-buildroot-linux-gnu/lib -L/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/lib -L/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib -z relro /tmp/ccdwvaBo.o -lgcc --push-state --as-needed -lgcc_s --pop-state -lc -lgcc --push-state --as-needed -lgcc_s --pop-state /tmp/instance-5/output-1/host/lib/gcc/sh4a-buildroot-linux-gnu/11.3.0/crtend.o /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/crtn.o | COLLECT_GCC_OPTIONS='-fstack-protector-strong' '-D' '_LARGEFILE_SOURCE' '-D' '_LARGEFILE64_SOURCE' '-D' '_FILE_OFFSET_BITS=64' '-Os' '-g0' '-D' '_FORTIFY_SOURCE=1' '-I' '.' '-D' '_LARGEFILE_SOURCE' '-D' '_LARGEFILE64_SOURCE' '-D' '_FILE_OFFSET_BITS=64' '-D' 'MKSH_BUILDSH' '-D' '_GNU_SOURCE' '-D' 'SETUID_CAN_FAIL_WITH_EAGAIN' '-v' '-dumpdir' 'a.' $ eval echo "\`$CC $CFLAGS $CPPFLAGS $LDFLAGS $NOWARN $LIBS -dumpmachine\`" \ "gcc\`$CC $CFLAGS $CPPFLAGS $LDFLAGS $NOWARN $LIBS -dumpversion\`" | sh4a-buildroot-linux-gnu gcc11.3.0 ==> which compiler type seems to be used... gcc ... if the compiler works $ /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DMKSH_BUILDSH -D_GNU_SOURCE -DSETUID_CAN_FAIL_WITH_EAGAIN conftest.c || for _f in ${tcfn}*; do case $_f in *.1|*.faq|*.ico) ;; *) rm -f "$_f" ;; esac; done ==> if the compiler works... yes ... if the compiler does not fail correctly $ /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DMKSH_BUILDSH -D_GNU_SOURCE -DSETUID_CAN_FAIL_WITH_EAGAIN conftest.c || for _f in ${tcfn}*; do case $_f in *.1|*.faq|*.ico) ;; *) rm -f "$_f" ;; esac; done ] /tmp/instance-5/output-1/host/lib/gcc/sh4a-buildroot-linux-gnu/11.3.0/../../../../sh4a-buildroot-linux-gnu/bin/ld: /tmp/cc6FcZmA.o: in function `main': ] conftest.c:(.text.startup+0x20): undefined reference to `thiswillneverbedefinedIhope' ] collect2: error: ld returned 1 exit status ==> if the compiler does not fail correctly... no ==> if this could be tcc... no (implied) ... if -Wno-error can be used $ /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wno-error -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DMKSH_BUILDSH -D_GNU_SOURCE -DSETUID_CAN_FAIL_WITH_EAGAIN conftest.c || for _f in ${tcfn}*; do case $_f in *.1|*.faq|*.ico) ;; *) rm -f "$_f" ;; esac; done ==> if -Wno-error can be used... yes ... if -Werror can be used $ /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Werror -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DMKSH_BUILDSH -D_GNU_SOURCE -DSETUID_CAN_FAIL_WITH_EAGAIN conftest.c || for _f in ${tcfn}*; do case $_f in *.1|*.faq|*.ico) ;; *) rm -f "$_f" ;; esac; done ==> if -Werror can be used... yes ... whether we can explicitly disable buggy GCC LTO $ /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -fno-lto -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DMKSH_BUILDSH -D_GNU_SOURCE -DSETUID_CAN_FAIL_WITH_EAGAIN -fno-lto -Wno-error conftest.c || for _f in ${tcfn}*; do case $_f in *.1|*.faq|*.ico) ;; *) rm -f "$_f" ;; esac; done ==> whether we can explicitly disable buggy GCC LTO... yes ... if -Wno-deprecated-declarations can be used $ /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -fno-lto -Wno-deprecated-declarations -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DMKSH_BUILDSH -D_GNU_SOURCE -DSETUID_CAN_FAIL_WITH_EAGAIN -fno-lto -Werror conftest.c || for _f in ${tcfn}*; do case $_f in *.1|*.faq|*.ico) ;; *) rm -f "$_f" ;; esac; done ==> if -Wno-deprecated-declarations can be used... yes ... if -fno-asynchronous-unwind-tables can be used $ /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -fno-lto -Wno-deprecated-declarations -fno-asynchronous-unwind-tables -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DMKSH_BUILDSH -D_GNU_SOURCE -DSETUID_CAN_FAIL_WITH_EAGAIN -fno-lto -Werror conftest.c || for _f in ${tcfn}*; do case $_f in *.1|*.faq|*.ico) ;; *) rm -f "$_f" ;; esac; done ==> if -fno-asynchronous-unwind-tables can be used... yes ... if -fno-strict-aliasing can be used $ /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -fno-lto -Wno-deprecated-declarations -fno-asynchronous-unwind-tables -fno-strict-aliasing -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DMKSH_BUILDSH -D_GNU_SOURCE -DSETUID_CAN_FAIL_WITH_EAGAIN -fno-lto -Werror conftest.c || for _f in ${tcfn}*; do case $_f in *.1|*.faq|*.ico) ;; *) rm -f "$_f" ;; esac; done ==> if -fno-strict-aliasing can be used... yes ... if -fstack-protector-strong can be used $ /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -fno-lto -Wno-deprecated-declarations -fno-asynchronous-unwind-tables -fno-strict-aliasing -fstack-protector-strong -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DMKSH_BUILDSH -D_GNU_SOURCE -DSETUID_CAN_FAIL_WITH_EAGAIN -fno-lto -Werror conftest.c || for _f in ${tcfn}*; do case $_f in *.1|*.faq|*.ico) ;; *) rm -f "$_f" ;; esac; done ==> if -fstack-protector-strong can be used... yes ... if -malign-data=abi can be used $ /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -fno-lto -Wno-deprecated-declarations -fno-asynchronous-unwind-tables -fno-strict-aliasing -fstack-protector-strong -malign-data=abi -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DMKSH_BUILDSH -D_GNU_SOURCE -DSETUID_CAN_FAIL_WITH_EAGAIN -fno-lto -Werror conftest.c || for _f in ${tcfn}*; do case $_f in *.1|*.faq|*.ico) ;; *) rm -f "$_f" ;; esac; done ] sh4a-buildroot-linux-gnu-gcc.br_real: error: unrecognized command-line option '-malign-data=abi' ==> if -malign-data=abi can be used... no ... if -Wall can be used $ /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -fno-lto -Wno-deprecated-declarations -fno-asynchronous-unwind-tables -fno-strict-aliasing -fstack-protector-strong -Wall -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DMKSH_BUILDSH -D_GNU_SOURCE -DSETUID_CAN_FAIL_WITH_EAGAIN -fno-lto -Werror conftest.c || for _f in ${tcfn}*; do case $_f in *.1|*.faq|*.ico) ;; *) rm -f "$_f" ;; esac; done ==> if -Wall can be used... yes ... if -fwrapv can be used $ /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -fno-lto -Wno-deprecated-declarations -fno-asynchronous-unwind-tables -fno-strict-aliasing -fstack-protector-strong -Wall -fwrapv -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DMKSH_BUILDSH -D_GNU_SOURCE -DSETUID_CAN_FAIL_WITH_EAGAIN -fno-lto -Werror conftest.c || for _f in ${tcfn}*; do case $_f in *.1|*.faq|*.ico) ;; *) rm -f "$_f" ;; esac; done ==> if -fwrapv can be used... yes ==> if to rely on compiler for string pooling... yes (on demand) ... for __attribute__((__bounded__)) $ /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -fno-lto -Wno-deprecated-declarations -fno-asynchronous-unwind-tables -fno-strict-aliasing -fstack-protector-strong -Wall -fwrapv -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DMKSH_BUILDSH -D_GNU_SOURCE -DSETUID_CAN_FAIL_WITH_EAGAIN -DHAVE_STRING_POOLING=2 -fno-lto -Werror conftest.c || for _f in ${tcfn}*; do case $_f in *.1|*.faq|*.ico) ;; *) rm -f "$_f" ;; esac; done ] conftest.c:10:5: error: 'bounded' attribute directive ignored [-Werror=attributes] ] 10 | __attribute__((__bounded__(__buffer__, 2, 3))); ] | ^~~~~~~~~~~~~ ] conftest.c:10:5: error: 'bounded' attribute directive ignored [-Werror=attributes] ] cc1: all warnings being treated as errors ==> for __attribute__((__bounded__))... no ... for __attribute__((__format__)) $ /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -fno-lto -Wno-deprecated-declarations -fno-asynchronous-unwind-tables -fno-strict-aliasing -fstack-protector-strong -Wall -fwrapv -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DMKSH_BUILDSH -D_GNU_SOURCE -DSETUID_CAN_FAIL_WITH_EAGAIN -DHAVE_STRING_POOLING=2 -DHAVE_ATTRIBUTE_BOUNDED=0 -fno-lto -Werror conftest.c || for _f in ${tcfn}*; do case $_f in *.1|*.faq|*.ico) ;; *) rm -f "$_f" ;; esac; done ==> for __attribute__((__format__))... yes ... for __attribute__((__noreturn__)) $ /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -fno-lto -Wno-deprecated-declarations -fno-asynchronous-unwind-tables -fno-strict-aliasing -fstack-protector-strong -Wall -fwrapv -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DMKSH_BUILDSH -D_GNU_SOURCE -DSETUID_CAN_FAIL_WITH_EAGAIN -DHAVE_STRING_POOLING=2 -DHAVE_ATTRIBUTE_BOUNDED=0 -DHAVE_ATTRIBUTE_FORMAT=1 -fno-lto -Werror conftest.c || for _f in ${tcfn}*; do case $_f in *.1|*.faq|*.ico) ;; *) rm -f "$_f" ;; esac; done ==> for __attribute__((__noreturn__))... yes ... for __attribute__((__pure__)) $ /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -fno-lto -Wno-deprecated-declarations -fno-asynchronous-unwind-tables -fno-strict-aliasing -fstack-protector-strong -Wall -fwrapv -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DMKSH_BUILDSH -D_GNU_SOURCE -DSETUID_CAN_FAIL_WITH_EAGAIN -DHAVE_STRING_POOLING=2 -DHAVE_ATTRIBUTE_BOUNDED=0 -DHAVE_ATTRIBUTE_FORMAT=1 -DHAVE_ATTRIBUTE_NORETURN=1 -fno-lto -Werror conftest.c || for _f in ${tcfn}*; do case $_f in *.1|*.faq|*.ico) ;; *) rm -f "$_f" ;; esac; done ==> for __attribute__((__pure__))... yes ... for __attribute__((__unused__)) $ /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -fno-lto -Wno-deprecated-declarations -fno-asynchronous-unwind-tables -fno-strict-aliasing -fstack-protector-strong -Wall -fwrapv -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DMKSH_BUILDSH -D_GNU_SOURCE -DSETUID_CAN_FAIL_WITH_EAGAIN -DHAVE_STRING_POOLING=2 -DHAVE_ATTRIBUTE_BOUNDED=0 -DHAVE_ATTRIBUTE_FORMAT=1 -DHAVE_ATTRIBUTE_NORETURN=1 -DHAVE_ATTRIBUTE_PURE=1 -fno-lto -Werror conftest.c || for _f in ${tcfn}*; do case $_f in *.1|*.faq|*.ico) ;; *) rm -f "$_f" ;; esac; done ==> for __attribute__((__unused__))... yes ... for __attribute__((__used__)) $ /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -fno-lto -Wno-deprecated-declarations -fno-asynchronous-unwind-tables -fno-strict-aliasing -fstack-protector-strong -Wall -fwrapv -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DMKSH_BUILDSH -D_GNU_SOURCE -DSETUID_CAN_FAIL_WITH_EAGAIN -DHAVE_STRING_POOLING=2 -DHAVE_ATTRIBUTE_BOUNDED=0 -DHAVE_ATTRIBUTE_FORMAT=1 -DHAVE_ATTRIBUTE_NORETURN=1 -DHAVE_ATTRIBUTE_PURE=1 -DHAVE_ATTRIBUTE_UNUSED=1 -fno-lto -Werror conftest.c || for _f in ${tcfn}*; do case $_f in *.1|*.faq|*.ico) ;; *) rm -f "$_f" ;; esac; done ==> for __attribute__((__used__))... yes ... if a reduced-feature mksh is requested $ /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -fno-lto -Wno-deprecated-declarations -fno-asynchronous-unwind-tables -fno-strict-aliasing -fstack-protector-strong -Wall -fwrapv -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DMKSH_BUILDSH -D_GNU_SOURCE -DSETUID_CAN_FAIL_WITH_EAGAIN -DHAVE_STRING_POOLING=2 -DHAVE_ATTRIBUTE_BOUNDED=0 -DHAVE_ATTRIBUTE_FORMAT=1 -DHAVE_ATTRIBUTE_NORETURN=1 -DHAVE_ATTRIBUTE_PURE=1 -DHAVE_ATTRIBUTE_UNUSED=1 -DHAVE_ATTRIBUTE_USED=1 -fno-lto -Wno-error conftest.c || for _f in ${tcfn}*; do case $_f in *.1|*.faq|*.ico) ;; *) rm -f "$_f" ;; esac; done ] /tmp/instance-5/output-1/host/lib/gcc/sh4a-buildroot-linux-gnu/11.3.0/../../../../sh4a-buildroot-linux-gnu/bin/ld: /tmp/ccy24K2s.o: in function `main': ] conftest.c:(.text.startup+0x20): undefined reference to `thiswillneverbedefinedIhope' ] collect2: error: ld returned 1 exit status ==> if a reduced-feature mksh is requested... no ... if invoking as sh should be handled specially $ /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -fno-lto -Wno-deprecated-declarations -fno-asynchronous-unwind-tables -fno-strict-aliasing -fstack-protector-strong -Wall -fwrapv -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DMKSH_BUILDSH -D_GNU_SOURCE -DSETUID_CAN_FAIL_WITH_EAGAIN -DHAVE_STRING_POOLING=2 -DHAVE_ATTRIBUTE_BOUNDED=0 -DHAVE_ATTRIBUTE_FORMAT=1 -DHAVE_ATTRIBUTE_NORETURN=1 -DHAVE_ATTRIBUTE_PURE=1 -DHAVE_ATTRIBUTE_UNUSED=1 -DHAVE_ATTRIBUTE_USED=1 -fno-lto -Wno-error conftest.c || for _f in ${tcfn}*; do case $_f in *.1|*.faq|*.ico) ;; *) rm -f "$_f" ;; esac; done ] /tmp/instance-5/output-1/host/lib/gcc/sh4a-buildroot-linux-gnu/11.3.0/../../../../sh4a-buildroot-linux-gnu/bin/ld: /tmp/cclADoO7.o: in function `main': ] conftest.c:(.text.startup+0x20): undefined reference to `thiswillneverbedefinedIhope' ] collect2: error: ld returned 1 exit status ==> if invoking as sh should be handled specially... no ... if mksh will be built without job control $ /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -fno-lto -Wno-deprecated-declarations -fno-asynchronous-unwind-tables -fno-strict-aliasing -fstack-protector-strong -Wall -fwrapv -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DMKSH_BUILDSH -D_GNU_SOURCE -DSETUID_CAN_FAIL_WITH_EAGAIN -DHAVE_STRING_POOLING=2 -DHAVE_ATTRIBUTE_BOUNDED=0 -DHAVE_ATTRIBUTE_FORMAT=1 -DHAVE_ATTRIBUTE_NORETURN=1 -DHAVE_ATTRIBUTE_PURE=1 -DHAVE_ATTRIBUTE_UNUSED=1 -DHAVE_ATTRIBUTE_USED=1 -fno-lto -Wno-error conftest.c || for _f in ${tcfn}*; do case $_f in *.1|*.faq|*.ico) ;; *) rm -f "$_f" ;; esac; done ] /tmp/instance-5/output-1/host/lib/gcc/sh4a-buildroot-linux-gnu/11.3.0/../../../../sh4a-buildroot-linux-gnu/bin/ld: /tmp/ccnH6MEX.o: in function `main': ] conftest.c:(.text.startup+0x20): undefined reference to `thiswillneverbedefinedIhope' ] collect2: error: ld returned 1 exit status ==> if mksh will be built without job control... no ... if mksh will be built without job signals $ /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -fno-lto -Wno-deprecated-declarations -fno-asynchronous-unwind-tables -fno-strict-aliasing -fstack-protector-strong -Wall -fwrapv -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DMKSH_BUILDSH -D_GNU_SOURCE -DSETUID_CAN_FAIL_WITH_EAGAIN -DHAVE_STRING_POOLING=2 -DHAVE_ATTRIBUTE_BOUNDED=0 -DHAVE_ATTRIBUTE_FORMAT=1 -DHAVE_ATTRIBUTE_NORETURN=1 -DHAVE_ATTRIBUTE_PURE=1 -DHAVE_ATTRIBUTE_UNUSED=1 -DHAVE_ATTRIBUTE_USED=1 -fno-lto -Wno-error conftest.c || for _f in ${tcfn}*; do case $_f in *.1|*.faq|*.ico) ;; *) rm -f "$_f" ;; esac; done ] /tmp/instance-5/output-1/host/lib/gcc/sh4a-buildroot-linux-gnu/11.3.0/../../../../sh4a-buildroot-linux-gnu/bin/ld: /tmp/ccmf8gXq.o: in function `main': ] conftest.c:(.text.startup+0x20): undefined reference to `thiswillneverbedefinedIhope' ] collect2: error: ld returned 1 exit status ==> if mksh will be built without job signals... no ... if the default UTF-8 mode is specified $ /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -fno-lto -Wno-deprecated-declarations -fno-asynchronous-unwind-tables -fno-strict-aliasing -fstack-protector-strong -Wall -fwrapv -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DMKSH_BUILDSH -D_GNU_SOURCE -DSETUID_CAN_FAIL_WITH_EAGAIN -DHAVE_STRING_POOLING=2 -DHAVE_ATTRIBUTE_BOUNDED=0 -DHAVE_ATTRIBUTE_FORMAT=1 -DHAVE_ATTRIBUTE_NORETURN=1 -DHAVE_ATTRIBUTE_PURE=1 -DHAVE_ATTRIBUTE_UNUSED=1 -DHAVE_ATTRIBUTE_USED=1 -fno-lto -Wno-error conftest.c || for _f in ${tcfn}*; do case $_f in *.1|*.faq|*.ico) ;; *) rm -f "$_f" ;; esac; done ] /tmp/instance-5/output-1/host/lib/gcc/sh4a-buildroot-linux-gnu/11.3.0/../../../../sh4a-buildroot-linux-gnu/bin/ld: /tmp/ccpxS2ij.o: in function `main': ] conftest.c:(.text.startup+0x20): undefined reference to `thiswillneverbedefinedIhope' ] collect2: error: ld returned 1 exit status ==> if the default UTF-8 mode is specified... no ==> if the default UTF-8 mode is disabled... no (implied) ... if the MidnightBSD 0.1 ash compatibility mode is requested $ /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -fno-lto -Wno-deprecated-declarations -fno-asynchronous-unwind-tables -fno-strict-aliasing -fstack-protector-strong -Wall -fwrapv -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DMKSH_BUILDSH -D_GNU_SOURCE -DSETUID_CAN_FAIL_WITH_EAGAIN -DHAVE_STRING_POOLING=2 -DHAVE_ATTRIBUTE_BOUNDED=0 -DHAVE_ATTRIBUTE_FORMAT=1 -DHAVE_ATTRIBUTE_NORETURN=1 -DHAVE_ATTRIBUTE_PURE=1 -DHAVE_ATTRIBUTE_UNUSED=1 -DHAVE_ATTRIBUTE_USED=1 -fno-lto -Wno-error conftest.c || for _f in ${tcfn}*; do case $_f in *.1|*.faq|*.ico) ;; *) rm -f "$_f" ;; esac; done ] /tmp/instance-5/output-1/host/lib/gcc/sh4a-buildroot-linux-gnu/11.3.0/../../../../sh4a-buildroot-linux-gnu/bin/ld: /tmp/cctkVUeD.o: in function `main': ] conftest.c:(.text.startup+0x20): undefined reference to `thiswillneverbedefinedIhope' ] collect2: error: ld returned 1 exit status ==> if the MidnightBSD 0.1 ash compatibility mode is requested... no ... $ /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -fno-lto -Wno-deprecated-declarations -fno-asynchronous-unwind-tables -fno-strict-aliasing -fstack-protector-strong -Wall -fwrapv -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DMKSH_BUILDSH -D_GNU_SOURCE -DSETUID_CAN_FAIL_WITH_EAGAIN -DHAVE_STRING_POOLING=2 -DHAVE_ATTRIBUTE_BOUNDED=0 -DHAVE_ATTRIBUTE_FORMAT=1 -DHAVE_ATTRIBUTE_NORETURN=1 -DHAVE_ATTRIBUTE_PURE=1 -DHAVE_ATTRIBUTE_UNUSED=1 -DHAVE_ATTRIBUTE_USED=1 -fno-lto -Wno-error conftest.c || for _f in ${tcfn}*; do case $_f in *.1|*.faq|*.ico) ;; *) rm -f "$_f" ;; esac; done ==> ... yes ... $ /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -fno-lto -Wno-deprecated-declarations -fno-asynchronous-unwind-tables -fno-strict-aliasing -fstack-protector-strong -Wall -fwrapv -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DMKSH_BUILDSH -D_GNU_SOURCE -DSETUID_CAN_FAIL_WITH_EAGAIN -DHAVE_STRING_POOLING=2 -DHAVE_ATTRIBUTE_BOUNDED=0 -DHAVE_ATTRIBUTE_FORMAT=1 -DHAVE_ATTRIBUTE_NORETURN=1 -DHAVE_ATTRIBUTE_PURE=1 -DHAVE_ATTRIBUTE_UNUSED=1 -DHAVE_ATTRIBUTE_USED=1 -DHAVE_SYS_TIME_H=1 -fno-lto -Wno-error conftest.c || for _f in ${tcfn}*; do case $_f in *.1|*.faq|*.ico) ;; *) rm -f "$_f" ;; esac; done ==> ... yes ... whether and can both be included $ /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -fno-lto -Wno-deprecated-declarations -fno-asynchronous-unwind-tables -fno-strict-aliasing -fstack-protector-strong -Wall -fwrapv -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DMKSH_BUILDSH -D_GNU_SOURCE -DSETUID_CAN_FAIL_WITH_EAGAIN -DHAVE_STRING_POOLING=2 -DHAVE_ATTRIBUTE_BOUNDED=0 -DHAVE_ATTRIBUTE_FORMAT=1 -DHAVE_ATTRIBUTE_NORETURN=1 -DHAVE_ATTRIBUTE_PURE=1 -DHAVE_ATTRIBUTE_UNUSED=1 -DHAVE_ATTRIBUTE_USED=1 -DHAVE_SYS_TIME_H=1 -DHAVE_TIME_H=1 -fno-lto -Wno-error conftest.c || for _f in ${tcfn}*; do case $_f in *.1|*.faq|*.ico) ;; *) rm -f "$_f" ;; esac; done ==> whether and can both be included... yes ... $ /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -fno-lto -Wno-deprecated-declarations -fno-asynchronous-unwind-tables -fno-strict-aliasing -fstack-protector-strong -Wall -fwrapv -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DMKSH_BUILDSH -D_GNU_SOURCE -DSETUID_CAN_FAIL_WITH_EAGAIN -DHAVE_STRING_POOLING=2 -DHAVE_ATTRIBUTE_BOUNDED=0 -DHAVE_ATTRIBUTE_FORMAT=1 -DHAVE_ATTRIBUTE_NORETURN=1 -DHAVE_ATTRIBUTE_PURE=1 -DHAVE_ATTRIBUTE_UNUSED=1 -DHAVE_ATTRIBUTE_USED=1 -DHAVE_SYS_TIME_H=1 -DHAVE_TIME_H=1 -DHAVE_BOTH_TIME_H=1 -fno-lto -Wno-error conftest.c || for _f in ${tcfn}*; do case $_f in *.1|*.faq|*.ico) ;; *) rm -f "$_f" ;; esac; done ] conftest.c:2:10: fatal error: sys/bsdtypes.h: No such file or directory ] 2 | #include ] | ^~~~~~~~~~~~~~~~ ] compilation terminated. ==> ... no ... $ /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -fno-lto -Wno-deprecated-declarations -fno-asynchronous-unwind-tables -fno-strict-aliasing -fstack-protector-strong -Wall -fwrapv -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DMKSH_BUILDSH -D_GNU_SOURCE -DSETUID_CAN_FAIL_WITH_EAGAIN -DHAVE_STRING_POOLING=2 -DHAVE_ATTRIBUTE_BOUNDED=0 -DHAVE_ATTRIBUTE_FORMAT=1 -DHAVE_ATTRIBUTE_NORETURN=1 -DHAVE_ATTRIBUTE_PURE=1 -DHAVE_ATTRIBUTE_UNUSED=1 -DHAVE_ATTRIBUTE_USED=1 -DHAVE_SYS_TIME_H=1 -DHAVE_TIME_H=1 -DHAVE_BOTH_TIME_H=1 -DHAVE_SYS_BSDTYPES_H=0 -fno-lto -Wno-error conftest.c || for _f in ${tcfn}*; do case $_f in *.1|*.faq|*.ico) ;; *) rm -f "$_f" ;; esac; done ==> ... yes ... $ /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -fno-lto -Wno-deprecated-declarations -fno-asynchronous-unwind-tables -fno-strict-aliasing -fstack-protector-strong -Wall -fwrapv -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DMKSH_BUILDSH -D_GNU_SOURCE -DSETUID_CAN_FAIL_WITH_EAGAIN -DHAVE_STRING_POOLING=2 -DHAVE_ATTRIBUTE_BOUNDED=0 -DHAVE_ATTRIBUTE_FORMAT=1 -DHAVE_ATTRIBUTE_NORETURN=1 -DHAVE_ATTRIBUTE_PURE=1 -DHAVE_ATTRIBUTE_UNUSED=1 -DHAVE_ATTRIBUTE_USED=1 -DHAVE_SYS_TIME_H=1 -DHAVE_TIME_H=1 -DHAVE_BOTH_TIME_H=1 -DHAVE_SYS_BSDTYPES_H=0 -DHAVE_SYS_FILE_H=1 -fno-lto -Wno-error conftest.c || for _f in ${tcfn}*; do case $_f in *.1|*.faq|*.ico) ;; *) rm -f "$_f" ;; esac; done ] conftest.c:3:10: fatal error: sys/mkdev.h: No such file or directory ] 3 | #include ] | ^~~~~~~~~~~~~ ] compilation terminated. ==> ... no ... $ /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -fno-lto -Wno-deprecated-declarations -fno-asynchronous-unwind-tables -fno-strict-aliasing -fstack-protector-strong -Wall -fwrapv -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DMKSH_BUILDSH -D_GNU_SOURCE -DSETUID_CAN_FAIL_WITH_EAGAIN -DHAVE_STRING_POOLING=2 -DHAVE_ATTRIBUTE_BOUNDED=0 -DHAVE_ATTRIBUTE_FORMAT=1 -DHAVE_ATTRIBUTE_NORETURN=1 -DHAVE_ATTRIBUTE_PURE=1 -DHAVE_ATTRIBUTE_UNUSED=1 -DHAVE_ATTRIBUTE_USED=1 -DHAVE_SYS_TIME_H=1 -DHAVE_TIME_H=1 -DHAVE_BOTH_TIME_H=1 -DHAVE_SYS_BSDTYPES_H=0 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_MKDEV_H=0 -fno-lto -Wno-error conftest.c || for _f in ${tcfn}*; do case $_f in *.1|*.faq|*.ico) ;; *) rm -f "$_f" ;; esac; done ==> ... yes ... $ /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -fno-lto -Wno-deprecated-declarations -fno-asynchronous-unwind-tables -fno-strict-aliasing -fstack-protector-strong -Wall -fwrapv -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DMKSH_BUILDSH -D_GNU_SOURCE -DSETUID_CAN_FAIL_WITH_EAGAIN -DHAVE_STRING_POOLING=2 -DHAVE_ATTRIBUTE_BOUNDED=0 -DHAVE_ATTRIBUTE_FORMAT=1 -DHAVE_ATTRIBUTE_NORETURN=1 -DHAVE_ATTRIBUTE_PURE=1 -DHAVE_ATTRIBUTE_UNUSED=1 -DHAVE_ATTRIBUTE_USED=1 -DHAVE_SYS_TIME_H=1 -DHAVE_TIME_H=1 -DHAVE_BOTH_TIME_H=1 -DHAVE_SYS_BSDTYPES_H=0 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_MKDEV_H=0 -DHAVE_SYS_MMAN_H=1 -fno-lto -Wno-error conftest.c || for _f in ${tcfn}*; do case $_f in *.1|*.faq|*.ico) ;; *) rm -f "$_f" ;; esac; done ==> ... yes ... $ /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -fno-lto -Wno-deprecated-declarations -fno-asynchronous-unwind-tables -fno-strict-aliasing -fstack-protector-strong -Wall -fwrapv -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DMKSH_BUILDSH -D_GNU_SOURCE -DSETUID_CAN_FAIL_WITH_EAGAIN -DHAVE_STRING_POOLING=2 -DHAVE_ATTRIBUTE_BOUNDED=0 -DHAVE_ATTRIBUTE_FORMAT=1 -DHAVE_ATTRIBUTE_NORETURN=1 -DHAVE_ATTRIBUTE_PURE=1 -DHAVE_ATTRIBUTE_UNUSED=1 -DHAVE_ATTRIBUTE_USED=1 -DHAVE_SYS_TIME_H=1 -DHAVE_TIME_H=1 -DHAVE_BOTH_TIME_H=1 -DHAVE_SYS_BSDTYPES_H=0 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_MKDEV_H=0 -DHAVE_SYS_MMAN_H=1 -DHAVE_SYS_PARAM_H=1 -fno-lto -Wno-error conftest.c || for _f in ${tcfn}*; do case $_f in *.1|*.faq|*.ico) ;; *) rm -f "$_f" ;; esac; done ==> ... yes ... $ /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -fno-lto -Wno-deprecated-declarations -fno-asynchronous-unwind-tables -fno-strict-aliasing -fstack-protector-strong -Wall -fwrapv -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DMKSH_BUILDSH -D_GNU_SOURCE -DSETUID_CAN_FAIL_WITH_EAGAIN -DHAVE_STRING_POOLING=2 -DHAVE_ATTRIBUTE_BOUNDED=0 -DHAVE_ATTRIBUTE_FORMAT=1 -DHAVE_ATTRIBUTE_NORETURN=1 -DHAVE_ATTRIBUTE_PURE=1 -DHAVE_ATTRIBUTE_UNUSED=1 -DHAVE_ATTRIBUTE_USED=1 -DHAVE_SYS_TIME_H=1 -DHAVE_TIME_H=1 -DHAVE_BOTH_TIME_H=1 -DHAVE_SYS_BSDTYPES_H=0 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_MKDEV_H=0 -DHAVE_SYS_MMAN_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_SYS_RESOURCE_H=1 -fno-lto -Wno-error conftest.c || for _f in ${tcfn}*; do case $_f in *.1|*.faq|*.ico) ;; *) rm -f "$_f" ;; esac; done ==> ... yes ... $ /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -fno-lto -Wno-deprecated-declarations -fno-asynchronous-unwind-tables -fno-strict-aliasing -fstack-protector-strong -Wall -fwrapv -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DMKSH_BUILDSH -D_GNU_SOURCE -DSETUID_CAN_FAIL_WITH_EAGAIN -DHAVE_STRING_POOLING=2 -DHAVE_ATTRIBUTE_BOUNDED=0 -DHAVE_ATTRIBUTE_FORMAT=1 -DHAVE_ATTRIBUTE_NORETURN=1 -DHAVE_ATTRIBUTE_PURE=1 -DHAVE_ATTRIBUTE_UNUSED=1 -DHAVE_ATTRIBUTE_USED=1 -DHAVE_SYS_TIME_H=1 -DHAVE_TIME_H=1 -DHAVE_BOTH_TIME_H=1 -DHAVE_SYS_BSDTYPES_H=0 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_MKDEV_H=0 -DHAVE_SYS_MMAN_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_SYS_RESOURCE_H=1 -DHAVE_SYS_SELECT_H=1 -fno-lto -Wno-error conftest.c || for _f in ${tcfn}*; do case $_f in *.1|*.faq|*.ico) ;; *) rm -f "$_f" ;; esac; done ==> ... yes ... $ /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -fno-lto -Wno-deprecated-declarations -fno-asynchronous-unwind-tables -fno-strict-aliasing -fstack-protector-strong -Wall -fwrapv -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DMKSH_BUILDSH -D_GNU_SOURCE -DSETUID_CAN_FAIL_WITH_EAGAIN -DHAVE_STRING_POOLING=2 -DHAVE_ATTRIBUTE_BOUNDED=0 -DHAVE_ATTRIBUTE_FORMAT=1 -DHAVE_ATTRIBUTE_NORETURN=1 -DHAVE_ATTRIBUTE_PURE=1 -DHAVE_ATTRIBUTE_UNUSED=1 -DHAVE_ATTRIBUTE_USED=1 -DHAVE_SYS_TIME_H=1 -DHAVE_TIME_H=1 -DHAVE_BOTH_TIME_H=1 -DHAVE_SYS_BSDTYPES_H=0 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_MKDEV_H=0 -DHAVE_SYS_MMAN_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_SYS_RESOURCE_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_SYSMACROS_H=1 -fno-lto -Wno-error conftest.c || for _f in ${tcfn}*; do case $_f in *.1|*.faq|*.ico) ;; *) rm -f "$_f" ;; esac; done ] conftest.c:2:10: fatal error: bstring.h: No such file or directory ] 2 | #include ] | ^~~~~~~~~~~ ] compilation terminated. ==> ... no ... $ /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -fno-lto -Wno-deprecated-declarations -fno-asynchronous-unwind-tables -fno-strict-aliasing -fstack-protector-strong -Wall -fwrapv -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DMKSH_BUILDSH -D_GNU_SOURCE -DSETUID_CAN_FAIL_WITH_EAGAIN -DHAVE_STRING_POOLING=2 -DHAVE_ATTRIBUTE_BOUNDED=0 -DHAVE_ATTRIBUTE_FORMAT=1 -DHAVE_ATTRIBUTE_NORETURN=1 -DHAVE_ATTRIBUTE_PURE=1 -DHAVE_ATTRIBUTE_UNUSED=1 -DHAVE_ATTRIBUTE_USED=1 -DHAVE_SYS_TIME_H=1 -DHAVE_TIME_H=1 -DHAVE_BOTH_TIME_H=1 -DHAVE_SYS_BSDTYPES_H=0 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_MKDEV_H=0 -DHAVE_SYS_MMAN_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_SYS_RESOURCE_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_SYSMACROS_H=1 -DHAVE_BSTRING_H=0 -fno-lto -Wno-error conftest.c || for _f in ${tcfn}*; do case $_f in *.1|*.faq|*.ico) ;; *) rm -f "$_f" ;; esac; done ==> ... yes ... $ /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -fno-lto -Wno-deprecated-declarations -fno-asynchronous-unwind-tables -fno-strict-aliasing -fstack-protector-strong -Wall -fwrapv -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DMKSH_BUILDSH -D_GNU_SOURCE -DSETUID_CAN_FAIL_WITH_EAGAIN -DHAVE_STRING_POOLING=2 -DHAVE_ATTRIBUTE_BOUNDED=0 -DHAVE_ATTRIBUTE_FORMAT=1 -DHAVE_ATTRIBUTE_NORETURN=1 -DHAVE_ATTRIBUTE_PURE=1 -DHAVE_ATTRIBUTE_UNUSED=1 -DHAVE_ATTRIBUTE_USED=1 -DHAVE_SYS_TIME_H=1 -DHAVE_TIME_H=1 -DHAVE_BOTH_TIME_H=1 -DHAVE_SYS_BSDTYPES_H=0 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_MKDEV_H=0 -DHAVE_SYS_MMAN_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_SYS_RESOURCE_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_SYSMACROS_H=1 -DHAVE_BSTRING_H=0 -DHAVE_GRP_H=1 -fno-lto -Wno-error conftest.c || for _f in ${tcfn}*; do case $_f in *.1|*.faq|*.ico) ;; *) rm -f "$_f" ;; esac; done ] conftest.c:2:10: fatal error: io.h: No such file or directory ] 2 | #include ] | ^~~~~~ ] compilation terminated. ==> ... no ... $ /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -fno-lto -Wno-deprecated-declarations -fno-asynchronous-unwind-tables -fno-strict-aliasing -fstack-protector-strong -Wall -fwrapv -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DMKSH_BUILDSH -D_GNU_SOURCE -DSETUID_CAN_FAIL_WITH_EAGAIN -DHAVE_STRING_POOLING=2 -DHAVE_ATTRIBUTE_BOUNDED=0 -DHAVE_ATTRIBUTE_FORMAT=1 -DHAVE_ATTRIBUTE_NORETURN=1 -DHAVE_ATTRIBUTE_PURE=1 -DHAVE_ATTRIBUTE_UNUSED=1 -DHAVE_ATTRIBUTE_USED=1 -DHAVE_SYS_TIME_H=1 -DHAVE_TIME_H=1 -DHAVE_BOTH_TIME_H=1 -DHAVE_SYS_BSDTYPES_H=0 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_MKDEV_H=0 -DHAVE_SYS_MMAN_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_SYS_RESOURCE_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_SYSMACROS_H=1 -DHAVE_BSTRING_H=0 -DHAVE_GRP_H=1 -DHAVE_IO_H=0 -fno-lto -Wno-error conftest.c || for _f in ${tcfn}*; do case $_f in *.1|*.faq|*.ico) ;; *) rm -f "$_f" ;; esac; done ==> ... yes ... $ /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -fno-lto -Wno-deprecated-declarations -fno-asynchronous-unwind-tables -fno-strict-aliasing -fstack-protector-strong -Wall -fwrapv -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DMKSH_BUILDSH -D_GNU_SOURCE -DSETUID_CAN_FAIL_WITH_EAGAIN -DHAVE_STRING_POOLING=2 -DHAVE_ATTRIBUTE_BOUNDED=0 -DHAVE_ATTRIBUTE_FORMAT=1 -DHAVE_ATTRIBUTE_NORETURN=1 -DHAVE_ATTRIBUTE_PURE=1 -DHAVE_ATTRIBUTE_UNUSED=1 -DHAVE_ATTRIBUTE_USED=1 -DHAVE_SYS_TIME_H=1 -DHAVE_TIME_H=1 -DHAVE_BOTH_TIME_H=1 -DHAVE_SYS_BSDTYPES_H=0 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_MKDEV_H=0 -DHAVE_SYS_MMAN_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_SYS_RESOURCE_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_SYSMACROS_H=1 -DHAVE_BSTRING_H=0 -DHAVE_GRP_H=1 -DHAVE_IO_H=0 -DHAVE_LIBGEN_H=1 -fno-lto -Wno-error conftest.c || for _f in ${tcfn}*; do case $_f in *.1|*.faq|*.ico) ;; *) rm -f "$_f" ;; esac; done ] conftest.c:3:10: fatal error: libutil.h: No such file or directory ] 3 | #include ] | ^~~~~~~~~~~ ] compilation terminated. ==> ... no ... $ /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -fno-lto -Wno-deprecated-declarations -fno-asynchronous-unwind-tables -fno-strict-aliasing -fstack-protector-strong -Wall -fwrapv -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DMKSH_BUILDSH -D_GNU_SOURCE -DSETUID_CAN_FAIL_WITH_EAGAIN -DHAVE_STRING_POOLING=2 -DHAVE_ATTRIBUTE_BOUNDED=0 -DHAVE_ATTRIBUTE_FORMAT=1 -DHAVE_ATTRIBUTE_NORETURN=1 -DHAVE_ATTRIBUTE_PURE=1 -DHAVE_ATTRIBUTE_UNUSED=1 -DHAVE_ATTRIBUTE_USED=1 -DHAVE_SYS_TIME_H=1 -DHAVE_TIME_H=1 -DHAVE_BOTH_TIME_H=1 -DHAVE_SYS_BSDTYPES_H=0 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_MKDEV_H=0 -DHAVE_SYS_MMAN_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_SYS_RESOURCE_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_SYSMACROS_H=1 -DHAVE_BSTRING_H=0 -DHAVE_GRP_H=1 -DHAVE_IO_H=0 -DHAVE_LIBGEN_H=1 -DHAVE_LIBUTIL_H=0 -fno-lto -Wno-error conftest.c || for _f in ${tcfn}*; do case $_f in *.1|*.faq|*.ico) ;; *) rm -f "$_f" ;; esac; done ==> ... yes ... $ /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -fno-lto -Wno-deprecated-declarations -fno-asynchronous-unwind-tables -fno-strict-aliasing -fstack-protector-strong -Wall -fwrapv -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DMKSH_BUILDSH -D_GNU_SOURCE -DSETUID_CAN_FAIL_WITH_EAGAIN -DHAVE_STRING_POOLING=2 -DHAVE_ATTRIBUTE_BOUNDED=0 -DHAVE_ATTRIBUTE_FORMAT=1 -DHAVE_ATTRIBUTE_NORETURN=1 -DHAVE_ATTRIBUTE_PURE=1 -DHAVE_ATTRIBUTE_UNUSED=1 -DHAVE_ATTRIBUTE_USED=1 -DHAVE_SYS_TIME_H=1 -DHAVE_TIME_H=1 -DHAVE_BOTH_TIME_H=1 -DHAVE_SYS_BSDTYPES_H=0 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_MKDEV_H=0 -DHAVE_SYS_MMAN_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_SYS_RESOURCE_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_SYSMACROS_H=1 -DHAVE_BSTRING_H=0 -DHAVE_GRP_H=1 -DHAVE_IO_H=0 -DHAVE_LIBGEN_H=1 -DHAVE_LIBUTIL_H=0 -DHAVE_PATHS_H=1 -fno-lto -Wno-error conftest.c || for _f in ${tcfn}*; do case $_f in *.1|*.faq|*.ico) ;; *) rm -f "$_f" ;; esac; done ==> ... yes ... $ /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -fno-lto -Wno-deprecated-declarations -fno-asynchronous-unwind-tables -fno-strict-aliasing -fstack-protector-strong -Wall -fwrapv -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DMKSH_BUILDSH -D_GNU_SOURCE -DSETUID_CAN_FAIL_WITH_EAGAIN -DHAVE_STRING_POOLING=2 -DHAVE_ATTRIBUTE_BOUNDED=0 -DHAVE_ATTRIBUTE_FORMAT=1 -DHAVE_ATTRIBUTE_NORETURN=1 -DHAVE_ATTRIBUTE_PURE=1 -DHAVE_ATTRIBUTE_UNUSED=1 -DHAVE_ATTRIBUTE_USED=1 -DHAVE_SYS_TIME_H=1 -DHAVE_TIME_H=1 -DHAVE_BOTH_TIME_H=1 -DHAVE_SYS_BSDTYPES_H=0 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_MKDEV_H=0 -DHAVE_SYS_MMAN_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_SYS_RESOURCE_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_SYSMACROS_H=1 -DHAVE_BSTRING_H=0 -DHAVE_GRP_H=1 -DHAVE_IO_H=0 -DHAVE_LIBGEN_H=1 -DHAVE_LIBUTIL_H=0 -DHAVE_PATHS_H=1 -DHAVE_STDINT_H=1 -fno-lto -Wno-error conftest.c || for _f in ${tcfn}*; do case $_f in *.1|*.faq|*.ico) ;; *) rm -f "$_f" ;; esac; done ==> ... yes ... $ /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -fno-lto -Wno-deprecated-declarations -fno-asynchronous-unwind-tables -fno-strict-aliasing -fstack-protector-strong -Wall -fwrapv -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DMKSH_BUILDSH -D_GNU_SOURCE -DSETUID_CAN_FAIL_WITH_EAGAIN -DHAVE_STRING_POOLING=2 -DHAVE_ATTRIBUTE_BOUNDED=0 -DHAVE_ATTRIBUTE_FORMAT=1 -DHAVE_ATTRIBUTE_NORETURN=1 -DHAVE_ATTRIBUTE_PURE=1 -DHAVE_ATTRIBUTE_UNUSED=1 -DHAVE_ATTRIBUTE_USED=1 -DHAVE_SYS_TIME_H=1 -DHAVE_TIME_H=1 -DHAVE_BOTH_TIME_H=1 -DHAVE_SYS_BSDTYPES_H=0 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_MKDEV_H=0 -DHAVE_SYS_MMAN_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_SYS_RESOURCE_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_SYSMACROS_H=1 -DHAVE_BSTRING_H=0 -DHAVE_GRP_H=1 -DHAVE_IO_H=0 -DHAVE_LIBGEN_H=1 -DHAVE_LIBUTIL_H=0 -DHAVE_PATHS_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -fno-lto -Wno-error conftest.c || for _f in ${tcfn}*; do case $_f in *.1|*.faq|*.ico) ;; *) rm -f "$_f" ;; esac; done ==> ... yes ... $ /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -fno-lto -Wno-deprecated-declarations -fno-asynchronous-unwind-tables -fno-strict-aliasing -fstack-protector-strong -Wall -fwrapv -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DMKSH_BUILDSH -D_GNU_SOURCE -DSETUID_CAN_FAIL_WITH_EAGAIN -DHAVE_STRING_POOLING=2 -DHAVE_ATTRIBUTE_BOUNDED=0 -DHAVE_ATTRIBUTE_FORMAT=1 -DHAVE_ATTRIBUTE_NORETURN=1 -DHAVE_ATTRIBUTE_PURE=1 -DHAVE_ATTRIBUTE_UNUSED=1 -DHAVE_ATTRIBUTE_USED=1 -DHAVE_SYS_TIME_H=1 -DHAVE_TIME_H=1 -DHAVE_BOTH_TIME_H=1 -DHAVE_SYS_BSDTYPES_H=0 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_MKDEV_H=0 -DHAVE_SYS_MMAN_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_SYS_RESOURCE_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_SYSMACROS_H=1 -DHAVE_BSTRING_H=0 -DHAVE_GRP_H=1 -DHAVE_IO_H=0 -DHAVE_LIBGEN_H=1 -DHAVE_LIBUTIL_H=0 -DHAVE_PATHS_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_TERMIOS_H=1 -fno-lto -Wno-error conftest.c || for _f in ${tcfn}*; do case $_f in *.1|*.faq|*.ico) ;; *) rm -f "$_f" ;; esac; done ==> ... yes ... $ /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -fno-lto -Wno-deprecated-declarations -fno-asynchronous-unwind-tables -fno-strict-aliasing -fstack-protector-strong -Wall -fwrapv -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DMKSH_BUILDSH -D_GNU_SOURCE -DSETUID_CAN_FAIL_WITH_EAGAIN -DHAVE_STRING_POOLING=2 -DHAVE_ATTRIBUTE_BOUNDED=0 -DHAVE_ATTRIBUTE_FORMAT=1 -DHAVE_ATTRIBUTE_NORETURN=1 -DHAVE_ATTRIBUTE_PURE=1 -DHAVE_ATTRIBUTE_UNUSED=1 -DHAVE_ATTRIBUTE_USED=1 -DHAVE_SYS_TIME_H=1 -DHAVE_TIME_H=1 -DHAVE_BOTH_TIME_H=1 -DHAVE_SYS_BSDTYPES_H=0 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_MKDEV_H=0 -DHAVE_SYS_MMAN_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_SYS_RESOURCE_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_SYSMACROS_H=1 -DHAVE_BSTRING_H=0 -DHAVE_GRP_H=1 -DHAVE_IO_H=0 -DHAVE_LIBGEN_H=1 -DHAVE_LIBUTIL_H=0 -DHAVE_PATHS_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_TERMIOS_H=1 -DHAVE_ULIMIT_H=1 -fno-lto -Wno-error conftest.c || for _f in ${tcfn}*; do case $_f in *.1|*.faq|*.ico) ;; *) rm -f "$_f" ;; esac; done ==> ... yes ... for large file support $ /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -fno-lto -Wno-deprecated-declarations -fno-asynchronous-unwind-tables -fno-strict-aliasing -fstack-protector-strong -Wall -fwrapv -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DMKSH_BUILDSH -D_GNU_SOURCE -DSETUID_CAN_FAIL_WITH_EAGAIN -DHAVE_STRING_POOLING=2 -DHAVE_ATTRIBUTE_BOUNDED=0 -DHAVE_ATTRIBUTE_FORMAT=1 -DHAVE_ATTRIBUTE_NORETURN=1 -DHAVE_ATTRIBUTE_PURE=1 -DHAVE_ATTRIBUTE_UNUSED=1 -DHAVE_ATTRIBUTE_USED=1 -DHAVE_SYS_TIME_H=1 -DHAVE_TIME_H=1 -DHAVE_BOTH_TIME_H=1 -DHAVE_SYS_BSDTYPES_H=0 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_MKDEV_H=0 -DHAVE_SYS_MMAN_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_SYS_RESOURCE_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_SYSMACROS_H=1 -DHAVE_BSTRING_H=0 -DHAVE_GRP_H=1 -DHAVE_IO_H=0 -DHAVE_LIBGEN_H=1 -DHAVE_LIBUTIL_H=0 -DHAVE_PATHS_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_TERMIOS_H=1 -DHAVE_ULIMIT_H=1 -DHAVE_VALUES_H=1 -fno-lto -Wno-error conftest.c || for _f in ${tcfn}*; do case $_f in *.1|*.faq|*.ico) ;; *) rm -f "$_f" ;; esac; done ==> for large file support... yes ==> ... with -D_FILE_OFFSET_BITS=64... no (implied) ==> ... with -D_LARGE_FILES=1... no (implied) ==> for standard 32-bit integer types... yes (implied) ==> for UCB 32-bit integer types... yes (implied) ==> for standard 8-bit integer type... yes (implied) ==> for UCB 8-bit integer type... yes (implied) ... sig_t $ /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -fno-lto -Wno-deprecated-declarations -fno-asynchronous-unwind-tables -fno-strict-aliasing -fstack-protector-strong -Wall -fwrapv -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DMKSH_BUILDSH -D_GNU_SOURCE -DSETUID_CAN_FAIL_WITH_EAGAIN -DHAVE_STRING_POOLING=2 -DHAVE_ATTRIBUTE_BOUNDED=0 -DHAVE_ATTRIBUTE_FORMAT=1 -DHAVE_ATTRIBUTE_NORETURN=1 -DHAVE_ATTRIBUTE_PURE=1 -DHAVE_ATTRIBUTE_UNUSED=1 -DHAVE_ATTRIBUTE_USED=1 -DHAVE_SYS_TIME_H=1 -DHAVE_TIME_H=1 -DHAVE_BOTH_TIME_H=1 -DHAVE_SYS_BSDTYPES_H=0 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_MKDEV_H=0 -DHAVE_SYS_MMAN_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_SYS_RESOURCE_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_SYSMACROS_H=1 -DHAVE_BSTRING_H=0 -DHAVE_GRP_H=1 -DHAVE_IO_H=0 -DHAVE_LIBGEN_H=1 -DHAVE_LIBUTIL_H=0 -DHAVE_PATHS_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_TERMIOS_H=1 -DHAVE_ULIMIT_H=1 -DHAVE_VALUES_H=1 -DHAVE_CAN_INTTYPES=1 -DHAVE_CAN_UCBINTS=1 -DHAVE_CAN_INT8TYPE=1 -DHAVE_CAN_UCBINT8=1 -fno-lto -Wno-error conftest.c || for _f in ${tcfn}*; do case $_f in *.1|*.faq|*.ico) ;; *) rm -f "$_f" ;; esac; done ==> sig_t... yes ==> sighandler_t... no (implied) ==> __sighandler_t... no (implied) ... checking if the final link command may succeed /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -fno-lto -Wno-deprecated-declarations -fno-asynchronous-unwind-tables -fno-strict-aliasing -fstack-protector-strong -Wall -fwrapv -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DMKSH_BUILDSH -D_GNU_SOURCE -DSETUID_CAN_FAIL_WITH_EAGAIN -DHAVE_STRING_POOLING=2 -DHAVE_ATTRIBUTE_BOUNDED=0 -DHAVE_ATTRIBUTE_FORMAT=1 -DHAVE_ATTRIBUTE_NORETURN=1 -DHAVE_ATTRIBUTE_PURE=1 -DHAVE_ATTRIBUTE_UNUSED=1 -DHAVE_ATTRIBUTE_USED=1 -DHAVE_SYS_TIME_H=1 -DHAVE_TIME_H=1 -DHAVE_BOTH_TIME_H=1 -DHAVE_SYS_BSDTYPES_H=0 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_MKDEV_H=0 -DHAVE_SYS_MMAN_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_SYS_RESOURCE_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_SYSMACROS_H=1 -DHAVE_BSTRING_H=0 -DHAVE_GRP_H=1 -DHAVE_IO_H=0 -DHAVE_LIBGEN_H=1 -DHAVE_LIBUTIL_H=0 -DHAVE_PATHS_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_TERMIOS_H=1 -DHAVE_ULIMIT_H=1 -DHAVE_VALUES_H=1 -DHAVE_CAN_INTTYPES=1 -DHAVE_CAN_UCBINTS=1 -DHAVE_CAN_INT8TYPE=1 -DHAVE_CAN_UCBINT8=1 -DHAVE_SIG_T=1 -Wno-error -c conftest.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -fno-lto -Wno-deprecated-declarations -fno-asynchronous-unwind-tables -fno-strict-aliasing -fstack-protector-strong -Wall -fwrapv -fno-lto -o a.out conftest.o || for _f in ${tcfn}*; do case $_f in *.1|*.faq|*.ico) ;; *) rm -f "$_f" ;; esac; done ==> checking if the final link command may succeed... yes ... the sys_errlist[] array and sys_nerr $ /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -fno-lto -Wno-deprecated-declarations -fno-asynchronous-unwind-tables -fno-strict-aliasing -fstack-protector-strong -Wall -fwrapv -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DMKSH_BUILDSH -D_GNU_SOURCE -DSETUID_CAN_FAIL_WITH_EAGAIN -DHAVE_STRING_POOLING=2 -DHAVE_ATTRIBUTE_BOUNDED=0 -DHAVE_ATTRIBUTE_FORMAT=1 -DHAVE_ATTRIBUTE_NORETURN=1 -DHAVE_ATTRIBUTE_PURE=1 -DHAVE_ATTRIBUTE_UNUSED=1 -DHAVE_ATTRIBUTE_USED=1 -DHAVE_SYS_TIME_H=1 -DHAVE_TIME_H=1 -DHAVE_BOTH_TIME_H=1 -DHAVE_SYS_BSDTYPES_H=0 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_MKDEV_H=0 -DHAVE_SYS_MMAN_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_SYS_RESOURCE_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_SYSMACROS_H=1 -DHAVE_BSTRING_H=0 -DHAVE_GRP_H=1 -DHAVE_IO_H=0 -DHAVE_LIBGEN_H=1 -DHAVE_LIBUTIL_H=0 -DHAVE_PATHS_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_TERMIOS_H=1 -DHAVE_ULIMIT_H=1 -DHAVE_VALUES_H=1 -DHAVE_CAN_INTTYPES=1 -DHAVE_CAN_UCBINTS=1 -DHAVE_CAN_INT8TYPE=1 -DHAVE_CAN_UCBINT8=1 -DHAVE_SIG_T=1 -fno-lto -Wno-error conftest.c || for _f in ${tcfn}*; do case $_f in *.1|*.faq|*.ico) ;; *) rm -f "$_f" ;; esac; done ] /tmp/instance-5/output-1/host/lib/gcc/sh4a-buildroot-linux-gnu/11.3.0/../../../../sh4a-buildroot-linux-gnu/bin/ld: /tmp/ccOJherc.o: in function `main': ] conftest.c:(.text.startup+0x20): undefined reference to `sys_nerr' ] /tmp/instance-5/output-1/host/lib/gcc/sh4a-buildroot-linux-gnu/11.3.0/../../../../sh4a-buildroot-linux-gnu/bin/ld: conftest.c:(.text.startup+0x24): undefined reference to `sys_errlist' ] collect2: error: ld returned 1 exit status ==> the sys_errlist[] array and sys_nerr... no ... the _sys_errlist[] array and _sys_nerr $ /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -fno-lto -Wno-deprecated-declarations -fno-asynchronous-unwind-tables -fno-strict-aliasing -fstack-protector-strong -Wall -fwrapv -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DMKSH_BUILDSH -D_GNU_SOURCE -DSETUID_CAN_FAIL_WITH_EAGAIN -DHAVE_STRING_POOLING=2 -DHAVE_ATTRIBUTE_BOUNDED=0 -DHAVE_ATTRIBUTE_FORMAT=1 -DHAVE_ATTRIBUTE_NORETURN=1 -DHAVE_ATTRIBUTE_PURE=1 -DHAVE_ATTRIBUTE_UNUSED=1 -DHAVE_ATTRIBUTE_USED=1 -DHAVE_SYS_TIME_H=1 -DHAVE_TIME_H=1 -DHAVE_BOTH_TIME_H=1 -DHAVE_SYS_BSDTYPES_H=0 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_MKDEV_H=0 -DHAVE_SYS_MMAN_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_SYS_RESOURCE_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_SYSMACROS_H=1 -DHAVE_BSTRING_H=0 -DHAVE_GRP_H=1 -DHAVE_IO_H=0 -DHAVE_LIBGEN_H=1 -DHAVE_LIBUTIL_H=0 -DHAVE_PATHS_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_TERMIOS_H=1 -DHAVE_ULIMIT_H=1 -DHAVE_VALUES_H=1 -DHAVE_CAN_INTTYPES=1 -DHAVE_CAN_UCBINTS=1 -DHAVE_CAN_INT8TYPE=1 -DHAVE_CAN_UCBINT8=1 -DHAVE_SIG_T=1 -fno-lto -Wno-error conftest.c || for _f in ${tcfn}*; do case $_f in *.1|*.faq|*.ico) ;; *) rm -f "$_f" ;; esac; done ] /tmp/instance-5/output-1/host/lib/gcc/sh4a-buildroot-linux-gnu/11.3.0/../../../../sh4a-buildroot-linux-gnu/bin/ld: /tmp/ccY17aQq.o: in function `main': ] conftest.c:(.text.startup+0x20): undefined reference to `_sys_nerr' ] /tmp/instance-5/output-1/host/lib/gcc/sh4a-buildroot-linux-gnu/11.3.0/../../../../sh4a-buildroot-linux-gnu/bin/ld: conftest.c:(.text.startup+0x24): undefined reference to `_sys_errlist' ] collect2: error: ld returned 1 exit status ==> the _sys_errlist[] array and _sys_nerr... no ... the sys_signame[] array $ /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -fno-lto -Wno-deprecated-declarations -fno-asynchronous-unwind-tables -fno-strict-aliasing -fstack-protector-strong -Wall -fwrapv -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DMKSH_BUILDSH -D_GNU_SOURCE -DSETUID_CAN_FAIL_WITH_EAGAIN -DHAVE_STRING_POOLING=2 -DHAVE_ATTRIBUTE_BOUNDED=0 -DHAVE_ATTRIBUTE_FORMAT=1 -DHAVE_ATTRIBUTE_NORETURN=1 -DHAVE_ATTRIBUTE_PURE=1 -DHAVE_ATTRIBUTE_UNUSED=1 -DHAVE_ATTRIBUTE_USED=1 -DHAVE_SYS_TIME_H=1 -DHAVE_TIME_H=1 -DHAVE_BOTH_TIME_H=1 -DHAVE_SYS_BSDTYPES_H=0 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_MKDEV_H=0 -DHAVE_SYS_MMAN_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_SYS_RESOURCE_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_SYSMACROS_H=1 -DHAVE_BSTRING_H=0 -DHAVE_GRP_H=1 -DHAVE_IO_H=0 -DHAVE_LIBGEN_H=1 -DHAVE_LIBUTIL_H=0 -DHAVE_PATHS_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_TERMIOS_H=1 -DHAVE_ULIMIT_H=1 -DHAVE_VALUES_H=1 -DHAVE_CAN_INTTYPES=1 -DHAVE_CAN_UCBINTS=1 -DHAVE_CAN_INT8TYPE=1 -DHAVE_CAN_UCBINT8=1 -DHAVE_SIG_T=1 -DHAVE_SYS_ERRLIST=0 -fno-lto -Wno-error conftest.c || for _f in ${tcfn}*; do case $_f in *.1|*.faq|*.ico) ;; *) rm -f "$_f" ;; esac; done ] /tmp/instance-5/output-1/host/lib/gcc/sh4a-buildroot-linux-gnu/11.3.0/../../../../sh4a-buildroot-linux-gnu/bin/ld: /tmp/ccOCwDIt.o: in function `main': ] conftest.c:(.text.startup+0x18): undefined reference to `sys_signame' ] collect2: error: ld returned 1 exit status ==> the sys_signame[] array... no ... the _sys_signame[] array $ /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -fno-lto -Wno-deprecated-declarations -fno-asynchronous-unwind-tables -fno-strict-aliasing -fstack-protector-strong -Wall -fwrapv -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DMKSH_BUILDSH -D_GNU_SOURCE -DSETUID_CAN_FAIL_WITH_EAGAIN -DHAVE_STRING_POOLING=2 -DHAVE_ATTRIBUTE_BOUNDED=0 -DHAVE_ATTRIBUTE_FORMAT=1 -DHAVE_ATTRIBUTE_NORETURN=1 -DHAVE_ATTRIBUTE_PURE=1 -DHAVE_ATTRIBUTE_UNUSED=1 -DHAVE_ATTRIBUTE_USED=1 -DHAVE_SYS_TIME_H=1 -DHAVE_TIME_H=1 -DHAVE_BOTH_TIME_H=1 -DHAVE_SYS_BSDTYPES_H=0 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_MKDEV_H=0 -DHAVE_SYS_MMAN_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_SYS_RESOURCE_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_SYSMACROS_H=1 -DHAVE_BSTRING_H=0 -DHAVE_GRP_H=1 -DHAVE_IO_H=0 -DHAVE_LIBGEN_H=1 -DHAVE_LIBUTIL_H=0 -DHAVE_PATHS_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_TERMIOS_H=1 -DHAVE_ULIMIT_H=1 -DHAVE_VALUES_H=1 -DHAVE_CAN_INTTYPES=1 -DHAVE_CAN_UCBINTS=1 -DHAVE_CAN_INT8TYPE=1 -DHAVE_CAN_UCBINT8=1 -DHAVE_SIG_T=1 -DHAVE_SYS_ERRLIST=0 -fno-lto -Wno-error conftest.c || for _f in ${tcfn}*; do case $_f in *.1|*.faq|*.ico) ;; *) rm -f "$_f" ;; esac; done ] /tmp/instance-5/output-1/host/lib/gcc/sh4a-buildroot-linux-gnu/11.3.0/../../../../sh4a-buildroot-linux-gnu/bin/ld: /tmp/ccv8EJhC.o: in function `main': ] conftest.c:(.text.startup+0x18): undefined reference to `_sys_signame' ] collect2: error: ld returned 1 exit status ==> the _sys_signame[] array... no ... the sys_siglist[] array $ /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -fno-lto -Wno-deprecated-declarations -fno-asynchronous-unwind-tables -fno-strict-aliasing -fstack-protector-strong -Wall -fwrapv -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DMKSH_BUILDSH -D_GNU_SOURCE -DSETUID_CAN_FAIL_WITH_EAGAIN -DHAVE_STRING_POOLING=2 -DHAVE_ATTRIBUTE_BOUNDED=0 -DHAVE_ATTRIBUTE_FORMAT=1 -DHAVE_ATTRIBUTE_NORETURN=1 -DHAVE_ATTRIBUTE_PURE=1 -DHAVE_ATTRIBUTE_UNUSED=1 -DHAVE_ATTRIBUTE_USED=1 -DHAVE_SYS_TIME_H=1 -DHAVE_TIME_H=1 -DHAVE_BOTH_TIME_H=1 -DHAVE_SYS_BSDTYPES_H=0 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_MKDEV_H=0 -DHAVE_SYS_MMAN_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_SYS_RESOURCE_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_SYSMACROS_H=1 -DHAVE_BSTRING_H=0 -DHAVE_GRP_H=1 -DHAVE_IO_H=0 -DHAVE_LIBGEN_H=1 -DHAVE_LIBUTIL_H=0 -DHAVE_PATHS_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_TERMIOS_H=1 -DHAVE_ULIMIT_H=1 -DHAVE_VALUES_H=1 -DHAVE_CAN_INTTYPES=1 -DHAVE_CAN_UCBINTS=1 -DHAVE_CAN_INT8TYPE=1 -DHAVE_CAN_UCBINT8=1 -DHAVE_SIG_T=1 -DHAVE_SYS_ERRLIST=0 -DHAVE_SYS_SIGNAME=0 -fno-lto -Wno-error conftest.c || for _f in ${tcfn}*; do case $_f in *.1|*.faq|*.ico) ;; *) rm -f "$_f" ;; esac; done ] /tmp/instance-5/output-1/host/lib/gcc/sh4a-buildroot-linux-gnu/11.3.0/../../../../sh4a-buildroot-linux-gnu/bin/ld: /tmp/ccZ6vIzV.o: in function `main': ] conftest.c:(.text.startup+0x18): undefined reference to `sys_siglist' ] collect2: error: ld returned 1 exit status ==> the sys_siglist[] array... no ... the _sys_siglist[] array $ /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -fno-lto -Wno-deprecated-declarations -fno-asynchronous-unwind-tables -fno-strict-aliasing -fstack-protector-strong -Wall -fwrapv -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DMKSH_BUILDSH -D_GNU_SOURCE -DSETUID_CAN_FAIL_WITH_EAGAIN -DHAVE_STRING_POOLING=2 -DHAVE_ATTRIBUTE_BOUNDED=0 -DHAVE_ATTRIBUTE_FORMAT=1 -DHAVE_ATTRIBUTE_NORETURN=1 -DHAVE_ATTRIBUTE_PURE=1 -DHAVE_ATTRIBUTE_UNUSED=1 -DHAVE_ATTRIBUTE_USED=1 -DHAVE_SYS_TIME_H=1 -DHAVE_TIME_H=1 -DHAVE_BOTH_TIME_H=1 -DHAVE_SYS_BSDTYPES_H=0 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_MKDEV_H=0 -DHAVE_SYS_MMAN_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_SYS_RESOURCE_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_SYSMACROS_H=1 -DHAVE_BSTRING_H=0 -DHAVE_GRP_H=1 -DHAVE_IO_H=0 -DHAVE_LIBGEN_H=1 -DHAVE_LIBUTIL_H=0 -DHAVE_PATHS_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_TERMIOS_H=1 -DHAVE_ULIMIT_H=1 -DHAVE_VALUES_H=1 -DHAVE_CAN_INTTYPES=1 -DHAVE_CAN_UCBINTS=1 -DHAVE_CAN_INT8TYPE=1 -DHAVE_CAN_UCBINT8=1 -DHAVE_SIG_T=1 -DHAVE_SYS_ERRLIST=0 -DHAVE_SYS_SIGNAME=0 -fno-lto -Wno-error conftest.c || for _f in ${tcfn}*; do case $_f in *.1|*.faq|*.ico) ;; *) rm -f "$_f" ;; esac; done ] /tmp/instance-5/output-1/host/lib/gcc/sh4a-buildroot-linux-gnu/11.3.0/../../../../sh4a-buildroot-linux-gnu/bin/ld: /tmp/cc0ycP68.o: in function `main': ] conftest.c:(.text.startup+0x18): undefined reference to `_sys_siglist' ] collect2: error: ld returned 1 exit status ==> the _sys_siglist[] array... no ... flock $ /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -fno-lto -Wno-deprecated-declarations -fno-asynchronous-unwind-tables -fno-strict-aliasing -fstack-protector-strong -Wall -fwrapv -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DMKSH_BUILDSH -D_GNU_SOURCE -DSETUID_CAN_FAIL_WITH_EAGAIN -DHAVE_STRING_POOLING=2 -DHAVE_ATTRIBUTE_BOUNDED=0 -DHAVE_ATTRIBUTE_FORMAT=1 -DHAVE_ATTRIBUTE_NORETURN=1 -DHAVE_ATTRIBUTE_PURE=1 -DHAVE_ATTRIBUTE_UNUSED=1 -DHAVE_ATTRIBUTE_USED=1 -DHAVE_SYS_TIME_H=1 -DHAVE_TIME_H=1 -DHAVE_BOTH_TIME_H=1 -DHAVE_SYS_BSDTYPES_H=0 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_MKDEV_H=0 -DHAVE_SYS_MMAN_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_SYS_RESOURCE_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_SYSMACROS_H=1 -DHAVE_BSTRING_H=0 -DHAVE_GRP_H=1 -DHAVE_IO_H=0 -DHAVE_LIBGEN_H=1 -DHAVE_LIBUTIL_H=0 -DHAVE_PATHS_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_TERMIOS_H=1 -DHAVE_ULIMIT_H=1 -DHAVE_VALUES_H=1 -DHAVE_CAN_INTTYPES=1 -DHAVE_CAN_UCBINTS=1 -DHAVE_CAN_INT8TYPE=1 -DHAVE_CAN_UCBINT8=1 -DHAVE_SIG_T=1 -DHAVE_SYS_ERRLIST=0 -DHAVE_SYS_SIGNAME=0 -DHAVE_SYS_SIGLIST=0 -fno-lto -Wno-error conftest.c || for _f in ${tcfn}*; do case $_f in *.1|*.faq|*.ico) ;; *) rm -f "$_f" ;; esac; done ==> flock... yes ==> whether we can lock files with fcntl... yes (implied) ... getrlimit and setrlimit $ /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -fno-lto -Wno-deprecated-declarations -fno-asynchronous-unwind-tables -fno-strict-aliasing -fstack-protector-strong -Wall -fwrapv -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DMKSH_BUILDSH -D_GNU_SOURCE -DSETUID_CAN_FAIL_WITH_EAGAIN -DHAVE_STRING_POOLING=2 -DHAVE_ATTRIBUTE_BOUNDED=0 -DHAVE_ATTRIBUTE_FORMAT=1 -DHAVE_ATTRIBUTE_NORETURN=1 -DHAVE_ATTRIBUTE_PURE=1 -DHAVE_ATTRIBUTE_UNUSED=1 -DHAVE_ATTRIBUTE_USED=1 -DHAVE_SYS_TIME_H=1 -DHAVE_TIME_H=1 -DHAVE_BOTH_TIME_H=1 -DHAVE_SYS_BSDTYPES_H=0 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_MKDEV_H=0 -DHAVE_SYS_MMAN_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_SYS_RESOURCE_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_SYSMACROS_H=1 -DHAVE_BSTRING_H=0 -DHAVE_GRP_H=1 -DHAVE_IO_H=0 -DHAVE_LIBGEN_H=1 -DHAVE_LIBUTIL_H=0 -DHAVE_PATHS_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_TERMIOS_H=1 -DHAVE_ULIMIT_H=1 -DHAVE_VALUES_H=1 -DHAVE_CAN_INTTYPES=1 -DHAVE_CAN_UCBINTS=1 -DHAVE_CAN_INT8TYPE=1 -DHAVE_CAN_UCBINT8=1 -DHAVE_SIG_T=1 -DHAVE_SYS_ERRLIST=0 -DHAVE_SYS_SIGNAME=0 -DHAVE_SYS_SIGLIST=0 -DHAVE_FLOCK=1 -DHAVE_LOCK_FCNTL=1 -fno-lto -Wno-error conftest.c || for _f in ${tcfn}*; do case $_f in *.1|*.faq|*.ico) ;; *) rm -f "$_f" ;; esac; done ==> getrlimit and setrlimit... yes ... rlim_t $ /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -fno-lto -Wno-deprecated-declarations -fno-asynchronous-unwind-tables -fno-strict-aliasing -fstack-protector-strong -Wall -fwrapv -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DMKSH_BUILDSH -D_GNU_SOURCE -DSETUID_CAN_FAIL_WITH_EAGAIN -DHAVE_STRING_POOLING=2 -DHAVE_ATTRIBUTE_BOUNDED=0 -DHAVE_ATTRIBUTE_FORMAT=1 -DHAVE_ATTRIBUTE_NORETURN=1 -DHAVE_ATTRIBUTE_PURE=1 -DHAVE_ATTRIBUTE_UNUSED=1 -DHAVE_ATTRIBUTE_USED=1 -DHAVE_SYS_TIME_H=1 -DHAVE_TIME_H=1 -DHAVE_BOTH_TIME_H=1 -DHAVE_SYS_BSDTYPES_H=0 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_MKDEV_H=0 -DHAVE_SYS_MMAN_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_SYS_RESOURCE_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_SYSMACROS_H=1 -DHAVE_BSTRING_H=0 -DHAVE_GRP_H=1 -DHAVE_IO_H=0 -DHAVE_LIBGEN_H=1 -DHAVE_LIBUTIL_H=0 -DHAVE_PATHS_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_TERMIOS_H=1 -DHAVE_ULIMIT_H=1 -DHAVE_VALUES_H=1 -DHAVE_CAN_INTTYPES=1 -DHAVE_CAN_UCBINTS=1 -DHAVE_CAN_INT8TYPE=1 -DHAVE_CAN_UCBINT8=1 -DHAVE_SIG_T=1 -DHAVE_SYS_ERRLIST=0 -DHAVE_SYS_SIGNAME=0 -DHAVE_SYS_SIGLIST=0 -DHAVE_FLOCK=1 -DHAVE_LOCK_FCNTL=1 -DHAVE_RLIMIT=1 -fno-lto -Wno-error conftest.c || for _f in ${tcfn}*; do case $_f in *.1|*.faq|*.ico) ;; *) rm -f "$_f" ;; esac; done ==> rlim_t... yes ... getrusage $ /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -fno-lto -Wno-deprecated-declarations -fno-asynchronous-unwind-tables -fno-strict-aliasing -fstack-protector-strong -Wall -fwrapv -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DMKSH_BUILDSH -D_GNU_SOURCE -DSETUID_CAN_FAIL_WITH_EAGAIN -DHAVE_STRING_POOLING=2 -DHAVE_ATTRIBUTE_BOUNDED=0 -DHAVE_ATTRIBUTE_FORMAT=1 -DHAVE_ATTRIBUTE_NORETURN=1 -DHAVE_ATTRIBUTE_PURE=1 -DHAVE_ATTRIBUTE_UNUSED=1 -DHAVE_ATTRIBUTE_USED=1 -DHAVE_SYS_TIME_H=1 -DHAVE_TIME_H=1 -DHAVE_BOTH_TIME_H=1 -DHAVE_SYS_BSDTYPES_H=0 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_MKDEV_H=0 -DHAVE_SYS_MMAN_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_SYS_RESOURCE_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_SYSMACROS_H=1 -DHAVE_BSTRING_H=0 -DHAVE_GRP_H=1 -DHAVE_IO_H=0 -DHAVE_LIBGEN_H=1 -DHAVE_LIBUTIL_H=0 -DHAVE_PATHS_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_TERMIOS_H=1 -DHAVE_ULIMIT_H=1 -DHAVE_VALUES_H=1 -DHAVE_CAN_INTTYPES=1 -DHAVE_CAN_UCBINTS=1 -DHAVE_CAN_INT8TYPE=1 -DHAVE_CAN_UCBINT8=1 -DHAVE_SIG_T=1 -DHAVE_SYS_ERRLIST=0 -DHAVE_SYS_SIGNAME=0 -DHAVE_SYS_SIGLIST=0 -DHAVE_FLOCK=1 -DHAVE_LOCK_FCNTL=1 -DHAVE_RLIMIT=1 -DHAVE_RLIM_T=1 -fno-lto -Wno-error conftest.c || for _f in ${tcfn}*; do case $_f in *.1|*.faq|*.ico) ;; *) rm -f "$_f" ;; esac; done ==> getrusage... yes ... getsid $ /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -fno-lto -Wno-deprecated-declarations -fno-asynchronous-unwind-tables -fno-strict-aliasing -fstack-protector-strong -Wall -fwrapv -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DMKSH_BUILDSH -D_GNU_SOURCE -DSETUID_CAN_FAIL_WITH_EAGAIN -DHAVE_STRING_POOLING=2 -DHAVE_ATTRIBUTE_BOUNDED=0 -DHAVE_ATTRIBUTE_FORMAT=1 -DHAVE_ATTRIBUTE_NORETURN=1 -DHAVE_ATTRIBUTE_PURE=1 -DHAVE_ATTRIBUTE_UNUSED=1 -DHAVE_ATTRIBUTE_USED=1 -DHAVE_SYS_TIME_H=1 -DHAVE_TIME_H=1 -DHAVE_BOTH_TIME_H=1 -DHAVE_SYS_BSDTYPES_H=0 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_MKDEV_H=0 -DHAVE_SYS_MMAN_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_SYS_RESOURCE_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_SYSMACROS_H=1 -DHAVE_BSTRING_H=0 -DHAVE_GRP_H=1 -DHAVE_IO_H=0 -DHAVE_LIBGEN_H=1 -DHAVE_LIBUTIL_H=0 -DHAVE_PATHS_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_TERMIOS_H=1 -DHAVE_ULIMIT_H=1 -DHAVE_VALUES_H=1 -DHAVE_CAN_INTTYPES=1 -DHAVE_CAN_UCBINTS=1 -DHAVE_CAN_INT8TYPE=1 -DHAVE_CAN_UCBINT8=1 -DHAVE_SIG_T=1 -DHAVE_SYS_ERRLIST=0 -DHAVE_SYS_SIGNAME=0 -DHAVE_SYS_SIGLIST=0 -DHAVE_FLOCK=1 -DHAVE_LOCK_FCNTL=1 -DHAVE_RLIMIT=1 -DHAVE_RLIM_T=1 -DHAVE_GETRUSAGE=1 -fno-lto -Wno-error conftest.c || for _f in ${tcfn}*; do case $_f in *.1|*.faq|*.ico) ;; *) rm -f "$_f" ;; esac; done ==> getsid... yes ... gettimeofday $ /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -fno-lto -Wno-deprecated-declarations -fno-asynchronous-unwind-tables -fno-strict-aliasing -fstack-protector-strong -Wall -fwrapv -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DMKSH_BUILDSH -D_GNU_SOURCE -DSETUID_CAN_FAIL_WITH_EAGAIN -DHAVE_STRING_POOLING=2 -DHAVE_ATTRIBUTE_BOUNDED=0 -DHAVE_ATTRIBUTE_FORMAT=1 -DHAVE_ATTRIBUTE_NORETURN=1 -DHAVE_ATTRIBUTE_PURE=1 -DHAVE_ATTRIBUTE_UNUSED=1 -DHAVE_ATTRIBUTE_USED=1 -DHAVE_SYS_TIME_H=1 -DHAVE_TIME_H=1 -DHAVE_BOTH_TIME_H=1 -DHAVE_SYS_BSDTYPES_H=0 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_MKDEV_H=0 -DHAVE_SYS_MMAN_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_SYS_RESOURCE_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_SYSMACROS_H=1 -DHAVE_BSTRING_H=0 -DHAVE_GRP_H=1 -DHAVE_IO_H=0 -DHAVE_LIBGEN_H=1 -DHAVE_LIBUTIL_H=0 -DHAVE_PATHS_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_TERMIOS_H=1 -DHAVE_ULIMIT_H=1 -DHAVE_VALUES_H=1 -DHAVE_CAN_INTTYPES=1 -DHAVE_CAN_UCBINTS=1 -DHAVE_CAN_INT8TYPE=1 -DHAVE_CAN_UCBINT8=1 -DHAVE_SIG_T=1 -DHAVE_SYS_ERRLIST=0 -DHAVE_SYS_SIGNAME=0 -DHAVE_SYS_SIGLIST=0 -DHAVE_FLOCK=1 -DHAVE_LOCK_FCNTL=1 -DHAVE_RLIMIT=1 -DHAVE_RLIM_T=1 -DHAVE_GETRUSAGE=1 -DHAVE_GETSID=1 -fno-lto -Wno-error conftest.c || for _f in ${tcfn}*; do case $_f in *.1|*.faq|*.ico) ;; *) rm -f "$_f" ;; esac; done ==> gettimeofday... yes ... killpg $ /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -fno-lto -Wno-deprecated-declarations -fno-asynchronous-unwind-tables -fno-strict-aliasing -fstack-protector-strong -Wall -fwrapv -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DMKSH_BUILDSH -D_GNU_SOURCE -DSETUID_CAN_FAIL_WITH_EAGAIN -DHAVE_STRING_POOLING=2 -DHAVE_ATTRIBUTE_BOUNDED=0 -DHAVE_ATTRIBUTE_FORMAT=1 -DHAVE_ATTRIBUTE_NORETURN=1 -DHAVE_ATTRIBUTE_PURE=1 -DHAVE_ATTRIBUTE_UNUSED=1 -DHAVE_ATTRIBUTE_USED=1 -DHAVE_SYS_TIME_H=1 -DHAVE_TIME_H=1 -DHAVE_BOTH_TIME_H=1 -DHAVE_SYS_BSDTYPES_H=0 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_MKDEV_H=0 -DHAVE_SYS_MMAN_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_SYS_RESOURCE_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_SYSMACROS_H=1 -DHAVE_BSTRING_H=0 -DHAVE_GRP_H=1 -DHAVE_IO_H=0 -DHAVE_LIBGEN_H=1 -DHAVE_LIBUTIL_H=0 -DHAVE_PATHS_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_TERMIOS_H=1 -DHAVE_ULIMIT_H=1 -DHAVE_VALUES_H=1 -DHAVE_CAN_INTTYPES=1 -DHAVE_CAN_UCBINTS=1 -DHAVE_CAN_INT8TYPE=1 -DHAVE_CAN_UCBINT8=1 -DHAVE_SIG_T=1 -DHAVE_SYS_ERRLIST=0 -DHAVE_SYS_SIGNAME=0 -DHAVE_SYS_SIGLIST=0 -DHAVE_FLOCK=1 -DHAVE_LOCK_FCNTL=1 -DHAVE_RLIMIT=1 -DHAVE_RLIM_T=1 -DHAVE_GETRUSAGE=1 -DHAVE_GETSID=1 -DHAVE_GETTIMEOFDAY=1 -fno-lto -Wno-error conftest.c || for _f in ${tcfn}*; do case $_f in *.1|*.faq|*.ico) ;; *) rm -f "$_f" ;; esac; done ==> killpg... yes ... memmove $ /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -fno-lto -Wno-deprecated-declarations -fno-asynchronous-unwind-tables -fno-strict-aliasing -fstack-protector-strong -Wall -fwrapv -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DMKSH_BUILDSH -D_GNU_SOURCE -DSETUID_CAN_FAIL_WITH_EAGAIN -DHAVE_STRING_POOLING=2 -DHAVE_ATTRIBUTE_BOUNDED=0 -DHAVE_ATTRIBUTE_FORMAT=1 -DHAVE_ATTRIBUTE_NORETURN=1 -DHAVE_ATTRIBUTE_PURE=1 -DHAVE_ATTRIBUTE_UNUSED=1 -DHAVE_ATTRIBUTE_USED=1 -DHAVE_SYS_TIME_H=1 -DHAVE_TIME_H=1 -DHAVE_BOTH_TIME_H=1 -DHAVE_SYS_BSDTYPES_H=0 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_MKDEV_H=0 -DHAVE_SYS_MMAN_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_SYS_RESOURCE_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_SYSMACROS_H=1 -DHAVE_BSTRING_H=0 -DHAVE_GRP_H=1 -DHAVE_IO_H=0 -DHAVE_LIBGEN_H=1 -DHAVE_LIBUTIL_H=0 -DHAVE_PATHS_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_TERMIOS_H=1 -DHAVE_ULIMIT_H=1 -DHAVE_VALUES_H=1 -DHAVE_CAN_INTTYPES=1 -DHAVE_CAN_UCBINTS=1 -DHAVE_CAN_INT8TYPE=1 -DHAVE_CAN_UCBINT8=1 -DHAVE_SIG_T=1 -DHAVE_SYS_ERRLIST=0 -DHAVE_SYS_SIGNAME=0 -DHAVE_SYS_SIGLIST=0 -DHAVE_FLOCK=1 -DHAVE_LOCK_FCNTL=1 -DHAVE_RLIMIT=1 -DHAVE_RLIM_T=1 -DHAVE_GETRUSAGE=1 -DHAVE_GETSID=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_KILLPG=1 -fno-lto -Wno-error conftest.c || for _f in ${tcfn}*; do case $_f in *.1|*.faq|*.ico) ;; *) rm -f "$_f" ;; esac; done ==> memmove... yes ==> if to use mknod(), makedev() and friends... no (cached) ... for mmap and munmap $ /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -fno-lto -Wno-deprecated-declarations -fno-asynchronous-unwind-tables -fno-strict-aliasing -fstack-protector-strong -Wall -fwrapv -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DMKSH_BUILDSH -D_GNU_SOURCE -DSETUID_CAN_FAIL_WITH_EAGAIN -DHAVE_STRING_POOLING=2 -DHAVE_ATTRIBUTE_BOUNDED=0 -DHAVE_ATTRIBUTE_FORMAT=1 -DHAVE_ATTRIBUTE_NORETURN=1 -DHAVE_ATTRIBUTE_PURE=1 -DHAVE_ATTRIBUTE_UNUSED=1 -DHAVE_ATTRIBUTE_USED=1 -DHAVE_SYS_TIME_H=1 -DHAVE_TIME_H=1 -DHAVE_BOTH_TIME_H=1 -DHAVE_SYS_BSDTYPES_H=0 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_MKDEV_H=0 -DHAVE_SYS_MMAN_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_SYS_RESOURCE_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_SYSMACROS_H=1 -DHAVE_BSTRING_H=0 -DHAVE_GRP_H=1 -DHAVE_IO_H=0 -DHAVE_LIBGEN_H=1 -DHAVE_LIBUTIL_H=0 -DHAVE_PATHS_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_TERMIOS_H=1 -DHAVE_ULIMIT_H=1 -DHAVE_VALUES_H=1 -DHAVE_CAN_INTTYPES=1 -DHAVE_CAN_UCBINTS=1 -DHAVE_CAN_INT8TYPE=1 -DHAVE_CAN_UCBINT8=1 -DHAVE_SIG_T=1 -DHAVE_SYS_ERRLIST=0 -DHAVE_SYS_SIGNAME=0 -DHAVE_SYS_SIGLIST=0 -DHAVE_FLOCK=1 -DHAVE_LOCK_FCNTL=1 -DHAVE_RLIMIT=1 -DHAVE_RLIM_T=1 -DHAVE_GETRUSAGE=1 -DHAVE_GETSID=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_KILLPG=1 -DHAVE_MEMMOVE=1 -DHAVE_MKNOD=0 -fno-lto -Wno-error conftest.c || for _f in ${tcfn}*; do case $_f in *.1|*.faq|*.ico) ;; *) rm -f "$_f" ;; esac; done ==> for mmap and munmap... yes ... for ftruncate $ /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -fno-lto -Wno-deprecated-declarations -fno-asynchronous-unwind-tables -fno-strict-aliasing -fstack-protector-strong -Wall -fwrapv -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DMKSH_BUILDSH -D_GNU_SOURCE -DSETUID_CAN_FAIL_WITH_EAGAIN -DHAVE_STRING_POOLING=2 -DHAVE_ATTRIBUTE_BOUNDED=0 -DHAVE_ATTRIBUTE_FORMAT=1 -DHAVE_ATTRIBUTE_NORETURN=1 -DHAVE_ATTRIBUTE_PURE=1 -DHAVE_ATTRIBUTE_UNUSED=1 -DHAVE_ATTRIBUTE_USED=1 -DHAVE_SYS_TIME_H=1 -DHAVE_TIME_H=1 -DHAVE_BOTH_TIME_H=1 -DHAVE_SYS_BSDTYPES_H=0 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_MKDEV_H=0 -DHAVE_SYS_MMAN_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_SYS_RESOURCE_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_SYSMACROS_H=1 -DHAVE_BSTRING_H=0 -DHAVE_GRP_H=1 -DHAVE_IO_H=0 -DHAVE_LIBGEN_H=1 -DHAVE_LIBUTIL_H=0 -DHAVE_PATHS_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_TERMIOS_H=1 -DHAVE_ULIMIT_H=1 -DHAVE_VALUES_H=1 -DHAVE_CAN_INTTYPES=1 -DHAVE_CAN_UCBINTS=1 -DHAVE_CAN_INT8TYPE=1 -DHAVE_CAN_UCBINT8=1 -DHAVE_SIG_T=1 -DHAVE_SYS_ERRLIST=0 -DHAVE_SYS_SIGNAME=0 -DHAVE_SYS_SIGLIST=0 -DHAVE_FLOCK=1 -DHAVE_LOCK_FCNTL=1 -DHAVE_RLIMIT=1 -DHAVE_RLIM_T=1 -DHAVE_GETRUSAGE=1 -DHAVE_GETSID=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_KILLPG=1 -DHAVE_MEMMOVE=1 -DHAVE_MKNOD=0 -DHAVE_MMAP=1 -fno-lto -Wno-error conftest.c || for _f in ${tcfn}*; do case $_f in *.1|*.faq|*.ico) ;; *) rm -f "$_f" ;; esac; done ==> for ftruncate... yes ... nice $ /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -fno-lto -Wno-deprecated-declarations -fno-asynchronous-unwind-tables -fno-strict-aliasing -fstack-protector-strong -Wall -fwrapv -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DMKSH_BUILDSH -D_GNU_SOURCE -DSETUID_CAN_FAIL_WITH_EAGAIN -DHAVE_STRING_POOLING=2 -DHAVE_ATTRIBUTE_BOUNDED=0 -DHAVE_ATTRIBUTE_FORMAT=1 -DHAVE_ATTRIBUTE_NORETURN=1 -DHAVE_ATTRIBUTE_PURE=1 -DHAVE_ATTRIBUTE_UNUSED=1 -DHAVE_ATTRIBUTE_USED=1 -DHAVE_SYS_TIME_H=1 -DHAVE_TIME_H=1 -DHAVE_BOTH_TIME_H=1 -DHAVE_SYS_BSDTYPES_H=0 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_MKDEV_H=0 -DHAVE_SYS_MMAN_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_SYS_RESOURCE_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_SYSMACROS_H=1 -DHAVE_BSTRING_H=0 -DHAVE_GRP_H=1 -DHAVE_IO_H=0 -DHAVE_LIBGEN_H=1 -DHAVE_LIBUTIL_H=0 -DHAVE_PATHS_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_TERMIOS_H=1 -DHAVE_ULIMIT_H=1 -DHAVE_VALUES_H=1 -DHAVE_CAN_INTTYPES=1 -DHAVE_CAN_UCBINTS=1 -DHAVE_CAN_INT8TYPE=1 -DHAVE_CAN_UCBINT8=1 -DHAVE_SIG_T=1 -DHAVE_SYS_ERRLIST=0 -DHAVE_SYS_SIGNAME=0 -DHAVE_SYS_SIGLIST=0 -DHAVE_FLOCK=1 -DHAVE_LOCK_FCNTL=1 -DHAVE_RLIMIT=1 -DHAVE_RLIM_T=1 -DHAVE_GETRUSAGE=1 -DHAVE_GETSID=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_KILLPG=1 -DHAVE_MEMMOVE=1 -DHAVE_MKNOD=0 -DHAVE_MMAP=1 -DHAVE_FTRUNCATE=1 -fno-lto -Wno-error conftest.c || for _f in ${tcfn}*; do case $_f in *.1|*.faq|*.ico) ;; *) rm -f "$_f" ;; esac; done ==> nice... yes ==> revoke... no (cached) ... setlocale(LC_CTYPE, "") $ /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -fno-lto -Wno-deprecated-declarations -fno-asynchronous-unwind-tables -fno-strict-aliasing -fstack-protector-strong -Wall -fwrapv -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DMKSH_BUILDSH -D_GNU_SOURCE -DSETUID_CAN_FAIL_WITH_EAGAIN -DHAVE_STRING_POOLING=2 -DHAVE_ATTRIBUTE_BOUNDED=0 -DHAVE_ATTRIBUTE_FORMAT=1 -DHAVE_ATTRIBUTE_NORETURN=1 -DHAVE_ATTRIBUTE_PURE=1 -DHAVE_ATTRIBUTE_UNUSED=1 -DHAVE_ATTRIBUTE_USED=1 -DHAVE_SYS_TIME_H=1 -DHAVE_TIME_H=1 -DHAVE_BOTH_TIME_H=1 -DHAVE_SYS_BSDTYPES_H=0 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_MKDEV_H=0 -DHAVE_SYS_MMAN_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_SYS_RESOURCE_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_SYSMACROS_H=1 -DHAVE_BSTRING_H=0 -DHAVE_GRP_H=1 -DHAVE_IO_H=0 -DHAVE_LIBGEN_H=1 -DHAVE_LIBUTIL_H=0 -DHAVE_PATHS_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_TERMIOS_H=1 -DHAVE_ULIMIT_H=1 -DHAVE_VALUES_H=1 -DHAVE_CAN_INTTYPES=1 -DHAVE_CAN_UCBINTS=1 -DHAVE_CAN_INT8TYPE=1 -DHAVE_CAN_UCBINT8=1 -DHAVE_SIG_T=1 -DHAVE_SYS_ERRLIST=0 -DHAVE_SYS_SIGNAME=0 -DHAVE_SYS_SIGLIST=0 -DHAVE_FLOCK=1 -DHAVE_LOCK_FCNTL=1 -DHAVE_RLIMIT=1 -DHAVE_RLIM_T=1 -DHAVE_GETRUSAGE=1 -DHAVE_GETSID=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_KILLPG=1 -DHAVE_MEMMOVE=1 -DHAVE_MKNOD=0 -DHAVE_MMAP=1 -DHAVE_FTRUNCATE=1 -DHAVE_NICE=1 -DHAVE_REVOKE=0 -fno-lto -Wno-error conftest.c || for _f in ${tcfn}*; do case $_f in *.1|*.faq|*.ico) ;; *) rm -f "$_f" ;; esac; done ==> setlocale(LC_CTYPE, "")... yes ... nl_langinfo(CODESET) $ /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -fno-lto -Wno-deprecated-declarations -fno-asynchronous-unwind-tables -fno-strict-aliasing -fstack-protector-strong -Wall -fwrapv -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DMKSH_BUILDSH -D_GNU_SOURCE -DSETUID_CAN_FAIL_WITH_EAGAIN -DHAVE_STRING_POOLING=2 -DHAVE_ATTRIBUTE_BOUNDED=0 -DHAVE_ATTRIBUTE_FORMAT=1 -DHAVE_ATTRIBUTE_NORETURN=1 -DHAVE_ATTRIBUTE_PURE=1 -DHAVE_ATTRIBUTE_UNUSED=1 -DHAVE_ATTRIBUTE_USED=1 -DHAVE_SYS_TIME_H=1 -DHAVE_TIME_H=1 -DHAVE_BOTH_TIME_H=1 -DHAVE_SYS_BSDTYPES_H=0 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_MKDEV_H=0 -DHAVE_SYS_MMAN_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_SYS_RESOURCE_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_SYSMACROS_H=1 -DHAVE_BSTRING_H=0 -DHAVE_GRP_H=1 -DHAVE_IO_H=0 -DHAVE_LIBGEN_H=1 -DHAVE_LIBUTIL_H=0 -DHAVE_PATHS_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_TERMIOS_H=1 -DHAVE_ULIMIT_H=1 -DHAVE_VALUES_H=1 -DHAVE_CAN_INTTYPES=1 -DHAVE_CAN_UCBINTS=1 -DHAVE_CAN_INT8TYPE=1 -DHAVE_CAN_UCBINT8=1 -DHAVE_SIG_T=1 -DHAVE_SYS_ERRLIST=0 -DHAVE_SYS_SIGNAME=0 -DHAVE_SYS_SIGLIST=0 -DHAVE_FLOCK=1 -DHAVE_LOCK_FCNTL=1 -DHAVE_RLIMIT=1 -DHAVE_RLIM_T=1 -DHAVE_GETRUSAGE=1 -DHAVE_GETSID=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_KILLPG=1 -DHAVE_MEMMOVE=1 -DHAVE_MKNOD=0 -DHAVE_MMAP=1 -DHAVE_FTRUNCATE=1 -DHAVE_NICE=1 -DHAVE_REVOKE=0 -DHAVE_SETLOCALE_CTYPE=1 -fno-lto -Wno-error conftest.c || for _f in ${tcfn}*; do case $_f in *.1|*.faq|*.ico) ;; *) rm -f "$_f" ;; esac; done ==> nl_langinfo(CODESET)... yes ... select $ /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -fno-lto -Wno-deprecated-declarations -fno-asynchronous-unwind-tables -fno-strict-aliasing -fstack-protector-strong -Wall -fwrapv -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DMKSH_BUILDSH -D_GNU_SOURCE -DSETUID_CAN_FAIL_WITH_EAGAIN -DHAVE_STRING_POOLING=2 -DHAVE_ATTRIBUTE_BOUNDED=0 -DHAVE_ATTRIBUTE_FORMAT=1 -DHAVE_ATTRIBUTE_NORETURN=1 -DHAVE_ATTRIBUTE_PURE=1 -DHAVE_ATTRIBUTE_UNUSED=1 -DHAVE_ATTRIBUTE_USED=1 -DHAVE_SYS_TIME_H=1 -DHAVE_TIME_H=1 -DHAVE_BOTH_TIME_H=1 -DHAVE_SYS_BSDTYPES_H=0 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_MKDEV_H=0 -DHAVE_SYS_MMAN_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_SYS_RESOURCE_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_SYSMACROS_H=1 -DHAVE_BSTRING_H=0 -DHAVE_GRP_H=1 -DHAVE_IO_H=0 -DHAVE_LIBGEN_H=1 -DHAVE_LIBUTIL_H=0 -DHAVE_PATHS_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_TERMIOS_H=1 -DHAVE_ULIMIT_H=1 -DHAVE_VALUES_H=1 -DHAVE_CAN_INTTYPES=1 -DHAVE_CAN_UCBINTS=1 -DHAVE_CAN_INT8TYPE=1 -DHAVE_CAN_UCBINT8=1 -DHAVE_SIG_T=1 -DHAVE_SYS_ERRLIST=0 -DHAVE_SYS_SIGNAME=0 -DHAVE_SYS_SIGLIST=0 -DHAVE_FLOCK=1 -DHAVE_LOCK_FCNTL=1 -DHAVE_RLIMIT=1 -DHAVE_RLIM_T=1 -DHAVE_GETRUSAGE=1 -DHAVE_GETSID=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_KILLPG=1 -DHAVE_MEMMOVE=1 -DHAVE_MKNOD=0 -DHAVE_MMAP=1 -DHAVE_FTRUNCATE=1 -DHAVE_NICE=1 -DHAVE_REVOKE=0 -DHAVE_SETLOCALE_CTYPE=1 -DHAVE_LANGINFO_CODESET=1 -fno-lto -Wno-error conftest.c || for _f in ${tcfn}*; do case $_f in *.1|*.faq|*.ico) ;; *) rm -f "$_f" ;; esac; done ==> select... yes ... setresugid $ /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -fno-lto -Wno-deprecated-declarations -fno-asynchronous-unwind-tables -fno-strict-aliasing -fstack-protector-strong -Wall -fwrapv -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DMKSH_BUILDSH -D_GNU_SOURCE -DSETUID_CAN_FAIL_WITH_EAGAIN -DHAVE_STRING_POOLING=2 -DHAVE_ATTRIBUTE_BOUNDED=0 -DHAVE_ATTRIBUTE_FORMAT=1 -DHAVE_ATTRIBUTE_NORETURN=1 -DHAVE_ATTRIBUTE_PURE=1 -DHAVE_ATTRIBUTE_UNUSED=1 -DHAVE_ATTRIBUTE_USED=1 -DHAVE_SYS_TIME_H=1 -DHAVE_TIME_H=1 -DHAVE_BOTH_TIME_H=1 -DHAVE_SYS_BSDTYPES_H=0 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_MKDEV_H=0 -DHAVE_SYS_MMAN_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_SYS_RESOURCE_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_SYSMACROS_H=1 -DHAVE_BSTRING_H=0 -DHAVE_GRP_H=1 -DHAVE_IO_H=0 -DHAVE_LIBGEN_H=1 -DHAVE_LIBUTIL_H=0 -DHAVE_PATHS_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_TERMIOS_H=1 -DHAVE_ULIMIT_H=1 -DHAVE_VALUES_H=1 -DHAVE_CAN_INTTYPES=1 -DHAVE_CAN_UCBINTS=1 -DHAVE_CAN_INT8TYPE=1 -DHAVE_CAN_UCBINT8=1 -DHAVE_SIG_T=1 -DHAVE_SYS_ERRLIST=0 -DHAVE_SYS_SIGNAME=0 -DHAVE_SYS_SIGLIST=0 -DHAVE_FLOCK=1 -DHAVE_LOCK_FCNTL=1 -DHAVE_RLIMIT=1 -DHAVE_RLIM_T=1 -DHAVE_GETRUSAGE=1 -DHAVE_GETSID=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_KILLPG=1 -DHAVE_MEMMOVE=1 -DHAVE_MKNOD=0 -DHAVE_MMAP=1 -DHAVE_FTRUNCATE=1 -DHAVE_NICE=1 -DHAVE_REVOKE=0 -DHAVE_SETLOCALE_CTYPE=1 -DHAVE_LANGINFO_CODESET=1 -DHAVE_SELECT=1 -fno-lto -Wno-error conftest.c || for _f in ${tcfn}*; do case $_f in *.1|*.faq|*.ico) ;; *) rm -f "$_f" ;; esac; done ==> setresugid... yes ... setgroups $ /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -fno-lto -Wno-deprecated-declarations -fno-asynchronous-unwind-tables -fno-strict-aliasing -fstack-protector-strong -Wall -fwrapv -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DMKSH_BUILDSH -D_GNU_SOURCE -DSETUID_CAN_FAIL_WITH_EAGAIN -DHAVE_STRING_POOLING=2 -DHAVE_ATTRIBUTE_BOUNDED=0 -DHAVE_ATTRIBUTE_FORMAT=1 -DHAVE_ATTRIBUTE_NORETURN=1 -DHAVE_ATTRIBUTE_PURE=1 -DHAVE_ATTRIBUTE_UNUSED=1 -DHAVE_ATTRIBUTE_USED=1 -DHAVE_SYS_TIME_H=1 -DHAVE_TIME_H=1 -DHAVE_BOTH_TIME_H=1 -DHAVE_SYS_BSDTYPES_H=0 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_MKDEV_H=0 -DHAVE_SYS_MMAN_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_SYS_RESOURCE_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_SYSMACROS_H=1 -DHAVE_BSTRING_H=0 -DHAVE_GRP_H=1 -DHAVE_IO_H=0 -DHAVE_LIBGEN_H=1 -DHAVE_LIBUTIL_H=0 -DHAVE_PATHS_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_TERMIOS_H=1 -DHAVE_ULIMIT_H=1 -DHAVE_VALUES_H=1 -DHAVE_CAN_INTTYPES=1 -DHAVE_CAN_UCBINTS=1 -DHAVE_CAN_INT8TYPE=1 -DHAVE_CAN_UCBINT8=1 -DHAVE_SIG_T=1 -DHAVE_SYS_ERRLIST=0 -DHAVE_SYS_SIGNAME=0 -DHAVE_SYS_SIGLIST=0 -DHAVE_FLOCK=1 -DHAVE_LOCK_FCNTL=1 -DHAVE_RLIMIT=1 -DHAVE_RLIM_T=1 -DHAVE_GETRUSAGE=1 -DHAVE_GETSID=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_KILLPG=1 -DHAVE_MEMMOVE=1 -DHAVE_MKNOD=0 -DHAVE_MMAP=1 -DHAVE_FTRUNCATE=1 -DHAVE_NICE=1 -DHAVE_REVOKE=0 -DHAVE_SETLOCALE_CTYPE=1 -DHAVE_LANGINFO_CODESET=1 -DHAVE_SELECT=1 -DHAVE_SETRESUGID=1 -fno-lto -Wno-error conftest.c || for _f in ${tcfn}*; do case $_f in *.1|*.faq|*.ico) ;; *) rm -f "$_f" ;; esac; done ==> setgroups... yes ... strerror $ /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -fno-lto -Wno-deprecated-declarations -fno-asynchronous-unwind-tables -fno-strict-aliasing -fstack-protector-strong -Wall -fwrapv -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DMKSH_BUILDSH -D_GNU_SOURCE -DSETUID_CAN_FAIL_WITH_EAGAIN -DHAVE_STRING_POOLING=2 -DHAVE_ATTRIBUTE_BOUNDED=0 -DHAVE_ATTRIBUTE_FORMAT=1 -DHAVE_ATTRIBUTE_NORETURN=1 -DHAVE_ATTRIBUTE_PURE=1 -DHAVE_ATTRIBUTE_UNUSED=1 -DHAVE_ATTRIBUTE_USED=1 -DHAVE_SYS_TIME_H=1 -DHAVE_TIME_H=1 -DHAVE_BOTH_TIME_H=1 -DHAVE_SYS_BSDTYPES_H=0 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_MKDEV_H=0 -DHAVE_SYS_MMAN_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_SYS_RESOURCE_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_SYSMACROS_H=1 -DHAVE_BSTRING_H=0 -DHAVE_GRP_H=1 -DHAVE_IO_H=0 -DHAVE_LIBGEN_H=1 -DHAVE_LIBUTIL_H=0 -DHAVE_PATHS_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_TERMIOS_H=1 -DHAVE_ULIMIT_H=1 -DHAVE_VALUES_H=1 -DHAVE_CAN_INTTYPES=1 -DHAVE_CAN_UCBINTS=1 -DHAVE_CAN_INT8TYPE=1 -DHAVE_CAN_UCBINT8=1 -DHAVE_SIG_T=1 -DHAVE_SYS_ERRLIST=0 -DHAVE_SYS_SIGNAME=0 -DHAVE_SYS_SIGLIST=0 -DHAVE_FLOCK=1 -DHAVE_LOCK_FCNTL=1 -DHAVE_RLIMIT=1 -DHAVE_RLIM_T=1 -DHAVE_GETRUSAGE=1 -DHAVE_GETSID=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_KILLPG=1 -DHAVE_MEMMOVE=1 -DHAVE_MKNOD=0 -DHAVE_MMAP=1 -DHAVE_FTRUNCATE=1 -DHAVE_NICE=1 -DHAVE_REVOKE=0 -DHAVE_SETLOCALE_CTYPE=1 -DHAVE_LANGINFO_CODESET=1 -DHAVE_SELECT=1 -DHAVE_SETRESUGID=1 -DHAVE_SETGROUPS=1 -fno-lto -Wno-error conftest.c || for _f in ${tcfn}*; do case $_f in *.1|*.faq|*.ico) ;; *) rm -f "$_f" ;; esac; done ==> strerror... yes ... strsignal $ /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -fno-lto -Wno-deprecated-declarations -fno-asynchronous-unwind-tables -fno-strict-aliasing -fstack-protector-strong -Wall -fwrapv -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DMKSH_BUILDSH -D_GNU_SOURCE -DSETUID_CAN_FAIL_WITH_EAGAIN -DHAVE_STRING_POOLING=2 -DHAVE_ATTRIBUTE_BOUNDED=0 -DHAVE_ATTRIBUTE_FORMAT=1 -DHAVE_ATTRIBUTE_NORETURN=1 -DHAVE_ATTRIBUTE_PURE=1 -DHAVE_ATTRIBUTE_UNUSED=1 -DHAVE_ATTRIBUTE_USED=1 -DHAVE_SYS_TIME_H=1 -DHAVE_TIME_H=1 -DHAVE_BOTH_TIME_H=1 -DHAVE_SYS_BSDTYPES_H=0 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_MKDEV_H=0 -DHAVE_SYS_MMAN_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_SYS_RESOURCE_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_SYSMACROS_H=1 -DHAVE_BSTRING_H=0 -DHAVE_GRP_H=1 -DHAVE_IO_H=0 -DHAVE_LIBGEN_H=1 -DHAVE_LIBUTIL_H=0 -DHAVE_PATHS_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_TERMIOS_H=1 -DHAVE_ULIMIT_H=1 -DHAVE_VALUES_H=1 -DHAVE_CAN_INTTYPES=1 -DHAVE_CAN_UCBINTS=1 -DHAVE_CAN_INT8TYPE=1 -DHAVE_CAN_UCBINT8=1 -DHAVE_SIG_T=1 -DHAVE_SYS_ERRLIST=0 -DHAVE_SYS_SIGNAME=0 -DHAVE_SYS_SIGLIST=0 -DHAVE_FLOCK=1 -DHAVE_LOCK_FCNTL=1 -DHAVE_RLIMIT=1 -DHAVE_RLIM_T=1 -DHAVE_GETRUSAGE=1 -DHAVE_GETSID=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_KILLPG=1 -DHAVE_MEMMOVE=1 -DHAVE_MKNOD=0 -DHAVE_MMAP=1 -DHAVE_FTRUNCATE=1 -DHAVE_NICE=1 -DHAVE_REVOKE=0 -DHAVE_SETLOCALE_CTYPE=1 -DHAVE_LANGINFO_CODESET=1 -DHAVE_SELECT=1 -DHAVE_SETRESUGID=1 -DHAVE_SETGROUPS=1 -DHAVE_STRERROR=1 -fno-lto -Wno-error conftest.c || for _f in ${tcfn}*; do case $_f in *.1|*.faq|*.ico) ;; *) rm -f "$_f" ;; esac; done ==> strsignal... yes ... strlcpy $ /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -fno-lto -Wno-deprecated-declarations -fno-asynchronous-unwind-tables -fno-strict-aliasing -fstack-protector-strong -Wall -fwrapv -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DMKSH_BUILDSH -D_GNU_SOURCE -DSETUID_CAN_FAIL_WITH_EAGAIN -DHAVE_STRING_POOLING=2 -DHAVE_ATTRIBUTE_BOUNDED=0 -DHAVE_ATTRIBUTE_FORMAT=1 -DHAVE_ATTRIBUTE_NORETURN=1 -DHAVE_ATTRIBUTE_PURE=1 -DHAVE_ATTRIBUTE_UNUSED=1 -DHAVE_ATTRIBUTE_USED=1 -DHAVE_SYS_TIME_H=1 -DHAVE_TIME_H=1 -DHAVE_BOTH_TIME_H=1 -DHAVE_SYS_BSDTYPES_H=0 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_MKDEV_H=0 -DHAVE_SYS_MMAN_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_SYS_RESOURCE_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_SYSMACROS_H=1 -DHAVE_BSTRING_H=0 -DHAVE_GRP_H=1 -DHAVE_IO_H=0 -DHAVE_LIBGEN_H=1 -DHAVE_LIBUTIL_H=0 -DHAVE_PATHS_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_TERMIOS_H=1 -DHAVE_ULIMIT_H=1 -DHAVE_VALUES_H=1 -DHAVE_CAN_INTTYPES=1 -DHAVE_CAN_UCBINTS=1 -DHAVE_CAN_INT8TYPE=1 -DHAVE_CAN_UCBINT8=1 -DHAVE_SIG_T=1 -DHAVE_SYS_ERRLIST=0 -DHAVE_SYS_SIGNAME=0 -DHAVE_SYS_SIGLIST=0 -DHAVE_FLOCK=1 -DHAVE_LOCK_FCNTL=1 -DHAVE_RLIMIT=1 -DHAVE_RLIM_T=1 -DHAVE_GETRUSAGE=1 -DHAVE_GETSID=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_KILLPG=1 -DHAVE_MEMMOVE=1 -DHAVE_MKNOD=0 -DHAVE_MMAP=1 -DHAVE_FTRUNCATE=1 -DHAVE_NICE=1 -DHAVE_REVOKE=0 -DHAVE_SETLOCALE_CTYPE=1 -DHAVE_LANGINFO_CODESET=1 -DHAVE_SELECT=1 -DHAVE_SETRESUGID=1 -DHAVE_SETGROUPS=1 -DHAVE_STRERROR=1 -DHAVE_STRSIGNAL=1 -fno-lto -Wno-error conftest.c || for _f in ${tcfn}*; do case $_f in *.1|*.faq|*.ico) ;; *) rm -f "$_f" ;; esac; done ] conftest.c: In function 'main': ] conftest.c:2:40: warning: implicit declaration of function 'strlcpy'; did you mean 'strncpy'? [-Wimplicit-function-declaration] ] 2 | int main(int ac, char *av[]) { return (strlcpy(*av, av[1], ] | ^~~~~~~ ] | strncpy ] /tmp/instance-5/output-1/host/lib/gcc/sh4a-buildroot-linux-gnu/11.3.0/../../../../sh4a-buildroot-linux-gnu/bin/ld: /tmp/ccakbsb2.o: in function `main': ] conftest.c:(.text.startup+0xc): undefined reference to `strlcpy' ] collect2: error: ld returned 1 exit status ==> strlcpy... no ... for declaration of flock() $ /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -fno-lto -Wno-deprecated-declarations -fno-asynchronous-unwind-tables -fno-strict-aliasing -fstack-protector-strong -Wall -fwrapv -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DMKSH_BUILDSH -D_GNU_SOURCE -DSETUID_CAN_FAIL_WITH_EAGAIN -DHAVE_STRING_POOLING=2 -DHAVE_ATTRIBUTE_BOUNDED=0 -DHAVE_ATTRIBUTE_FORMAT=1 -DHAVE_ATTRIBUTE_NORETURN=1 -DHAVE_ATTRIBUTE_PURE=1 -DHAVE_ATTRIBUTE_UNUSED=1 -DHAVE_ATTRIBUTE_USED=1 -DHAVE_SYS_TIME_H=1 -DHAVE_TIME_H=1 -DHAVE_BOTH_TIME_H=1 -DHAVE_SYS_BSDTYPES_H=0 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_MKDEV_H=0 -DHAVE_SYS_MMAN_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_SYS_RESOURCE_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_SYSMACROS_H=1 -DHAVE_BSTRING_H=0 -DHAVE_GRP_H=1 -DHAVE_IO_H=0 -DHAVE_LIBGEN_H=1 -DHAVE_LIBUTIL_H=0 -DHAVE_PATHS_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_TERMIOS_H=1 -DHAVE_ULIMIT_H=1 -DHAVE_VALUES_H=1 -DHAVE_CAN_INTTYPES=1 -DHAVE_CAN_UCBINTS=1 -DHAVE_CAN_INT8TYPE=1 -DHAVE_CAN_UCBINT8=1 -DHAVE_SIG_T=1 -DHAVE_SYS_ERRLIST=0 -DHAVE_SYS_SIGNAME=0 -DHAVE_SYS_SIGLIST=0 -DHAVE_FLOCK=1 -DHAVE_LOCK_FCNTL=1 -DHAVE_RLIMIT=1 -DHAVE_RLIM_T=1 -DHAVE_GETRUSAGE=1 -DHAVE_GETSID=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_KILLPG=1 -DHAVE_MEMMOVE=1 -DHAVE_MKNOD=0 -DHAVE_MMAP=1 -DHAVE_FTRUNCATE=1 -DHAVE_NICE=1 -DHAVE_REVOKE=0 -DHAVE_SETLOCALE_CTYPE=1 -DHAVE_LANGINFO_CODESET=1 -DHAVE_SELECT=1 -DHAVE_SETRESUGID=1 -DHAVE_SETGROUPS=1 -DHAVE_STRERROR=1 -DHAVE_STRSIGNAL=1 -DHAVE_STRLCPY=0 -fno-lto -Wno-error conftest.c || for _f in ${tcfn}*; do case $_f in *.1|*.faq|*.ico) ;; *) rm -f "$_f" ;; esac; done ==> for declaration of flock()... yes ==> for declaration of revoke()... yes (implied) ==> for declaration of sys_errlist[] and sys_nerr... no (implied) ==> for declaration of sys_siglist[]... no (implied) ... for struct stat.st_mtim.tv_nsec $ /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -fno-lto -Wno-deprecated-declarations -fno-asynchronous-unwind-tables -fno-strict-aliasing -fstack-protector-strong -Wall -fwrapv -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DMKSH_BUILDSH -D_GNU_SOURCE -DSETUID_CAN_FAIL_WITH_EAGAIN -DHAVE_STRING_POOLING=2 -DHAVE_ATTRIBUTE_BOUNDED=0 -DHAVE_ATTRIBUTE_FORMAT=1 -DHAVE_ATTRIBUTE_NORETURN=1 -DHAVE_ATTRIBUTE_PURE=1 -DHAVE_ATTRIBUTE_UNUSED=1 -DHAVE_ATTRIBUTE_USED=1 -DHAVE_SYS_TIME_H=1 -DHAVE_TIME_H=1 -DHAVE_BOTH_TIME_H=1 -DHAVE_SYS_BSDTYPES_H=0 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_MKDEV_H=0 -DHAVE_SYS_MMAN_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_SYS_RESOURCE_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_SYSMACROS_H=1 -DHAVE_BSTRING_H=0 -DHAVE_GRP_H=1 -DHAVE_IO_H=0 -DHAVE_LIBGEN_H=1 -DHAVE_LIBUTIL_H=0 -DHAVE_PATHS_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_TERMIOS_H=1 -DHAVE_ULIMIT_H=1 -DHAVE_VALUES_H=1 -DHAVE_CAN_INTTYPES=1 -DHAVE_CAN_UCBINTS=1 -DHAVE_CAN_INT8TYPE=1 -DHAVE_CAN_UCBINT8=1 -DHAVE_SIG_T=1 -DHAVE_SYS_ERRLIST=0 -DHAVE_SYS_SIGNAME=0 -DHAVE_SYS_SIGLIST=0 -DHAVE_FLOCK=1 -DHAVE_LOCK_FCNTL=1 -DHAVE_RLIMIT=1 -DHAVE_RLIM_T=1 -DHAVE_GETRUSAGE=1 -DHAVE_GETSID=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_KILLPG=1 -DHAVE_MEMMOVE=1 -DHAVE_MKNOD=0 -DHAVE_MMAP=1 -DHAVE_FTRUNCATE=1 -DHAVE_NICE=1 -DHAVE_REVOKE=0 -DHAVE_SETLOCALE_CTYPE=1 -DHAVE_LANGINFO_CODESET=1 -DHAVE_SELECT=1 -DHAVE_SETRESUGID=1 -DHAVE_SETGROUPS=1 -DHAVE_STRERROR=1 -DHAVE_STRSIGNAL=1 -DHAVE_STRLCPY=0 -DHAVE_FLOCK_DECL=1 -DHAVE_REVOKE_DECL=1 -DHAVE_SYS_ERRLIST_DECL=0 -DHAVE_SYS_SIGLIST_DECL=0 -fno-lto -Wno-error conftest.c || for _f in ${tcfn}*; do case $_f in *.1|*.faq|*.ico) ;; *) rm -f "$_f" ;; esac; done ==> for struct stat.st_mtim.tv_nsec... yes ==> for struct stat.st_mtimensec... no (implied) ==> if to use persistent history... yes ... checking if the C Preprocessor supports -dD $ /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -E -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -fno-lto -Wno-deprecated-declarations -fno-asynchronous-unwind-tables -fno-strict-aliasing -fstack-protector-strong -Wall -fwrapv -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DMKSH_BUILDSH -D_GNU_SOURCE -DSETUID_CAN_FAIL_WITH_EAGAIN -DHAVE_STRING_POOLING=2 -DHAVE_ATTRIBUTE_BOUNDED=0 -DHAVE_ATTRIBUTE_FORMAT=1 -DHAVE_ATTRIBUTE_NORETURN=1 -DHAVE_ATTRIBUTE_PURE=1 -DHAVE_ATTRIBUTE_UNUSED=1 -DHAVE_ATTRIBUTE_USED=1 -DHAVE_SYS_TIME_H=1 -DHAVE_TIME_H=1 -DHAVE_BOTH_TIME_H=1 -DHAVE_SYS_BSDTYPES_H=0 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_MKDEV_H=0 -DHAVE_SYS_MMAN_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_SYS_RESOURCE_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_SYSMACROS_H=1 -DHAVE_BSTRING_H=0 -DHAVE_GRP_H=1 -DHAVE_IO_H=0 -DHAVE_LIBGEN_H=1 -DHAVE_LIBUTIL_H=0 -DHAVE_PATHS_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_TERMIOS_H=1 -DHAVE_ULIMIT_H=1 -DHAVE_VALUES_H=1 -DHAVE_CAN_INTTYPES=1 -DHAVE_CAN_UCBINTS=1 -DHAVE_CAN_INT8TYPE=1 -DHAVE_CAN_UCBINT8=1 -DHAVE_SIG_T=1 -DHAVE_SYS_ERRLIST=0 -DHAVE_SYS_SIGNAME=0 -DHAVE_SYS_SIGLIST=0 -DHAVE_FLOCK=1 -DHAVE_LOCK_FCNTL=1 -DHAVE_RLIMIT=1 -DHAVE_RLIM_T=1 -DHAVE_GETRUSAGE=1 -DHAVE_GETSID=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_KILLPG=1 -DHAVE_MEMMOVE=1 -DHAVE_MKNOD=0 -DHAVE_MMAP=1 -DHAVE_FTRUNCATE=1 -DHAVE_NICE=1 -DHAVE_REVOKE=0 -DHAVE_SETLOCALE_CTYPE=1 -DHAVE_LANGINFO_CODESET=1 -DHAVE_SELECT=1 -DHAVE_SETRESUGID=1 -DHAVE_SETGROUPS=1 -DHAVE_STRERROR=1 -DHAVE_STRSIGNAL=1 -DHAVE_STRLCPY=0 -DHAVE_FLOCK_DECL=1 -DHAVE_REVOKE_DECL=1 -DHAVE_SYS_ERRLIST_DECL=0 -DHAVE_SYS_SIGLIST_DECL=0 -DHAVE_ST_MTIM=1 -DHAVE_ST_MTIMENSEC=0 -DHAVE_PERSISTENT_HISTORY=1 -Wno-error -dD conftest.c >x ==> checking if the C Preprocessor supports -dD... yes ... done. Generating list of signal names... NSIG=65 ... ABRT=6 FPE=8 ILL=4 INT=2 SEGV=11 TERM=15 ALRM=14 BUS=7 CHLD=17 CONT=18 HUP=1 KILL=9 PIPE=13 QUIT=3 STOP=19 TSTP=20 TTIN=21 TTOU=22 USR1=10 USR2=12 POLL=29 PROF=27 SYS=31 TRAP=5 URG=23 VTALRM=26 XCPU=24 XFSZ=25 WINCH=28 PWR=30 STKFLT=16 done. Build.sh: Finished configuration testing, now producing output. + Running genopt on 'rlimits.opt'... + Running genopt on 'sh_flags.opt'... + Running genopt on 'ulimits.opt'... /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -fno-lto -Wno-deprecated-declarations -fno-asynchronous-unwind-tables -fno-strict-aliasing -fstack-protector-strong -Wall -fwrapv -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DMKSH_BUILDSH -D_GNU_SOURCE -DSETUID_CAN_FAIL_WITH_EAGAIN -DHAVE_STRING_POOLING=2 -DHAVE_ATTRIBUTE_BOUNDED=0 -DHAVE_ATTRIBUTE_FORMAT=1 -DHAVE_ATTRIBUTE_NORETURN=1 -DHAVE_ATTRIBUTE_PURE=1 -DHAVE_ATTRIBUTE_UNUSED=1 -DHAVE_ATTRIBUTE_USED=1 -DHAVE_SYS_TIME_H=1 -DHAVE_TIME_H=1 -DHAVE_BOTH_TIME_H=1 -DHAVE_SYS_BSDTYPES_H=0 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_MKDEV_H=0 -DHAVE_SYS_MMAN_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_SYS_RESOURCE_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_SYSMACROS_H=1 -DHAVE_BSTRING_H=0 -DHAVE_GRP_H=1 -DHAVE_IO_H=0 -DHAVE_LIBGEN_H=1 -DHAVE_LIBUTIL_H=0 -DHAVE_PATHS_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_TERMIOS_H=1 -DHAVE_ULIMIT_H=1 -DHAVE_VALUES_H=1 -DHAVE_CAN_INTTYPES=1 -DHAVE_CAN_UCBINTS=1 -DHAVE_CAN_INT8TYPE=1 -DHAVE_CAN_UCBINT8=1 -DHAVE_SIG_T=1 -DHAVE_SYS_ERRLIST=0 -DHAVE_SYS_SIGNAME=0 -DHAVE_SYS_SIGLIST=0 -DHAVE_FLOCK=1 -DHAVE_LOCK_FCNTL=1 -DHAVE_RLIMIT=1 -DHAVE_RLIM_T=1 -DHAVE_GETRUSAGE=1 -DHAVE_GETSID=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_KILLPG=1 -DHAVE_MEMMOVE=1 -DHAVE_MKNOD=0 -DHAVE_MMAP=1 -DHAVE_FTRUNCATE=1 -DHAVE_NICE=1 -DHAVE_REVOKE=0 -DHAVE_SETLOCALE_CTYPE=1 -DHAVE_LANGINFO_CODESET=1 -DHAVE_SELECT=1 -DHAVE_SETRESUGID=1 -DHAVE_SETGROUPS=1 -DHAVE_STRERROR=1 -DHAVE_STRSIGNAL=1 -DHAVE_STRLCPY=0 -DHAVE_FLOCK_DECL=1 -DHAVE_REVOKE_DECL=1 -DHAVE_SYS_ERRLIST_DECL=0 -DHAVE_SYS_SIGLIST_DECL=0 -DHAVE_ST_MTIM=1 -DHAVE_ST_MTIMENSEC=0 -DHAVE_PERSISTENT_HISTORY=1 -DMKSH_BUILD_R=593 -c lalloc.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -fno-lto -Wno-deprecated-declarations -fno-asynchronous-unwind-tables -fno-strict-aliasing -fstack-protector-strong -Wall -fwrapv -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DMKSH_BUILDSH -D_GNU_SOURCE -DSETUID_CAN_FAIL_WITH_EAGAIN -DHAVE_STRING_POOLING=2 -DHAVE_ATTRIBUTE_BOUNDED=0 -DHAVE_ATTRIBUTE_FORMAT=1 -DHAVE_ATTRIBUTE_NORETURN=1 -DHAVE_ATTRIBUTE_PURE=1 -DHAVE_ATTRIBUTE_UNUSED=1 -DHAVE_ATTRIBUTE_USED=1 -DHAVE_SYS_TIME_H=1 -DHAVE_TIME_H=1 -DHAVE_BOTH_TIME_H=1 -DHAVE_SYS_BSDTYPES_H=0 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_MKDEV_H=0 -DHAVE_SYS_MMAN_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_SYS_RESOURCE_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_SYSMACROS_H=1 -DHAVE_BSTRING_H=0 -DHAVE_GRP_H=1 -DHAVE_IO_H=0 -DHAVE_LIBGEN_H=1 -DHAVE_LIBUTIL_H=0 -DHAVE_PATHS_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_TERMIOS_H=1 -DHAVE_ULIMIT_H=1 -DHAVE_VALUES_H=1 -DHAVE_CAN_INTTYPES=1 -DHAVE_CAN_UCBINTS=1 -DHAVE_CAN_INT8TYPE=1 -DHAVE_CAN_UCBINT8=1 -DHAVE_SIG_T=1 -DHAVE_SYS_ERRLIST=0 -DHAVE_SYS_SIGNAME=0 -DHAVE_SYS_SIGLIST=0 -DHAVE_FLOCK=1 -DHAVE_LOCK_FCNTL=1 -DHAVE_RLIMIT=1 -DHAVE_RLIM_T=1 -DHAVE_GETRUSAGE=1 -DHAVE_GETSID=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_KILLPG=1 -DHAVE_MEMMOVE=1 -DHAVE_MKNOD=0 -DHAVE_MMAP=1 -DHAVE_FTRUNCATE=1 -DHAVE_NICE=1 -DHAVE_REVOKE=0 -DHAVE_SETLOCALE_CTYPE=1 -DHAVE_LANGINFO_CODESET=1 -DHAVE_SELECT=1 -DHAVE_SETRESUGID=1 -DHAVE_SETGROUPS=1 -DHAVE_STRERROR=1 -DHAVE_STRSIGNAL=1 -DHAVE_STRLCPY=0 -DHAVE_FLOCK_DECL=1 -DHAVE_REVOKE_DECL=1 -DHAVE_SYS_ERRLIST_DECL=0 -DHAVE_SYS_SIGLIST_DECL=0 -DHAVE_ST_MTIM=1 -DHAVE_ST_MTIMENSEC=0 -DHAVE_PERSISTENT_HISTORY=1 -DMKSH_BUILD_R=593 -c edit.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -fno-lto -Wno-deprecated-declarations -fno-asynchronous-unwind-tables -fno-strict-aliasing -fstack-protector-strong -Wall -fwrapv -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DMKSH_BUILDSH -D_GNU_SOURCE -DSETUID_CAN_FAIL_WITH_EAGAIN -DHAVE_STRING_POOLING=2 -DHAVE_ATTRIBUTE_BOUNDED=0 -DHAVE_ATTRIBUTE_FORMAT=1 -DHAVE_ATTRIBUTE_NORETURN=1 -DHAVE_ATTRIBUTE_PURE=1 -DHAVE_ATTRIBUTE_UNUSED=1 -DHAVE_ATTRIBUTE_USED=1 -DHAVE_SYS_TIME_H=1 -DHAVE_TIME_H=1 -DHAVE_BOTH_TIME_H=1 -DHAVE_SYS_BSDTYPES_H=0 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_MKDEV_H=0 -DHAVE_SYS_MMAN_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_SYS_RESOURCE_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_SYSMACROS_H=1 -DHAVE_BSTRING_H=0 -DHAVE_GRP_H=1 -DHAVE_IO_H=0 -DHAVE_LIBGEN_H=1 -DHAVE_LIBUTIL_H=0 -DHAVE_PATHS_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_TERMIOS_H=1 -DHAVE_ULIMIT_H=1 -DHAVE_VALUES_H=1 -DHAVE_CAN_INTTYPES=1 -DHAVE_CAN_UCBINTS=1 -DHAVE_CAN_INT8TYPE=1 -DHAVE_CAN_UCBINT8=1 -DHAVE_SIG_T=1 -DHAVE_SYS_ERRLIST=0 -DHAVE_SYS_SIGNAME=0 -DHAVE_SYS_SIGLIST=0 -DHAVE_FLOCK=1 -DHAVE_LOCK_FCNTL=1 -DHAVE_RLIMIT=1 -DHAVE_RLIM_T=1 -DHAVE_GETRUSAGE=1 -DHAVE_GETSID=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_KILLPG=1 -DHAVE_MEMMOVE=1 -DHAVE_MKNOD=0 -DHAVE_MMAP=1 -DHAVE_FTRUNCATE=1 -DHAVE_NICE=1 -DHAVE_REVOKE=0 -DHAVE_SETLOCALE_CTYPE=1 -DHAVE_LANGINFO_CODESET=1 -DHAVE_SELECT=1 -DHAVE_SETRESUGID=1 -DHAVE_SETGROUPS=1 -DHAVE_STRERROR=1 -DHAVE_STRSIGNAL=1 -DHAVE_STRLCPY=0 -DHAVE_FLOCK_DECL=1 -DHAVE_REVOKE_DECL=1 -DHAVE_SYS_ERRLIST_DECL=0 -DHAVE_SYS_SIGLIST_DECL=0 -DHAVE_ST_MTIM=1 -DHAVE_ST_MTIMENSEC=0 -DHAVE_PERSISTENT_HISTORY=1 -DMKSH_BUILD_R=593 -c eval.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -fno-lto -Wno-deprecated-declarations -fno-asynchronous-unwind-tables -fno-strict-aliasing -fstack-protector-strong -Wall -fwrapv -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DMKSH_BUILDSH -D_GNU_SOURCE -DSETUID_CAN_FAIL_WITH_EAGAIN -DHAVE_STRING_POOLING=2 -DHAVE_ATTRIBUTE_BOUNDED=0 -DHAVE_ATTRIBUTE_FORMAT=1 -DHAVE_ATTRIBUTE_NORETURN=1 -DHAVE_ATTRIBUTE_PURE=1 -DHAVE_ATTRIBUTE_UNUSED=1 -DHAVE_ATTRIBUTE_USED=1 -DHAVE_SYS_TIME_H=1 -DHAVE_TIME_H=1 -DHAVE_BOTH_TIME_H=1 -DHAVE_SYS_BSDTYPES_H=0 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_MKDEV_H=0 -DHAVE_SYS_MMAN_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_SYS_RESOURCE_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_SYSMACROS_H=1 -DHAVE_BSTRING_H=0 -DHAVE_GRP_H=1 -DHAVE_IO_H=0 -DHAVE_LIBGEN_H=1 -DHAVE_LIBUTIL_H=0 -DHAVE_PATHS_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_TERMIOS_H=1 -DHAVE_ULIMIT_H=1 -DHAVE_VALUES_H=1 -DHAVE_CAN_INTTYPES=1 -DHAVE_CAN_UCBINTS=1 -DHAVE_CAN_INT8TYPE=1 -DHAVE_CAN_UCBINT8=1 -DHAVE_SIG_T=1 -DHAVE_SYS_ERRLIST=0 -DHAVE_SYS_SIGNAME=0 -DHAVE_SYS_SIGLIST=0 -DHAVE_FLOCK=1 -DHAVE_LOCK_FCNTL=1 -DHAVE_RLIMIT=1 -DHAVE_RLIM_T=1 -DHAVE_GETRUSAGE=1 -DHAVE_GETSID=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_KILLPG=1 -DHAVE_MEMMOVE=1 -DHAVE_MKNOD=0 -DHAVE_MMAP=1 -DHAVE_FTRUNCATE=1 -DHAVE_NICE=1 -DHAVE_REVOKE=0 -DHAVE_SETLOCALE_CTYPE=1 -DHAVE_LANGINFO_CODESET=1 -DHAVE_SELECT=1 -DHAVE_SETRESUGID=1 -DHAVE_SETGROUPS=1 -DHAVE_STRERROR=1 -DHAVE_STRSIGNAL=1 -DHAVE_STRLCPY=0 -DHAVE_FLOCK_DECL=1 -DHAVE_REVOKE_DECL=1 -DHAVE_SYS_ERRLIST_DECL=0 -DHAVE_SYS_SIGLIST_DECL=0 -DHAVE_ST_MTIM=1 -DHAVE_ST_MTIMENSEC=0 -DHAVE_PERSISTENT_HISTORY=1 -DMKSH_BUILD_R=593 -c exec.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -fno-lto -Wno-deprecated-declarations -fno-asynchronous-unwind-tables -fno-strict-aliasing -fstack-protector-strong -Wall -fwrapv -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DMKSH_BUILDSH -D_GNU_SOURCE -DSETUID_CAN_FAIL_WITH_EAGAIN -DHAVE_STRING_POOLING=2 -DHAVE_ATTRIBUTE_BOUNDED=0 -DHAVE_ATTRIBUTE_FORMAT=1 -DHAVE_ATTRIBUTE_NORETURN=1 -DHAVE_ATTRIBUTE_PURE=1 -DHAVE_ATTRIBUTE_UNUSED=1 -DHAVE_ATTRIBUTE_USED=1 -DHAVE_SYS_TIME_H=1 -DHAVE_TIME_H=1 -DHAVE_BOTH_TIME_H=1 -DHAVE_SYS_BSDTYPES_H=0 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_MKDEV_H=0 -DHAVE_SYS_MMAN_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_SYS_RESOURCE_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_SYSMACROS_H=1 -DHAVE_BSTRING_H=0 -DHAVE_GRP_H=1 -DHAVE_IO_H=0 -DHAVE_LIBGEN_H=1 -DHAVE_LIBUTIL_H=0 -DHAVE_PATHS_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_TERMIOS_H=1 -DHAVE_ULIMIT_H=1 -DHAVE_VALUES_H=1 -DHAVE_CAN_INTTYPES=1 -DHAVE_CAN_UCBINTS=1 -DHAVE_CAN_INT8TYPE=1 -DHAVE_CAN_UCBINT8=1 -DHAVE_SIG_T=1 -DHAVE_SYS_ERRLIST=0 -DHAVE_SYS_SIGNAME=0 -DHAVE_SYS_SIGLIST=0 -DHAVE_FLOCK=1 -DHAVE_LOCK_FCNTL=1 -DHAVE_RLIMIT=1 -DHAVE_RLIM_T=1 -DHAVE_GETRUSAGE=1 -DHAVE_GETSID=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_KILLPG=1 -DHAVE_MEMMOVE=1 -DHAVE_MKNOD=0 -DHAVE_MMAP=1 -DHAVE_FTRUNCATE=1 -DHAVE_NICE=1 -DHAVE_REVOKE=0 -DHAVE_SETLOCALE_CTYPE=1 -DHAVE_LANGINFO_CODESET=1 -DHAVE_SELECT=1 -DHAVE_SETRESUGID=1 -DHAVE_SETGROUPS=1 -DHAVE_STRERROR=1 -DHAVE_STRSIGNAL=1 -DHAVE_STRLCPY=0 -DHAVE_FLOCK_DECL=1 -DHAVE_REVOKE_DECL=1 -DHAVE_SYS_ERRLIST_DECL=0 -DHAVE_SYS_SIGLIST_DECL=0 -DHAVE_ST_MTIM=1 -DHAVE_ST_MTIMENSEC=0 -DHAVE_PERSISTENT_HISTORY=1 -DMKSH_BUILD_R=593 -c expr.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -fno-lto -Wno-deprecated-declarations -fno-asynchronous-unwind-tables -fno-strict-aliasing -fstack-protector-strong -Wall -fwrapv -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DMKSH_BUILDSH -D_GNU_SOURCE -DSETUID_CAN_FAIL_WITH_EAGAIN -DHAVE_STRING_POOLING=2 -DHAVE_ATTRIBUTE_BOUNDED=0 -DHAVE_ATTRIBUTE_FORMAT=1 -DHAVE_ATTRIBUTE_NORETURN=1 -DHAVE_ATTRIBUTE_PURE=1 -DHAVE_ATTRIBUTE_UNUSED=1 -DHAVE_ATTRIBUTE_USED=1 -DHAVE_SYS_TIME_H=1 -DHAVE_TIME_H=1 -DHAVE_BOTH_TIME_H=1 -DHAVE_SYS_BSDTYPES_H=0 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_MKDEV_H=0 -DHAVE_SYS_MMAN_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_SYS_RESOURCE_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_SYSMACROS_H=1 -DHAVE_BSTRING_H=0 -DHAVE_GRP_H=1 -DHAVE_IO_H=0 -DHAVE_LIBGEN_H=1 -DHAVE_LIBUTIL_H=0 -DHAVE_PATHS_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_TERMIOS_H=1 -DHAVE_ULIMIT_H=1 -DHAVE_VALUES_H=1 -DHAVE_CAN_INTTYPES=1 -DHAVE_CAN_UCBINTS=1 -DHAVE_CAN_INT8TYPE=1 -DHAVE_CAN_UCBINT8=1 -DHAVE_SIG_T=1 -DHAVE_SYS_ERRLIST=0 -DHAVE_SYS_SIGNAME=0 -DHAVE_SYS_SIGLIST=0 -DHAVE_FLOCK=1 -DHAVE_LOCK_FCNTL=1 -DHAVE_RLIMIT=1 -DHAVE_RLIM_T=1 -DHAVE_GETRUSAGE=1 -DHAVE_GETSID=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_KILLPG=1 -DHAVE_MEMMOVE=1 -DHAVE_MKNOD=0 -DHAVE_MMAP=1 -DHAVE_FTRUNCATE=1 -DHAVE_NICE=1 -DHAVE_REVOKE=0 -DHAVE_SETLOCALE_CTYPE=1 -DHAVE_LANGINFO_CODESET=1 -DHAVE_SELECT=1 -DHAVE_SETRESUGID=1 -DHAVE_SETGROUPS=1 -DHAVE_STRERROR=1 -DHAVE_STRSIGNAL=1 -DHAVE_STRLCPY=0 -DHAVE_FLOCK_DECL=1 -DHAVE_REVOKE_DECL=1 -DHAVE_SYS_ERRLIST_DECL=0 -DHAVE_SYS_SIGLIST_DECL=0 -DHAVE_ST_MTIM=1 -DHAVE_ST_MTIMENSEC=0 -DHAVE_PERSISTENT_HISTORY=1 -DMKSH_BUILD_R=593 -c funcs.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -fno-lto -Wno-deprecated-declarations -fno-asynchronous-unwind-tables -fno-strict-aliasing -fstack-protector-strong -Wall -fwrapv -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DMKSH_BUILDSH -D_GNU_SOURCE -DSETUID_CAN_FAIL_WITH_EAGAIN -DHAVE_STRING_POOLING=2 -DHAVE_ATTRIBUTE_BOUNDED=0 -DHAVE_ATTRIBUTE_FORMAT=1 -DHAVE_ATTRIBUTE_NORETURN=1 -DHAVE_ATTRIBUTE_PURE=1 -DHAVE_ATTRIBUTE_UNUSED=1 -DHAVE_ATTRIBUTE_USED=1 -DHAVE_SYS_TIME_H=1 -DHAVE_TIME_H=1 -DHAVE_BOTH_TIME_H=1 -DHAVE_SYS_BSDTYPES_H=0 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_MKDEV_H=0 -DHAVE_SYS_MMAN_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_SYS_RESOURCE_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_SYSMACROS_H=1 -DHAVE_BSTRING_H=0 -DHAVE_GRP_H=1 -DHAVE_IO_H=0 -DHAVE_LIBGEN_H=1 -DHAVE_LIBUTIL_H=0 -DHAVE_PATHS_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_TERMIOS_H=1 -DHAVE_ULIMIT_H=1 -DHAVE_VALUES_H=1 -DHAVE_CAN_INTTYPES=1 -DHAVE_CAN_UCBINTS=1 -DHAVE_CAN_INT8TYPE=1 -DHAVE_CAN_UCBINT8=1 -DHAVE_SIG_T=1 -DHAVE_SYS_ERRLIST=0 -DHAVE_SYS_SIGNAME=0 -DHAVE_SYS_SIGLIST=0 -DHAVE_FLOCK=1 -DHAVE_LOCK_FCNTL=1 -DHAVE_RLIMIT=1 -DHAVE_RLIM_T=1 -DHAVE_GETRUSAGE=1 -DHAVE_GETSID=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_KILLPG=1 -DHAVE_MEMMOVE=1 -DHAVE_MKNOD=0 -DHAVE_MMAP=1 -DHAVE_FTRUNCATE=1 -DHAVE_NICE=1 -DHAVE_REVOKE=0 -DHAVE_SETLOCALE_CTYPE=1 -DHAVE_LANGINFO_CODESET=1 -DHAVE_SELECT=1 -DHAVE_SETRESUGID=1 -DHAVE_SETGROUPS=1 -DHAVE_STRERROR=1 -DHAVE_STRSIGNAL=1 -DHAVE_STRLCPY=0 -DHAVE_FLOCK_DECL=1 -DHAVE_REVOKE_DECL=1 -DHAVE_SYS_ERRLIST_DECL=0 -DHAVE_SYS_SIGLIST_DECL=0 -DHAVE_ST_MTIM=1 -DHAVE_ST_MTIMENSEC=0 -DHAVE_PERSISTENT_HISTORY=1 -DMKSH_BUILD_R=593 -c histrap.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -fno-lto -Wno-deprecated-declarations -fno-asynchronous-unwind-tables -fno-strict-aliasing -fstack-protector-strong -Wall -fwrapv -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DMKSH_BUILDSH -D_GNU_SOURCE -DSETUID_CAN_FAIL_WITH_EAGAIN -DHAVE_STRING_POOLING=2 -DHAVE_ATTRIBUTE_BOUNDED=0 -DHAVE_ATTRIBUTE_FORMAT=1 -DHAVE_ATTRIBUTE_NORETURN=1 -DHAVE_ATTRIBUTE_PURE=1 -DHAVE_ATTRIBUTE_UNUSED=1 -DHAVE_ATTRIBUTE_USED=1 -DHAVE_SYS_TIME_H=1 -DHAVE_TIME_H=1 -DHAVE_BOTH_TIME_H=1 -DHAVE_SYS_BSDTYPES_H=0 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_MKDEV_H=0 -DHAVE_SYS_MMAN_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_SYS_RESOURCE_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_SYSMACROS_H=1 -DHAVE_BSTRING_H=0 -DHAVE_GRP_H=1 -DHAVE_IO_H=0 -DHAVE_LIBGEN_H=1 -DHAVE_LIBUTIL_H=0 -DHAVE_PATHS_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_TERMIOS_H=1 -DHAVE_ULIMIT_H=1 -DHAVE_VALUES_H=1 -DHAVE_CAN_INTTYPES=1 -DHAVE_CAN_UCBINTS=1 -DHAVE_CAN_INT8TYPE=1 -DHAVE_CAN_UCBINT8=1 -DHAVE_SIG_T=1 -DHAVE_SYS_ERRLIST=0 -DHAVE_SYS_SIGNAME=0 -DHAVE_SYS_SIGLIST=0 -DHAVE_FLOCK=1 -DHAVE_LOCK_FCNTL=1 -DHAVE_RLIMIT=1 -DHAVE_RLIM_T=1 -DHAVE_GETRUSAGE=1 -DHAVE_GETSID=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_KILLPG=1 -DHAVE_MEMMOVE=1 -DHAVE_MKNOD=0 -DHAVE_MMAP=1 -DHAVE_FTRUNCATE=1 -DHAVE_NICE=1 -DHAVE_REVOKE=0 -DHAVE_SETLOCALE_CTYPE=1 -DHAVE_LANGINFO_CODESET=1 -DHAVE_SELECT=1 -DHAVE_SETRESUGID=1 -DHAVE_SETGROUPS=1 -DHAVE_STRERROR=1 -DHAVE_STRSIGNAL=1 -DHAVE_STRLCPY=0 -DHAVE_FLOCK_DECL=1 -DHAVE_REVOKE_DECL=1 -DHAVE_SYS_ERRLIST_DECL=0 -DHAVE_SYS_SIGLIST_DECL=0 -DHAVE_ST_MTIM=1 -DHAVE_ST_MTIMENSEC=0 -DHAVE_PERSISTENT_HISTORY=1 -DMKSH_BUILD_R=593 -c jobs.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -fno-lto -Wno-deprecated-declarations -fno-asynchronous-unwind-tables -fno-strict-aliasing -fstack-protector-strong -Wall -fwrapv -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DMKSH_BUILDSH -D_GNU_SOURCE -DSETUID_CAN_FAIL_WITH_EAGAIN -DHAVE_STRING_POOLING=2 -DHAVE_ATTRIBUTE_BOUNDED=0 -DHAVE_ATTRIBUTE_FORMAT=1 -DHAVE_ATTRIBUTE_NORETURN=1 -DHAVE_ATTRIBUTE_PURE=1 -DHAVE_ATTRIBUTE_UNUSED=1 -DHAVE_ATTRIBUTE_USED=1 -DHAVE_SYS_TIME_H=1 -DHAVE_TIME_H=1 -DHAVE_BOTH_TIME_H=1 -DHAVE_SYS_BSDTYPES_H=0 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_MKDEV_H=0 -DHAVE_SYS_MMAN_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_SYS_RESOURCE_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_SYSMACROS_H=1 -DHAVE_BSTRING_H=0 -DHAVE_GRP_H=1 -DHAVE_IO_H=0 -DHAVE_LIBGEN_H=1 -DHAVE_LIBUTIL_H=0 -DHAVE_PATHS_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_TERMIOS_H=1 -DHAVE_ULIMIT_H=1 -DHAVE_VALUES_H=1 -DHAVE_CAN_INTTYPES=1 -DHAVE_CAN_UCBINTS=1 -DHAVE_CAN_INT8TYPE=1 -DHAVE_CAN_UCBINT8=1 -DHAVE_SIG_T=1 -DHAVE_SYS_ERRLIST=0 -DHAVE_SYS_SIGNAME=0 -DHAVE_SYS_SIGLIST=0 -DHAVE_FLOCK=1 -DHAVE_LOCK_FCNTL=1 -DHAVE_RLIMIT=1 -DHAVE_RLIM_T=1 -DHAVE_GETRUSAGE=1 -DHAVE_GETSID=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_KILLPG=1 -DHAVE_MEMMOVE=1 -DHAVE_MKNOD=0 -DHAVE_MMAP=1 -DHAVE_FTRUNCATE=1 -DHAVE_NICE=1 -DHAVE_REVOKE=0 -DHAVE_SETLOCALE_CTYPE=1 -DHAVE_LANGINFO_CODESET=1 -DHAVE_SELECT=1 -DHAVE_SETRESUGID=1 -DHAVE_SETGROUPS=1 -DHAVE_STRERROR=1 -DHAVE_STRSIGNAL=1 -DHAVE_STRLCPY=0 -DHAVE_FLOCK_DECL=1 -DHAVE_REVOKE_DECL=1 -DHAVE_SYS_ERRLIST_DECL=0 -DHAVE_SYS_SIGLIST_DECL=0 -DHAVE_ST_MTIM=1 -DHAVE_ST_MTIMENSEC=0 -DHAVE_PERSISTENT_HISTORY=1 -DMKSH_BUILD_R=593 -c lex.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -fno-lto -Wno-deprecated-declarations -fno-asynchronous-unwind-tables -fno-strict-aliasing -fstack-protector-strong -Wall -fwrapv -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DMKSH_BUILDSH -D_GNU_SOURCE -DSETUID_CAN_FAIL_WITH_EAGAIN -DHAVE_STRING_POOLING=2 -DHAVE_ATTRIBUTE_BOUNDED=0 -DHAVE_ATTRIBUTE_FORMAT=1 -DHAVE_ATTRIBUTE_NORETURN=1 -DHAVE_ATTRIBUTE_PURE=1 -DHAVE_ATTRIBUTE_UNUSED=1 -DHAVE_ATTRIBUTE_USED=1 -DHAVE_SYS_TIME_H=1 -DHAVE_TIME_H=1 -DHAVE_BOTH_TIME_H=1 -DHAVE_SYS_BSDTYPES_H=0 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_MKDEV_H=0 -DHAVE_SYS_MMAN_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_SYS_RESOURCE_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_SYSMACROS_H=1 -DHAVE_BSTRING_H=0 -DHAVE_GRP_H=1 -DHAVE_IO_H=0 -DHAVE_LIBGEN_H=1 -DHAVE_LIBUTIL_H=0 -DHAVE_PATHS_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_TERMIOS_H=1 -DHAVE_ULIMIT_H=1 -DHAVE_VALUES_H=1 -DHAVE_CAN_INTTYPES=1 -DHAVE_CAN_UCBINTS=1 -DHAVE_CAN_INT8TYPE=1 -DHAVE_CAN_UCBINT8=1 -DHAVE_SIG_T=1 -DHAVE_SYS_ERRLIST=0 -DHAVE_SYS_SIGNAME=0 -DHAVE_SYS_SIGLIST=0 -DHAVE_FLOCK=1 -DHAVE_LOCK_FCNTL=1 -DHAVE_RLIMIT=1 -DHAVE_RLIM_T=1 -DHAVE_GETRUSAGE=1 -DHAVE_GETSID=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_KILLPG=1 -DHAVE_MEMMOVE=1 -DHAVE_MKNOD=0 -DHAVE_MMAP=1 -DHAVE_FTRUNCATE=1 -DHAVE_NICE=1 -DHAVE_REVOKE=0 -DHAVE_SETLOCALE_CTYPE=1 -DHAVE_LANGINFO_CODESET=1 -DHAVE_SELECT=1 -DHAVE_SETRESUGID=1 -DHAVE_SETGROUPS=1 -DHAVE_STRERROR=1 -DHAVE_STRSIGNAL=1 -DHAVE_STRLCPY=0 -DHAVE_FLOCK_DECL=1 -DHAVE_REVOKE_DECL=1 -DHAVE_SYS_ERRLIST_DECL=0 -DHAVE_SYS_SIGLIST_DECL=0 -DHAVE_ST_MTIM=1 -DHAVE_ST_MTIMENSEC=0 -DHAVE_PERSISTENT_HISTORY=1 -DMKSH_BUILD_R=593 -c main.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -fno-lto -Wno-deprecated-declarations -fno-asynchronous-unwind-tables -fno-strict-aliasing -fstack-protector-strong -Wall -fwrapv -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DMKSH_BUILDSH -D_GNU_SOURCE -DSETUID_CAN_FAIL_WITH_EAGAIN -DHAVE_STRING_POOLING=2 -DHAVE_ATTRIBUTE_BOUNDED=0 -DHAVE_ATTRIBUTE_FORMAT=1 -DHAVE_ATTRIBUTE_NORETURN=1 -DHAVE_ATTRIBUTE_PURE=1 -DHAVE_ATTRIBUTE_UNUSED=1 -DHAVE_ATTRIBUTE_USED=1 -DHAVE_SYS_TIME_H=1 -DHAVE_TIME_H=1 -DHAVE_BOTH_TIME_H=1 -DHAVE_SYS_BSDTYPES_H=0 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_MKDEV_H=0 -DHAVE_SYS_MMAN_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_SYS_RESOURCE_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_SYSMACROS_H=1 -DHAVE_BSTRING_H=0 -DHAVE_GRP_H=1 -DHAVE_IO_H=0 -DHAVE_LIBGEN_H=1 -DHAVE_LIBUTIL_H=0 -DHAVE_PATHS_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_TERMIOS_H=1 -DHAVE_ULIMIT_H=1 -DHAVE_VALUES_H=1 -DHAVE_CAN_INTTYPES=1 -DHAVE_CAN_UCBINTS=1 -DHAVE_CAN_INT8TYPE=1 -DHAVE_CAN_UCBINT8=1 -DHAVE_SIG_T=1 -DHAVE_SYS_ERRLIST=0 -DHAVE_SYS_SIGNAME=0 -DHAVE_SYS_SIGLIST=0 -DHAVE_FLOCK=1 -DHAVE_LOCK_FCNTL=1 -DHAVE_RLIMIT=1 -DHAVE_RLIM_T=1 -DHAVE_GETRUSAGE=1 -DHAVE_GETSID=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_KILLPG=1 -DHAVE_MEMMOVE=1 -DHAVE_MKNOD=0 -DHAVE_MMAP=1 -DHAVE_FTRUNCATE=1 -DHAVE_NICE=1 -DHAVE_REVOKE=0 -DHAVE_SETLOCALE_CTYPE=1 -DHAVE_LANGINFO_CODESET=1 -DHAVE_SELECT=1 -DHAVE_SETRESUGID=1 -DHAVE_SETGROUPS=1 -DHAVE_STRERROR=1 -DHAVE_STRSIGNAL=1 -DHAVE_STRLCPY=0 -DHAVE_FLOCK_DECL=1 -DHAVE_REVOKE_DECL=1 -DHAVE_SYS_ERRLIST_DECL=0 -DHAVE_SYS_SIGLIST_DECL=0 -DHAVE_ST_MTIM=1 -DHAVE_ST_MTIMENSEC=0 -DHAVE_PERSISTENT_HISTORY=1 -DMKSH_BUILD_R=593 -c misc.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -fno-lto -Wno-deprecated-declarations -fno-asynchronous-unwind-tables -fno-strict-aliasing -fstack-protector-strong -Wall -fwrapv -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DMKSH_BUILDSH -D_GNU_SOURCE -DSETUID_CAN_FAIL_WITH_EAGAIN -DHAVE_STRING_POOLING=2 -DHAVE_ATTRIBUTE_BOUNDED=0 -DHAVE_ATTRIBUTE_FORMAT=1 -DHAVE_ATTRIBUTE_NORETURN=1 -DHAVE_ATTRIBUTE_PURE=1 -DHAVE_ATTRIBUTE_UNUSED=1 -DHAVE_ATTRIBUTE_USED=1 -DHAVE_SYS_TIME_H=1 -DHAVE_TIME_H=1 -DHAVE_BOTH_TIME_H=1 -DHAVE_SYS_BSDTYPES_H=0 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_MKDEV_H=0 -DHAVE_SYS_MMAN_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_SYS_RESOURCE_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_SYSMACROS_H=1 -DHAVE_BSTRING_H=0 -DHAVE_GRP_H=1 -DHAVE_IO_H=0 -DHAVE_LIBGEN_H=1 -DHAVE_LIBUTIL_H=0 -DHAVE_PATHS_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_TERMIOS_H=1 -DHAVE_ULIMIT_H=1 -DHAVE_VALUES_H=1 -DHAVE_CAN_INTTYPES=1 -DHAVE_CAN_UCBINTS=1 -DHAVE_CAN_INT8TYPE=1 -DHAVE_CAN_UCBINT8=1 -DHAVE_SIG_T=1 -DHAVE_SYS_ERRLIST=0 -DHAVE_SYS_SIGNAME=0 -DHAVE_SYS_SIGLIST=0 -DHAVE_FLOCK=1 -DHAVE_LOCK_FCNTL=1 -DHAVE_RLIMIT=1 -DHAVE_RLIM_T=1 -DHAVE_GETRUSAGE=1 -DHAVE_GETSID=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_KILLPG=1 -DHAVE_MEMMOVE=1 -DHAVE_MKNOD=0 -DHAVE_MMAP=1 -DHAVE_FTRUNCATE=1 -DHAVE_NICE=1 -DHAVE_REVOKE=0 -DHAVE_SETLOCALE_CTYPE=1 -DHAVE_LANGINFO_CODESET=1 -DHAVE_SELECT=1 -DHAVE_SETRESUGID=1 -DHAVE_SETGROUPS=1 -DHAVE_STRERROR=1 -DHAVE_STRSIGNAL=1 -DHAVE_STRLCPY=0 -DHAVE_FLOCK_DECL=1 -DHAVE_REVOKE_DECL=1 -DHAVE_SYS_ERRLIST_DECL=0 -DHAVE_SYS_SIGLIST_DECL=0 -DHAVE_ST_MTIM=1 -DHAVE_ST_MTIMENSEC=0 -DHAVE_PERSISTENT_HISTORY=1 -DMKSH_BUILD_R=593 -c shf.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -fno-lto -Wno-deprecated-declarations -fno-asynchronous-unwind-tables -fno-strict-aliasing -fstack-protector-strong -Wall -fwrapv -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DMKSH_BUILDSH -D_GNU_SOURCE -DSETUID_CAN_FAIL_WITH_EAGAIN -DHAVE_STRING_POOLING=2 -DHAVE_ATTRIBUTE_BOUNDED=0 -DHAVE_ATTRIBUTE_FORMAT=1 -DHAVE_ATTRIBUTE_NORETURN=1 -DHAVE_ATTRIBUTE_PURE=1 -DHAVE_ATTRIBUTE_UNUSED=1 -DHAVE_ATTRIBUTE_USED=1 -DHAVE_SYS_TIME_H=1 -DHAVE_TIME_H=1 -DHAVE_BOTH_TIME_H=1 -DHAVE_SYS_BSDTYPES_H=0 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_MKDEV_H=0 -DHAVE_SYS_MMAN_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_SYS_RESOURCE_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_SYSMACROS_H=1 -DHAVE_BSTRING_H=0 -DHAVE_GRP_H=1 -DHAVE_IO_H=0 -DHAVE_LIBGEN_H=1 -DHAVE_LIBUTIL_H=0 -DHAVE_PATHS_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_TERMIOS_H=1 -DHAVE_ULIMIT_H=1 -DHAVE_VALUES_H=1 -DHAVE_CAN_INTTYPES=1 -DHAVE_CAN_UCBINTS=1 -DHAVE_CAN_INT8TYPE=1 -DHAVE_CAN_UCBINT8=1 -DHAVE_SIG_T=1 -DHAVE_SYS_ERRLIST=0 -DHAVE_SYS_SIGNAME=0 -DHAVE_SYS_SIGLIST=0 -DHAVE_FLOCK=1 -DHAVE_LOCK_FCNTL=1 -DHAVE_RLIMIT=1 -DHAVE_RLIM_T=1 -DHAVE_GETRUSAGE=1 -DHAVE_GETSID=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_KILLPG=1 -DHAVE_MEMMOVE=1 -DHAVE_MKNOD=0 -DHAVE_MMAP=1 -DHAVE_FTRUNCATE=1 -DHAVE_NICE=1 -DHAVE_REVOKE=0 -DHAVE_SETLOCALE_CTYPE=1 -DHAVE_LANGINFO_CODESET=1 -DHAVE_SELECT=1 -DHAVE_SETRESUGID=1 -DHAVE_SETGROUPS=1 -DHAVE_STRERROR=1 -DHAVE_STRSIGNAL=1 -DHAVE_STRLCPY=0 -DHAVE_FLOCK_DECL=1 -DHAVE_REVOKE_DECL=1 -DHAVE_SYS_ERRLIST_DECL=0 -DHAVE_SYS_SIGLIST_DECL=0 -DHAVE_ST_MTIM=1 -DHAVE_ST_MTIMENSEC=0 -DHAVE_PERSISTENT_HISTORY=1 -DMKSH_BUILD_R=593 -c syn.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -fno-lto -Wno-deprecated-declarations -fno-asynchronous-unwind-tables -fno-strict-aliasing -fstack-protector-strong -Wall -fwrapv -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DMKSH_BUILDSH -D_GNU_SOURCE -DSETUID_CAN_FAIL_WITH_EAGAIN -DHAVE_STRING_POOLING=2 -DHAVE_ATTRIBUTE_BOUNDED=0 -DHAVE_ATTRIBUTE_FORMAT=1 -DHAVE_ATTRIBUTE_NORETURN=1 -DHAVE_ATTRIBUTE_PURE=1 -DHAVE_ATTRIBUTE_UNUSED=1 -DHAVE_ATTRIBUTE_USED=1 -DHAVE_SYS_TIME_H=1 -DHAVE_TIME_H=1 -DHAVE_BOTH_TIME_H=1 -DHAVE_SYS_BSDTYPES_H=0 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_MKDEV_H=0 -DHAVE_SYS_MMAN_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_SYS_RESOURCE_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_SYSMACROS_H=1 -DHAVE_BSTRING_H=0 -DHAVE_GRP_H=1 -DHAVE_IO_H=0 -DHAVE_LIBGEN_H=1 -DHAVE_LIBUTIL_H=0 -DHAVE_PATHS_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_TERMIOS_H=1 -DHAVE_ULIMIT_H=1 -DHAVE_VALUES_H=1 -DHAVE_CAN_INTTYPES=1 -DHAVE_CAN_UCBINTS=1 -DHAVE_CAN_INT8TYPE=1 -DHAVE_CAN_UCBINT8=1 -DHAVE_SIG_T=1 -DHAVE_SYS_ERRLIST=0 -DHAVE_SYS_SIGNAME=0 -DHAVE_SYS_SIGLIST=0 -DHAVE_FLOCK=1 -DHAVE_LOCK_FCNTL=1 -DHAVE_RLIMIT=1 -DHAVE_RLIM_T=1 -DHAVE_GETRUSAGE=1 -DHAVE_GETSID=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_KILLPG=1 -DHAVE_MEMMOVE=1 -DHAVE_MKNOD=0 -DHAVE_MMAP=1 -DHAVE_FTRUNCATE=1 -DHAVE_NICE=1 -DHAVE_REVOKE=0 -DHAVE_SETLOCALE_CTYPE=1 -DHAVE_LANGINFO_CODESET=1 -DHAVE_SELECT=1 -DHAVE_SETRESUGID=1 -DHAVE_SETGROUPS=1 -DHAVE_STRERROR=1 -DHAVE_STRSIGNAL=1 -DHAVE_STRLCPY=0 -DHAVE_FLOCK_DECL=1 -DHAVE_REVOKE_DECL=1 -DHAVE_SYS_ERRLIST_DECL=0 -DHAVE_SYS_SIGLIST_DECL=0 -DHAVE_ST_MTIM=1 -DHAVE_ST_MTIMENSEC=0 -DHAVE_PERSISTENT_HISTORY=1 -DMKSH_BUILD_R=593 -c tree.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -fno-lto -Wno-deprecated-declarations -fno-asynchronous-unwind-tables -fno-strict-aliasing -fstack-protector-strong -Wall -fwrapv -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DMKSH_BUILDSH -D_GNU_SOURCE -DSETUID_CAN_FAIL_WITH_EAGAIN -DHAVE_STRING_POOLING=2 -DHAVE_ATTRIBUTE_BOUNDED=0 -DHAVE_ATTRIBUTE_FORMAT=1 -DHAVE_ATTRIBUTE_NORETURN=1 -DHAVE_ATTRIBUTE_PURE=1 -DHAVE_ATTRIBUTE_UNUSED=1 -DHAVE_ATTRIBUTE_USED=1 -DHAVE_SYS_TIME_H=1 -DHAVE_TIME_H=1 -DHAVE_BOTH_TIME_H=1 -DHAVE_SYS_BSDTYPES_H=0 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_MKDEV_H=0 -DHAVE_SYS_MMAN_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_SYS_RESOURCE_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_SYSMACROS_H=1 -DHAVE_BSTRING_H=0 -DHAVE_GRP_H=1 -DHAVE_IO_H=0 -DHAVE_LIBGEN_H=1 -DHAVE_LIBUTIL_H=0 -DHAVE_PATHS_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_TERMIOS_H=1 -DHAVE_ULIMIT_H=1 -DHAVE_VALUES_H=1 -DHAVE_CAN_INTTYPES=1 -DHAVE_CAN_UCBINTS=1 -DHAVE_CAN_INT8TYPE=1 -DHAVE_CAN_UCBINT8=1 -DHAVE_SIG_T=1 -DHAVE_SYS_ERRLIST=0 -DHAVE_SYS_SIGNAME=0 -DHAVE_SYS_SIGLIST=0 -DHAVE_FLOCK=1 -DHAVE_LOCK_FCNTL=1 -DHAVE_RLIMIT=1 -DHAVE_RLIM_T=1 -DHAVE_GETRUSAGE=1 -DHAVE_GETSID=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_KILLPG=1 -DHAVE_MEMMOVE=1 -DHAVE_MKNOD=0 -DHAVE_MMAP=1 -DHAVE_FTRUNCATE=1 -DHAVE_NICE=1 -DHAVE_REVOKE=0 -DHAVE_SETLOCALE_CTYPE=1 -DHAVE_LANGINFO_CODESET=1 -DHAVE_SELECT=1 -DHAVE_SETRESUGID=1 -DHAVE_SETGROUPS=1 -DHAVE_STRERROR=1 -DHAVE_STRSIGNAL=1 -DHAVE_STRLCPY=0 -DHAVE_FLOCK_DECL=1 -DHAVE_REVOKE_DECL=1 -DHAVE_SYS_ERRLIST_DECL=0 -DHAVE_SYS_SIGLIST_DECL=0 -DHAVE_ST_MTIM=1 -DHAVE_ST_MTIMENSEC=0 -DHAVE_PERSISTENT_HISTORY=1 -DMKSH_BUILD_R=593 -c var.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -fno-lto -Wno-deprecated-declarations -fno-asynchronous-unwind-tables -fno-strict-aliasing -fstack-protector-strong -Wall -fwrapv -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DMKSH_BUILDSH -D_GNU_SOURCE -DSETUID_CAN_FAIL_WITH_EAGAIN -DHAVE_STRING_POOLING=2 -DHAVE_ATTRIBUTE_BOUNDED=0 -DHAVE_ATTRIBUTE_FORMAT=1 -DHAVE_ATTRIBUTE_NORETURN=1 -DHAVE_ATTRIBUTE_PURE=1 -DHAVE_ATTRIBUTE_UNUSED=1 -DHAVE_ATTRIBUTE_USED=1 -DHAVE_SYS_TIME_H=1 -DHAVE_TIME_H=1 -DHAVE_BOTH_TIME_H=1 -DHAVE_SYS_BSDTYPES_H=0 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_MKDEV_H=0 -DHAVE_SYS_MMAN_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_SYS_RESOURCE_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_SYSMACROS_H=1 -DHAVE_BSTRING_H=0 -DHAVE_GRP_H=1 -DHAVE_IO_H=0 -DHAVE_LIBGEN_H=1 -DHAVE_LIBUTIL_H=0 -DHAVE_PATHS_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_TERMIOS_H=1 -DHAVE_ULIMIT_H=1 -DHAVE_VALUES_H=1 -DHAVE_CAN_INTTYPES=1 -DHAVE_CAN_UCBINTS=1 -DHAVE_CAN_INT8TYPE=1 -DHAVE_CAN_UCBINT8=1 -DHAVE_SIG_T=1 -DHAVE_SYS_ERRLIST=0 -DHAVE_SYS_SIGNAME=0 -DHAVE_SYS_SIGLIST=0 -DHAVE_FLOCK=1 -DHAVE_LOCK_FCNTL=1 -DHAVE_RLIMIT=1 -DHAVE_RLIM_T=1 -DHAVE_GETRUSAGE=1 -DHAVE_GETSID=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_KILLPG=1 -DHAVE_MEMMOVE=1 -DHAVE_MKNOD=0 -DHAVE_MMAP=1 -DHAVE_FTRUNCATE=1 -DHAVE_NICE=1 -DHAVE_REVOKE=0 -DHAVE_SETLOCALE_CTYPE=1 -DHAVE_LANGINFO_CODESET=1 -DHAVE_SELECT=1 -DHAVE_SETRESUGID=1 -DHAVE_SETGROUPS=1 -DHAVE_STRERROR=1 -DHAVE_STRSIGNAL=1 -DHAVE_STRLCPY=0 -DHAVE_FLOCK_DECL=1 -DHAVE_REVOKE_DECL=1 -DHAVE_SYS_ERRLIST_DECL=0 -DHAVE_SYS_SIGLIST_DECL=0 -DHAVE_ST_MTIM=1 -DHAVE_ST_MTIMENSEC=0 -DHAVE_PERSISTENT_HISTORY=1 -DMKSH_BUILD_R=593 -c strlcpy.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -fno-lto -Wno-deprecated-declarations -fno-asynchronous-unwind-tables -fno-strict-aliasing -fstack-protector-strong -Wall -fwrapv -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DMKSH_BUILDSH -D_GNU_SOURCE -DSETUID_CAN_FAIL_WITH_EAGAIN -DHAVE_STRING_POOLING=2 -DHAVE_ATTRIBUTE_BOUNDED=0 -DHAVE_ATTRIBUTE_FORMAT=1 -DHAVE_ATTRIBUTE_NORETURN=1 -DHAVE_ATTRIBUTE_PURE=1 -DHAVE_ATTRIBUTE_UNUSED=1 -DHAVE_ATTRIBUTE_USED=1 -DHAVE_SYS_TIME_H=1 -DHAVE_TIME_H=1 -DHAVE_BOTH_TIME_H=1 -DHAVE_SYS_BSDTYPES_H=0 -DHAVE_SYS_FILE_H=1 -DHAVE_SYS_MKDEV_H=0 -DHAVE_SYS_MMAN_H=1 -DHAVE_SYS_PARAM_H=1 -DHAVE_SYS_RESOURCE_H=1 -DHAVE_SYS_SELECT_H=1 -DHAVE_SYS_SYSMACROS_H=1 -DHAVE_BSTRING_H=0 -DHAVE_GRP_H=1 -DHAVE_IO_H=0 -DHAVE_LIBGEN_H=1 -DHAVE_LIBUTIL_H=0 -DHAVE_PATHS_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_TERMIOS_H=1 -DHAVE_ULIMIT_H=1 -DHAVE_VALUES_H=1 -DHAVE_CAN_INTTYPES=1 -DHAVE_CAN_UCBINTS=1 -DHAVE_CAN_INT8TYPE=1 -DHAVE_CAN_UCBINT8=1 -DHAVE_SIG_T=1 -DHAVE_SYS_ERRLIST=0 -DHAVE_SYS_SIGNAME=0 -DHAVE_SYS_SIGLIST=0 -DHAVE_FLOCK=1 -DHAVE_LOCK_FCNTL=1 -DHAVE_RLIMIT=1 -DHAVE_RLIM_T=1 -DHAVE_GETRUSAGE=1 -DHAVE_GETSID=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_KILLPG=1 -DHAVE_MEMMOVE=1 -DHAVE_MKNOD=0 -DHAVE_MMAP=1 -DHAVE_FTRUNCATE=1 -DHAVE_NICE=1 -DHAVE_REVOKE=0 -DHAVE_SETLOCALE_CTYPE=1 -DHAVE_LANGINFO_CODESET=1 -DHAVE_SELECT=1 -DHAVE_SETRESUGID=1 -DHAVE_SETGROUPS=1 -DHAVE_STRERROR=1 -DHAVE_STRSIGNAL=1 -DHAVE_STRLCPY=0 -DHAVE_FLOCK_DECL=1 -DHAVE_REVOKE_DECL=1 -DHAVE_SYS_ERRLIST_DECL=0 -DHAVE_SYS_SIGLIST_DECL=0 -DHAVE_ST_MTIM=1 -DHAVE_ST_MTIMENSEC=0 -DHAVE_PERSISTENT_HISTORY=1 -DMKSH_BUILD_R=593 -c ulimit.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -fno-lto -Wno-deprecated-declarations -fno-asynchronous-unwind-tables -fno-strict-aliasing -fstack-protector-strong -Wall -fwrapv -fno-lto -o mksh lalloc.o edit.o eval.o exec.o expr.o funcs.o histrap.o jobs.o lex.o main.o misc.o shf.o syn.o tree.o var.o strlcpy.o ulimit.o || for _f in ${tcfn}*; do case $_f in *.1|*.faq|*.ico) ;; *) rm -f "$_f" ;; esac; done nroff -c -mdoc <'./lksh.1' >lksh.cat1 nroff -c -mdoc <'./mksh.1' >mksh.cat1 (set -- ''; . './FAQ2HTML.sh') size mksh text data bss dec hex filename 182051 980 5820 188851 2e1b3 mksh Installing the shell: # install -c -s -o root -g bin -m 555 mksh /bin/mksh # grep -x /bin/mksh /etc/shells >/dev/null || echo /bin/mksh >>/etc/shells # install -c -o root -g bin -m 444 dot.mkshrc /usr/share/doc/mksh/examples/ Installing the manual: # install -c -o root -g bin -m 444 FAQ.htm /usr/share/doc/mksh/ plus either # install -c -o root -g bin -m 444 lksh.cat1 /usr/share/man/cat1/lksh.0 # install -c -o root -g bin -m 444 mksh.cat1 /usr/share/man/cat1/mksh.0 or # install -c -o root -g bin -m 444 lksh.1 mksh.1 /usr/share/man/man1/ Run the regression test suite: ./test.sh Please also read the sample file dot.mkshrc and the fine manual. >>> mksh 59c Installing to target /usr/bin/install -m 0755 -D /tmp/instance-5/output-1/build/mksh-59c/mksh /tmp/instance-5/output-1/target/bin/mksh >>> mosquitto 2.0.15 Downloading wget --passive-ftp -nd -t 3 -O '/tmp/instance-5/output-1/build/.mosquitto-2.0.15.tar.gz.IXykMA/output' 'https://mosquitto.org/files/source/mosquitto-2.0.15.tar.gz' --2023-02-19 23:48:32-- https://mosquitto.org/files/source/mosquitto-2.0.15.tar.gz Resolving mosquitto.org (mosquitto.org)... 85.119.83.194, 2001:ba8:1f1:f271::2 Connecting to mosquitto.org (mosquitto.org)|85.119.83.194|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 792632 (774K) [application/octet-stream] Saving to: '/tmp/instance-5/output-1/build/.mosquitto-2.0.15.tar.gz.IXykMA/output' 0K .......... .......... .......... .......... .......... 6% 412K 2s 50K .......... .......... .......... .......... .......... 12% 424K 2s 100K .......... .......... .......... .......... .......... 19% 23.6M 1s 150K .......... .......... .......... .......... .......... 25% 34.2M 1s 200K .......... .......... .......... .......... .......... 32% 422K 1s 250K .......... .......... .......... .......... .......... 38% 223M 1s 300K .......... .......... .......... .......... .......... 45% 115M 0s 350K .......... .......... .......... .......... .......... 51% 47.3M 0s 400K .......... .......... .......... .......... .......... 58% 423K 0s 450K .......... .......... .......... .......... .......... 64% 190M 0s 500K .......... .......... .......... .......... .......... 71% 210M 0s 550K .......... .......... .......... .......... .......... 77% 201M 0s 600K .......... .......... .......... .......... .......... 83% 229M 0s 650K .......... .......... .......... .......... .......... 90% 59.3M 0s 700K .......... .......... .......... .......... .......... 96% 244M 0s 750K .......... .......... .... 100% 3.36M=0.5s 2023-02-19 23:48:33 (1.54 MB/s) - '/tmp/instance-5/output-1/build/.mosquitto-2.0.15.tar.gz.IXykMA/output' saved [792632/792632] mosquitto-2.0.15.tar.gz: OK (sha256: 4735b1d32e3f91c7a8896741d88a3022e89730a1ee897946decfa0df27039ac6) >>> mosquitto 2.0.15 Extracting gzip -d -c /tmp/instance-5/dl/mosquitto/mosquitto-2.0.15.tar.gz | tar --strip-components=1 -C /tmp/instance-5/output-1/build/mosquitto-2.0.15 -xf - >>> mosquitto 2.0.15 Patching /usr/bin/sed -i -e '/-C cpp/d' /tmp/instance-5/output-1/build/mosquitto-2.0.15/lib/Makefile >>> mosquitto 2.0.15 Configuring >>> mosquitto 2.0.15 Building /home/autobuild/make/make -j1 -C /tmp/instance-5/output-1/build/mosquitto-2.0.15 PATH="/tmp/instance-5/output-1/host/bin:/tmp/instance-5/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" AR="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-ar" AS="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-as" LD="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-ld" NM="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-nm" CC="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc" GCC="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc" CPP="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-cpp" CXX="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-g++" FC="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gfortran" F77="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gfortran" RANLIB="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-ranlib" READELF="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-readelf" STRIP="/bin/true" OBJCOPY="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-objcopy" OBJDUMP="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc" GCC_FOR_BUILD="/tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc" CXX_FOR_BUILD="/tmp/instance-5/output-1/host/bin/ccache /usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/tmp/instance-5/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/tmp/instance-5/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/tmp/instance-5/output-1/host/include" LDFLAGS_FOR_BUILD="-L/tmp/instance-5/output-1/host/lib -Wl,-rpath,/tmp/instance-5/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-as" DEFAULT_LINKER="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1" LDFLAGS="" FCFLAGS=" -Os -g0" FFLAGS=" -Os -g0" PKG_CONFIG="/tmp/instance-5/output-1/host/bin/pkg-config" STAGING_DIR="/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no DIRS="lib client" CLIENT_STATIC_LDADD="`/tmp/instance-5/output-1/host/bin/pkg-config --libs openssl`" UNAME=Linux STRIP=true prefix=/usr WITH_WRAP=no WITH_DOCS=no WITH_STATIC_LIBRARIES=no WITH_SHARED_LIBRARIES=yes WITH_ADNS=yes WITH_THREADING=yes WITH_TLS=yes WITH_CJSON=no WITH_SRV=yes WITH_WEBSOCKETS=yes make[1]: Entering directory '/tmp/instance-5/output-1/build/mosquitto-2.0.15' set -e; for d in lib client; do /home/autobuild/make/make -C ${d}; done make[2]: Entering directory '/tmp/instance-5/output-1/build/mosquitto-2.0.15/lib' /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I. -I.. -I../include -I../../include -DWITH_TLS -DWITH_TLS_PSK -DWITH_THREADING -DWITH_SOCKS -DWITH_SRV -DWITH_UNIX_SOCKETS -I../deps -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -fPIC -c mosquitto.c -o mosquitto.o /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I. -I.. -I../include -I../../include -DWITH_TLS -DWITH_TLS_PSK -DWITH_THREADING -DWITH_SOCKS -DWITH_SRV -DWITH_UNIX_SOCKETS -I../deps -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -fPIC -c actions.c -o actions.o /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I. -I.. -I../include -I../../include -DWITH_TLS -DWITH_TLS_PSK -DWITH_THREADING -DWITH_SOCKS -DWITH_SRV -DWITH_UNIX_SOCKETS -I../deps -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -fPIC -c callbacks.c -o callbacks.o /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I. -I.. -I../include -I../../include -DWITH_TLS -DWITH_TLS_PSK -DWITH_THREADING -DWITH_SOCKS -DWITH_SRV -DWITH_UNIX_SOCKETS -I../deps -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -fPIC -c connect.c -o connect.o /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I. -I.. -I../include -I../../include -DWITH_TLS -DWITH_TLS_PSK -DWITH_THREADING -DWITH_SOCKS -DWITH_SRV -DWITH_UNIX_SOCKETS -I../deps -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -fPIC -c handle_auth.c -o handle_auth.o /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I. -I.. -I../include -I../../include -DWITH_TLS -DWITH_TLS_PSK -DWITH_THREADING -DWITH_SOCKS -DWITH_SRV -DWITH_UNIX_SOCKETS -I../deps -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -fPIC -c handle_connack.c -o handle_connack.o /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I. -I.. -I../include -I../../include -DWITH_TLS -DWITH_TLS_PSK -DWITH_THREADING -DWITH_SOCKS -DWITH_SRV -DWITH_UNIX_SOCKETS -I../deps -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -fPIC -c handle_disconnect.c -o handle_disconnect.o /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I. -I.. -I../include -I../../include -DWITH_TLS -DWITH_TLS_PSK -DWITH_THREADING -DWITH_SOCKS -DWITH_SRV -DWITH_UNIX_SOCKETS -I../deps -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -fPIC -c handle_ping.c -o handle_ping.o /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I. -I.. -I../include -I../../include -DWITH_TLS -DWITH_TLS_PSK -DWITH_THREADING -DWITH_SOCKS -DWITH_SRV -DWITH_UNIX_SOCKETS -I../deps -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -fPIC -c handle_pubackcomp.c -o handle_pubackcomp.o /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I. -I.. -I../include -I../../include -DWITH_TLS -DWITH_TLS_PSK -DWITH_THREADING -DWITH_SOCKS -DWITH_SRV -DWITH_UNIX_SOCKETS -I../deps -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -fPIC -c handle_publish.c -o handle_publish.o /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I. -I.. -I../include -I../../include -DWITH_TLS -DWITH_TLS_PSK -DWITH_THREADING -DWITH_SOCKS -DWITH_SRV -DWITH_UNIX_SOCKETS -I../deps -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -fPIC -c handle_pubrec.c -o handle_pubrec.o /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I. -I.. -I../include -I../../include -DWITH_TLS -DWITH_TLS_PSK -DWITH_THREADING -DWITH_SOCKS -DWITH_SRV -DWITH_UNIX_SOCKETS -I../deps -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -fPIC -c handle_pubrel.c -o handle_pubrel.o /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I. -I.. -I../include -I../../include -DWITH_TLS -DWITH_TLS_PSK -DWITH_THREADING -DWITH_SOCKS -DWITH_SRV -DWITH_UNIX_SOCKETS -I../deps -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -fPIC -c handle_suback.c -o handle_suback.o /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I. -I.. -I../include -I../../include -DWITH_TLS -DWITH_TLS_PSK -DWITH_THREADING -DWITH_SOCKS -DWITH_SRV -DWITH_UNIX_SOCKETS -I../deps -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -fPIC -c handle_unsuback.c -o handle_unsuback.o /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I. -I.. -I../include -I../../include -DWITH_TLS -DWITH_TLS_PSK -DWITH_THREADING -DWITH_SOCKS -DWITH_SRV -DWITH_UNIX_SOCKETS -I../deps -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -fPIC -c helpers.c -o helpers.o /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I. -I.. -I../include -I../../include -DWITH_TLS -DWITH_TLS_PSK -DWITH_THREADING -DWITH_SOCKS -DWITH_SRV -DWITH_UNIX_SOCKETS -I../deps -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -fPIC -c logging_mosq.c -o logging_mosq.o /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I. -I.. -I../include -I../../include -DWITH_TLS -DWITH_TLS_PSK -DWITH_THREADING -DWITH_SOCKS -DWITH_SRV -DWITH_UNIX_SOCKETS -I../deps -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -fPIC -c loop.c -o loop.o /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I. -I.. -I../include -I../../include -DWITH_TLS -DWITH_TLS_PSK -DWITH_THREADING -DWITH_SOCKS -DWITH_SRV -DWITH_UNIX_SOCKETS -I../deps -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -fPIC -c memory_mosq.c -o memory_mosq.o /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I. -I.. -I../include -I../../include -DWITH_TLS -DWITH_TLS_PSK -DWITH_THREADING -DWITH_SOCKS -DWITH_SRV -DWITH_UNIX_SOCKETS -I../deps -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -fPIC -c messages_mosq.c -o messages_mosq.o /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I. -I.. -I../include -I../../include -DWITH_TLS -DWITH_TLS_PSK -DWITH_THREADING -DWITH_SOCKS -DWITH_SRV -DWITH_UNIX_SOCKETS -I../deps -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -fPIC -c misc_mosq.c -o misc_mosq.o /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I. -I.. -I../include -I../../include -DWITH_TLS -DWITH_TLS_PSK -DWITH_THREADING -DWITH_SOCKS -DWITH_SRV -DWITH_UNIX_SOCKETS -I../deps -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -fPIC -c net_mosq_ocsp.c -o net_mosq_ocsp.o /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I. -I.. -I../include -I../../include -DWITH_TLS -DWITH_TLS_PSK -DWITH_THREADING -DWITH_SOCKS -DWITH_SRV -DWITH_UNIX_SOCKETS -I../deps -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -fPIC -c net_mosq.c -o net_mosq.o /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I. -I.. -I../include -I../../include -DWITH_TLS -DWITH_TLS_PSK -DWITH_THREADING -DWITH_SOCKS -DWITH_SRV -DWITH_UNIX_SOCKETS -I../deps -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -fPIC -c options.c -o options.o /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I. -I.. -I../include -I../../include -DWITH_TLS -DWITH_TLS_PSK -DWITH_THREADING -DWITH_SOCKS -DWITH_SRV -DWITH_UNIX_SOCKETS -I../deps -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -fPIC -c packet_datatypes.c -o packet_datatypes.o /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I. -I.. -I../include -I../../include -DWITH_TLS -DWITH_TLS_PSK -DWITH_THREADING -DWITH_SOCKS -DWITH_SRV -DWITH_UNIX_SOCKETS -I../deps -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -fPIC -c packet_mosq.c -o packet_mosq.o /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I. -I.. -I../include -I../../include -DWITH_TLS -DWITH_TLS_PSK -DWITH_THREADING -DWITH_SOCKS -DWITH_SRV -DWITH_UNIX_SOCKETS -I../deps -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -fPIC -c property_mosq.c -o property_mosq.o /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I. -I.. -I../include -I../../include -DWITH_TLS -DWITH_TLS_PSK -DWITH_THREADING -DWITH_SOCKS -DWITH_SRV -DWITH_UNIX_SOCKETS -I../deps -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -fPIC -c read_handle.c -o read_handle.o /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I. -I.. -I../include -I../../include -DWITH_TLS -DWITH_TLS_PSK -DWITH_THREADING -DWITH_SOCKS -DWITH_SRV -DWITH_UNIX_SOCKETS -I../deps -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -fPIC -c send_connect.c -o send_connect.o /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I. -I.. -I../include -I../../include -DWITH_TLS -DWITH_TLS_PSK -DWITH_THREADING -DWITH_SOCKS -DWITH_SRV -DWITH_UNIX_SOCKETS -I../deps -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -fPIC -c send_disconnect.c -o send_disconnect.o /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I. -I.. -I../include -I../../include -DWITH_TLS -DWITH_TLS_PSK -DWITH_THREADING -DWITH_SOCKS -DWITH_SRV -DWITH_UNIX_SOCKETS -I../deps -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -fPIC -c send_mosq.c -o send_mosq.o /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I. -I.. -I../include -I../../include -DWITH_TLS -DWITH_TLS_PSK -DWITH_THREADING -DWITH_SOCKS -DWITH_SRV -DWITH_UNIX_SOCKETS -I../deps -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -fPIC -c send_publish.c -o send_publish.o /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I. -I.. -I../include -I../../include -DWITH_TLS -DWITH_TLS_PSK -DWITH_THREADING -DWITH_SOCKS -DWITH_SRV -DWITH_UNIX_SOCKETS -I../deps -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -fPIC -c send_subscribe.c -o send_subscribe.o /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I. -I.. -I../include -I../../include -DWITH_TLS -DWITH_TLS_PSK -DWITH_THREADING -DWITH_SOCKS -DWITH_SRV -DWITH_UNIX_SOCKETS -I../deps -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -fPIC -c send_unsubscribe.c -o send_unsubscribe.o /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I. -I.. -I../include -I../../include -DWITH_TLS -DWITH_TLS_PSK -DWITH_THREADING -DWITH_SOCKS -DWITH_SRV -DWITH_UNIX_SOCKETS -I../deps -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -fPIC -c socks_mosq.c -o socks_mosq.o /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I. -I.. -I../include -I../../include -DWITH_TLS -DWITH_TLS_PSK -DWITH_THREADING -DWITH_SOCKS -DWITH_SRV -DWITH_UNIX_SOCKETS -I../deps -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -fPIC -c srv_mosq.c -o srv_mosq.o /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I. -I.. -I../include -I../../include -DWITH_TLS -DWITH_TLS_PSK -DWITH_THREADING -DWITH_SOCKS -DWITH_SRV -DWITH_UNIX_SOCKETS -I../deps -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -fPIC -c strings_mosq.c -o strings_mosq.o /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I. -I.. -I../include -I../../include -DWITH_TLS -DWITH_TLS_PSK -DWITH_THREADING -DWITH_SOCKS -DWITH_SRV -DWITH_UNIX_SOCKETS -I../deps -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -fPIC -c thread_mosq.c -o thread_mosq.o /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I. -I.. -I../include -I../../include -DWITH_TLS -DWITH_TLS_PSK -DWITH_THREADING -DWITH_SOCKS -DWITH_SRV -DWITH_UNIX_SOCKETS -I../deps -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -fPIC -c time_mosq.c -o time_mosq.o /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I. -I.. -I../include -I../../include -DWITH_TLS -DWITH_TLS_PSK -DWITH_THREADING -DWITH_SOCKS -DWITH_SRV -DWITH_UNIX_SOCKETS -I../deps -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -fPIC -c tls_mosq.c -o tls_mosq.o /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I. -I.. -I../include -I../../include -DWITH_TLS -DWITH_TLS_PSK -DWITH_THREADING -DWITH_SOCKS -DWITH_SRV -DWITH_UNIX_SOCKETS -I../deps -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -fPIC -c utf8_mosq.c -o utf8_mosq.o /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I. -I.. -I../include -I../../include -DWITH_TLS -DWITH_TLS_PSK -DWITH_THREADING -DWITH_SOCKS -DWITH_SRV -DWITH_UNIX_SOCKETS -I../deps -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -fPIC -c util_mosq.c -o util_mosq.o /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I. -I.. -I../include -I../../include -DWITH_TLS -DWITH_TLS_PSK -DWITH_THREADING -DWITH_SOCKS -DWITH_SRV -DWITH_UNIX_SOCKETS -I../deps -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -fPIC -c util_topic.c -o util_topic.o /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I. -I.. -I../include -I../../include -DWITH_TLS -DWITH_TLS_PSK -DWITH_THREADING -DWITH_SOCKS -DWITH_SRV -DWITH_UNIX_SOCKETS -I../deps -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -fPIC -c will_mosq.c -o will_mosq.o /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -shared -Wl,--version-script=linker.version -Wl,-soname,libmosquitto.so.1 -pthread mosquitto.o actions.o callbacks.o connect.o handle_auth.o handle_connack.o handle_disconnect.o handle_ping.o handle_pubackcomp.o handle_publish.o handle_pubrec.o handle_pubrel.o handle_suback.o handle_unsuback.o helpers.o logging_mosq.o loop.o memory_mosq.o messages_mosq.o misc_mosq.o net_mosq_ocsp.o net_mosq.o options.o packet_datatypes.o packet_mosq.o property_mosq.o read_handle.o send_connect.o send_disconnect.o send_mosq.o send_publish.o send_subscribe.o send_unsubscribe.o socks_mosq.o srv_mosq.o strings_mosq.o thread_mosq.o time_mosq.o tls_mosq.o utf8_mosq.o util_mosq.o util_topic.o will_mosq.o -o libmosquitto.so.1 -lrt -lssl -lcrypto -lcares make[2]: Leaving directory '/tmp/instance-5/output-1/build/mosquitto-2.0.15/lib' make[2]: Entering directory '/tmp/instance-5/output-1/build/mosquitto-2.0.15/client' /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I.. -I../include -DWITH_TLS -DWITH_TLS_PSK -DWITH_THREADING -DWITH_SOCKS -DWITH_SRV -DWITH_UNIX_SOCKETS -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -DVERSION="\"2.0.15\"" -c pub_client.c -o pub_client.o /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I.. -I../include -DWITH_TLS -DWITH_TLS_PSK -DWITH_THREADING -DWITH_SOCKS -DWITH_SRV -DWITH_UNIX_SOCKETS -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -DVERSION="\"2.0.15\"" -c pub_shared.c -o pub_shared.o /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I.. -I../include -DWITH_TLS -DWITH_TLS_PSK -DWITH_THREADING -DWITH_SOCKS -DWITH_SRV -DWITH_UNIX_SOCKETS -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -DVERSION="\"2.0.15\"" -c client_shared.c -o client_shared.o /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I.. -I../include -DWITH_TLS -DWITH_TLS_PSK -DWITH_THREADING -DWITH_SOCKS -DWITH_SRV -DWITH_UNIX_SOCKETS -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -DVERSION="\"2.0.15\"" -c client_props.c -o client_props.o /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -L../lib pub_client.o pub_shared.o client_shared.o client_props.o -o mosquitto_pub ../lib/libmosquitto.so.1 /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I.. -I../include -DWITH_TLS -DWITH_TLS_PSK -DWITH_THREADING -DWITH_SOCKS -DWITH_SRV -DWITH_UNIX_SOCKETS -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -DVERSION="\"2.0.15\"" -c sub_client.c -o sub_client.o /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I.. -I../include -DWITH_TLS -DWITH_TLS_PSK -DWITH_THREADING -DWITH_SOCKS -DWITH_SRV -DWITH_UNIX_SOCKETS -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -DVERSION="\"2.0.15\"" -c sub_client_output.c -o sub_client_output.o /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -L../lib sub_client.o sub_client_output.o client_shared.o client_props.o -o mosquitto_sub ../lib/libmosquitto.so.1 /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I.. -I../include -DWITH_TLS -DWITH_TLS_PSK -DWITH_THREADING -DWITH_SOCKS -DWITH_SRV -DWITH_UNIX_SOCKETS -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -DVERSION="\"2.0.15\"" -c rr_client.c -o rr_client.o /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -L../lib rr_client.o client_shared.o client_props.o pub_shared.o sub_client_output.o -o mosquitto_rr ../lib/libmosquitto.so.1 make[2]: Leaving directory '/tmp/instance-5/output-1/build/mosquitto-2.0.15/client' make[1]: Leaving directory '/tmp/instance-5/output-1/build/mosquitto-2.0.15' >>> mosquitto 2.0.15 Installing to staging directory /home/autobuild/make/make -j1 -C /tmp/instance-5/output-1/build/mosquitto-2.0.15 PATH="/tmp/instance-5/output-1/host/bin:/tmp/instance-5/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" AR="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-ar" AS="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-as" LD="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-ld" NM="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-nm" CC="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc" GCC="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc" CPP="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-cpp" CXX="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-g++" FC="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gfortran" F77="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gfortran" RANLIB="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-ranlib" READELF="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-readelf" STRIP="/bin/true" OBJCOPY="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-objcopy" OBJDUMP="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc" GCC_FOR_BUILD="/tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc" CXX_FOR_BUILD="/tmp/instance-5/output-1/host/bin/ccache /usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/tmp/instance-5/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/tmp/instance-5/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/tmp/instance-5/output-1/host/include" LDFLAGS_FOR_BUILD="-L/tmp/instance-5/output-1/host/lib -Wl,-rpath,/tmp/instance-5/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-as" DEFAULT_LINKER="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1" LDFLAGS="" FCFLAGS=" -Os -g0" FFLAGS=" -Os -g0" PKG_CONFIG="/tmp/instance-5/output-1/host/bin/pkg-config" STAGING_DIR="/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no DIRS="lib client" CLIENT_STATIC_LDADD="`/tmp/instance-5/output-1/host/bin/pkg-config --libs openssl`" UNAME=Linux STRIP=true prefix=/usr WITH_WRAP=no WITH_DOCS=no WITH_STATIC_LIBRARIES=no WITH_SHARED_LIBRARIES=yes WITH_ADNS=yes WITH_THREADING=yes WITH_TLS=yes WITH_CJSON=no WITH_SRV=yes WITH_WEBSOCKETS=yes DESTDIR=/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot install make[1]: Entering directory '/tmp/instance-5/output-1/build/mosquitto-2.0.15' set -e; for d in lib client; do /home/autobuild/make/make -C ${d}; done make[2]: Entering directory '/tmp/instance-5/output-1/build/mosquitto-2.0.15/lib' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/tmp/instance-5/output-1/build/mosquitto-2.0.15/lib' make[2]: Entering directory '/tmp/instance-5/output-1/build/mosquitto-2.0.15/client' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/tmp/instance-5/output-1/build/mosquitto-2.0.15/client' set -e; for d in lib client; do /home/autobuild/make/make -C ${d} install; done make[2]: Entering directory '/tmp/instance-5/output-1/build/mosquitto-2.0.15/lib' install -d "/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/" install libmosquitto.so.1 "/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/libmosquitto.so.1" ln -sf libmosquitto.so.1 "/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/libmosquitto.so" install -d "/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include/" install ../include/mosquitto.h "/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include/mosquitto.h" install ../include/mqtt_protocol.h "/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include/mqtt_protocol.h" install -d "/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/pkgconfig" install -m644 ../libmosquitto.pc.in "/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/pkgconfig/libmosquitto.pc" sed -i -e "s#@CMAKE_INSTALL_PREFIX@#/usr#" -e "s#@VERSION@#2.0.15#" "/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/pkgconfig/libmosquitto.pc" make[2]: Leaving directory '/tmp/instance-5/output-1/build/mosquitto-2.0.15/lib' make[2]: Entering directory '/tmp/instance-5/output-1/build/mosquitto-2.0.15/client' install -d "/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin" install mosquitto_pub "/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/mosquitto_pub" install mosquitto_sub "/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/mosquitto_sub" install mosquitto_rr "/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/mosquitto_rr" make[2]: Leaving directory '/tmp/instance-5/output-1/build/mosquitto-2.0.15/client' install -d "/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/etc/mosquitto" install -m 644 mosquitto.conf "/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/etc/mosquitto/mosquitto.conf.example" install -m 644 aclfile.example "/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/etc/mosquitto/aclfile.example" install -m 644 pwfile.example "/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/etc/mosquitto/pwfile.example" install -m 644 pskfile.example "/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/etc/mosquitto/pskfile.example" make[1]: Leaving directory '/tmp/instance-5/output-1/build/mosquitto-2.0.15' >>> mosquitto 2.0.15 Fixing libtool files for la in $(find /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib* -name "*.la"); do \ cp -a "${la}" "${la}.fixed" && \ /usr/bin/sed -i -e "s:/tmp/instance-5/output-1:@BASE_DIR@:g" \ -e "s:/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot:@STAGING_DIR@:g" \ \ -e "s:\(['= ]\)/usr:\\1@STAGING_DIR@/usr:g" \ -e "s:\(['= ]\)/lib:\\1@STAGING_DIR@/lib:g" \ \ -e "s:@STAGING_DIR@:/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot:g" \ -e "s:@BASE_DIR@:/tmp/instance-5/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 >>> mosquitto 2.0.15 Installing to target /home/autobuild/make/make -j1 -C /tmp/instance-5/output-1/build/mosquitto-2.0.15 PATH="/tmp/instance-5/output-1/host/bin:/tmp/instance-5/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" AR="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-ar" AS="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-as" LD="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-ld" NM="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-nm" CC="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc" GCC="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc" CPP="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-cpp" CXX="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-g++" FC="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gfortran" F77="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gfortran" RANLIB="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-ranlib" READELF="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-readelf" STRIP="/bin/true" OBJCOPY="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-objcopy" OBJDUMP="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc" GCC_FOR_BUILD="/tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc" CXX_FOR_BUILD="/tmp/instance-5/output-1/host/bin/ccache /usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/tmp/instance-5/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/tmp/instance-5/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/tmp/instance-5/output-1/host/include" LDFLAGS_FOR_BUILD="-L/tmp/instance-5/output-1/host/lib -Wl,-rpath,/tmp/instance-5/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-as" DEFAULT_LINKER="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1" LDFLAGS="" FCFLAGS=" -Os -g0" FFLAGS=" -Os -g0" PKG_CONFIG="/tmp/instance-5/output-1/host/bin/pkg-config" STAGING_DIR="/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no DIRS="lib client" CLIENT_STATIC_LDADD="`/tmp/instance-5/output-1/host/bin/pkg-config --libs openssl`" UNAME=Linux STRIP=true prefix=/usr WITH_WRAP=no WITH_DOCS=no WITH_STATIC_LIBRARIES=no WITH_SHARED_LIBRARIES=yes WITH_ADNS=yes WITH_THREADING=yes WITH_TLS=yes WITH_CJSON=no WITH_SRV=yes WITH_WEBSOCKETS=yes DESTDIR=/tmp/instance-5/output-1/target install make[1]: Entering directory '/tmp/instance-5/output-1/build/mosquitto-2.0.15' set -e; for d in lib client; do /home/autobuild/make/make -C ${d}; done make[2]: Entering directory '/tmp/instance-5/output-1/build/mosquitto-2.0.15/lib' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/tmp/instance-5/output-1/build/mosquitto-2.0.15/lib' make[2]: Entering directory '/tmp/instance-5/output-1/build/mosquitto-2.0.15/client' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/tmp/instance-5/output-1/build/mosquitto-2.0.15/client' set -e; for d in lib client; do /home/autobuild/make/make -C ${d} install; done make[2]: Entering directory '/tmp/instance-5/output-1/build/mosquitto-2.0.15/lib' install -d "/tmp/instance-5/output-1/target/usr/lib/" install libmosquitto.so.1 "/tmp/instance-5/output-1/target/usr/lib/libmosquitto.so.1" ln -sf libmosquitto.so.1 "/tmp/instance-5/output-1/target/usr/lib/libmosquitto.so" install -d "/tmp/instance-5/output-1/target/usr/include/" install ../include/mosquitto.h "/tmp/instance-5/output-1/target/usr/include/mosquitto.h" install ../include/mqtt_protocol.h "/tmp/instance-5/output-1/target/usr/include/mqtt_protocol.h" install -d "/tmp/instance-5/output-1/target/usr/lib/pkgconfig" install -m644 ../libmosquitto.pc.in "/tmp/instance-5/output-1/target/usr/lib/pkgconfig/libmosquitto.pc" sed -i -e "s#@CMAKE_INSTALL_PREFIX@#/usr#" -e "s#@VERSION@#2.0.15#" "/tmp/instance-5/output-1/target/usr/lib/pkgconfig/libmosquitto.pc" make[2]: Leaving directory '/tmp/instance-5/output-1/build/mosquitto-2.0.15/lib' make[2]: Entering directory '/tmp/instance-5/output-1/build/mosquitto-2.0.15/client' install -d "/tmp/instance-5/output-1/target/usr/bin" install mosquitto_pub "/tmp/instance-5/output-1/target/usr/bin/mosquitto_pub" install mosquitto_sub "/tmp/instance-5/output-1/target/usr/bin/mosquitto_sub" install mosquitto_rr "/tmp/instance-5/output-1/target/usr/bin/mosquitto_rr" make[2]: Leaving directory '/tmp/instance-5/output-1/build/mosquitto-2.0.15/client' install -d "/tmp/instance-5/output-1/target/etc/mosquitto" install -m 644 mosquitto.conf "/tmp/instance-5/output-1/target/etc/mosquitto/mosquitto.conf.example" install -m 644 aclfile.example "/tmp/instance-5/output-1/target/etc/mosquitto/aclfile.example" install -m 644 pwfile.example "/tmp/instance-5/output-1/target/etc/mosquitto/pwfile.example" install -m 644 pskfile.example "/tmp/instance-5/output-1/target/etc/mosquitto/pskfile.example" make[1]: Leaving directory '/tmp/instance-5/output-1/build/mosquitto-2.0.15' rm -f /tmp/instance-5/output-1/target/etc/mosquitto/*.example /usr/bin/install -D -m 0644 /tmp/instance-5/output-1/build/mosquitto-2.0.15/mosquitto.conf /tmp/instance-5/output-1/target/etc/mosquitto/mosquitto.conf mpfr-4.1.1.tar.xz: OK (sha256: ffd195bd567dbaffc3b98b23fd00aad0537680c9896171e44fe3ff79e28ac33d) >>> mpfr 4.1.1 Extracting xzcat /tmp/instance-5/dl/mpfr/mpfr-4.1.1.tar.xz | tar --strip-components=1 -C /tmp/instance-5/output-1/build/mpfr-4.1.1 -xf - >>> mpfr 4.1.1 Patching >>> mpfr 4.1.1 Updating config.sub and config.guess for file in config.guess config.sub; do for i in $(find /tmp/instance-5/output-1/build/mpfr-4.1.1 -name $file); do cp support/gnuconfig/$file $i; done; done >>> mpfr 4.1.1 Patching libtool patching file /tmp/instance-5/output-1/build/mpfr-4.1.1/ltmain.sh Hunk #1 succeeded at 2951 (offset 264 lines). Hunk #2 succeeded at 4544 (offset 267 lines). Hunk #3 succeeded at 6840 (offset 286 lines). Hunk #4 succeeded at 6850 (offset 286 lines). Hunk #5 succeeded at 7150 (offset 293 lines). Hunk #6 succeeded at 7454 (offset 305 lines). Hunk #7 succeeded at 8435 (offset 323 lines). Hunk #8 succeeded at 11070 (offset 360 lines). >>> mpfr 4.1.1 Configuring (cd /tmp/instance-5/output-1/build/mpfr-4.1.1/ && rm -rf config.cache && PATH="/tmp/instance-5/output-1/host/bin:/tmp/instance-5/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" AR="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-ar" AS="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-as" LD="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-ld" NM="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-nm" CC="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc" GCC="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc" CPP="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-cpp" CXX="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-g++" FC="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gfortran" F77="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gfortran" RANLIB="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-ranlib" READELF="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-readelf" STRIP="/bin/true" OBJCOPY="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-objcopy" OBJDUMP="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc" GCC_FOR_BUILD="/tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc" CXX_FOR_BUILD="/tmp/instance-5/output-1/host/bin/ccache /usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/tmp/instance-5/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/tmp/instance-5/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/tmp/instance-5/output-1/host/include" LDFLAGS_FOR_BUILD="-L/tmp/instance-5/output-1/host/lib -Wl,-rpath,/tmp/instance-5/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-as" DEFAULT_LINKER="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1" LDFLAGS="" FCFLAGS=" -Os -g0" FFLAGS=" -Os -g0" PKG_CONFIG="/tmp/instance-5/output-1/host/bin/pkg-config" STAGING_DIR="/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/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=no CONFIG_SITE=/dev/null ./configure --target=sh4a-buildroot-linux-gnu --host=sh4a-buildroot-linux-gnu --build=x86_64-pc-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 --disable-static --enable-shared ) 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 checking build system type... x86_64-pc-linux-gnu checking host system type... sh4a-buildroot-linux-gnu checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for sh4a-buildroot-linux-gnu-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 whether to enable maintainer-specific portions of Makefiles... yes checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for a sed that does not truncate output... /usr/bin/sed checking whether configure options are compatible... yes checking for sh4a-buildroot-linux-gnu-gcc... /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-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 /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc accepts -g... yes checking for /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc option to enable C11 features... none needed checking whether /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc understands -c and -o together... yes checking whether make supports the include directive... yes (GNU style) checking dependency style of /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc... none checking how to run the C preprocessor... /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-cpp checking for sh4a-buildroot-linux-gnu-ar... /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-ar checking the archiver (/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-ar) interface... ar checking how to print strings... printf checking for a sed that does not truncate output... (cached) /usr/bin/sed checking for fgrep... /usr/bin/grep -F checking for ld used by /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc... /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-ld checking if the linker (/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-nm checking the name lister (/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-nm) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 1572864 checking how to convert x86_64-pc-linux-gnu file names to sh4a-buildroot-linux-gnu format... func_convert_file_noop checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop checking for /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-ld option to reload object files... -r checking for sh4a-buildroot-linux-gnu-file... no checking for file... file configure: WARNING: using cross tools not prefixed with host triplet checking for sh4a-buildroot-linux-gnu-objdump... /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-objdump checking how to recognize dependent libraries... pass_all checking for sh4a-buildroot-linux-gnu-dlltool... no checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for sh4a-buildroot-linux-gnu-ar... (cached) /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-ar checking for archiver @FILE support... @ checking for sh4a-buildroot-linux-gnu-strip... (cached) /bin/true checking for sh4a-buildroot-linux-gnu-ranlib... /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-ranlib checking command to parse /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-nm output from /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc object... ok checking for sysroot... no checking for a working dd... /usr/bin/dd checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1 checking for sh4a-buildroot-linux-gnu-mt... no checking for mt... mt checking if mt is a manifest tool... no 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 dlfcn.h... yes checking for objdir... .libs checking if /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc supports -fno-rtti -fno-exceptions... no checking for /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc option to produce PIC... -fPIC -DPIC checking if /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc PIC flag -fPIC -DPIC works... yes checking if /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc static flag -static works... no checking if /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc supports -c -o file.o... yes checking if /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc supports -c -o file.o... (cached) yes checking whether the /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc linker (/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... no checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no checking for non-MS-Windows ICC... no checking for an ANSI C-conforming const... yes checking for working volatile... yes checking whether byte ordering is bigendian... (cached) no checking for library containing clock_gettime... none required checking for size_t... yes checking for limits.h... yes checking for float.h... yes checking for string.h... (cached) yes checking for locale.h... yes checking for wchar.h... yes checking for stdarg.h... yes checking for sys/fpu.h... no checking for struct lconv.decimal_point... yes checking for struct lconv.thousands_sep... yes checking for working alloca.h... yes checking for alloca... yes checking for uintptr_t... yes checking how to copy va_list... va_copy checking for setlocale... yes checking for gettimeofday... yes checking for signal... yes checking for sigaction and its associated structure... yes checking for long long int... yes checking for intmax_t... yes checking for working INTMAX_MAX... yes checking for union fpc_csr... no checking for _Noreturn... yes checking for __builtin_unreachable... yes checking for constructor and destructor attributes... yes checking for fesetround... yes checking for gcc float-conversion bug... cannot test, use -ffloat-store checking for subnormal double-precision numbers... cannot test, assume no checking for subnormal single-precision numbers... cannot test, assume no checking for signed zeros... cannot test, assume no checking if the FP division by 0 fails... cannot test, assume no checking if NAN == NAN... cannot test, assume no checking if charset has consecutive values... cannot test checking for math/round... yes checking for math/trunc... yes checking for math/floor... yes checking for math/ceil... yes checking for math/nearbyint... yes checking for _mulx_u64... cannot test, assume no checking format of floating-point type `double'... IEEE double, little endian checking format of floating-point type `long double'... IEEE double, little endian checking for TLS support using C11... cannot test, assume no checking for TLS support... cannot test, assume no checking if compiler knows _Decimal64... no checking bit-field ordering for _Decimal128... cannot test checking if _Float128 with hex constants is supported... no checking if __float128 can be used as a fallback... no checking for Static Assertion support... yes checking whether gcc __attribute__ ((mode (XX))) works... yes checking for gmp.h... yes checking for recent GMP... yes checking usable gmp.h at link time... yes checking for GMP_NUMB_BITS and sizeof(mp_limb_t) consistency... cannot test checking for __gmpz_init in -lgmp... yes checking if gmp.h version and libgmp version are the same... cannot test checking for __gmpn_sbpi1_divappr_q... yes checking for __gmpn_invert_limb... no checking for __gmpn_rsblsh1_n... no checking for long to fit in mp_limb_t... yes checking for intmax_t to fit in mp_limb_t... no checking for getrusage... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating mpfr.pc config.status: creating doc/Makefile config.status: creating src/Makefile config.status: creating tests/Makefile config.status: creating tune/Makefile config.status: creating src/mparam.h config.status: creating tools/bench/Makefile 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 >>> mpfr 4.1.1 Building PATH="/tmp/instance-5/output-1/host/bin:/tmp/instance-5/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /home/autobuild/make/make -j1 RANLIB=/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-ranlib -C /tmp/instance-5/output-1/build/mpfr-4.1.1/ make[1]: Entering directory '/tmp/instance-5/output-1/build/mpfr-4.1.1' Making all in doc make[2]: Entering directory '/tmp/instance-5/output-1/build/mpfr-4.1.1/doc' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/tmp/instance-5/output-1/build/mpfr-4.1.1/doc' Making all in src make[2]: Entering directory '/tmp/instance-5/output-1/build/mpfr-4.1.1/src' ../tools/get_patches.sh ../PATCHES > get_patches.c || { rm -f get_patches.c; exit 1; } /home/autobuild/make/make all-am make[3]: Entering directory '/tmp/instance-5/output-1/build/mpfr-4.1.1/src' /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o exceptions.lo exceptions.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c exceptions.c -fPIC -DPIC -o .libs/exceptions.o /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o extract.lo extract.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c extract.c -fPIC -DPIC -o .libs/extract.o /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o uceil_exp2.lo uceil_exp2.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c uceil_exp2.c -fPIC -DPIC -o .libs/uceil_exp2.o /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o uceil_log2.lo uceil_log2.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c uceil_log2.c -fPIC -DPIC -o .libs/uceil_log2.o /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o ufloor_log2.lo ufloor_log2.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c ufloor_log2.c -fPIC -DPIC -o .libs/ufloor_log2.o /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o add.lo add.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c add.c -fPIC -DPIC -o .libs/add.o /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o add1.lo add1.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c add1.c -fPIC -DPIC -o .libs/add1.o /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o add_ui.lo add_ui.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c add_ui.c -fPIC -DPIC -o .libs/add_ui.o /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o agm.lo agm.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c agm.c -fPIC -DPIC -o .libs/agm.o /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o clear.lo clear.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c clear.c -fPIC -DPIC -o .libs/clear.o /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o cmp.lo cmp.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c cmp.c -fPIC -DPIC -o .libs/cmp.o /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o cmpabs.lo cmpabs.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c cmpabs.c -fPIC -DPIC -o .libs/cmpabs.o /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o cmp_si.lo cmp_si.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c cmp_si.c -fPIC -DPIC -o .libs/cmp_si.o /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o cmp_ui.lo cmp_ui.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c cmp_ui.c -fPIC -DPIC -o .libs/cmp_ui.o /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o comparisons.lo comparisons.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c comparisons.c -fPIC -DPIC -o .libs/comparisons.o /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o div_2exp.lo div_2exp.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c div_2exp.c -fPIC -DPIC -o .libs/div_2exp.o /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o div_2si.lo div_2si.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c div_2si.c -fPIC -DPIC -o .libs/div_2si.o /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o div_2ui.lo div_2ui.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c div_2ui.c -fPIC -DPIC -o .libs/div_2ui.o /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o div.lo div.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c div.c -fPIC -DPIC -o .libs/div.o /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o div_ui.lo div_ui.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c div_ui.c -fPIC -DPIC -o .libs/div_ui.o /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o dot.lo dot.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c dot.c -fPIC -DPIC -o .libs/dot.o /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o dump.lo dump.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c dump.c -fPIC -DPIC -o .libs/dump.o /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o eq.lo eq.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c eq.c -fPIC -DPIC -o .libs/eq.o /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o exp10.lo exp10.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c exp10.c -fPIC -DPIC -o .libs/exp10.o /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o exp2.lo exp2.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c exp2.c -fPIC -DPIC -o .libs/exp2.o /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o exp3.lo exp3.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c exp3.c -fPIC -DPIC -o .libs/exp3.o /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o exp.lo exp.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c exp.c -fPIC -DPIC -o .libs/exp.o /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o frac.lo frac.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c frac.c -fPIC -DPIC -o .libs/frac.o /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o frexp.lo frexp.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c frexp.c -fPIC -DPIC -o .libs/frexp.o /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o get_d.lo get_d.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c get_d.c -fPIC -DPIC -o .libs/get_d.o /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o get_exp.lo get_exp.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c get_exp.c -fPIC -DPIC -o .libs/get_exp.o /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o get_str.lo get_str.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c get_str.c -fPIC -DPIC -o .libs/get_str.o /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o init.lo init.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c init.c -fPIC -DPIC -o .libs/init.o /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o inp_str.lo inp_str.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c inp_str.c -fPIC -DPIC -o .libs/inp_str.o /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o isinteger.lo isinteger.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c isinteger.c -fPIC -DPIC -o .libs/isinteger.o /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o isinf.lo isinf.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c isinf.c -fPIC -DPIC -o .libs/isinf.o /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o isnan.lo isnan.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c isnan.c -fPIC -DPIC -o .libs/isnan.o /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o isnum.lo isnum.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c isnum.c -fPIC -DPIC -o .libs/isnum.o /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o const_log2.lo const_log2.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c const_log2.c -fPIC -DPIC -o .libs/const_log2.o /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o log.lo log.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c log.c -fPIC -DPIC -o .libs/log.o /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o modf.lo modf.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c modf.c -fPIC -DPIC -o .libs/modf.o /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o mul_2exp.lo mul_2exp.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c mul_2exp.c -fPIC -DPIC -o .libs/mul_2exp.o /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o mul_2si.lo mul_2si.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c mul_2si.c -fPIC -DPIC -o .libs/mul_2si.o /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o mul_2ui.lo mul_2ui.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c mul_2ui.c -fPIC -DPIC -o .libs/mul_2ui.o /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o mul.lo mul.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c mul.c -fPIC -DPIC -o .libs/mul.o /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o mul_ui.lo mul_ui.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c mul_ui.c -fPIC -DPIC -o .libs/mul_ui.o /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o neg.lo neg.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c neg.c -fPIC -DPIC -o .libs/neg.o /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o next.lo next.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c next.c -fPIC -DPIC -o .libs/next.o /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o out_str.lo out_str.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c out_str.c -fPIC -DPIC -o .libs/out_str.o /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o printf.lo printf.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c printf.c -fPIC -DPIC -o .libs/printf.o /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o vasprintf.lo vasprintf.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c vasprintf.c -fPIC -DPIC -o .libs/vasprintf.o /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o const_pi.lo const_pi.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c const_pi.c -fPIC -DPIC -o .libs/const_pi.o /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o pow.lo pow.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c pow.c -fPIC -DPIC -o .libs/pow.o /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o pow_si.lo pow_si.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c pow_si.c -fPIC -DPIC -o .libs/pow_si.o /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o pow_ui.lo pow_ui.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c pow_ui.c -fPIC -DPIC -o .libs/pow_ui.o /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o print_raw.lo print_raw.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c print_raw.c -fPIC -DPIC -o .libs/print_raw.o /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o print_rnd_mode.lo print_rnd_mode.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c print_rnd_mode.c -fPIC -DPIC -o .libs/print_rnd_mode.o /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o reldiff.lo reldiff.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c reldiff.c -fPIC -DPIC -o .libs/reldiff.o /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o round_prec.lo round_prec.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c round_prec.c -fPIC -DPIC -o .libs/round_prec.o /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o set.lo set.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c set.c -fPIC -DPIC -o .libs/set.o /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o setmax.lo setmax.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c setmax.c -fPIC -DPIC -o .libs/setmax.o /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o setmin.lo setmin.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c setmin.c -fPIC -DPIC -o .libs/setmin.o /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o set_d.lo set_d.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c set_d.c -fPIC -DPIC -o .libs/set_d.o /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o set_dfl_prec.lo set_dfl_prec.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c set_dfl_prec.c -fPIC -DPIC -o .libs/set_dfl_prec.o /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o set_exp.lo set_exp.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c set_exp.c -fPIC -DPIC -o .libs/set_exp.o /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o set_rnd.lo set_rnd.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c set_rnd.c -fPIC -DPIC -o .libs/set_rnd.o /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o set_f.lo set_f.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c set_f.c -fPIC -DPIC -o .libs/set_f.o /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o set_prc_raw.lo set_prc_raw.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c set_prc_raw.c -fPIC -DPIC -o .libs/set_prc_raw.o /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o set_prec.lo set_prec.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c set_prec.c -fPIC -DPIC -o .libs/set_prec.o /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o set_q.lo set_q.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c set_q.c -fPIC -DPIC -o .libs/set_q.o /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o set_si.lo set_si.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c set_si.c -fPIC -DPIC -o .libs/set_si.o /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o set_str.lo set_str.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c set_str.c -fPIC -DPIC -o .libs/set_str.o /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o set_str_raw.lo set_str_raw.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c set_str_raw.c -fPIC -DPIC -o .libs/set_str_raw.o /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o set_ui.lo set_ui.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c set_ui.c -fPIC -DPIC -o .libs/set_ui.o /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o set_z.lo set_z.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c set_z.c -fPIC -DPIC -o .libs/set_z.o /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o sqrt.lo sqrt.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c sqrt.c -fPIC -DPIC -o .libs/sqrt.o /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o sqrt_ui.lo sqrt_ui.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c sqrt_ui.c -fPIC -DPIC -o .libs/sqrt_ui.o /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o sub.lo sub.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c sub.c -fPIC -DPIC -o .libs/sub.o /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o sub1.lo sub1.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c sub1.c -fPIC -DPIC -o .libs/sub1.o /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o sub_ui.lo sub_ui.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c sub_ui.c -fPIC -DPIC -o .libs/sub_ui.o /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o rint.lo rint.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c rint.c -fPIC -DPIC -o .libs/rint.o /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o ui_div.lo ui_div.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c ui_div.c -fPIC -DPIC -o .libs/ui_div.o /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o ui_sub.lo ui_sub.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c ui_sub.c -fPIC -DPIC -o .libs/ui_sub.o /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o urandom.lo urandom.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c urandom.c -fPIC -DPIC -o .libs/urandom.o /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o urandomb.lo urandomb.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c urandomb.c -fPIC -DPIC -o .libs/urandomb.o /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o get_z_exp.lo get_z_exp.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c get_z_exp.c -fPIC -DPIC -o .libs/get_z_exp.o /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o swap.lo swap.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c swap.c -fPIC -DPIC -o .libs/swap.o /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o factorial.lo factorial.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c factorial.c -fPIC -DPIC -o .libs/factorial.o /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o cosh.lo cosh.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c cosh.c -fPIC -DPIC -o .libs/cosh.o /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o sinh.lo sinh.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c sinh.c -fPIC -DPIC -o .libs/sinh.o /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o tanh.lo tanh.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c tanh.c -fPIC -DPIC -o .libs/tanh.o /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o sinh_cosh.lo sinh_cosh.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c sinh_cosh.c -fPIC -DPIC -o .libs/sinh_cosh.o /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o acosh.lo acosh.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c acosh.c -fPIC -DPIC -o .libs/acosh.o /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o asinh.lo asinh.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c asinh.c -fPIC -DPIC -o .libs/asinh.o /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o atanh.lo atanh.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c atanh.c -fPIC -DPIC -o .libs/atanh.o /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o atan.lo atan.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c atan.c -fPIC -DPIC -o .libs/atan.o /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o cmp2.lo cmp2.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c cmp2.c -fPIC -DPIC -o .libs/cmp2.o /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o exp_2.lo exp_2.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c exp_2.c -fPIC -DPIC -o .libs/exp_2.o /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o asin.lo asin.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c asin.c -fPIC -DPIC -o .libs/asin.o /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o const_euler.lo const_euler.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c const_euler.c -fPIC -DPIC -o .libs/const_euler.o /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o cos.lo cos.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c cos.c -fPIC -DPIC -o .libs/cos.o /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o sin.lo sin.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c sin.c -fPIC -DPIC -o .libs/sin.o /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o tan.lo tan.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c tan.c -fPIC -DPIC -o .libs/tan.o /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o fma.lo fma.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c fma.c -fPIC -DPIC -o .libs/fma.o /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o fms.lo fms.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c fms.c -fPIC -DPIC -o .libs/fms.o /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o hypot.lo hypot.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c hypot.c -fPIC -DPIC -o .libs/hypot.o /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o log1p.lo log1p.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c log1p.c -fPIC -DPIC -o .libs/log1p.o /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o expm1.lo expm1.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c expm1.c -fPIC -DPIC -o .libs/expm1.o /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o log2.lo log2.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c log2.c -fPIC -DPIC -o .libs/log2.o /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o log10.lo log10.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c log10.c -fPIC -DPIC -o .libs/log10.o /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o ui_pow.lo ui_pow.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c ui_pow.c -fPIC -DPIC -o .libs/ui_pow.o /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o ui_pow_ui.lo ui_pow_ui.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c ui_pow_ui.c -fPIC -DPIC -o .libs/ui_pow_ui.o /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o minmax.lo minmax.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c minmax.c -fPIC -DPIC -o .libs/minmax.o /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o dim.lo dim.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c dim.c -fPIC -DPIC -o .libs/dim.o /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o signbit.lo signbit.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c signbit.c -fPIC -DPIC -o .libs/signbit.o /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o copysign.lo copysign.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c copysign.c -fPIC -DPIC -o .libs/copysign.o /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o setsign.lo setsign.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c setsign.c -fPIC -DPIC -o .libs/setsign.o /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o gmp_op.lo gmp_op.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c gmp_op.c -fPIC -DPIC -o .libs/gmp_op.o /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o init2.lo init2.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c init2.c -fPIC -DPIC -o .libs/init2.o /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o acos.lo acos.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c acos.c -fPIC -DPIC -o .libs/acos.o /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o sin_cos.lo sin_cos.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c sin_cos.c -fPIC -DPIC -o .libs/sin_cos.o /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o set_nan.lo set_nan.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c set_nan.c -fPIC -DPIC -o .libs/set_nan.o /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o set_inf.lo set_inf.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c set_inf.c -fPIC -DPIC -o .libs/set_inf.o /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o set_zero.lo set_zero.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c set_zero.c -fPIC -DPIC -o .libs/set_zero.o /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o powerof2.lo powerof2.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c powerof2.c -fPIC -DPIC -o .libs/powerof2.o /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o gamma.lo gamma.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c gamma.c -fPIC -DPIC -o .libs/gamma.o /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o set_ld.lo set_ld.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c set_ld.c -fPIC -DPIC -o .libs/set_ld.o /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o get_ld.lo get_ld.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c get_ld.c -fPIC -DPIC -o .libs/get_ld.o /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o cbrt.lo cbrt.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c cbrt.c -fPIC -DPIC -o .libs/cbrt.o /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o volatile.lo volatile.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c volatile.c -fPIC -DPIC -o .libs/volatile.o /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o fits_sshort.lo fits_sshort.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c fits_sshort.c -fPIC -DPIC -o .libs/fits_sshort.o /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o fits_sint.lo fits_sint.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c fits_sint.c -fPIC -DPIC -o .libs/fits_sint.o /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o fits_slong.lo fits_slong.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c fits_slong.c -fPIC -DPIC -o .libs/fits_slong.o /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o fits_ushort.lo fits_ushort.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c fits_ushort.c -fPIC -DPIC -o .libs/fits_ushort.o /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o fits_uint.lo fits_uint.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c fits_uint.c -fPIC -DPIC -o .libs/fits_uint.o /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o fits_ulong.lo fits_ulong.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c fits_ulong.c -fPIC -DPIC -o .libs/fits_ulong.o /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o fits_uintmax.lo fits_uintmax.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c fits_uintmax.c -fPIC -DPIC -o .libs/fits_uintmax.o /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o fits_intmax.lo fits_intmax.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c fits_intmax.c -fPIC -DPIC -o .libs/fits_intmax.o /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o get_si.lo get_si.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c get_si.c -fPIC -DPIC -o .libs/get_si.o /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o get_ui.lo get_ui.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c get_ui.c -fPIC -DPIC -o .libs/get_ui.o /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o zeta.lo zeta.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c zeta.c -fPIC -DPIC -o .libs/zeta.o /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o cmp_d.lo cmp_d.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c cmp_d.c -fPIC -DPIC -o .libs/cmp_d.o /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o erf.lo erf.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c erf.c -fPIC -DPIC -o .libs/erf.o /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o inits.lo inits.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c inits.c -fPIC -DPIC -o .libs/inits.o /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o inits2.lo inits2.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c inits2.c -fPIC -DPIC -o .libs/inits2.o /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o clears.lo clears.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c clears.c -fPIC -DPIC -o .libs/clears.o /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o sgn.lo sgn.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c sgn.c -fPIC -DPIC -o .libs/sgn.o /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o check.lo check.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c check.c -fPIC -DPIC -o .libs/check.o /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o sub1sp.lo sub1sp.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c sub1sp.c -fPIC -DPIC -o .libs/sub1sp.o /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o version.lo version.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c version.c -fPIC -DPIC -o .libs/version.o /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o mpn_exp.lo mpn_exp.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c mpn_exp.c -fPIC -DPIC -o .libs/mpn_exp.o /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o mpfr-gmp.lo mpfr-gmp.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c mpfr-gmp.c -fPIC -DPIC -o .libs/mpfr-gmp.o /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o mp_clz_tab.lo mp_clz_tab.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c mp_clz_tab.c -fPIC -DPIC -o .libs/mp_clz_tab.o /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o sum.lo sum.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c sum.c -fPIC -DPIC -o .libs/sum.o /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o add1sp.lo add1sp.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c add1sp.c -fPIC -DPIC -o .libs/add1sp.o /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o free_cache.lo free_cache.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c free_cache.c -fPIC -DPIC -o .libs/free_cache.o /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o si_op.lo si_op.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c si_op.c -fPIC -DPIC -o .libs/si_op.o /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o cmp_ld.lo cmp_ld.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c cmp_ld.c -fPIC -DPIC -o .libs/cmp_ld.o /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o set_ui_2exp.lo set_ui_2exp.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c set_ui_2exp.c -fPIC -DPIC -o .libs/set_ui_2exp.o /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o set_si_2exp.lo set_si_2exp.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c set_si_2exp.c -fPIC -DPIC -o .libs/set_si_2exp.o /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o set_uj.lo set_uj.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c set_uj.c -fPIC -DPIC -o .libs/set_uj.o /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o set_sj.lo set_sj.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c set_sj.c -fPIC -DPIC -o .libs/set_sj.o /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o get_sj.lo get_sj.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c get_sj.c -fPIC -DPIC -o .libs/get_sj.o /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o get_uj.lo get_uj.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c get_uj.c -fPIC -DPIC -o .libs/get_uj.o /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o get_z.lo get_z.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c get_z.c -fPIC -DPIC -o .libs/get_z.o /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o iszero.lo iszero.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c iszero.c -fPIC -DPIC -o .libs/iszero.o /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o cache.lo cache.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c cache.c -fPIC -DPIC -o .libs/cache.o /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o sqr.lo sqr.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c sqr.c -fPIC -DPIC -o .libs/sqr.o /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o int_ceil_log2.lo int_ceil_log2.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c int_ceil_log2.c -fPIC -DPIC -o .libs/int_ceil_log2.o /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o isqrt.lo isqrt.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c isqrt.c -fPIC -DPIC -o .libs/isqrt.o /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o strtofr.lo strtofr.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c strtofr.c -fPIC -DPIC -o .libs/strtofr.o /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o pow_z.lo pow_z.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c pow_z.c -fPIC -DPIC -o .libs/pow_z.o /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o logging.lo logging.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c logging.c -fPIC -DPIC -o .libs/logging.o /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o mulders.lo mulders.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c mulders.c -fPIC -DPIC -o .libs/mulders.o /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o get_f.lo get_f.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c get_f.c -fPIC -DPIC -o .libs/get_f.o /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o round_p.lo round_p.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c round_p.c -fPIC -DPIC -o .libs/round_p.o /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o erfc.lo erfc.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c erfc.c -fPIC -DPIC -o .libs/erfc.o /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o atan2.lo atan2.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c atan2.c -fPIC -DPIC -o .libs/atan2.o /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o subnormal.lo subnormal.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c subnormal.c -fPIC -DPIC -o .libs/subnormal.o /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o const_catalan.lo const_catalan.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c const_catalan.c -fPIC -DPIC -o .libs/const_catalan.o /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o root.lo root.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c root.c -fPIC -DPIC -o .libs/root.o /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o sec.lo sec.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c sec.c -fPIC -DPIC -o .libs/sec.o /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o csc.lo csc.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c csc.c -fPIC -DPIC -o .libs/csc.o /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o cot.lo cot.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c cot.c -fPIC -DPIC -o .libs/cot.o /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o eint.lo eint.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c eint.c -fPIC -DPIC -o .libs/eint.o /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o sech.lo sech.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c sech.c -fPIC -DPIC -o .libs/sech.o /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o csch.lo csch.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c csch.c -fPIC -DPIC -o .libs/csch.o /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o coth.lo coth.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c coth.c -fPIC -DPIC -o .libs/coth.o /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o round_near_x.lo round_near_x.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c round_near_x.c -fPIC -DPIC -o .libs/round_near_x.o /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o constant.lo constant.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c constant.c -fPIC -DPIC -o .libs/constant.o /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o abort_prec_max.lo abort_prec_max.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c abort_prec_max.c -fPIC -DPIC -o .libs/abort_prec_max.o /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o stack_interface.lo stack_interface.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c stack_interface.c -fPIC -DPIC -o .libs/stack_interface.o /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o lngamma.lo lngamma.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c lngamma.c -fPIC -DPIC -o .libs/lngamma.o /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o zeta_ui.lo zeta_ui.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c zeta_ui.c -fPIC -DPIC -o .libs/zeta_ui.o /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o set_d64.lo set_d64.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c set_d64.c -fPIC -DPIC -o .libs/set_d64.o /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o get_d64.lo get_d64.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c get_d64.c -fPIC -DPIC -o .libs/get_d64.o /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o jn.lo jn.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c jn.c -fPIC -DPIC -o .libs/jn.o /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o yn.lo yn.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c yn.c -fPIC -DPIC -o .libs/yn.o /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o rem1.lo rem1.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c rem1.c -fPIC -DPIC -o .libs/rem1.o /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o add_d.lo add_d.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c add_d.c -fPIC -DPIC -o .libs/add_d.o /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o sub_d.lo sub_d.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c sub_d.c -fPIC -DPIC -o .libs/sub_d.o /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o d_sub.lo d_sub.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c d_sub.c -fPIC -DPIC -o .libs/d_sub.o /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o mul_d.lo mul_d.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c mul_d.c -fPIC -DPIC -o .libs/mul_d.o /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o div_d.lo div_d.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c div_d.c -fPIC -DPIC -o .libs/div_d.o /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o d_div.lo d_div.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c d_div.c -fPIC -DPIC -o .libs/d_div.o /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o li2.lo li2.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c li2.c -fPIC -DPIC -o .libs/li2.o /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o rec_sqrt.lo rec_sqrt.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c rec_sqrt.c -fPIC -DPIC -o .libs/rec_sqrt.o /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o min_prec.lo min_prec.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c min_prec.c -fPIC -DPIC -o .libs/min_prec.o /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o buildopt.lo buildopt.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c buildopt.c -fPIC -DPIC -o .libs/buildopt.o /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o digamma.lo digamma.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c digamma.c -fPIC -DPIC -o .libs/digamma.o /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o bernoulli.lo bernoulli.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c bernoulli.c -fPIC -DPIC -o .libs/bernoulli.o /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o isregular.lo isregular.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c isregular.c -fPIC -DPIC -o .libs/isregular.o /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o set_flt.lo set_flt.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c set_flt.c -fPIC -DPIC -o .libs/set_flt.o /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o get_flt.lo get_flt.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c get_flt.c -fPIC -DPIC -o .libs/get_flt.o /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o scale2.lo scale2.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c scale2.c -fPIC -DPIC -o .libs/scale2.o /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o set_z_exp.lo set_z_exp.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c set_z_exp.c -fPIC -DPIC -o .libs/set_z_exp.o /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o ai.lo ai.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c ai.c -fPIC -DPIC -o .libs/ai.o /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o gammaonethird.lo gammaonethird.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c gammaonethird.c -fPIC -DPIC -o .libs/gammaonethird.o /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o grandom.lo grandom.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c grandom.c -fPIC -DPIC -o .libs/grandom.o /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o fpif.lo fpif.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c fpif.c -fPIC -DPIC -o .libs/fpif.o /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o set_float128.lo set_float128.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c set_float128.c -fPIC -DPIC -o .libs/set_float128.o /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o get_float128.lo get_float128.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c get_float128.c -fPIC -DPIC -o .libs/get_float128.o /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o rndna.lo rndna.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c rndna.c -fPIC -DPIC -o .libs/rndna.o /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o nrandom.lo nrandom.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c nrandom.c -fPIC -DPIC -o .libs/nrandom.o /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o random_deviate.lo random_deviate.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c random_deviate.c -fPIC -DPIC -o .libs/random_deviate.o /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o erandom.lo erandom.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c erandom.c -fPIC -DPIC -o .libs/erandom.o /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o mpfr-mini-gmp.lo mpfr-mini-gmp.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c mpfr-mini-gmp.c -fPIC -DPIC -o .libs/mpfr-mini-gmp.o /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o fmma.lo fmma.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c fmma.c -fPIC -DPIC -o .libs/fmma.o /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o log_ui.lo log_ui.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c log_ui.c -fPIC -DPIC -o .libs/log_ui.o /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o gamma_inc.lo gamma_inc.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c gamma_inc.c -fPIC -DPIC -o .libs/gamma_inc.o /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o ubf.lo ubf.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c ubf.c -fPIC -DPIC -o .libs/ubf.o /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o beta.lo beta.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c beta.c -fPIC -DPIC -o .libs/beta.o /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o odd_p.lo odd_p.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c odd_p.c -fPIC -DPIC -o .libs/odd_p.o /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o get_q.lo get_q.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c get_q.c -fPIC -DPIC -o .libs/get_q.o /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o pool.lo pool.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c pool.c -fPIC -DPIC -o .libs/pool.o /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o total_order.lo total_order.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c total_order.c -fPIC -DPIC -o .libs/total_order.o /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o set_d128.lo set_d128.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c set_d128.c -fPIC -DPIC -o .libs/set_d128.o /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o get_d128.lo get_d128.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c get_d128.c -fPIC -DPIC -o .libs/get_d128.o /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o nbits_ulong.lo nbits_ulong.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c nbits_ulong.c -fPIC -DPIC -o .libs/nbits_ulong.o /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o cmpabs_ui.lo cmpabs_ui.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c cmpabs_ui.c -fPIC -DPIC -o .libs/cmpabs_ui.o /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c -o get_patches.lo get_patches.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_STDIO_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DLT_OBJDIR=\".libs/\" -DHAVE_LITTLE_ENDIAN=1 -DHAVE_CLOCK_GETTIME=1 -DHAVE_LOCALE_H=1 -DHAVE_WCHAR_H=1 -DHAVE_STDARG=1 -DHAVE_STRUCT_LCONV_DECIMAL_POINT=1 -DHAVE_STRUCT_LCONV_THOUSANDS_SEP=1 -DHAVE_ALLOCA_H=1 -DHAVE_ALLOCA=1 -DHAVE_UINTPTR_T=1 -DHAVE_VA_COPY=1 -DHAVE_SETLOCALE=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_SIGNAL=1 -DHAVE_SIGACTION=1 -DHAVE_LONG_LONG=1 -DHAVE_INTMAX_T=1 -DMPFR_HAVE_INTMAX_MAX=1 -DMPFR_HAVE_NORETURN=1 -DMPFR_HAVE_BUILTIN_UNREACHABLE=1 -DMPFR_HAVE_CONSTRUCTOR_ATTR=1 -DMPFR_HAVE_FESETROUND=1 -DHAVE_ROUND=1 -DHAVE_TRUNC=1 -DHAVE_FLOOR=1 -DHAVE_CEIL=1 -DHAVE_NEARBYINT=1 -DHAVE_DOUBLE_IEEE_LITTLE_ENDIAN=1 -DHAVE_LDOUBLE_IS_DOUBLE=1 -DMPFR_USE_STATIC_ASSERT=1 -DHAVE_ATTRIBUTE_MODE=1 -DHAVE___GMPN_SBPI1_DIVAPPR_Q=1 -DMPFR_LONG_WITHIN_LIMB=1 -DHAVE_GETRUSAGE=1 -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -c get_patches.c -fPIC -DPIC -o .libs/get_patches.o /bin/bash ../libtool --tag=CC --mode=link /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ffloat-store -version-info 7:1:1 -o libmpfr.la -rpath /usr/lib exceptions.lo extract.lo uceil_exp2.lo uceil_log2.lo ufloor_log2.lo add.lo add1.lo add_ui.lo agm.lo clear.lo cmp.lo cmpabs.lo cmp_si.lo cmp_ui.lo comparisons.lo div_2exp.lo div_2si.lo div_2ui.lo div.lo div_ui.lo dot.lo dump.lo eq.lo exp10.lo exp2.lo exp3.lo exp.lo frac.lo frexp.lo get_d.lo get_exp.lo get_str.lo init.lo inp_str.lo isinteger.lo isinf.lo isnan.lo isnum.lo const_log2.lo log.lo modf.lo mul_2exp.lo mul_2si.lo mul_2ui.lo mul.lo mul_ui.lo neg.lo next.lo out_str.lo printf.lo vasprintf.lo const_pi.lo pow.lo pow_si.lo pow_ui.lo print_raw.lo print_rnd_mode.lo reldiff.lo round_prec.lo set.lo setmax.lo setmin.lo set_d.lo set_dfl_prec.lo set_exp.lo set_rnd.lo set_f.lo set_prc_raw.lo set_prec.lo set_q.lo set_si.lo set_str.lo set_str_raw.lo set_ui.lo set_z.lo sqrt.lo sqrt_ui.lo sub.lo sub1.lo sub_ui.lo rint.lo ui_div.lo ui_sub.lo urandom.lo urandomb.lo get_z_exp.lo swap.lo factorial.lo cosh.lo sinh.lo tanh.lo sinh_cosh.lo acosh.lo asinh.lo atanh.lo atan.lo cmp2.lo exp_2.lo asin.lo const_euler.lo cos.lo sin.lo tan.lo fma.lo fms.lo hypot.lo log1p.lo expm1.lo log2.lo log10.lo ui_pow.lo ui_pow_ui.lo minmax.lo dim.lo signbit.lo copysign.lo setsign.lo gmp_op.lo init2.lo acos.lo sin_cos.lo set_nan.lo set_inf.lo set_zero.lo powerof2.lo gamma.lo set_ld.lo get_ld.lo cbrt.lo volatile.lo fits_sshort.lo fits_sint.lo fits_slong.lo fits_ushort.lo fits_uint.lo fits_ulong.lo fits_uintmax.lo fits_intmax.lo get_si.lo get_ui.lo zeta.lo cmp_d.lo erf.lo inits.lo inits2.lo clears.lo sgn.lo check.lo sub1sp.lo version.lo mpn_exp.lo mpfr-gmp.lo mp_clz_tab.lo sum.lo add1sp.lo free_cache.lo si_op.lo cmp_ld.lo set_ui_2exp.lo set_si_2exp.lo set_uj.lo set_sj.lo get_sj.lo get_uj.lo get_z.lo iszero.lo cache.lo sqr.lo int_ceil_log2.lo isqrt.lo strtofr.lo pow_z.lo logging.lo mulders.lo get_f.lo round_p.lo erfc.lo atan2.lo subnormal.lo const_catalan.lo root.lo sec.lo csc.lo cot.lo eint.lo sech.lo csch.lo coth.lo round_near_x.lo constant.lo abort_prec_max.lo stack_interface.lo lngamma.lo zeta_ui.lo set_d64.lo get_d64.lo jn.lo yn.lo rem1.lo add_d.lo sub_d.lo d_sub.lo mul_d.lo div_d.lo d_div.lo li2.lo rec_sqrt.lo min_prec.lo buildopt.lo digamma.lo bernoulli.lo isregular.lo set_flt.lo get_flt.lo scale2.lo set_z_exp.lo ai.lo gammaonethird.lo grandom.lo fpif.lo set_float128.lo get_float128.lo rndna.lo nrandom.lo random_deviate.lo erandom.lo mpfr-mini-gmp.lo fmma.lo log_ui.lo gamma_inc.lo ubf.lo beta.lo odd_p.lo get_q.lo pool.lo total_order.lo set_d128.lo get_d128.lo nbits_ulong.lo cmpabs_ui.lo get_patches.lo -lgmp libtool: link: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -shared -fPIC -DPIC .libs/exceptions.o .libs/extract.o .libs/uceil_exp2.o .libs/uceil_log2.o .libs/ufloor_log2.o .libs/add.o .libs/add1.o .libs/add_ui.o .libs/agm.o .libs/clear.o .libs/cmp.o .libs/cmpabs.o .libs/cmp_si.o .libs/cmp_ui.o .libs/comparisons.o .libs/div_2exp.o .libs/div_2si.o .libs/div_2ui.o .libs/div.o .libs/div_ui.o .libs/dot.o .libs/dump.o .libs/eq.o .libs/exp10.o .libs/exp2.o .libs/exp3.o .libs/exp.o .libs/frac.o .libs/frexp.o .libs/get_d.o .libs/get_exp.o .libs/get_str.o .libs/init.o .libs/inp_str.o .libs/isinteger.o .libs/isinf.o .libs/isnan.o .libs/isnum.o .libs/const_log2.o .libs/log.o .libs/modf.o .libs/mul_2exp.o .libs/mul_2si.o .libs/mul_2ui.o .libs/mul.o .libs/mul_ui.o .libs/neg.o .libs/next.o .libs/out_str.o .libs/printf.o .libs/vasprintf.o .libs/const_pi.o .libs/pow.o .libs/pow_si.o .libs/pow_ui.o .libs/print_raw.o .libs/print_rnd_mode.o .libs/reldiff.o .libs/round_prec.o .libs/set.o .libs/setmax.o .libs/setmin.o .libs/set_d.o .libs/set_dfl_prec.o .libs/set_exp.o .libs/set_rnd.o .libs/set_f.o .libs/set_prc_raw.o .libs/set_prec.o .libs/set_q.o .libs/set_si.o .libs/set_str.o .libs/set_str_raw.o .libs/set_ui.o .libs/set_z.o .libs/sqrt.o .libs/sqrt_ui.o .libs/sub.o .libs/sub1.o .libs/sub_ui.o .libs/rint.o .libs/ui_div.o .libs/ui_sub.o .libs/urandom.o .libs/urandomb.o .libs/get_z_exp.o .libs/swap.o .libs/factorial.o .libs/cosh.o .libs/sinh.o .libs/tanh.o .libs/sinh_cosh.o .libs/acosh.o .libs/asinh.o .libs/atanh.o .libs/atan.o .libs/cmp2.o .libs/exp_2.o .libs/asin.o .libs/const_euler.o .libs/cos.o .libs/sin.o .libs/tan.o .libs/fma.o .libs/fms.o .libs/hypot.o .libs/log1p.o .libs/expm1.o .libs/log2.o .libs/log10.o .libs/ui_pow.o .libs/ui_pow_ui.o .libs/minmax.o .libs/dim.o .libs/signbit.o .libs/copysign.o .libs/setsign.o .libs/gmp_op.o .libs/init2.o .libs/acos.o .libs/sin_cos.o .libs/set_nan.o .libs/set_inf.o .libs/set_zero.o .libs/powerof2.o .libs/gamma.o .libs/set_ld.o .libs/get_ld.o .libs/cbrt.o .libs/volatile.o .libs/fits_sshort.o .libs/fits_sint.o .libs/fits_slong.o .libs/fits_ushort.o .libs/fits_uint.o .libs/fits_ulong.o .libs/fits_uintmax.o .libs/fits_intmax.o .libs/get_si.o .libs/get_ui.o .libs/zeta.o .libs/cmp_d.o .libs/erf.o .libs/inits.o .libs/inits2.o .libs/clears.o .libs/sgn.o .libs/check.o .libs/sub1sp.o .libs/version.o .libs/mpn_exp.o .libs/mpfr-gmp.o .libs/mp_clz_tab.o .libs/sum.o .libs/add1sp.o .libs/free_cache.o .libs/si_op.o .libs/cmp_ld.o .libs/set_ui_2exp.o .libs/set_si_2exp.o .libs/set_uj.o .libs/set_sj.o .libs/get_sj.o .libs/get_uj.o .libs/get_z.o .libs/iszero.o .libs/cache.o .libs/sqr.o .libs/int_ceil_log2.o .libs/isqrt.o .libs/strtofr.o .libs/pow_z.o .libs/logging.o .libs/mulders.o .libs/get_f.o .libs/round_p.o .libs/erfc.o .libs/atan2.o .libs/subnormal.o .libs/const_catalan.o .libs/root.o .libs/sec.o .libs/csc.o .libs/cot.o .libs/eint.o .libs/sech.o .libs/csch.o .libs/coth.o .libs/round_near_x.o .libs/constant.o .libs/abort_prec_max.o .libs/stack_interface.o .libs/lngamma.o .libs/zeta_ui.o .libs/set_d64.o .libs/get_d64.o .libs/jn.o .libs/yn.o .libs/rem1.o .libs/add_d.o .libs/sub_d.o .libs/d_sub.o .libs/mul_d.o .libs/div_d.o .libs/d_div.o .libs/li2.o .libs/rec_sqrt.o .libs/min_prec.o .libs/buildopt.o .libs/digamma.o .libs/bernoulli.o .libs/isregular.o .libs/set_flt.o .libs/get_flt.o .libs/scale2.o .libs/set_z_exp.o .libs/ai.o .libs/gammaonethird.o .libs/grandom.o .libs/fpif.o .libs/set_float128.o .libs/get_float128.o .libs/rndna.o .libs/nrandom.o .libs/random_deviate.o .libs/erandom.o .libs/mpfr-mini-gmp.o .libs/fmma.o .libs/log_ui.o .libs/gamma_inc.o .libs/ubf.o .libs/beta.o .libs/odd_p.o .libs/get_q.o .libs/pool.o .libs/total_order.o .libs/set_d128.o .libs/get_d128.o .libs/nbits_ulong.o .libs/cmpabs_ui.o .libs/get_patches.o -lgmp -Os -g0 -Wl,-soname -Wl,libmpfr.so.6 -o .libs/libmpfr.so.6.1.1 libtool: link: (cd ".libs" && rm -f "libmpfr.so.6" && ln -s "libmpfr.so.6.1.1" "libmpfr.so.6") libtool: link: (cd ".libs" && rm -f "libmpfr.so" && ln -s "libmpfr.so.6.1.1" "libmpfr.so") libtool: link: ( cd ".libs" && rm -f "libmpfr.la" && ln -s "../libmpfr.la" "libmpfr.la" ) make[3]: Leaving directory '/tmp/instance-5/output-1/build/mpfr-4.1.1/src' make[2]: Leaving directory '/tmp/instance-5/output-1/build/mpfr-4.1.1/src' Making all in tests make[2]: Entering directory '/tmp/instance-5/output-1/build/mpfr-4.1.1/tests' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/tmp/instance-5/output-1/build/mpfr-4.1.1/tests' Making all in tune make[2]: Entering directory '/tmp/instance-5/output-1/build/mpfr-4.1.1/tune' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/tmp/instance-5/output-1/build/mpfr-4.1.1/tune' Making all in tools/bench make[2]: Entering directory '/tmp/instance-5/output-1/build/mpfr-4.1.1/tools/bench' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/tmp/instance-5/output-1/build/mpfr-4.1.1/tools/bench' make[2]: Entering directory '/tmp/instance-5/output-1/build/mpfr-4.1.1' make[2]: Nothing to be done for 'all-am'. make[2]: Leaving directory '/tmp/instance-5/output-1/build/mpfr-4.1.1' make[1]: Leaving directory '/tmp/instance-5/output-1/build/mpfr-4.1.1' >>> mpfr 4.1.1 Installing to staging directory PATH="/tmp/instance-5/output-1/host/bin:/tmp/instance-5/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /home/autobuild/make/make -j1 DESTDIR=/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot install -C /tmp/instance-5/output-1/build/mpfr-4.1.1/ make[1]: Entering directory '/tmp/instance-5/output-1/build/mpfr-4.1.1' Making install in doc make[2]: Entering directory '/tmp/instance-5/output-1/build/mpfr-4.1.1/doc' make[3]: Entering directory '/tmp/instance-5/output-1/build/mpfr-4.1.1/doc' make[3]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/share/doc/mpfr' /usr/bin/install -c -m 644 FAQ.html '/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/share/doc/mpfr' /usr/bin/mkdir -p '/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/share/info' /usr/bin/install -c -m 644 ./mpfr.info '/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/share/info' make[3]: Leaving directory '/tmp/instance-5/output-1/build/mpfr-4.1.1/doc' make[2]: Leaving directory '/tmp/instance-5/output-1/build/mpfr-4.1.1/doc' Making install in src make[2]: Entering directory '/tmp/instance-5/output-1/build/mpfr-4.1.1/src' /home/autobuild/make/make install-am make[3]: Entering directory '/tmp/instance-5/output-1/build/mpfr-4.1.1/src' make[4]: Entering directory '/tmp/instance-5/output-1/build/mpfr-4.1.1/src' /usr/bin/mkdir -p '/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib' /bin/bash ../libtool --mode=install /usr/bin/install -c libmpfr.la '/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib' libtool: install: /usr/bin/install -c .libs/libmpfr.so.6.1.1 /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/libmpfr.so.6.1.1 libtool: install: (cd /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib && { ln -s -f libmpfr.so.6.1.1 libmpfr.so.6 || { rm -f libmpfr.so.6 && ln -s libmpfr.so.6.1.1 libmpfr.so.6; }; }) libtool: install: (cd /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib && { ln -s -f libmpfr.so.6.1.1 libmpfr.so || { rm -f libmpfr.so && ln -s libmpfr.so.6.1.1 libmpfr.so; }; }) libtool: install: /usr/bin/install -c .libs/libmpfr.lai /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/libmpfr.la libtool: warning: remember to run 'libtool --finish /usr/lib' /usr/bin/mkdir -p '/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include' /usr/bin/install -c -m 644 mpfr.h mpf2mpfr.h '/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include' make[4]: Leaving directory '/tmp/instance-5/output-1/build/mpfr-4.1.1/src' make[3]: Leaving directory '/tmp/instance-5/output-1/build/mpfr-4.1.1/src' make[2]: Leaving directory '/tmp/instance-5/output-1/build/mpfr-4.1.1/src' Making install in tests make[2]: Entering directory '/tmp/instance-5/output-1/build/mpfr-4.1.1/tests' make[3]: Entering directory '/tmp/instance-5/output-1/build/mpfr-4.1.1/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-5/output-1/build/mpfr-4.1.1/tests' make[2]: Leaving directory '/tmp/instance-5/output-1/build/mpfr-4.1.1/tests' Making install in tune make[2]: Entering directory '/tmp/instance-5/output-1/build/mpfr-4.1.1/tune' make[3]: Entering directory '/tmp/instance-5/output-1/build/mpfr-4.1.1/tune' 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-5/output-1/build/mpfr-4.1.1/tune' make[2]: Leaving directory '/tmp/instance-5/output-1/build/mpfr-4.1.1/tune' Making install in tools/bench make[2]: Entering directory '/tmp/instance-5/output-1/build/mpfr-4.1.1/tools/bench' make[3]: Entering directory '/tmp/instance-5/output-1/build/mpfr-4.1.1/tools/bench' 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-5/output-1/build/mpfr-4.1.1/tools/bench' make[2]: Leaving directory '/tmp/instance-5/output-1/build/mpfr-4.1.1/tools/bench' make[2]: Entering directory '/tmp/instance-5/output-1/build/mpfr-4.1.1' make[3]: Entering directory '/tmp/instance-5/output-1/build/mpfr-4.1.1' make[3]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/share/doc/mpfr' /usr/bin/mkdir -p '/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/share/doc/mpfr/examples' /usr/bin/install -c -m 644 examples/ReadMe examples/can_round.c examples/divworst.c examples/rndo-add.c examples/sample.c examples/threads.c examples/version.c '/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/share/doc/mpfr/examples' /usr/bin/install -c -m 644 AUTHORS BUGS COPYING COPYING.LESSER NEWS TODO '/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/share/doc/mpfr/.' /usr/bin/mkdir -p '/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/pkgconfig' /usr/bin/install -c -m 644 mpfr.pc '/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/pkgconfig' make[3]: Leaving directory '/tmp/instance-5/output-1/build/mpfr-4.1.1' make[2]: Leaving directory '/tmp/instance-5/output-1/build/mpfr-4.1.1' make[1]: Leaving directory '/tmp/instance-5/output-1/build/mpfr-4.1.1' >>> mpfr 4.1.1 Fixing libtool files for la in $(find /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib* -name "*.la"); do \ cp -a "${la}" "${la}.fixed" && \ /usr/bin/sed -i -e "s:/tmp/instance-5/output-1:@BASE_DIR@:g" \ -e "s:/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot:@STAGING_DIR@:g" \ \ -e "s:\(['= ]\)/usr:\\1@STAGING_DIR@/usr:g" \ -e "s:\(['= ]\)/lib:\\1@STAGING_DIR@/lib:g" \ \ -e "s:@STAGING_DIR@:/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot:g" \ -e "s:@BASE_DIR@:/tmp/instance-5/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 >>> mpfr 4.1.1 Installing to target PATH="/tmp/instance-5/output-1/host/bin:/tmp/instance-5/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /home/autobuild/make/make -j1 DESTDIR=/tmp/instance-5/output-1/target install -C /tmp/instance-5/output-1/build/mpfr-4.1.1/ make[1]: Entering directory '/tmp/instance-5/output-1/build/mpfr-4.1.1' Making install in doc make[2]: Entering directory '/tmp/instance-5/output-1/build/mpfr-4.1.1/doc' make[3]: Entering directory '/tmp/instance-5/output-1/build/mpfr-4.1.1/doc' make[3]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/tmp/instance-5/output-1/target/usr/share/doc/mpfr' /usr/bin/install -c -m 644 FAQ.html '/tmp/instance-5/output-1/target/usr/share/doc/mpfr' /usr/bin/mkdir -p '/tmp/instance-5/output-1/target/usr/share/info' /usr/bin/install -c -m 644 ./mpfr.info '/tmp/instance-5/output-1/target/usr/share/info' make[3]: Leaving directory '/tmp/instance-5/output-1/build/mpfr-4.1.1/doc' make[2]: Leaving directory '/tmp/instance-5/output-1/build/mpfr-4.1.1/doc' Making install in src make[2]: Entering directory '/tmp/instance-5/output-1/build/mpfr-4.1.1/src' /home/autobuild/make/make install-am make[3]: Entering directory '/tmp/instance-5/output-1/build/mpfr-4.1.1/src' make[4]: Entering directory '/tmp/instance-5/output-1/build/mpfr-4.1.1/src' /usr/bin/mkdir -p '/tmp/instance-5/output-1/target/usr/lib' /bin/bash ../libtool --mode=install /usr/bin/install -c libmpfr.la '/tmp/instance-5/output-1/target/usr/lib' libtool: install: /usr/bin/install -c .libs/libmpfr.so.6.1.1 /tmp/instance-5/output-1/target/usr/lib/libmpfr.so.6.1.1 libtool: install: (cd /tmp/instance-5/output-1/target/usr/lib && { ln -s -f libmpfr.so.6.1.1 libmpfr.so.6 || { rm -f libmpfr.so.6 && ln -s libmpfr.so.6.1.1 libmpfr.so.6; }; }) libtool: install: (cd /tmp/instance-5/output-1/target/usr/lib && { ln -s -f libmpfr.so.6.1.1 libmpfr.so || { rm -f libmpfr.so && ln -s libmpfr.so.6.1.1 libmpfr.so; }; }) libtool: install: /usr/bin/install -c .libs/libmpfr.lai /tmp/instance-5/output-1/target/usr/lib/libmpfr.la libtool: warning: remember to run 'libtool --finish /usr/lib' /usr/bin/mkdir -p '/tmp/instance-5/output-1/target/usr/include' /usr/bin/install -c -m 644 mpfr.h mpf2mpfr.h '/tmp/instance-5/output-1/target/usr/include' make[4]: Leaving directory '/tmp/instance-5/output-1/build/mpfr-4.1.1/src' make[3]: Leaving directory '/tmp/instance-5/output-1/build/mpfr-4.1.1/src' make[2]: Leaving directory '/tmp/instance-5/output-1/build/mpfr-4.1.1/src' Making install in tests make[2]: Entering directory '/tmp/instance-5/output-1/build/mpfr-4.1.1/tests' make[3]: Entering directory '/tmp/instance-5/output-1/build/mpfr-4.1.1/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-5/output-1/build/mpfr-4.1.1/tests' make[2]: Leaving directory '/tmp/instance-5/output-1/build/mpfr-4.1.1/tests' Making install in tune make[2]: Entering directory '/tmp/instance-5/output-1/build/mpfr-4.1.1/tune' make[3]: Entering directory '/tmp/instance-5/output-1/build/mpfr-4.1.1/tune' 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-5/output-1/build/mpfr-4.1.1/tune' make[2]: Leaving directory '/tmp/instance-5/output-1/build/mpfr-4.1.1/tune' Making install in tools/bench make[2]: Entering directory '/tmp/instance-5/output-1/build/mpfr-4.1.1/tools/bench' make[3]: Entering directory '/tmp/instance-5/output-1/build/mpfr-4.1.1/tools/bench' 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-5/output-1/build/mpfr-4.1.1/tools/bench' make[2]: Leaving directory '/tmp/instance-5/output-1/build/mpfr-4.1.1/tools/bench' make[2]: Entering directory '/tmp/instance-5/output-1/build/mpfr-4.1.1' make[3]: Entering directory '/tmp/instance-5/output-1/build/mpfr-4.1.1' make[3]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/tmp/instance-5/output-1/target/usr/share/doc/mpfr' /usr/bin/mkdir -p '/tmp/instance-5/output-1/target/usr/share/doc/mpfr/examples' /usr/bin/install -c -m 644 examples/ReadMe examples/can_round.c examples/divworst.c examples/rndo-add.c examples/sample.c examples/threads.c examples/version.c '/tmp/instance-5/output-1/target/usr/share/doc/mpfr/examples' /usr/bin/install -c -m 644 AUTHORS BUGS COPYING COPYING.LESSER NEWS TODO '/tmp/instance-5/output-1/target/usr/share/doc/mpfr/.' /usr/bin/mkdir -p '/tmp/instance-5/output-1/target/usr/lib/pkgconfig' /usr/bin/install -c -m 644 mpfr.pc '/tmp/instance-5/output-1/target/usr/lib/pkgconfig' make[3]: Leaving directory '/tmp/instance-5/output-1/build/mpfr-4.1.1' make[2]: Leaving directory '/tmp/instance-5/output-1/build/mpfr-4.1.1' make[1]: Leaving directory '/tmp/instance-5/output-1/build/mpfr-4.1.1' >>> musepack r475 Downloading wget --passive-ftp -nd -t 3 -O '/tmp/instance-5/output-1/build/.musepack_src_r475.tar.gz.gElFo9/output' 'http://files.musepack.net/source/musepack_src_r475.tar.gz' --2023-02-19 23:50:30-- http://files.musepack.net/source/musepack_src_r475.tar.gz Resolving files.musepack.net (files.musepack.net)... 78.128.43.252 Connecting to files.musepack.net (files.musepack.net)|78.128.43.252|:80... connected. HTTP request sent, awaiting response... 200 OK Length: 188737 (184K) [application/x-gzip] Saving to: '/tmp/instance-5/output-1/build/.musepack_src_r475.tar.gz.gElFo9/output' 0K .......... .......... .......... .......... .......... 27% 161K 1s 50K .......... .......... .......... .......... .......... 54% 317K 0s 100K .......... .......... .......... .......... .......... 81% 305M 0s 150K .......... .......... .......... .... 100% 225K=0.6s 2023-02-19 23:50:32 (297 KB/s) - '/tmp/instance-5/output-1/build/.musepack_src_r475.tar.gz.gElFo9/output' saved [188737/188737] musepack_src_r475.tar.gz: OK (md5: 754d67be67f713e54baf70fcfdb2817e) musepack_src_r475.tar.gz: OK (sha256: a4b1742f997f83e1056142d556a8c20845ba764b70365ff9ccf2e3f81c427b2b) >>> musepack r475 Extracting gzip -d -c /tmp/instance-5/dl/musepack/musepack_src_r475.tar.gz | tar --strip-components=1 -C /tmp/instance-5/output-1/build/musepack-r475 -xf - >>> musepack r475 Patching Applying 0001-shared.patch using patch: patching file libmpcdec/CMakeLists.txt Applying 0002-cmake-use-the-standard-CMake-flag-to-drive-the-share.patch using patch: patching file CMakeLists.txt Applying 0003-include-fpu-control-with-glibc-only.patch using patch: patching file mpcenc/mpcenc.h Applying 0004-missing-sys-select.patch using patch: patching file mpcenc/mpcenc.h Applying 0005-fix-build-with-gcc-10.patch using patch: patching file libmpcdec/requant.h >>> musepack r475 Configuring (mkdir -p /tmp/instance-5/output-1/build/musepack-r475/ && cd /tmp/instance-5/output-1/build/musepack-r475/ && rm -f CMakeCache.txt && PATH="/tmp/instance-5/output-1/host/bin:/tmp/instance-5/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /tmp/instance-5/output-1/host/bin/cmake /tmp/instance-5/output-1/build/musepack-r475/ -G"Unix Makefiles" -DCMAKE_TOOLCHAIN_FILE="/tmp/instance-5/output-1/host/share/buildroot/toolchainfile.cmake" -DCMAKE_INSTALL_PREFIX="/usr" -DCMAKE_INSTALL_RUNSTATEDIR="/run" -DCMAKE_COLOR_MAKEFILE=OFF -DBUILD_DOC=OFF -DBUILD_DOCS=OFF -DBUILD_EXAMPLE=OFF -DBUILD_EXAMPLES=OFF -DBUILD_TEST=OFF -DBUILD_TESTS=OFF -DBUILD_TESTING=OFF -DBUILD_SHARED_LIBS=ON ) CMake Deprecation Warning at CMakeLists.txt:1 (CMAKE_MINIMUM_REQUIRED): Compatibility with CMake < 2.8.12 will be removed from a future version of CMake. Update the VERSION argument value or use a ... suffix to tell CMake that the project does not need compatibility with older versions. -- The C compiler identification is GNU 11.3.0 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc - skipped -- Detecting C compile features -- Detecting C compile features - done -- Configuring done CMake Warning (dev) at libmpcdec/CMakeLists.txt:3 (add_library): Policy CMP0115 is not set: Source file extensions must be explicit. Run "cmake --help-policy CMP0115" for policy details. Use the cmake_policy command to set the policy and suppress this warning. File: /tmp/instance-5/output-1/build/musepack-r475/libmpcdec/huffman.c This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at libmpcdec/CMakeLists.txt:3 (add_library): Policy CMP0115 is not set: Source file extensions must be explicit. Run "cmake --help-policy CMP0115" for policy details. Use the cmake_policy command to set the policy and suppress this warning. File: /tmp/instance-5/output-1/build/musepack-r475/libmpcdec/mpc_decoder.c This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at libmpcdec/CMakeLists.txt:3 (add_library): Policy CMP0115 is not set: Source file extensions must be explicit. Run "cmake --help-policy CMP0115" for policy details. Use the cmake_policy command to set the policy and suppress this warning. File: /tmp/instance-5/output-1/build/musepack-r475/libmpcdec/mpc_reader.c This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at libmpcdec/CMakeLists.txt:3 (add_library): Policy CMP0115 is not set: Source file extensions must be explicit. Run "cmake --help-policy CMP0115" for policy details. Use the cmake_policy command to set the policy and suppress this warning. File: /tmp/instance-5/output-1/build/musepack-r475/libmpcdec/streaminfo.c This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at libmpcdec/CMakeLists.txt:3 (add_library): Policy CMP0115 is not set: Source file extensions must be explicit. Run "cmake --help-policy CMP0115" for policy details. Use the cmake_policy command to set the policy and suppress this warning. File: /tmp/instance-5/output-1/build/musepack-r475/libmpcdec/mpc_bits_reader.c This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at libmpcdec/CMakeLists.txt:3 (add_library): Policy CMP0115 is not set: Source file extensions must be explicit. Run "cmake --help-policy CMP0115" for policy details. Use the cmake_policy command to set the policy and suppress this warning. File: /tmp/instance-5/output-1/build/musepack-r475/libmpcdec/mpc_demux.c This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at libmpcdec/CMakeLists.txt:3 (add_library): Policy CMP0115 is not set: Source file extensions must be explicit. Run "cmake --help-policy CMP0115" for policy details. Use the cmake_policy command to set the policy and suppress this warning. File: /tmp/instance-5/output-1/build/musepack-r475/libmpcdec/requant.c This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at libmpcdec/CMakeLists.txt:3 (add_library): Policy CMP0115 is not set: Source file extensions must be explicit. Run "cmake --help-policy CMP0115" for policy details. Use the cmake_policy command to set the policy and suppress this warning. File: /tmp/instance-5/output-1/build/musepack-r475/libmpcdec/synth_filter.c This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at libmpcdec/CMakeLists.txt:3 (add_library): Policy CMP0115 is not set: Source file extensions must be explicit. Run "cmake --help-policy CMP0115" for policy details. Use the cmake_policy command to set the policy and suppress this warning. File: /tmp/instance-5/output-1/build/musepack-r475/common/crc32.c This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at libmpcpsy/CMakeLists.txt:2 (add_library): Policy CMP0115 is not set: Source file extensions must be explicit. Run "cmake --help-policy CMP0115" for policy details. Use the cmake_policy command to set the policy and suppress this warning. File: /tmp/instance-5/output-1/build/musepack-r475/libmpcpsy/ans.c This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at libmpcpsy/CMakeLists.txt:2 (add_library): Policy CMP0115 is not set: Source file extensions must be explicit. Run "cmake --help-policy CMP0115" for policy details. Use the cmake_policy command to set the policy and suppress this warning. File: /tmp/instance-5/output-1/build/musepack-r475/libmpcpsy/cvd.c This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at libmpcpsy/CMakeLists.txt:2 (add_library): Policy CMP0115 is not set: Source file extensions must be explicit. Run "cmake --help-policy CMP0115" for policy details. Use the cmake_policy command to set the policy and suppress this warning. File: /tmp/instance-5/output-1/build/musepack-r475/libmpcpsy/fft4g.c This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at libmpcpsy/CMakeLists.txt:2 (add_library): Policy CMP0115 is not set: Source file extensions must be explicit. Run "cmake --help-policy CMP0115" for policy details. Use the cmake_policy command to set the policy and suppress this warning. File: /tmp/instance-5/output-1/build/musepack-r475/libmpcpsy/fft_routines.c This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at libmpcpsy/CMakeLists.txt:2 (add_library): Policy CMP0115 is not set: Source file extensions must be explicit. Run "cmake --help-policy CMP0115" for policy details. Use the cmake_policy command to set the policy and suppress this warning. File: /tmp/instance-5/output-1/build/musepack-r475/libmpcpsy/profile.c This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at libmpcpsy/CMakeLists.txt:2 (add_library): Policy CMP0115 is not set: Source file extensions must be explicit. Run "cmake --help-policy CMP0115" for policy details. Use the cmake_policy command to set the policy and suppress this warning. File: /tmp/instance-5/output-1/build/musepack-r475/libmpcpsy/psy.c This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at libmpcpsy/CMakeLists.txt:2 (add_library): Policy CMP0115 is not set: Source file extensions must be explicit. Run "cmake --help-policy CMP0115" for policy details. Use the cmake_policy command to set the policy and suppress this warning. File: /tmp/instance-5/output-1/build/musepack-r475/libmpcpsy/psy_tab.c This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at libmpcpsy/CMakeLists.txt:2 (add_library): Policy CMP0115 is not set: Source file extensions must be explicit. Run "cmake --help-policy CMP0115" for policy details. Use the cmake_policy command to set the policy and suppress this warning. File: /tmp/instance-5/output-1/build/musepack-r475/common/fastmath.c This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at libmpcenc/CMakeLists.txt:2 (add_library): Policy CMP0115 is not set: Source file extensions must be explicit. Run "cmake --help-policy CMP0115" for policy details. Use the cmake_policy command to set the policy and suppress this warning. File: /tmp/instance-5/output-1/build/musepack-r475/libmpcenc/analy_filter.c This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at libmpcenc/CMakeLists.txt:2 (add_library): Policy CMP0115 is not set: Source file extensions must be explicit. Run "cmake --help-policy CMP0115" for policy details. Use the cmake_policy command to set the policy and suppress this warning. File: /tmp/instance-5/output-1/build/musepack-r475/libmpcenc/bitstream.c This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at libmpcenc/CMakeLists.txt:2 (add_library): Policy CMP0115 is not set: Source file extensions must be explicit. Run "cmake --help-policy CMP0115" for policy details. Use the cmake_policy command to set the policy and suppress this warning. File: /tmp/instance-5/output-1/build/musepack-r475/libmpcenc/encode_sv7.c This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at libmpcenc/CMakeLists.txt:2 (add_library): Policy CMP0115 is not set: Source file extensions must be explicit. Run "cmake --help-policy CMP0115" for policy details. Use the cmake_policy command to set the policy and suppress this warning. File: /tmp/instance-5/output-1/build/musepack-r475/libmpcenc/huffsv7.c This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at libmpcenc/CMakeLists.txt:2 (add_library): Policy CMP0115 is not set: Source file extensions must be explicit. Run "cmake --help-policy CMP0115" for policy details. Use the cmake_policy command to set the policy and suppress this warning. File: /tmp/instance-5/output-1/build/musepack-r475/libmpcenc/quant.c This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at libmpcenc/CMakeLists.txt:2 (add_library): Policy CMP0115 is not set: Source file extensions must be explicit. Run "cmake --help-policy CMP0115" for policy details. Use the cmake_policy command to set the policy and suppress this warning. File: /tmp/instance-5/output-1/build/musepack-r475/common/crc32.c This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at libwavformat/CMakeLists.txt:1 (add_library): Policy CMP0115 is not set: Source file extensions must be explicit. Run "cmake --help-policy CMP0115" for policy details. Use the cmake_policy command to set the policy and suppress this warning. File: /tmp/instance-5/output-1/build/musepack-r475/libwavformat/input.c This warning is for project developers. Use -Wno-dev to suppress it. CMake Warning (dev) at libwavformat/CMakeLists.txt:1 (add_library): Policy CMP0115 is not set: Source file extensions must be explicit. Run "cmake --help-policy CMP0115" for policy details. Use the cmake_policy command to set the policy and suppress this warning. File: /tmp/instance-5/output-1/build/musepack-r475/libwavformat/output.c This warning is for project developers. Use -Wno-dev to suppress it. -- Generating done CMake Warning: Manually-specified variables were not used by the project: BUILD_DOC BUILD_DOCS BUILD_EXAMPLE BUILD_EXAMPLES BUILD_TEST BUILD_TESTING BUILD_TESTS CMAKE_INSTALL_RUNSTATEDIR -- Build files have been written to: /tmp/instance-5/output-1/build/musepack-r475 >>> musepack r475 Building PATH="/tmp/instance-5/output-1/host/bin:/tmp/instance-5/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /home/autobuild/make/make -j1 -C /tmp/instance-5/output-1/build/musepack-r475/ make[1]: Entering directory '/tmp/instance-5/output-1/build/musepack-r475' [ 1%] Building C object libmpcdec/CMakeFiles/mpcdec_shared.dir/huffman.o [ 3%] Building C object libmpcdec/CMakeFiles/mpcdec_shared.dir/mpc_decoder.o [ 5%] Building C object libmpcdec/CMakeFiles/mpcdec_shared.dir/mpc_reader.o [ 7%] Building C object libmpcdec/CMakeFiles/mpcdec_shared.dir/streaminfo.o streaminfo.c: In function 'streaminfo_read_header_sv7': streaminfo.c:111:18: warning: variable 'Estimatedpeak_title' set but not used [-Wunused-but-set-variable] 111 | mpc_uint16_t Estimatedpeak_title = 0; | ^~~~~~~~~~~~~~~~~~~ [ 9%] Building C object libmpcdec/CMakeFiles/mpcdec_shared.dir/mpc_bits_reader.o [ 11%] Building C object libmpcdec/CMakeFiles/mpcdec_shared.dir/mpc_demux.o mpc_demux.c:82:21: warning: 'mpc_unread_bytes' defined but not used [-Wunused-function] 82 | static mpc_uint32_t mpc_unread_bytes(mpc_demux * d) { | ^~~~~~~~~~~~~~~~ [ 13%] Building C object libmpcdec/CMakeFiles/mpcdec_shared.dir/requant.o [ 15%] Building C object libmpcdec/CMakeFiles/mpcdec_shared.dir/synth_filter.o [ 17%] Building C object libmpcdec/CMakeFiles/mpcdec_shared.dir/__/common/crc32.o [ 19%] Linking C shared library libmpcdec.so [ 19%] Built target mpcdec_shared [ 21%] Building C object libmpcpsy/CMakeFiles/mpcpsy_static.dir/ans.o ans.c: In function 'NS_Analyse': ans.c:291:120: warning: passing argument 10 of 'FindOptimalANS' from incompatible pointer type [-Wincompatible-pointer-types] 291 | FindOptimalANS ( MaxBand, MSflag, ANSspec_L, ANSspec_M, m->NS_Order_L, m->SNR_comp_L, m->FIR_L, smr.L, smr.M, m->SCF_Index_L, Transient ); | ~^~~~~~~~~~~~~ | | | int * ans.c:160:40: note: expected 'const int (*)[3]' but argument is of type 'int *' 160 | const int scf [] [3], | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~ ans.c:296:120: warning: passing argument 10 of 'FindOptimalANS' from incompatible pointer type [-Wincompatible-pointer-types] 296 | FindOptimalANS ( MaxBand, MSflag, ANSspec_R, ANSspec_S, m->NS_Order_R, m->SNR_comp_R, m->FIR_R, smr.R, smr.S, m->SCF_Index_R, Transient ); | ~^~~~~~~~~~~~~ | | | int * ans.c:160:40: note: expected 'const int (*)[3]' but argument is of type 'int *' 160 | const int scf [] [3], | ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~ [ 23%] Building C object libmpcpsy/CMakeFiles/mpcpsy_static.dir/cvd.o [ 25%] Building C object libmpcpsy/CMakeFiles/mpcpsy_static.dir/fft4g.o [ 26%] Building C object libmpcpsy/CMakeFiles/mpcpsy_static.dir/fft_routines.o [ 28%] Building C object libmpcpsy/CMakeFiles/mpcpsy_static.dir/profile.o [ 30%] Building C object libmpcpsy/CMakeFiles/mpcpsy_static.dir/psy.o [ 32%] Building C object libmpcpsy/CMakeFiles/mpcpsy_static.dir/psy_tab.o [ 34%] Building C object libmpcpsy/CMakeFiles/mpcpsy_static.dir/__/common/fastmath.o ../common/fastmath.c: In function 'Init_FastMath': ../common/fastmath.c:32:28: warning: variable 'Y' set but not used [-Wunused-but-set-variable] 32 | int i; mpc_floatint X, Y; double xm, x0, xp, x, y; float* p; | ^ [ 36%] Linking C static library libmpcpsy_static.a [ 36%] Built target mpcpsy_static [ 38%] Building C object libmpcenc/CMakeFiles/mpcenc_static.dir/analy_filter.o [ 40%] Building C object libmpcenc/CMakeFiles/mpcenc_static.dir/bitstream.o [ 42%] Building C object libmpcenc/CMakeFiles/mpcenc_static.dir/encode_sv7.o [ 44%] Building C object libmpcenc/CMakeFiles/mpcenc_static.dir/huffsv7.o [ 46%] Building C object libmpcenc/CMakeFiles/mpcenc_static.dir/quant.o [ 48%] Building C object libmpcenc/CMakeFiles/mpcenc_static.dir/__/common/crc32.o [ 50%] Linking C static library libmpcenc_static.a [ 50%] Built target mpcenc_static [ 51%] Building C object libwavformat/CMakeFiles/wavformat_static.dir/input.o [ 53%] Building C object libwavformat/CMakeFiles/wavformat_static.dir/output.o [ 55%] Linking C static library libwavformat_static.a [ 55%] Built target wavformat_static [ 57%] Building C object mpcgain/CMakeFiles/mpcgain.dir/mpcgain.o mpcgain.c: In function 'main': mpcgain.c:185:53: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 185 | mpc_chap_info * chap_info = mpc_demux_chap(demux, chap); | ^~~~~~~~~~~~~~ mpcgain.c:218:69: warning: initialization discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 218 | mpc_chap_info * chap_info = mpc_demux_chap(demux, chap); | ^~~~~~~~~~~~~~ mpcgain.c:167:45: warning: 'chap_peak' may be used uninitialized in this function [-Wmaybe-uninitialized] 167 | mpc_uint16_t * chap_gain, * chap_peak; | ^~~~~~~~~ mpcgain.c:167:32: warning: 'chap_gain' may be used uninitialized in this function [-Wmaybe-uninitialized] 167 | mpc_uint16_t * chap_gain, * chap_peak; | ^~~~~~~~~ mpcgain.c:64:12: warning: 'chap_max' may be used uninitialized in this function [-Wmaybe-uninitialized] 64 | if (a > b) | ^ mpcgain.c:166:50: note: 'chap_max' was declared here 166 | MPC_SAMPLE_FORMAT title_max = 0, chap_max; | ^~~~~~~~ [ 59%] Linking C executable mpcgain [ 59%] Built target mpcgain [ 61%] Building C object mpcdec/CMakeFiles/mpcdec_cmd.dir/mpcdec.o [ 63%] Linking C executable mpcdec [ 63%] Built target mpcdec_cmd [ 65%] Building C object mpcenc/CMakeFiles/mpcenc.dir/keyboard.o [ 67%] Building C object mpcenc/CMakeFiles/mpcenc.dir/mpcenc.o mpcenc.c: In function 'Quantisierung': mpcenc.c:692:61: warning: passing argument 1 of 'QuantizeSubbandWithNoiseShaping' from incompatible pointer type [-Wincompatible-pointer-types] 692 | QuantizeSubbandWithNoiseShaping ( subq[Band].L, subx[Band].L, *resL, errorL [Band], m->FIR_L [Band] ); | ~~~~~~~~~~^~ | | | mpc_int16_t * {aka short int *} In file included from mpcenc.c:27: mpcenc.h:259:56: note: expected 'unsigned int *' but argument is of type 'mpc_int16_t *' {aka 'short int *'} 259 | void QuantizeSubbandWithNoiseShaping ( unsigned int* qu_output, const float* input, const int res, float* errors, const float* FIR ); | ~~~~~~~~~~~~~~^~~~~~~~~ mpcenc.c:695:77: warning: passing argument 1 of 'QuantizeSubband' from incompatible pointer type [-Wincompatible-pointer-types] 695 | QuantizeSubband ( subq[Band].L, subx[Band].L, *resL, errorL [Band], MAX_NS_ORDER ); | ~~~~~~~~~~^~ | | | mpc_int16_t * {aka short int *} In file included from mpcenc.c:27: mpcenc.h:258:56: note: expected 'unsigned int *' but argument is of type 'mpc_int16_t *' {aka 'short int *'} 258 | void QuantizeSubband ( unsigned int* qu_output, const float* input, const int res, float* errors, const int maxNsOrder ); | ~~~~~~~~~~~~~~^~~~~~~~~ mpcenc.c:702:61: warning: passing argument 1 of 'QuantizeSubbandWithNoiseShaping' from incompatible pointer type [-Wincompatible-pointer-types] 702 | QuantizeSubbandWithNoiseShaping ( subq[Band].R, subx[Band].R, *resR, errorR [Band], m->FIR_R [Band] ); | ~~~~~~~~~~^~ | | | mpc_int16_t * {aka short int *} In file included from mpcenc.c:27: mpcenc.h:259:56: note: expected 'unsigned int *' but argument is of type 'mpc_int16_t *' {aka 'short int *'} 259 | void QuantizeSubbandWithNoiseShaping ( unsigned int* qu_output, const float* input, const int res, float* errors, const float* FIR ); | ~~~~~~~~~~~~~~^~~~~~~~~ mpcenc.c:705:77: warning: passing argument 1 of 'QuantizeSubband' from incompatible pointer type [-Wincompatible-pointer-types] 705 | QuantizeSubband ( subq[Band].R, subx[Band].R, *resR, errorL [Band], MAX_NS_ORDER); | ~~~~~~~~~~^~ | | | mpc_int16_t * {aka short int *} In file included from mpcenc.c:27: mpcenc.h:258:56: note: expected 'unsigned int *' but argument is of type 'mpc_int16_t *' {aka 'short int *'} 258 | void QuantizeSubband ( unsigned int* qu_output, const float* input, const int res, float* errors, const int maxNsOrder ); | ~~~~~~~~~~~~~~^~~~~~~~~ mpcenc.c: In function 'Init_FPU': mpcenc.c:1443:23: warning: unused variable 'cw' [-Wunused-variable] 1443 | mpc_uint16_t cw; | ^~ [ 69%] Building C object mpcenc/CMakeFiles/mpcenc.dir/pipeopen.o [ 71%] Building C object mpcenc/CMakeFiles/mpcenc.dir/stderr.o [ 73%] Building C object mpcenc/CMakeFiles/mpcenc.dir/__/common/tags.o ../common/tags.c: In function 'IsUnicode': ../common/tags.c:629:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 629 | if ( len & 1 ) // odd number of bytes? | ^~ ../common/tags.c:632:9: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 632 | if ( src [0] != (char)0xFF || src [1] != (char)0xFE ) // Microsoft Unicode preample (also useful to detect endianess, but currently only little endian is supported) | ^~ ../common/tags.c: In function 'FinalizeTags': ../common/tags.c:854:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 854 | if ( TagCount == 0 ) | ^~ ../common/tags.c:857:9: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 857 | if (flags & TAG_NO_PREAMBLE) { | ^~ ../common/tags.c: In function 'CopyTags_ID3': ../common/tags.c:966:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 966 | if ( -1 == fseek ( fp, -128L, SEEK_END ) ) | ^~ ../common/tags.c:969:9: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 969 | if ( 128 != fread(tmp, 1, 128, fp) ) | ^~ ../common/tags.c:976:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 976 | if ( !tmp[3] && !tmp[33] && !tmp[63] && !tmp[93] && !tmp[97] ) | ^~ ../common/tags.c:979:9: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 979 | memcpy_crop ( "Title" , (char*)tmp + 3, 30, 0 ); | ^~~~~~~~~~~ ../common/tags.c: In function 'CopyTags_APE': ../common/tags.c:1022:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 1022 | if ( -1 == fseek ( fp, -(long)sizeof T, SEEK_END ) ) | ^~ ../common/tags.c:1024:9: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 1024 | if ( sizeof(T) != fread (&T, 1, sizeof T, fp) ) | ^~ At top level: ../common/tags.c:1087:27: warning: 'parser_strings' defined but not used [-Wunused-const-variable=] 1087 | static const char* const parser_strings [] = { | ^~~~~~~~~~~~~~ [ 75%] Building C object mpcenc/CMakeFiles/mpcenc.dir/wave_in.o [ 76%] Building C object mpcenc/CMakeFiles/mpcenc.dir/winmsg.o [ 78%] Linking C executable mpcenc [ 78%] Built target mpcenc [ 80%] Building C object mpc2sv8/CMakeFiles/mpc2sv8.dir/mpc2sv8.o [ 82%] Linking C executable mpc2sv8 [ 82%] Built target mpc2sv8 [ 84%] Building C object mpccut/CMakeFiles/mpccut.dir/mpccut.o [ 86%] Linking C executable mpccut [ 86%] Built target mpccut [ 88%] Building C object mpcchap/CMakeFiles/mpcchap.dir/mpcchap.o mpcchap.c: In function 'add_chaps_cue': mpcchap.c:198:40: warning: '%i' directive writing between 1 and 10 bytes into a region of size between 5 and 14 [-Wformat-overflow=] 198 | sprintf(track_buf, "%i/%i", i, nchap); | ^~ mpcchap.c:198:36: note: directive argument in the range [1, 2147483647] 198 | sprintf(track_buf, "%i/%i", i, nchap); | ^~~~~~~ mpcchap.c:198:17: note: 'sprintf' output between 4 and 22 bytes into a destination of size 16 198 | sprintf(track_buf, "%i/%i", i, nchap); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [ 90%] Building C object mpcchap/CMakeFiles/mpcchap.dir/dictionary.o [ 92%] Building C object mpcchap/CMakeFiles/mpcchap.dir/iniparser.o iniparser.c: In function 'iniparser_getnkey': iniparser.c:187:16: warning: variable 'i_sec' set but not used [-Wunused-but-set-variable] 187 | int i, i_sec, cnt = 0 ; | ^~~~~ iniparser.c: In function 'iniparser_line': iniparser.c:556:9: warning: passing argument 1 to 'restrict'-qualified parameter aliases with argument 2 [-Wrestrict] 556 | strcpy(section, section); | ^~~~~~ iniparser.c:563:9: warning: passing argument 1 to 'restrict'-qualified parameter aliases with argument 2 [-Wrestrict] 563 | strcpy(key, key); | ^~~~~~ iniparser.c:582:9: warning: passing argument 1 to 'restrict'-qualified parameter aliases with argument 2 [-Wrestrict] 582 | strcpy(key, key); | ^~~~~~ [ 94%] Building C object mpcchap/CMakeFiles/mpcchap.dir/__/common/tags.o ../common/tags.c: In function 'IsUnicode': ../common/tags.c:629:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 629 | if ( len & 1 ) // odd number of bytes? | ^~ ../common/tags.c:632:9: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 632 | if ( src [0] != (char)0xFF || src [1] != (char)0xFE ) // Microsoft Unicode preample (also useful to detect endianess, but currently only little endian is supported) | ^~ ../common/tags.c: In function 'FinalizeTags': ../common/tags.c:854:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 854 | if ( TagCount == 0 ) | ^~ ../common/tags.c:857:9: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 857 | if (flags & TAG_NO_PREAMBLE) { | ^~ ../common/tags.c: In function 'CopyTags_ID3': ../common/tags.c:966:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 966 | if ( -1 == fseek ( fp, -128L, SEEK_END ) ) | ^~ ../common/tags.c:969:9: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 969 | if ( 128 != fread(tmp, 1, 128, fp) ) | ^~ ../common/tags.c:976:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 976 | if ( !tmp[3] && !tmp[33] && !tmp[63] && !tmp[93] && !tmp[97] ) | ^~ ../common/tags.c:979:9: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 979 | memcpy_crop ( "Title" , (char*)tmp + 3, 30, 0 ); | ^~~~~~~~~~~ ../common/tags.c: In function 'CopyTags_APE': ../common/tags.c:1022:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 1022 | if ( -1 == fseek ( fp, -(long)sizeof T, SEEK_END ) ) | ^~ ../common/tags.c:1024:9: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 1024 | if ( sizeof(T) != fread (&T, 1, sizeof T, fp) ) | ^~ At top level: ../common/tags.c:1087:27: warning: 'parser_strings' defined but not used [-Wunused-const-variable=] 1087 | static const char* const parser_strings [] = { | ^~~~~~~~~~~~~~ [ 96%] Linking C executable mpcchap [ 96%] Built target mpcchap [ 98%] Building C object wavcmp/CMakeFiles/wavcmp.dir/wavcmp.o [100%] Linking C executable wavcmp [100%] Built target wavcmp make[1]: Leaving directory '/tmp/instance-5/output-1/build/musepack-r475' >>> musepack r475 Installing to staging directory PATH="/tmp/instance-5/output-1/host/bin:/tmp/instance-5/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /home/autobuild/make/make -j1 DESTDIR=/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot install/fast -C /tmp/instance-5/output-1/build/musepack-r475/ make[1]: Entering directory '/tmp/instance-5/output-1/build/musepack-r475' Install the project... -- Install configuration: "Release" -- Installing: /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/libmpcdec.so.7.0.1 -- Installing: /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/libmpcdec.so.7 -- Installing: /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/libmpcdec.so -- Installing: /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/mpcgain -- Set runtime path of "/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/mpcgain" to "" -- Installing: /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/mpcdec -- Set runtime path of "/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/mpcdec" to "" -- Installing: /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/mpcenc -- Set runtime path of "/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/mpcenc" to "" -- Installing: /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/mpc2sv8 -- Set runtime path of "/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/mpc2sv8" to "" -- Installing: /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/mpccut -- Set runtime path of "/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/mpccut" to "" -- Installing: /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/mpcchap -- Set runtime path of "/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/mpcchap" to "" -- Installing: /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/wavcmp -- Set runtime path of "/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/wavcmp" to "" -- Installing: /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include/mpc -- Installing: /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include/mpc/streaminfo.h -- Installing: /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include/mpc/reader.h -- Installing: /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include/mpc/mpc_types.h -- Installing: /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include/mpc/mpcmath.h -- Installing: /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include/mpc/mpcdec.h -- Installing: /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include/mpc/minimax.h -- Installing: /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include/mpc/datatypes.h -- Installing: /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include/mpc/.svn -- Installing: /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include/mpc/.svn/tmp -- Installing: /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include/mpc/.svn/tmp/text-base -- Installing: /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include/mpc/.svn/tmp/props -- Installing: /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include/mpc/.svn/tmp/prop-base -- Installing: /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include/mpc/.svn/text-base -- Installing: /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include/mpc/.svn/text-base/streaminfo.h.svn-base -- Installing: /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include/mpc/.svn/text-base/reader.h.svn-base -- Installing: /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include/mpc/.svn/text-base/mpc_types.h.svn-base -- Installing: /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include/mpc/.svn/text-base/mpcmath.h.svn-base -- Installing: /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include/mpc/.svn/text-base/mpcdec.h.svn-base -- Installing: /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include/mpc/.svn/text-base/minimax.h.svn-base -- Installing: /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include/mpc/.svn/text-base/datatypes.h.svn-base -- Installing: /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include/mpc/.svn/props -- Installing: /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include/mpc/.svn/prop-base -- Installing: /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include/mpc/.svn/entries -- Installing: /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include/mpc/.svn/all-wcprops make[1]: Leaving directory '/tmp/instance-5/output-1/build/musepack-r475' >>> musepack r475 Fixing libtool files for la in $(find /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib* -name "*.la"); do \ cp -a "${la}" "${la}.fixed" && \ /usr/bin/sed -i -e "s:/tmp/instance-5/output-1:@BASE_DIR@:g" \ -e "s:/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot:@STAGING_DIR@:g" \ \ -e "s:\(['= ]\)/usr:\\1@STAGING_DIR@/usr:g" \ -e "s:\(['= ]\)/lib:\\1@STAGING_DIR@/lib:g" \ \ -e "s:@STAGING_DIR@:/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot:g" \ -e "s:@BASE_DIR@:/tmp/instance-5/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 >>> musepack r475 Installing to target PATH="/tmp/instance-5/output-1/host/bin:/tmp/instance-5/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /home/autobuild/make/make -j1 DESTDIR=/tmp/instance-5/output-1/target install/fast -C /tmp/instance-5/output-1/build/musepack-r475/ make[1]: Entering directory '/tmp/instance-5/output-1/build/musepack-r475' Install the project... -- Install configuration: "Release" -- Installing: /tmp/instance-5/output-1/target/usr/lib/libmpcdec.so.7.0.1 -- Installing: /tmp/instance-5/output-1/target/usr/lib/libmpcdec.so.7 -- Installing: /tmp/instance-5/output-1/target/usr/lib/libmpcdec.so -- Installing: /tmp/instance-5/output-1/target/usr/bin/mpcgain -- Set runtime path of "/tmp/instance-5/output-1/target/usr/bin/mpcgain" to "" -- Installing: /tmp/instance-5/output-1/target/usr/bin/mpcdec -- Set runtime path of "/tmp/instance-5/output-1/target/usr/bin/mpcdec" to "" -- Installing: /tmp/instance-5/output-1/target/usr/bin/mpcenc -- Set runtime path of "/tmp/instance-5/output-1/target/usr/bin/mpcenc" to "" -- Installing: /tmp/instance-5/output-1/target/usr/bin/mpc2sv8 -- Set runtime path of "/tmp/instance-5/output-1/target/usr/bin/mpc2sv8" to "" -- Installing: /tmp/instance-5/output-1/target/usr/bin/mpccut -- Set runtime path of "/tmp/instance-5/output-1/target/usr/bin/mpccut" to "" -- Installing: /tmp/instance-5/output-1/target/usr/bin/mpcchap -- Set runtime path of "/tmp/instance-5/output-1/target/usr/bin/mpcchap" to "" -- Installing: /tmp/instance-5/output-1/target/usr/bin/wavcmp -- Set runtime path of "/tmp/instance-5/output-1/target/usr/bin/wavcmp" to "" -- Installing: /tmp/instance-5/output-1/target/usr/include/mpc -- Installing: /tmp/instance-5/output-1/target/usr/include/mpc/streaminfo.h -- Installing: /tmp/instance-5/output-1/target/usr/include/mpc/reader.h -- Installing: /tmp/instance-5/output-1/target/usr/include/mpc/mpc_types.h -- Installing: /tmp/instance-5/output-1/target/usr/include/mpc/mpcmath.h -- Installing: /tmp/instance-5/output-1/target/usr/include/mpc/mpcdec.h -- Installing: /tmp/instance-5/output-1/target/usr/include/mpc/minimax.h -- Installing: /tmp/instance-5/output-1/target/usr/include/mpc/datatypes.h -- Installing: /tmp/instance-5/output-1/target/usr/include/mpc/.svn -- Installing: /tmp/instance-5/output-1/target/usr/include/mpc/.svn/tmp -- Installing: /tmp/instance-5/output-1/target/usr/include/mpc/.svn/tmp/text-base -- Installing: /tmp/instance-5/output-1/target/usr/include/mpc/.svn/tmp/props -- Installing: /tmp/instance-5/output-1/target/usr/include/mpc/.svn/tmp/prop-base -- Installing: /tmp/instance-5/output-1/target/usr/include/mpc/.svn/text-base -- Installing: /tmp/instance-5/output-1/target/usr/include/mpc/.svn/text-base/streaminfo.h.svn-base -- Installing: /tmp/instance-5/output-1/target/usr/include/mpc/.svn/text-base/reader.h.svn-base -- Installing: /tmp/instance-5/output-1/target/usr/include/mpc/.svn/text-base/mpc_types.h.svn-base -- Installing: /tmp/instance-5/output-1/target/usr/include/mpc/.svn/text-base/mpcmath.h.svn-base -- Installing: /tmp/instance-5/output-1/target/usr/include/mpc/.svn/text-base/mpcdec.h.svn-base -- Installing: /tmp/instance-5/output-1/target/usr/include/mpc/.svn/text-base/minimax.h.svn-base -- Installing: /tmp/instance-5/output-1/target/usr/include/mpc/.svn/text-base/datatypes.h.svn-base -- Installing: /tmp/instance-5/output-1/target/usr/include/mpc/.svn/props -- Installing: /tmp/instance-5/output-1/target/usr/include/mpc/.svn/prop-base -- Installing: /tmp/instance-5/output-1/target/usr/include/mpc/.svn/entries -- Installing: /tmp/instance-5/output-1/target/usr/include/mpc/.svn/all-wcprops make[1]: Leaving directory '/tmp/instance-5/output-1/build/musepack-r475' >>> ncdu 1.18 Downloading wget --passive-ftp -nd -t 3 -O '/tmp/instance-5/output-1/build/.ncdu-1.18.tar.gz.OxtNwQ/output' 'http://dev.yorhel.nl/download/ncdu-1.18.tar.gz' --2023-02-19 23:50:55-- http://dev.yorhel.nl/download/ncdu-1.18.tar.gz Resolving dev.yorhel.nl (dev.yorhel.nl)... 94.23.61.170, 2001:41d0:2:3eaa::1 Connecting to dev.yorhel.nl (dev.yorhel.nl)|94.23.61.170|:80... connected. HTTP request sent, awaiting response... 301 Moved Permanently Location: https://dev.yorhel.nl/download/ncdu-1.18.tar.gz [following] --2023-02-19 23:50:56-- https://dev.yorhel.nl/download/ncdu-1.18.tar.gz Connecting to dev.yorhel.nl (dev.yorhel.nl)|94.23.61.170|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 159781 (156K) [application/x-gzip] Saving to: '/tmp/instance-5/output-1/build/.ncdu-1.18.tar.gz.OxtNwQ/output' 0K .......... .......... .......... .......... .......... 32% 319K 0s 50K .......... .......... .......... .......... .......... 64% 329K 0s 100K .......... .......... .......... .......... .......... 96% 38.1M 0s 150K ...... 100% 224M=0.3s 2023-02-19 23:50:57 (503 KB/s) - '/tmp/instance-5/output-1/build/.ncdu-1.18.tar.gz.OxtNwQ/output' saved [159781/159781] ncdu-1.18.tar.gz: OK (md5: 4186b5be477cc3a0944619ade81f123b) ncdu-1.18.tar.gz: OK (sha1: d47ce3cdf317adadc1426817d07899c90b767aba) ncdu-1.18.tar.gz: OK (sha256: 3c37a1a96580c9c5d2cc352dc3c5eef0d909158c05f1cc29db4712544c8b9f95) >>> ncdu 1.18 Extracting gzip -d -c /tmp/instance-5/dl/ncdu/ncdu-1.18.tar.gz | tar --strip-components=1 -C /tmp/instance-5/output-1/build/ncdu-1.18 -xf - >>> ncdu 1.18 Patching >>> ncdu 1.18 Updating config.sub and config.guess for file in config.guess config.sub; do for i in $(find /tmp/instance-5/output-1/build/ncdu-1.18 -name $file); do cp support/gnuconfig/$file $i; done; done >>> ncdu 1.18 Patching libtool >>> ncdu 1.18 Configuring (cd /tmp/instance-5/output-1/build/ncdu-1.18/ && rm -rf config.cache && PATH="/tmp/instance-5/output-1/host/bin:/tmp/instance-5/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" AR="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-ar" AS="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-as" LD="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-ld" NM="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-nm" CC="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc" GCC="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc" CPP="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-cpp" CXX="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-g++" FC="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gfortran" F77="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gfortran" RANLIB="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-ranlib" READELF="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-readelf" STRIP="/bin/true" OBJCOPY="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-objcopy" OBJDUMP="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc" GCC_FOR_BUILD="/tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc" CXX_FOR_BUILD="/tmp/instance-5/output-1/host/bin/ccache /usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/tmp/instance-5/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/tmp/instance-5/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/tmp/instance-5/output-1/host/include" LDFLAGS_FOR_BUILD="-L/tmp/instance-5/output-1/host/lib -Wl,-rpath,/tmp/instance-5/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-as" DEFAULT_LINKER="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1" LDFLAGS="" FCFLAGS=" -Os -g0" FFLAGS=" -Os -g0" PKG_CONFIG="/tmp/instance-5/output-1/host/bin/pkg-config" STAGING_DIR="/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/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=no CONFIG_SITE=/dev/null ./configure --target=sh4a-buildroot-linux-gnu --host=sh4a-buildroot-linux-gnu --build=x86_64-pc-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 --disable-static --enable-shared ) 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-static, --enable-shared checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for sh4a-buildroot-linux-gnu-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 whether make supports the include directive... yes (GNU style) checking for sh4a-buildroot-linux-gnu-gcc... /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-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 /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc accepts -g... yes checking for /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc option to enable C11 features... none needed checking whether /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc understands -c and -o together... yes checking dependency style of /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc... none 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 wchar.h... yes checking for minix/config.h... no checking whether it is safe to define __EXTENSIONS__... yes checking whether _XOPEN_SOURCE should be defined... no checking for sh4a-buildroot-linux-gnu-gcc... (cached) /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc checking whether the compiler supports GNU C... (cached) yes checking whether /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc accepts -g... (cached) yes checking for /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc option to enable C11 features... (cached) none needed checking whether /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc understands -c and -o together... (cached) yes checking dependency style of /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc... (cached) none checking for sh4a-buildroot-linux-gnu-ranlib... /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-ranlib checking pkg-config is at least version 0.9.0... yes checking for limits.h... yes checking for sys/time.h... yes checking for sys/types.h... (cached) yes checking for sys/stat.h... (cached) yes checking for dirent.h... yes checking for unistd.h... (cached) yes checking for fnmatch.h... yes checking for ncurses.h... yes checking for locale.h... yes checking for sys/statfs.h... yes checking for linux/magic.h... yes checking for int64_t... yes checking for uint64_t... yes checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... no checking for struct stat.st_blocks... yes checking for inline... inline checking for flexible array members... yes checking for getcwd... yes checking for gettimeofday... yes checking for fnmatch... yes checking for chdir... yes checking for rmdir... yes checking for unlink... yes checking for lstat... yes checking for system... yes checking for getenv... yes checking for statfs... yes checking for sys/attr.h... no checking for getattrlist... no checking for /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc options needed to detect all undeclared functions... none needed checking whether ATTR_CMNEXT_NOFIRMLINKPATH is declared... no checking for NCURSES... no checking for initscr in -lncursesw... no checking for NCURSES... yes configure: Using /bin/sh as the default shell if $SHELL is not set checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating 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-static, --enable-shared >>> ncdu 1.18 Building PATH="/tmp/instance-5/output-1/host/bin:/tmp/instance-5/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /home/autobuild/make/make -j1 -C /tmp/instance-5/output-1/build/ncdu-1.18/ make[1]: Entering directory '/tmp/instance-5/output-1/build/ncdu-1.18' /home/autobuild/make/make all-am make[2]: Entering directory '/tmp/instance-5/output-1/build/ncdu-1.18' /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./deps -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/browser.o src/browser.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./deps -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/delete.o src/delete.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./deps -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/dirlist.o src/dirlist.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./deps -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/dir_common.o src/dir_common.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./deps -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/dir_export.o src/dir_export.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./deps -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/dir_import.o src/dir_import.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./deps -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/dir_mem.o src/dir_mem.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./deps -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/dir_scan.o src/dir_scan.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./deps -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/exclude.o src/exclude.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./deps -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/help.o src/help.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./deps -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/shell.o src/shell.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./deps -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/quit.o src/quit.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./deps -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/main.o src/main.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./deps -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/path.o src/path.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./deps -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o src/util.o src/util.c src/util.c: In function 'xmalloc': src/util.c:444:5: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 444 | write(2, oom_msg, sizeof(oom_msg));\ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/util.c:449:30: note: in expansion of macro 'wrap_oom' 449 | void *xmalloc(size_t size) { wrap_oom(malloc(size)) } | ^~~~~~~~ src/util.c:445:5: warning: ignoring return value of 'read' declared with attribute 'warn_unused_result' [-Wunused-result] 445 | read(0, buf, sizeof(buf));\ | ^~~~~~~~~~~~~~~~~~~~~~~~~ src/util.c:449:30: note: in expansion of macro 'wrap_oom' 449 | void *xmalloc(size_t size) { wrap_oom(malloc(size)) } | ^~~~~~~~ src/util.c: In function 'xcalloc': src/util.c:444:5: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 444 | write(2, oom_msg, sizeof(oom_msg));\ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/util.c:450:40: note: in expansion of macro 'wrap_oom' 450 | void *xcalloc(size_t n, size_t size) { wrap_oom(calloc(n, size)) } | ^~~~~~~~ src/util.c:445:5: warning: ignoring return value of 'read' declared with attribute 'warn_unused_result' [-Wunused-result] 445 | read(0, buf, sizeof(buf));\ | ^~~~~~~~~~~~~~~~~~~~~~~~~ src/util.c:450:40: note: in expansion of macro 'wrap_oom' 450 | void *xcalloc(size_t n, size_t size) { wrap_oom(calloc(n, size)) } | ^~~~~~~~ src/util.c: In function 'xrealloc': src/util.c:444:5: warning: ignoring return value of 'write' declared with attribute 'warn_unused_result' [-Wunused-result] 444 | write(2, oom_msg, sizeof(oom_msg));\ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ src/util.c:451:42: note: in expansion of macro 'wrap_oom' 451 | void *xrealloc(void *mem, size_t size) { wrap_oom(realloc(mem, size)) } | ^~~~~~~~ src/util.c:445:5: warning: ignoring return value of 'read' declared with attribute 'warn_unused_result' [-Wunused-result] 445 | read(0, buf, sizeof(buf));\ | ^~~~~~~~~~~~~~~~~~~~~~~~~ src/util.c:451:42: note: in expansion of macro 'wrap_oom' 451 | void *xrealloc(void *mem, size_t size) { wrap_oom(realloc(mem, size)) } | ^~~~~~~~ /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I./deps -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o deps/strnatcmp.o deps/strnatcmp.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -o ncdu src/browser.o src/delete.o src/dirlist.o src/dir_common.o src/dir_export.o src/dir_import.o src/dir_mem.o src/dir_scan.o src/exclude.o src/help.o src/shell.o src/quit.o src/main.o src/path.o src/util.o deps/strnatcmp.o -lncurses make[2]: Leaving directory '/tmp/instance-5/output-1/build/ncdu-1.18' make[1]: Leaving directory '/tmp/instance-5/output-1/build/ncdu-1.18' >>> ncdu 1.18 Installing to target PATH="/tmp/instance-5/output-1/host/bin:/tmp/instance-5/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /home/autobuild/make/make -j1 DESTDIR=/tmp/instance-5/output-1/target install -C /tmp/instance-5/output-1/build/ncdu-1.18/ make[1]: Entering directory '/tmp/instance-5/output-1/build/ncdu-1.18' make[2]: Entering directory '/tmp/instance-5/output-1/build/ncdu-1.18' /usr/bin/mkdir -p '/tmp/instance-5/output-1/target/usr/bin' /usr/bin/install -c ncdu '/tmp/instance-5/output-1/target/usr/bin' /usr/bin/mkdir -p '/tmp/instance-5/output-1/target/usr/share/man/man1' /usr/bin/install -c -m 644 ncdu.1 '/tmp/instance-5/output-1/target/usr/share/man/man1' make[2]: Leaving directory '/tmp/instance-5/output-1/build/ncdu-1.18' make[1]: Leaving directory '/tmp/instance-5/output-1/build/ncdu-1.18' >>> net-tools 2.10 Downloading wget --passive-ftp -nd -t 3 -O '/tmp/instance-5/output-1/build/.net-tools-2.10.tar.xz.MamjtP/output' 'http://downloads.sourceforge.net/project/net-tools/net-tools-2.10.tar.xz' --2023-02-19 23:51:09-- http://downloads.sourceforge.net/project/net-tools/net-tools-2.10.tar.xz Resolving downloads.sourceforge.net (downloads.sourceforge.net)... 204.68.111.105 Connecting to downloads.sourceforge.net (downloads.sourceforge.net)|204.68.111.105|:80... connected. HTTP request sent, awaiting response... 302 Found Location: http://versaweb.dl.sourceforge.net/project/net-tools/net-tools-2.10.tar.xz [following] --2023-02-19 23:51:10-- http://versaweb.dl.sourceforge.net/project/net-tools/net-tools-2.10.tar.xz Resolving versaweb.dl.sourceforge.net (versaweb.dl.sourceforge.net)... 162.251.232.173 Connecting to versaweb.dl.sourceforge.net (versaweb.dl.sourceforge.net)|162.251.232.173|:80... connected. HTTP request sent, awaiting response... 200 OK Length: 229616 (224K) [application/octet-stream] Saving to: '/tmp/instance-5/output-1/build/.net-tools-2.10.tar.xz.MamjtP/output' 0K .......... .......... .......... .......... .......... 22% 760K 0s 50K .......... .......... .......... .......... .......... 44% 1.42M 0s 100K .......... .......... .......... .......... .......... 66% 21.9M 0s 150K .......... .......... .......... .......... .......... 89% 317M 0s 200K .......... .......... .... 100% 741K=0.1s 2023-02-19 23:51:10 (1.62 MB/s) - '/tmp/instance-5/output-1/build/.net-tools-2.10.tar.xz.MamjtP/output' saved [229616/229616] net-tools-2.10.tar.xz: OK (sha1: 4080baab0486dc882c3b293d5559c27251ae4268) net-tools-2.10.tar.xz: OK (md5: 78aae762c95e2d731faf88d482e4cde5) net-tools-2.10.tar.xz: OK (sha256: b262435a5241e89bfa51c3cabd5133753952f7a7b7b93f32e08cb9d96f580d69) >>> net-tools 2.10 Extracting xzcat /tmp/instance-5/dl/net-tools/net-tools-2.10.tar.xz | tar --strip-components=1 -C /tmp/instance-5/output-1/build/net-tools-2.10 -xf - >>> net-tools 2.10 Patching >>> net-tools 2.10 Configuring (cd /tmp/instance-5/output-1/build/net-tools-2.10; yes "" | ./configure.sh config.in ) ###################################################### Notice: ifconfig and route are now installed into /bin ###################################################### * * * Internationalization * * The net-tools package has currently been translated to French, * German and Brazilian Portugese. Other translations are, of * course, welcome. Answer `n' here if you have no support for * internationalization on your system. * Does your system support GNU gettext? (I18N) [n] * * * Protocol Families. * UNIX protocol family (HAVE_AFUNIX) [y] INET (TCP/IP) protocol family (HAVE_AFINET) [y] INET6 (IPv6) protocol family (HAVE_AFINET6) [y] Novell IPX/SPX protocol family (HAVE_AFIPX) [y] Appletalk DDP protocol family (HAVE_AFATALK) [y] AX25 (packet radio) protocol family (HAVE_AFAX25) [y] NET/ROM (packet radio) protocol family (HAVE_AFNETROM) [y] Rose (packet radio) protocol family (HAVE_AFROSE) [y] X.25 (CCITT) protocol family (HAVE_AFX25) [y] Econet protocol family (HAVE_AFECONET) [n] DECnet protocol family (HAVE_AFDECnet) [n] Ash protocol family (HAVE_AFASH) [y] Bluetooth protocol family (HAVE_AFBLUETOOTH) [n] * * * Device Hardware types. * Ethernet (generic) support (HAVE_HWETHER) [y] ARCnet support (HAVE_HWARC) [y] SLIP (serial line) support (HAVE_HWSLIP) [y] PPP (serial line) support (HAVE_HWPPP) [y] IPIP Tunnel support (HAVE_HWTUNNEL) [y] STRIP (Metricom radio) support (HAVE_HWSTRIP) [n] Token ring (generic) support (HAVE_HWTR) [n] AX25 (packet radio) support (HAVE_HWAX25) [y] Rose (packet radio) support (HAVE_HWROSE) [y] NET/ROM (packet radio) support (HAVE_HWNETROM) [y] X.25 (generic) support (HAVE_HWX25) [y] DLCI/FRAD (frame relay) support (HAVE_HWFR) [y] SIT (IPv6-in-IPv4) support (HAVE_HWSIT) [y] FDDI (generic) support (HAVE_HWFDDI) [y] HIPPI (generic) support (HAVE_HWHIPPI) [y] Ash hardware support (HAVE_HWASH) [y] (Cisco)-HDLC/LAPB support (HAVE_HWHDLCLAPB) [y] IrDA support (HAVE_HWIRDA) [y] Econet hardware support (HAVE_HWEC) [n] Generic EUI-64 hardware support (HAVE_HWEUI64) [y] InfiniBand hardware support (HAVE_HWIB) [y] * * * Other Features. * IP Masquerading support (HAVE_FW_MASQUERADE) [y] Build arp and rarp (HAVE_ARP_TOOLS) [y] Build hostname (HAVE_HOSTNAME_TOOLS) [y] Install hostname NIS/YP symlinks (HAVE_HOSTNAME_SYMLINKS) [y] Build iptunnel and ipmaddr (HAVE_IP_TOOLS) [y] Build mii-tool (HAVE_MII) [y] Build plipconfig (HAVE_PLIP_TOOLS) [y] Build slattach (HAVE_SERIAL_TOOLS) [y] SELinux support (HAVE_SELINUX) [n] yes: standard output: Broken pipe /usr/bin/sed -i -e 's:_AFINET6 0:_AFINET6 1:' /tmp/instance-5/output-1/build/net-tools-2.10/config.h >>> net-tools 2.10 Building PATH="/tmp/instance-5/output-1/host/bin:/tmp/instance-5/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" AR="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-ar" AS="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-as" LD="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-ld" NM="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-nm" CC="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc" GCC="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc" CPP="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-cpp" CXX="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-g++" FC="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gfortran" F77="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gfortran" RANLIB="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-ranlib" READELF="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-readelf" STRIP="/bin/true" OBJCOPY="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-objcopy" OBJDUMP="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc" GCC_FOR_BUILD="/tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc" CXX_FOR_BUILD="/tmp/instance-5/output-1/host/bin/ccache /usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/tmp/instance-5/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/tmp/instance-5/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/tmp/instance-5/output-1/host/include" LDFLAGS_FOR_BUILD="-L/tmp/instance-5/output-1/host/lib -Wl,-rpath,/tmp/instance-5/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-as" DEFAULT_LINKER="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1" LDFLAGS="" FCFLAGS=" -Os -g0" FFLAGS=" -Os -g0" PKG_CONFIG="/tmp/instance-5/output-1/host/bin/pkg-config" STAGING_DIR="/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no LDFLAGS=" " /home/autobuild/make/make -j1 -C /tmp/instance-5/output-1/build/net-tools-2.10 make[1]: Entering directory '/tmp/instance-5/output-1/build/net-tools-2.10' make[2]: Entering directory '/tmp/instance-5/output-1/build/net-tools-2.10/lib' /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wall -fno-strict-aliasing -I.. -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -I. -I/tmp/instance-5/output-1/build/net-tools-2.10/include -Ilib -c -o activate.o activate.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wall -fno-strict-aliasing -I.. -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -I. -I/tmp/instance-5/output-1/build/net-tools-2.10/include -Ilib -c -o af.o af.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wall -fno-strict-aliasing -I.. -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -I. -I/tmp/instance-5/output-1/build/net-tools-2.10/include -Ilib -c -o arcnet.o arcnet.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wall -fno-strict-aliasing -I.. -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -I. -I/tmp/instance-5/output-1/build/net-tools-2.10/include -Ilib -c -o ash.o ash.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wall -fno-strict-aliasing -I.. -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -I. -I/tmp/instance-5/output-1/build/net-tools-2.10/include -Ilib -c -o ax25.o ax25.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wall -fno-strict-aliasing -I.. -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -I. -I/tmp/instance-5/output-1/build/net-tools-2.10/include -Ilib -c -o ax25_gr.o ax25_gr.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wall -fno-strict-aliasing -I.. -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -I. -I/tmp/instance-5/output-1/build/net-tools-2.10/include -Ilib -c -o ddp.o ddp.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wall -fno-strict-aliasing -I.. -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -I. -I/tmp/instance-5/output-1/build/net-tools-2.10/include -Ilib -c -o ddp_gr.o ddp_gr.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wall -fno-strict-aliasing -I.. -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -I. -I/tmp/instance-5/output-1/build/net-tools-2.10/include -Ilib -c -o ec_hw.o ec_hw.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wall -fno-strict-aliasing -I.. -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -I. -I/tmp/instance-5/output-1/build/net-tools-2.10/include -Ilib -c -o econet.o econet.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wall -fno-strict-aliasing -I.. -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -I. -I/tmp/instance-5/output-1/build/net-tools-2.10/include -Ilib -c -o ether.o ether.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wall -fno-strict-aliasing -I.. -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -I. -I/tmp/instance-5/output-1/build/net-tools-2.10/include -Ilib -c -o eui64.o eui64.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wall -fno-strict-aliasing -I.. -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -I. -I/tmp/instance-5/output-1/build/net-tools-2.10/include -Ilib -c -o fddi.o fddi.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wall -fno-strict-aliasing -I.. -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -I. -I/tmp/instance-5/output-1/build/net-tools-2.10/include -Ilib -c -o frame.o frame.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wall -fno-strict-aliasing -I.. -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -I. -I/tmp/instance-5/output-1/build/net-tools-2.10/include -Ilib -c -o getargs.o getargs.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wall -fno-strict-aliasing -I.. -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -I. -I/tmp/instance-5/output-1/build/net-tools-2.10/include -Ilib -c -o getroute.o getroute.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wall -fno-strict-aliasing -I.. -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -I. -I/tmp/instance-5/output-1/build/net-tools-2.10/include -Ilib -c -o hdlclapb.o hdlclapb.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wall -fno-strict-aliasing -I.. -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -I. -I/tmp/instance-5/output-1/build/net-tools-2.10/include -Ilib -c -o hippi.o hippi.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wall -fno-strict-aliasing -I.. -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -I. -I/tmp/instance-5/output-1/build/net-tools-2.10/include -Ilib -c -o hw.o hw.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wall -fno-strict-aliasing -I.. -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -I. -I/tmp/instance-5/output-1/build/net-tools-2.10/include -Ilib -c -o ib.o ib.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wall -fno-strict-aliasing -I.. -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -I. -I/tmp/instance-5/output-1/build/net-tools-2.10/include -Ilib -c -o inet.o inet.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wall -fno-strict-aliasing -I.. -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -I. -I/tmp/instance-5/output-1/build/net-tools-2.10/include -Ilib -c -o inet6.o inet6.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wall -fno-strict-aliasing -I.. -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -I. -I/tmp/instance-5/output-1/build/net-tools-2.10/include -Ilib -c -o inet6_gr.o inet6_gr.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wall -fno-strict-aliasing -I.. -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -I. -I/tmp/instance-5/output-1/build/net-tools-2.10/include -Ilib -c -o inet6_sr.o inet6_sr.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wall -fno-strict-aliasing -I.. -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -I. -I/tmp/instance-5/output-1/build/net-tools-2.10/include -Ilib -c -o inet_gr.o inet_gr.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wall -fno-strict-aliasing -I.. -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -I. -I/tmp/instance-5/output-1/build/net-tools-2.10/include -Ilib -c -o inet_sr.o inet_sr.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wall -fno-strict-aliasing -I.. -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -I. -I/tmp/instance-5/output-1/build/net-tools-2.10/include -Ilib -c -o interface.o interface.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wall -fno-strict-aliasing -I.. -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -I. -I/tmp/instance-5/output-1/build/net-tools-2.10/include -Ilib -c -o ipx.o ipx.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wall -fno-strict-aliasing -I.. -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -I. -I/tmp/instance-5/output-1/build/net-tools-2.10/include -Ilib -c -o ipx_gr.o ipx_gr.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wall -fno-strict-aliasing -I.. -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -I. -I/tmp/instance-5/output-1/build/net-tools-2.10/include -Ilib -c -o ipx_sr.o ipx_sr.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wall -fno-strict-aliasing -I.. -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -I. -I/tmp/instance-5/output-1/build/net-tools-2.10/include -Ilib -c -o irda.o irda.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wall -fno-strict-aliasing -I.. -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -I. -I/tmp/instance-5/output-1/build/net-tools-2.10/include -Ilib -c -o loopback.o loopback.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wall -fno-strict-aliasing -I.. -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -I. -I/tmp/instance-5/output-1/build/net-tools-2.10/include -Ilib -c -o masq_info.o masq_info.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wall -fno-strict-aliasing -I.. -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -I. -I/tmp/instance-5/output-1/build/net-tools-2.10/include -Ilib -c -o netrom.o netrom.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wall -fno-strict-aliasing -I.. -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -I. -I/tmp/instance-5/output-1/build/net-tools-2.10/include -Ilib -c -o netrom_gr.o netrom_gr.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wall -fno-strict-aliasing -I.. -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -I. -I/tmp/instance-5/output-1/build/net-tools-2.10/include -Ilib -c -o netrom_sr.o netrom_sr.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wall -fno-strict-aliasing -I.. -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -I. -I/tmp/instance-5/output-1/build/net-tools-2.10/include -Ilib -c -o nstrcmp.o nstrcmp.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wall -fno-strict-aliasing -I.. -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -I. -I/tmp/instance-5/output-1/build/net-tools-2.10/include -Ilib -c -o ppp.o ppp.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wall -fno-strict-aliasing -I.. -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -I. -I/tmp/instance-5/output-1/build/net-tools-2.10/include -Ilib -c -o ppp_ac.o ppp_ac.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wall -fno-strict-aliasing -I.. -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -I. -I/tmp/instance-5/output-1/build/net-tools-2.10/include -Ilib -c -o proc.o proc.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wall -fno-strict-aliasing -I.. -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -I. -I/tmp/instance-5/output-1/build/net-tools-2.10/include -Ilib -c -o rose.o rose.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wall -fno-strict-aliasing -I.. -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -I. -I/tmp/instance-5/output-1/build/net-tools-2.10/include -Ilib -c -o rose_gr.o rose_gr.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wall -fno-strict-aliasing -I.. -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -I. -I/tmp/instance-5/output-1/build/net-tools-2.10/include -Ilib -c -o setroute.o setroute.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wall -fno-strict-aliasing -I.. -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -I. -I/tmp/instance-5/output-1/build/net-tools-2.10/include -Ilib -c -o sit.o sit.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wall -fno-strict-aliasing -I.. -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -I. -I/tmp/instance-5/output-1/build/net-tools-2.10/include -Ilib -c -o slip.o slip.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wall -fno-strict-aliasing -I.. -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -I. -I/tmp/instance-5/output-1/build/net-tools-2.10/include -Ilib -c -o slip_ac.o slip_ac.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wall -fno-strict-aliasing -I.. -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -I. -I/tmp/instance-5/output-1/build/net-tools-2.10/include -Ilib -c -o sockets.o sockets.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wall -fno-strict-aliasing -I.. -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -I. -I/tmp/instance-5/output-1/build/net-tools-2.10/include -Ilib -c -o strip.o strip.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wall -fno-strict-aliasing -I.. -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -I. -I/tmp/instance-5/output-1/build/net-tools-2.10/include -Ilib -c -o tr.o tr.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wall -fno-strict-aliasing -I.. -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -I. -I/tmp/instance-5/output-1/build/net-tools-2.10/include -Ilib -c -o tunnel.o tunnel.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wall -fno-strict-aliasing -I.. -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -I. -I/tmp/instance-5/output-1/build/net-tools-2.10/include -Ilib -c -o unix.o unix.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wall -fno-strict-aliasing -I.. -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -I. -I/tmp/instance-5/output-1/build/net-tools-2.10/include -Ilib -c -o util-ank.o util-ank.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wall -fno-strict-aliasing -I.. -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -I. -I/tmp/instance-5/output-1/build/net-tools-2.10/include -Ilib -c -o util.o util.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wall -fno-strict-aliasing -I.. -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -I. -I/tmp/instance-5/output-1/build/net-tools-2.10/include -Ilib -c -o x25.o x25.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wall -fno-strict-aliasing -I.. -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -I. -I/tmp/instance-5/output-1/build/net-tools-2.10/include -Ilib -c -o x25_gr.o x25_gr.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wall -fno-strict-aliasing -I.. -I../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -I. -I/tmp/instance-5/output-1/build/net-tools-2.10/include -Ilib -c -o x25_sr.o x25_sr.c Building libnet-tools.a make[2]: Leaving directory '/tmp/instance-5/output-1/build/net-tools-2.10/lib' make[2]: Entering directory '/tmp/instance-5/output-1/build/net-tools-2.10/man' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/tmp/instance-5/output-1/build/net-tools-2.10/man' /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wall -fno-strict-aliasing -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -I. -I/tmp/instance-5/output-1/build/net-tools-2.10/include -Ilib -c ifconfig.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wall -fno-strict-aliasing -Llib -o ifconfig ifconfig.o -lnet-tools /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wall -fno-strict-aliasing -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -I. -I/tmp/instance-5/output-1/build/net-tools-2.10/include -Ilib -c netstat.c netstat.c: In function 'ipx_info': netstat.c:1804:37: warning: '%s' directive output may be truncated writing up to 255 bytes into a region of size 50 [-Wformat-truncation=] 1804 | snprintf(sad, sizeof(sad), "%s:%04X", buf, sport); | ^~ ~~~ In file included from ../../host/sh4a-buildroot-linux-gnu/sysroot/usr/include/stdio.h:906, from netstat.c:72: ../../host/sh4a-buildroot-linux-gnu/sysroot/usr/include/bits/stdio2.h:54:10: note: '__builtin_snprintf' output between 6 and 265 bytes into a destination of size 50 54 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 55 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 56 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ netstat.c:1810:41: warning: '%s' directive output may be truncated writing up to 255 bytes into a region of size 50 [-Wformat-truncation=] 1810 | snprintf(dad, sizeof(dad), "%s:%04X", buf, dport); | ^~ ~~~ In file included from ../../host/sh4a-buildroot-linux-gnu/sysroot/usr/include/stdio.h:906, from netstat.c:72: ../../host/sh4a-buildroot-linux-gnu/sysroot/usr/include/bits/stdio2.h:54:10: note: '__builtin_snprintf' output between 6 and 265 bytes into a destination of size 50 54 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 55 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 56 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ netstat.c: In function 'prg_cache_load': netstat.c:474:47: warning: '%s' directive output may be truncated writing up to 255 bytes into a region of size 20 [-Wformat-truncation=] 474 | snprintf(finbuf, sizeof(finbuf), "%s/%s", direproc->d_name, cmdlp); | ^~ In file included from ../../host/sh4a-buildroot-linux-gnu/sysroot/usr/include/stdio.h:906, from netstat.c:72: ../../host/sh4a-buildroot-linux-gnu/sysroot/usr/include/bits/stdio2.h:54:10: note: '__builtin_snprintf' output between 2 and 768 bytes into a destination of size 20 54 | return __builtin___snprintf_chk (__s, __n, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 55 | __glibc_objsize (__s), __fmt, | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 56 | __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~ /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wall -fno-strict-aliasing -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -I. -I/tmp/instance-5/output-1/build/net-tools-2.10/include -Ilib -c statistics.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wall -fno-strict-aliasing -Llib -o netstat netstat.o statistics.o -lnet-tools /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wall -fno-strict-aliasing -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -I. -I/tmp/instance-5/output-1/build/net-tools-2.10/include -Ilib -c route.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wall -fno-strict-aliasing -Llib -o route route.o -lnet-tools /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wall -fno-strict-aliasing -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -I. -I/tmp/instance-5/output-1/build/net-tools-2.10/include -Ilib -c nameif.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wall -fno-strict-aliasing -Llib -o nameif nameif.o -lnet-tools /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wall -fno-strict-aliasing -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -I. -I/tmp/instance-5/output-1/build/net-tools-2.10/include -Ilib -c arp.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wall -fno-strict-aliasing -Llib -o arp arp.o -lnet-tools /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wall -fno-strict-aliasing -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -I. -I/tmp/instance-5/output-1/build/net-tools-2.10/include -Ilib -c rarp.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wall -fno-strict-aliasing -Llib -o rarp rarp.o -lnet-tools /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wall -fno-strict-aliasing -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -I. -I/tmp/instance-5/output-1/build/net-tools-2.10/include -Ilib -c hostname.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wall -fno-strict-aliasing -Llib -o hostname hostname.o /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wall -fno-strict-aliasing -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -I. -I/tmp/instance-5/output-1/build/net-tools-2.10/include -Ilib -c iptunnel.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wall -fno-strict-aliasing -Llib -o iptunnel iptunnel.o -lnet-tools /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wall -fno-strict-aliasing -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -I. -I/tmp/instance-5/output-1/build/net-tools-2.10/include -Ilib -c ipmaddr.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wall -fno-strict-aliasing -Llib -o ipmaddr ipmaddr.o -lnet-tools /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wall -fno-strict-aliasing -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -I. -I/tmp/instance-5/output-1/build/net-tools-2.10/include -Ilib -c mii-tool.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wall -fno-strict-aliasing -Llib -o mii-tool mii-tool.o -lnet-tools /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wall -fno-strict-aliasing -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -I. -I/tmp/instance-5/output-1/build/net-tools-2.10/include -Ilib -c plipconfig.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wall -fno-strict-aliasing -Llib -o plipconfig plipconfig.o -lnet-tools /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wall -fno-strict-aliasing -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -I. -I/tmp/instance-5/output-1/build/net-tools-2.10/include -Ilib -c slattach.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wall -fno-strict-aliasing -Llib -o slattach slattach.o -lnet-tools make[1]: Leaving directory '/tmp/instance-5/output-1/build/net-tools-2.10' >>> net-tools 2.10 Installing to target PATH="/tmp/instance-5/output-1/host/bin:/tmp/instance-5/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /home/autobuild/make/make -j1 -C /tmp/instance-5/output-1/build/net-tools-2.10 DESTDIR=/tmp/instance-5/output-1/target install make[1]: Entering directory '/tmp/instance-5/output-1/build/net-tools-2.10' make[2]: Entering directory '/tmp/instance-5/output-1/build/net-tools-2.10/lib' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/tmp/instance-5/output-1/build/net-tools-2.10/lib' make[2]: Entering directory '/tmp/instance-5/output-1/build/net-tools-2.10/man' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/tmp/instance-5/output-1/build/net-tools-2.10/man' ###################################################### Notice: ifconfig and route are now installed into /bin ###################################################### install -m 0755 -d /tmp/instance-5/output-1/target/sbin install -m 0755 -d /tmp/instance-5/output-1/target/bin install -m 0755 ifconfig /tmp/instance-5/output-1/target/bin install -m 0755 nameif /tmp/instance-5/output-1/target/sbin install -m 0755 netstat /tmp/instance-5/output-1/target/bin install -m 0755 route /tmp/instance-5/output-1/target/bin install -m 0755 arp /tmp/instance-5/output-1/target/sbin install -m 0755 rarp /tmp/instance-5/output-1/target/sbin install -m 0755 hostname /tmp/instance-5/output-1/target/bin ln -fs hostname /tmp/instance-5/output-1/target/bin/dnsdomainname ln -fs hostname /tmp/instance-5/output-1/target/bin/ypdomainname ln -fs hostname /tmp/instance-5/output-1/target/bin/nisdomainname ln -fs hostname /tmp/instance-5/output-1/target/bin/domainname install -m 0755 ipmaddr /tmp/instance-5/output-1/target/sbin install -m 0755 iptunnel /tmp/instance-5/output-1/target/sbin install -m 0755 mii-tool /tmp/instance-5/output-1/target/sbin install -m 0755 plipconfig /tmp/instance-5/output-1/target/sbin install -m 0755 slattach /tmp/instance-5/output-1/target/sbin /home/autobuild/make/make -C man install make[2]: Entering directory '/tmp/instance-5/output-1/build/net-tools-2.10/man' LANGS='en_US' ; \ for LANG in $LANGS; do \ cd $LANG; \ for SECTION in 1 5 8; do \ if [ "$LANG" = "en_US" ] ; then \ MAN_DIR=/tmp/instance-5/output-1/target/usr/share/man/man$SECTION; \ else \ MAN_DIR=/tmp/instance-5/output-1/target/usr/share/man/$LANG/man$SECTION; \ fi ; \ install -d -m 755 $MAN_DIR; \ for CMD in *.$SECTION; do \ [ -e $CMD ] || continue; \ case $CMD in "" |nodename.?) continue;; esac; \ install -m 644 $CMD $MAN_DIR || exit 1; \ done; \ done; \ cd ..; \ done make[2]: Leaving directory '/tmp/instance-5/output-1/build/net-tools-2.10/man' /home/autobuild/make/make -C po install make[2]: Entering directory '/tmp/instance-5/output-1/build/net-tools-2.10/po' langs=''; \ for l in $langs; do \ install -c -m 755 -d /tmp/instance-5/output-1/target/usr/share/locale/$l; \ install -c -m 755 -d /tmp/instance-5/output-1/target/usr/share/locale/$l/LC_MESSAGES; \ install -c -m 644 $l.mo /tmp/instance-5/output-1/target/usr/share/locale/$l/LC_MESSAGES/net-tools.mo; \ done make[2]: Leaving directory '/tmp/instance-5/output-1/build/net-tools-2.10/po' make[1]: Leaving directory '/tmp/instance-5/output-1/build/net-tools-2.10' mv -f /tmp/instance-5/output-1/target/bin/ifconfig /tmp/instance-5/output-1/target/sbin/ifconfig mv -f /tmp/instance-5/output-1/target/bin/route /tmp/instance-5/output-1/target/sbin/route >>> netdata 1.33.1 Downloading wget --passive-ftp -nd -t 3 -O '/tmp/instance-5/output-1/build/.netdata-v1.33.1.tar.gz.YBFx4t/output' 'https://github.com/netdata/netdata/releases/download/v1.33.1/netdata-v1.33.1.tar.gz' --2023-02-19 23:51:29-- https://github.com/netdata/netdata/releases/download/v1.33.1/netdata-v1.33.1.tar.gz Resolving github.com (github.com)... 140.82.114.3 Connecting to github.com (github.com)|140.82.114.3|:443... connected. HTTP request sent, awaiting response... 302 Found Location: https://objects.githubusercontent.com/github-production-release-asset-2e65be/10744183/a460e1b1-80aa-4d60-8a42-462c76e28dd5?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20230220%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20230220T065129Z&X-Amz-Expires=300&X-Amz-Signature=4a138603bc8a91310abdeb315733ee7eb8d8abfc392417437b77f30dd194c114&X-Amz-SignedHeaders=host&actor_id=0&key_id=0&repo_id=10744183&response-content-disposition=attachment%3B%20filename%3Dnetdata-v1.33.1.tar.gz&response-content-type=application%2Foctet-stream [following] --2023-02-19 23:51:29-- https://objects.githubusercontent.com/github-production-release-asset-2e65be/10744183/a460e1b1-80aa-4d60-8a42-462c76e28dd5?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20230220%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20230220T065129Z&X-Amz-Expires=300&X-Amz-Signature=4a138603bc8a91310abdeb315733ee7eb8d8abfc392417437b77f30dd194c114&X-Amz-SignedHeaders=host&actor_id=0&key_id=0&repo_id=10744183&response-content-disposition=attachment%3B%20filename%3Dnetdata-v1.33.1.tar.gz&response-content-type=application%2Foctet-stream Resolving objects.githubusercontent.com (objects.githubusercontent.com)... 185.199.109.133, 185.199.108.133, 185.199.111.133, ... Connecting to objects.githubusercontent.com (objects.githubusercontent.com)|185.199.109.133|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 22611080 (22M) [application/octet-stream] Saving to: '/tmp/instance-5/output-1/build/.netdata-v1.33.1.tar.gz.YBFx4t/output' 0K .......... .......... .......... .......... .......... 0% 384K 57s 50K .......... .......... .......... .......... .......... 0% 743K 43s 100K .......... .......... .......... .......... .......... 0% 743K 39s 150K .......... .......... .......... .......... .......... 0% 200M 29s 200K .......... .......... .......... .......... .......... 1% 749K 29s 250K .......... .......... .......... .......... .......... 1% 143M 24s 300K .......... .......... .......... .......... .......... 1% 170M 21s 350K .......... .......... .......... .......... .......... 1% 741K 22s 400K .......... .......... .......... .......... .......... 2% 171M 19s 450K .......... .......... .......... .......... .......... 2% 150M 17s 500K .......... .......... .......... .......... .......... 2% 258M 16s 550K .......... .......... .......... .......... .......... 2% 18.8M 14s 600K .......... .......... .......... .......... .......... 2% 793K 15s 650K .......... .......... .......... .......... .......... 3% 150M 14s 700K .......... .......... .......... .......... .......... 3% 157M 13s 750K .......... .......... .......... .......... .......... 3% 49.8M 12s 800K .......... .......... .......... .......... .......... 3% 153M 12s 850K .......... .......... .......... .......... .......... 4% 158M 11s 900K .......... .......... .......... .......... .......... 4% 779K 12s 950K .......... .......... .......... .......... .......... 4% 87.7M 11s 1000K .......... .......... .......... .......... .......... 4% 140M 11s 1050K .......... .......... .......... .......... .......... 4% 102M 10s 1100K .......... .......... .......... .......... .......... 5% 93.2M 10s 1150K .......... .......... .......... .......... .......... 5% 83.0M 9s 1200K .......... .......... .......... .......... .......... 5% 50.6M 9s 1250K .......... .......... .......... .......... .......... 5% 209M 9s 1300K .......... .......... .......... .......... .......... 6% 192M 8s 1350K .......... .......... .......... .......... .......... 6% 791K 9s 1400K .......... .......... .......... .......... .......... 6% 45.5M 9s 1450K .......... .......... .......... .......... .......... 6% 154M 8s 1500K .......... .......... .......... .......... .......... 7% 195M 8s 1550K .......... .......... .......... .......... .......... 7% 127M 8s 1600K .......... .......... .......... .......... .......... 7% 45.8M 7s 1650K .......... .......... .......... .......... .......... 7% 209M 7s 1700K .......... .......... .......... .......... .......... 7% 203M 7s 1750K .......... .......... .......... .......... .......... 8% 46.8M 7s 1800K .......... .......... .......... .......... .......... 8% 37.6M 7s 1850K .......... .......... .......... .......... .......... 8% 53.8M 6s 1900K .......... .......... .......... .......... .......... 8% 78.2M 6s 1950K .......... .......... .......... .......... .......... 9% 843K 7s 2000K .......... .......... .......... .......... .......... 9% 39.2M 7s 2050K .......... .......... .......... .......... .......... 9% 154M 6s 2100K .......... .......... .......... .......... .......... 9% 213M 6s 2150K .......... .......... .......... .......... .......... 9% 182M 6s 2200K .......... .......... .......... .......... .......... 10% 89.0M 6s 2250K .......... .......... .......... .......... .......... 10% 95.8M 6s 2300K .......... .......... .......... .......... .......... 10% 128M 6s 2350K .......... .......... .......... .......... .......... 10% 90.5M 6s 2400K .......... .......... .......... .......... .......... 11% 46.6M 5s 2450K .......... .......... .......... .......... .......... 11% 207M 5s 2500K .......... .......... .......... .......... .......... 11% 91.6M 5s 2550K .......... .......... .......... .......... .......... 11% 167M 5s 2600K .......... .......... .......... .......... .......... 12% 77.7M 5s 2650K .......... .......... .......... .......... .......... 12% 103M 5s 2700K .......... .......... .......... .......... .......... 12% 107M 5s 2750K .......... .......... .......... .......... .......... 12% 69.6M 5s 2800K .......... .......... .......... .......... .......... 12% 822K 5s 2850K .......... .......... .......... .......... .......... 13% 189M 5s 2900K .......... .......... .......... .......... .......... 13% 285M 5s 2950K .......... .......... .......... .......... .......... 13% 252M 5s 3000K .......... .......... .......... .......... .......... 13% 229M 5s 3050K .......... .......... .......... .......... .......... 14% 256M 5s 3100K .......... .......... .......... .......... .......... 14% 17.5M 4s 3150K .......... .......... .......... .......... .......... 14% 180M 4s 3200K .......... .......... .......... .......... .......... 14% 202M 4s 3250K .......... .......... .......... .......... .......... 14% 232M 4s 3300K .......... .......... .......... .......... .......... 15% 233M 4s 3350K .......... .......... .......... .......... .......... 15% 138M 4s 3400K .......... .......... .......... .......... .......... 15% 41.6M 4s 3450K .......... .......... .......... .......... .......... 15% 217M 4s 3500K .......... .......... .......... .......... .......... 16% 192M 4s 3550K .......... .......... .......... .......... .......... 16% 41.5M 4s 3600K .......... .......... .......... .......... .......... 16% 204M 4s 3650K .......... .......... .......... .......... .......... 16% 224M 4s 3700K .......... .......... .......... .......... .......... 16% 211M 4s 3750K .......... .......... .......... .......... .......... 17% 43.9M 4s 3800K .......... .......... .......... .......... .......... 17% 177M 4s 3850K .......... .......... .......... .......... .......... 17% 808K 4s 3900K .......... .......... .......... .......... .......... 17% 227M 4s 3950K .......... .......... .......... .......... .......... 18% 251M 4s 4000K .......... .......... .......... .......... .......... 18% 288M 4s 4050K .......... .......... .......... .......... .......... 18% 675K 4s 4100K .......... .......... .......... .......... .......... 18% 41.2M 4s 4150K .......... .......... .......... .......... .......... 19% 170M 4s 4200K .......... .......... .......... .......... .......... 19% 161M 4s 4250K .......... .......... .......... .......... .......... 19% 170M 4s 4300K .......... .......... .......... .......... .......... 19% 162M 4s 4350K .......... .......... .......... .......... .......... 19% 55.5M 4s 4400K .......... .......... .......... .......... .......... 20% 199M 4s 4450K .......... .......... .......... .......... .......... 20% 117M 3s 4500K .......... .......... .......... .......... .......... 20% 46.0M 3s 4550K .......... .......... .......... .......... .......... 20% 167M 3s 4600K .......... .......... .......... .......... .......... 21% 154M 3s 4650K .......... .......... .......... .......... .......... 21% 121M 3s 4700K .......... .......... .......... .......... .......... 21% 103M 3s 4750K .......... .......... .......... .......... .......... 21% 108M 3s 4800K .......... .......... .......... .......... .......... 21% 40.8M 3s 4850K .......... .......... .......... .......... .......... 22% 184M 3s 4900K .......... .......... .......... .......... .......... 22% 168M 3s 4950K .......... .......... .......... .......... .......... 22% 171M 3s 5000K .......... .......... .......... .......... .......... 22% 40.7M 3s 5050K .......... .......... .......... .......... .......... 23% 215M 3s 5100K .......... .......... .......... .......... .......... 23% 209M 3s 5150K .......... .......... .......... .......... .......... 23% 62.3M 3s 5200K .......... .......... .......... .......... .......... 23% 92.6M 3s 5250K .......... .......... .......... .......... .......... 24% 110M 3s 5300K .......... .......... .......... .......... .......... 24% 107M 3s 5350K .......... .......... .......... .......... .......... 24% 21.8M 3s 5400K .......... .......... .......... .......... .......... 24% 138M 3s 5450K .......... .......... .......... .......... .......... 24% 254M 3s 5500K .......... .......... .......... .......... .......... 25% 269M 3s 5550K .......... .......... .......... .......... .......... 25% 269M 3s 5600K .......... .......... .......... .......... .......... 25% 990K 3s 5650K .......... .......... .......... .......... .......... 25% 91.6M 3s 5700K .......... .......... .......... .......... .......... 26% 71.6M 3s 5750K .......... .......... .......... .......... .......... 26% 213M 3s 5800K .......... .......... .......... .......... .......... 26% 78.4M 3s 5850K .......... .......... .......... .......... .......... 26% 119M 3s 5900K .......... .......... .......... .......... .......... 26% 96.4M 3s 5950K .......... .......... .......... .......... .......... 27% 101M 3s 6000K .......... .......... .......... .......... .......... 27% 80.2M 3s 6050K .......... .......... .......... .......... .......... 27% 88.1M 2s 6100K .......... .......... .......... .......... .......... 27% 32.2M 2s 6150K .......... .......... .......... .......... .......... 28% 207M 2s 6200K .......... .......... .......... .......... .......... 28% 157M 2s 6250K .......... .......... .......... .......... .......... 28% 213M 2s 6300K .......... .......... .......... .......... .......... 28% 199M 2s 6350K .......... .......... .......... .......... .......... 28% 105M 2s 6400K .......... .......... .......... .......... .......... 29% 50.7M 2s 6450K .......... .......... .......... .......... .......... 29% 78.7M 2s 6500K .......... .......... .......... .......... .......... 29% 34.5M 2s 6550K .......... .......... .......... .......... .......... 29% 158M 2s 6600K .......... .......... .......... .......... .......... 30% 155M 2s 6650K .......... .......... .......... .......... .......... 30% 196M 2s 6700K .......... .......... .......... .......... .......... 30% 162M 2s 6750K .......... .......... .......... .......... .......... 30% 111M 2s 6800K .......... .......... .......... .......... .......... 31% 61.9M 2s 6850K .......... .......... .......... .......... .......... 31% 87.6M 2s 6900K .......... .......... .......... .......... .......... 31% 12.1M 2s 6950K .......... .......... .......... .......... .......... 31% 248M 2s 7000K .......... .......... .......... .......... .......... 31% 216M 2s 7050K .......... .......... .......... .......... .......... 32% 276M 2s 7100K .......... .......... .......... .......... .......... 32% 279M 2s 7150K .......... .......... .......... .......... .......... 32% 22.6M 2s 7200K .......... .......... .......... .......... .......... 32% 46.9M 2s 7250K .......... .......... .......... .......... .......... 33% 206M 2s 7300K .......... .......... .......... .......... .......... 33% 219M 2s 7350K .......... .......... .......... .......... .......... 33% 119M 2s 7400K .......... .......... .......... .......... .......... 33% 39.1M 2s 7450K .......... .......... .......... .......... .......... 33% 191M 2s 7500K .......... .......... .......... .......... .......... 34% 259M 2s 7550K .......... .......... .......... .......... .......... 34% 1.11M 2s 7600K .......... .......... .......... .......... .......... 34% 209M 2s 7650K .......... .......... .......... .......... .......... 34% 25.1M 2s 7700K .......... .......... .......... .......... .......... 35% 243M 2s 7750K .......... .......... .......... .......... .......... 35% 169M 2s 7800K .......... .......... .......... .......... .......... 35% 246M 2s 7850K .......... .......... .......... .......... .......... 35% 297M 2s 7900K .......... .......... .......... .......... .......... 36% 46.8M 2s 7950K .......... .......... .......... .......... .......... 36% 64.4M 2s 8000K .......... .......... .......... .......... .......... 36% 88.4M 2s 8050K .......... .......... .......... .......... .......... 36% 53.7M 2s 8100K .......... .......... .......... .......... .......... 36% 160M 2s 8150K .......... .......... .......... .......... .......... 37% 691K 2s 8200K .......... .......... .......... .......... .......... 37% 94.6M 2s 8250K .......... .......... .......... .......... .......... 37% 109M 2s 8300K .......... .......... .......... .......... .......... 37% 42.8M 2s 8350K .......... .......... .......... .......... .......... 38% 179M 2s 8400K .......... .......... .......... .......... .......... 38% 188M 2s 8450K .......... .......... .......... .......... .......... 38% 146M 2s 8500K .......... .......... .......... .......... .......... 38% 51.5M 2s 8550K .......... .......... .......... .......... .......... 38% 180M 2s 8600K .......... .......... .......... .......... .......... 39% 182M 2s 8650K .......... .......... .......... .......... .......... 39% 152M 2s 8700K .......... .......... .......... .......... .......... 39% 88.9M 2s 8750K .......... .......... .......... .......... .......... 39% 94.7M 2s 8800K .......... .......... .......... .......... .......... 40% 50.7M 2s 8850K .......... .......... .......... .......... .......... 40% 176M 2s 8900K .......... .......... .......... .......... .......... 40% 90.6M 2s 8950K .......... .......... .......... .......... .......... 40% 44.2M 2s 9000K .......... .......... .......... .......... .......... 40% 81.2M 2s 9050K .......... .......... .......... .......... .......... 41% 107M 2s 9100K .......... .......... .......... .......... .......... 41% 94.1M 2s 9150K .......... .......... .......... .......... .......... 41% 92.4M 2s 9200K .......... .......... .......... .......... .......... 41% 30.5M 2s 9250K .......... .......... .......... .......... .......... 42% 239M 2s 9300K .......... .......... .......... .......... .......... 42% 205M 2s 9350K .......... .......... .......... .......... .......... 42% 217M 1s 9400K .......... .......... .......... .......... .......... 42% 142M 1s 9450K .......... .......... .......... .......... .......... 43% 112M 1s 9500K .......... .......... .......... .......... .......... 43% 29.7M 1s 9550K .......... .......... .......... .......... .......... 43% 79.6M 1s 9600K .......... .......... .......... .......... .......... 43% 78.7M 1s 9650K .......... .......... .......... .......... .......... 43% 82.7M 1s 9700K .......... .......... .......... .......... .......... 44% 91.0M 1s 9750K .......... .......... .......... .......... .......... 44% 48.8M 1s 9800K .......... .......... .......... .......... .......... 44% 245M 1s 9850K .......... .......... .......... .......... .......... 44% 86.5M 1s 9900K .......... .......... .......... .......... .......... 45% 112M 1s 9950K .......... .......... .......... .......... .......... 45% 102M 1s 10000K .......... .......... .......... .......... .......... 45% 66.1M 1s 10050K .......... .......... .......... .......... .......... 45% 91.2M 1s 10100K .......... .......... .......... .......... .......... 45% 77.6M 1s 10150K .......... .......... .......... .......... .......... 46% 120M 1s 10200K .......... .......... .......... .......... .......... 46% 20.3M 1s 10250K .......... .......... .......... .......... .......... 46% 250M 1s 10300K .......... .......... .......... .......... .......... 46% 248M 1s 10350K .......... .......... .......... .......... .......... 47% 278M 1s 10400K .......... .......... .......... .......... .......... 47% 219M 1s 10450K .......... .......... .......... .......... .......... 47% 49.2M 1s 10500K .......... .......... .......... .......... .......... 47% 45.7M 1s 10550K .......... .......... .......... .......... .......... 48% 47.5M 1s 10600K .......... .......... .......... .......... .......... 48% 12.3M 1s 10650K .......... .......... .......... .......... .......... 48% 145M 1s 10700K .......... .......... .......... .......... .......... 48% 48.8M 1s 10750K .......... .......... .......... .......... .......... 48% 284M 1s 10800K .......... .......... .......... .......... .......... 49% 82.4M 1s 10850K .......... .......... .......... .......... .......... 49% 87.6M 1s 10900K .......... .......... .......... .......... .......... 49% 125M 1s 10950K .......... .......... .......... .......... .......... 49% 68.2M 1s 11000K .......... .......... .......... .......... .......... 50% 71.2M 1s 11050K .......... .......... .......... .......... .......... 50% 114M 1s 11100K .......... .......... .......... .......... .......... 50% 50.3M 1s 11150K .......... .......... .......... .......... .......... 50% 240M 1s 11200K .......... .......... .......... .......... .......... 50% 18.9M 1s 11250K .......... .......... .......... .......... .......... 51% 216M 1s 11300K .......... .......... .......... .......... .......... 51% 236M 1s 11350K .......... .......... .......... .......... .......... 51% 282M 1s 11400K .......... .......... .......... .......... .......... 51% 273M 1s 11450K .......... .......... .......... .......... .......... 52% 295M 1s 11500K .......... .......... .......... .......... .......... 52% 1.93M 1s 11550K .......... .......... .......... .......... .......... 52% 172M 1s 11600K .......... .......... .......... .......... .......... 52% 166M 1s 11650K .......... .......... .......... .......... .......... 52% 151M 1s 11700K .......... .......... .......... .......... .......... 53% 98.2M 1s 11750K .......... .......... .......... .......... .......... 53% 88.5M 1s 11800K .......... .......... .......... .......... .......... 53% 124M 1s 11850K .......... .......... .......... .......... .......... 53% 104M 1s 11900K .......... .......... .......... .......... .......... 54% 85.8M 1s 11950K .......... .......... .......... .......... .......... 54% 98.8M 1s 12000K .......... .......... .......... .......... .......... 54% 98.2M 1s 12050K .......... .......... .......... .......... .......... 54% 106M 1s 12100K .......... .......... .......... .......... .......... 55% 76.1M 1s 12150K .......... .......... .......... .......... .......... 55% 91.5M 1s 12200K .......... .......... .......... .......... .......... 55% 99.2M 1s 12250K .......... .......... .......... .......... .......... 55% 661K 1s 12300K .......... .......... .......... .......... .......... 55% 213M 1s 12350K .......... .......... .......... .......... .......... 56% 264M 1s 12400K .......... .......... .......... .......... .......... 56% 213M 1s 12450K .......... .......... .......... .......... .......... 56% 231M 1s 12500K .......... .......... .......... .......... .......... 56% 261M 1s 12550K .......... .......... .......... .......... .......... 57% 269M 1s 12600K .......... .......... .......... .......... .......... 57% 29.0M 1s 12650K .......... .......... .......... .......... .......... 57% 24.8M 1s 12700K .......... .......... .......... .......... .......... 57% 239M 1s 12750K .......... .......... .......... .......... .......... 57% 249M 1s 12800K .......... .......... .......... .......... .......... 58% 203M 1s 12850K .......... .......... .......... .......... .......... 58% 275M 1s 12900K .......... .......... .......... .......... .......... 58% 256M 1s 12950K .......... .......... .......... .......... .......... 58% 23.3M 1s 13000K .......... .......... .......... .......... .......... 59% 102M 1s 13050K .......... .......... .......... .......... .......... 59% 94.8M 1s 13100K .......... .......... .......... .......... .......... 59% 91.1M 1s 13150K .......... .......... .......... .......... .......... 59% 99.1M 1s 13200K .......... .......... .......... .......... .......... 60% 44.0M 1s 13250K .......... .......... .......... .......... .......... 60% 233M 1s 13300K .......... .......... .......... .......... .......... 60% 186M 1s 13350K .......... .......... .......... .......... .......... 60% 40.5M 1s 13400K .......... .......... .......... .......... .......... 60% 280M 1s 13450K .......... .......... .......... .......... .......... 61% 85.0M 1s 13500K .......... .......... .......... .......... .......... 61% 75.6M 1s 13550K .......... .......... .......... .......... .......... 61% 59.7M 1s 13600K .......... .......... .......... .......... .......... 61% 148M 1s 13650K .......... .......... .......... .......... .......... 62% 55.9M 1s 13700K .......... .......... .......... .......... .......... 62% 183M 1s 13750K .......... .......... .......... .......... .......... 62% 91.9M 1s 13800K .......... .......... .......... .......... .......... 62% 90.1M 1s 13850K .......... .......... .......... .......... .......... 62% 117M 1s 13900K .......... .......... .......... .......... .......... 63% 98.5M 1s 13950K .......... .......... .......... .......... .......... 63% 111M 1s 14000K .......... .......... .......... .......... .......... 63% 76.8M 1s 14050K .......... .......... .......... .......... .......... 63% 94.5M 1s 14100K .......... .......... .......... .......... .......... 64% 93.5M 1s 14150K .......... .......... .......... .......... .......... 64% 86.6M 1s 14200K .......... .......... .......... .......... .......... 64% 91.2M 1s 14250K .......... .......... .......... .......... .......... 64% 96.9M 1s 14300K .......... .......... .......... .......... .......... 64% 90.9M 1s 14350K .......... .......... .......... .......... .......... 65% 89.7M 1s 14400K .......... .......... .......... .......... .......... 65% 65.9M 1s 14450K .......... .......... .......... .......... .......... 65% 108M 1s 14500K .......... .......... .......... .......... .......... 65% 44.4M 1s 14550K .......... .......... .......... .......... .......... 66% 207M 1s 14600K .......... .......... .......... .......... .......... 66% 55.6M 1s 14650K .......... .......... .......... .......... .......... 66% 190M 1s 14700K .......... .......... .......... .......... .......... 66% 193M 1s 14750K .......... .......... .......... .......... .......... 67% 99.4M 1s 14800K .......... .......... .......... .......... .......... 67% 50.4M 1s 14850K .......... .......... .......... .......... .......... 67% 85.2M 1s 14900K .......... .......... .......... .......... .......... 67% 79.6M 1s 14950K .......... .......... .......... .......... .......... 67% 34.7M 1s 15000K .......... .......... .......... .......... .......... 68% 191M 1s 15050K .......... .......... .......... .......... .......... 68% 213M 1s 15100K .......... .......... .......... .......... .......... 68% 185M 1s 15150K .......... .......... .......... .......... .......... 68% 132M 1s 15200K .......... .......... .......... .......... .......... 69% 52.9M 1s 15250K .......... .......... .......... .......... .......... 69% 33.2M 1s 15300K .......... .......... .......... .......... .......... 69% 188M 1s 15350K .......... .......... .......... .......... .......... 69% 205M 1s 15400K .......... .......... .......... .......... .......... 69% 49.1M 1s 15450K .......... .......... .......... .......... .......... 70% 218M 1s 15500K .......... .......... .......... .......... .......... 70% 203M 1s 15550K .......... .......... .......... .......... .......... 70% 125M 1s 15600K .......... .......... .......... .......... .......... 70% 70.4M 1s 15650K .......... .......... .......... .......... .......... 71% 103M 1s 15700K .......... .......... .......... .......... .......... 71% 87.9M 1s 15750K .......... .......... .......... .......... .......... 71% 33.1M 1s 15800K .......... .......... .......... .......... .......... 71% 174M 1s 15850K .......... .......... .......... .......... .......... 72% 223M 1s 15900K .......... .......... .......... .......... .......... 72% 223M 0s 15950K .......... .......... .......... .......... .......... 72% 212M 0s 16000K .......... .......... .......... .......... .......... 72% 88.2M 0s 16050K .......... .......... .......... .......... .......... 72% 31.1M 0s 16100K .......... .......... .......... .......... .......... 73% 200M 0s 16150K .......... .......... .......... .......... .......... 73% 41.0M 0s 16200K .......... .......... .......... .......... .......... 73% 210M 0s 16250K .......... .......... .......... .......... .......... 73% 163M 0s 16300K .......... .......... .......... .......... .......... 74% 194M 0s 16350K .......... .......... .......... .......... .......... 74% 1.55M 0s 16400K .......... .......... .......... .......... .......... 74% 32.0M 0s 16450K .......... .......... .......... .......... .......... 74% 164M 0s 16500K .......... .......... .......... .......... .......... 74% 111M 0s 16550K .......... .......... .......... .......... .......... 75% 52.4M 0s 16600K .......... .......... .......... .......... .......... 75% 148M 0s 16650K .......... .......... .......... .......... .......... 75% 147M 0s 16700K .......... .......... .......... .......... .......... 75% 66.1M 0s 16750K .......... .......... .......... .......... .......... 76% 65.1M 0s 16800K .......... .......... .......... .......... .......... 76% 178M 0s 16850K .......... .......... .......... .......... .......... 76% 165M 0s 16900K .......... .......... .......... .......... .......... 76% 105M 0s 16950K .......... .......... .......... .......... .......... 76% 132M 0s 17000K .......... .......... .......... .......... .......... 77% 76.7M 0s 17050K .......... .......... .......... .......... .......... 77% 103M 0s 17100K .......... .......... .......... .......... .......... 77% 75.6M 0s 17150K .......... .......... .......... .......... .......... 77% 93.0M 0s 17200K .......... .......... .......... .......... .......... 78% 79.9M 0s 17250K .......... .......... .......... .......... .......... 78% 88.3M 0s 17300K .......... .......... .......... .......... .......... 78% 98.3M 0s 17350K .......... .......... .......... .......... .......... 78% 91.8M 0s 17400K .......... .......... .......... .......... .......... 79% 74.5M 0s 17450K .......... .......... .......... .......... .......... 79% 142M 0s 17500K .......... .......... .......... .......... .......... 79% 81.0M 0s 17550K .......... .......... .......... .......... .......... 79% 131M 0s 17600K .......... .......... .......... .......... .......... 79% 81.1M 0s 17650K .......... .......... .......... .......... .......... 80% 93.5M 0s 17700K .......... .......... .......... .......... .......... 80% 134M 0s 17750K .......... .......... .......... .......... .......... 80% 17.2M 0s 17800K .......... .......... .......... .......... .......... 80% 72.8M 0s 17850K .......... .......... .......... .......... .......... 81% 99.8M 0s 17900K .......... .......... .......... .......... .......... 81% 64.5M 0s 17950K .......... .......... .......... .......... .......... 81% 85.2M 0s 18000K .......... .......... .......... .......... .......... 81% 85.7M 0s 18050K .......... .......... .......... .......... .......... 81% 93.4M 0s 18100K .......... .......... .......... .......... .......... 82% 90.3M 0s 18150K .......... .......... .......... .......... .......... 82% 108M 0s 18200K .......... .......... .......... .......... .......... 82% 77.3M 0s 18250K .......... .......... .......... .......... .......... 82% 123M 0s 18300K .......... .......... .......... .......... .......... 83% 84.8M 0s 18350K .......... .......... .......... .......... .......... 83% 82.6M 0s 18400K .......... .......... .......... .......... .......... 83% 95.0M 0s 18450K .......... .......... .......... .......... .......... 83% 123M 0s 18500K .......... .......... .......... .......... .......... 84% 104M 0s 18550K .......... .......... .......... .......... .......... 84% 88.9M 0s 18600K .......... .......... .......... .......... .......... 84% 121M 0s 18650K .......... .......... .......... .......... .......... 84% 91.2M 0s 18700K .......... .......... .......... .......... .......... 84% 99.3M 0s 18750K .......... .......... .......... .......... .......... 85% 85.7M 0s 18800K .......... .......... .......... .......... .......... 85% 74.0M 0s 18850K .......... .......... .......... .......... .......... 85% 42.0M 0s 18900K .......... .......... .......... .......... .......... 85% 22.1M 0s 18950K .......... .......... .......... .......... .......... 86% 175M 0s 19000K .......... .......... .......... .......... .......... 86% 210M 0s 19050K .......... .......... .......... .......... .......... 86% 106M 0s 19100K .......... .......... .......... .......... .......... 86% 111M 0s 19150K .......... .......... .......... .......... .......... 86% 104M 0s 19200K .......... .......... .......... .......... .......... 87% 47.1M 0s 19250K .......... .......... .......... .......... .......... 87% 225M 0s 19300K .......... .......... .......... .......... .......... 87% 49.3M 0s 19350K .......... .......... .......... .......... .......... 87% 233M 0s 19400K .......... .......... .......... .......... .......... 88% 217M 0s 19450K .......... .......... .......... .......... .......... 88% 85.4M 0s 19500K .......... .......... .......... .......... .......... 88% 37.7M 0s 19550K .......... .......... .......... .......... .......... 88% 211M 0s 19600K .......... .......... .......... .......... .......... 88% 158M 0s 19650K .......... .......... .......... .......... .......... 89% 40.4M 0s 19700K .......... .......... .......... .......... .......... 89% 219M 0s 19750K .......... .......... .......... .......... .......... 89% 265M 0s 19800K .......... .......... .......... .......... .......... 89% 267M 0s 19850K .......... .......... .......... .......... .......... 90% 25.3M 0s 19900K .......... .......... .......... .......... .......... 90% 204M 0s 19950K .......... .......... .......... .......... .......... 90% 245M 0s 20000K .......... .......... .......... .......... .......... 90% 189M 0s 20050K .......... .......... .......... .......... .......... 91% 69.6M 0s 20100K .......... .......... .......... .......... .......... 91% 251M 0s 20150K .......... .......... .......... .......... .......... 91% 22.0M 0s 20200K .......... .......... .......... .......... .......... 91% 186M 0s 20250K .......... .......... .......... .......... .......... 91% 242M 0s 20300K .......... .......... .......... .......... .......... 92% 226M 0s 20350K .......... .......... .......... .......... .......... 92% 252M 0s 20400K .......... .......... .......... .......... .......... 92% 87.5M 0s 20450K .......... .......... .......... .......... .......... 92% 2.02M 0s 20500K .......... .......... .......... .......... .......... 93% 108M 0s 20550K .......... .......... .......... .......... .......... 93% 78.6M 0s 20600K .......... .......... .......... .......... .......... 93% 79.5M 0s 20650K .......... .......... .......... .......... .......... 93% 30.8M 0s 20700K .......... .......... .......... .......... .......... 93% 187M 0s 20750K .......... .......... .......... .......... .......... 94% 218M 0s 20800K .......... .......... .......... .......... .......... 94% 186M 0s 20850K .......... .......... .......... .......... .......... 94% 115M 0s 20900K .......... .......... .......... .......... .......... 94% 101M 0s 20950K .......... .......... .......... .......... .......... 95% 117M 0s 21000K .......... .......... .......... .......... .......... 95% 18.4M 0s 21050K .......... .......... .......... .......... .......... 95% 223M 0s 21100K .......... .......... .......... .......... .......... 95% 224M 0s 21150K .......... .......... .......... .......... .......... 96% 186M 0s 21200K .......... .......... .......... .......... .......... 96% 96.5M 0s 21250K .......... .......... .......... .......... .......... 96% 106M 0s 21300K .......... .......... .......... .......... .......... 96% 101M 0s 21350K .......... .......... .......... .......... .......... 96% 75.3M 0s 21400K .......... .......... .......... .......... .......... 97% 73.8M 0s 21450K .......... .......... .......... .......... .......... 97% 128M 0s 21500K .......... .......... .......... .......... .......... 97% 64.1M 0s 21550K .......... .......... .......... .......... .......... 97% 177M 0s 21600K .......... .......... .......... .......... .......... 98% 22.4M 0s 21650K .......... .......... .......... .......... .......... 98% 214M 0s 21700K .......... .......... .......... .......... .......... 98% 233M 0s 21750K .......... .......... .......... .......... .......... 98% 226M 0s 21800K .......... .......... .......... .......... .......... 98% 145M 0s 21850K .......... .......... .......... .......... .......... 99% 191M 0s 21900K .......... .......... .......... .......... .......... 99% 28.2M 0s 21950K .......... .......... .......... .......... .......... 99% 163M 0s 22000K .......... .......... .......... .......... .......... 99% 87.4M 0s 22050K .......... .......... .......... . 100% 107M=1.4s 2023-02-19 23:51:31 (15.2 MB/s) - '/tmp/instance-5/output-1/build/.netdata-v1.33.1.tar.gz.YBFx4t/output' saved [22611080/22611080] netdata-v1.33.1.tar.gz: OK (sha256: 20ba8695d87187787b27128ac3aab9b09aa29ca6b508c48542e0f7d50ec9322b) >>> netdata 1.33.1 Extracting gzip -d -c /tmp/instance-5/dl/netdata/netdata-v1.33.1.tar.gz | tar --strip-components=1 -C /tmp/instance-5/output-1/build/netdata-1.33.1 -xf - >>> netdata 1.33.1 Patching >>> netdata 1.33.1 Updating config.sub and config.guess for file in config.guess config.sub; do for i in $(find /tmp/instance-5/output-1/build/netdata-1.33.1 -name $file); do cp support/gnuconfig/$file $i; done; done >>> netdata 1.33.1 Patching libtool >>> netdata 1.33.1 Configuring (cd /tmp/instance-5/output-1/build/netdata-1.33.1/ && rm -rf config.cache && PATH="/tmp/instance-5/output-1/host/bin:/tmp/instance-5/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" AR="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-ar" AS="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-as" LD="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-ld" NM="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-nm" CC="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc" GCC="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc" CPP="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-cpp" CXX="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-g++" FC="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gfortran" F77="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gfortran" RANLIB="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-ranlib" READELF="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-readelf" STRIP="/bin/true" OBJCOPY="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-objcopy" OBJDUMP="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc" GCC_FOR_BUILD="/tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc" CXX_FOR_BUILD="/tmp/instance-5/output-1/host/bin/ccache /usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/tmp/instance-5/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/tmp/instance-5/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/tmp/instance-5/output-1/host/include" LDFLAGS_FOR_BUILD="-L/tmp/instance-5/output-1/host/lib -Wl,-rpath,/tmp/instance-5/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-as" DEFAULT_LINKER="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1" LDFLAGS="" FCFLAGS=" -Os -g0" FFLAGS=" -Os -g0" PKG_CONFIG="/tmp/instance-5/output-1/host/bin/pkg-config" STAGING_DIR="/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/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=no ac_cv_prog_cc_c99=-std=gnu99 LIBS=-latomic CONFIG_SITE=/dev/null ./configure --target=sh4a-buildroot-linux-gnu --host=sh4a-buildroot-linux-gnu --build=x86_64-pc-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 --disable-static --enable-shared --disable-cloud --disable-dbengine --disable-ebpf --disable-ml --disable-unit-tests --enable-lto --disable-plugin-cups --disable-plugin-freeipmi --enable-jsonc --without-libcap --enable-compression --disable-plugin-nfacct --enable-https --disable-backend-prometheus-remote-write ) 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-static, --enable-shared checking whether to enable maintainer-specific portions of Makefiles... no checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for sh4a-buildroot-linux-gnu-strip... /bin/true checking for a thread-safe mkdir -p... /usr/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking how to create a pax tar archive... gnutar checking whether make supports nested variables... (cached) yes checking build system type... x86_64-pc-linux-gnu checking host system type... sh4a-buildroot-linux-gnu checking for sh4a-buildroot-linux-gnu-gcc... /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-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 we are using the GNU C compiler... yes checking whether /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc accepts -g... yes checking for /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc option to accept ISO C89... none needed checking whether /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc understands -c and -o together... yes checking whether make supports the include directive... yes (GNU style) checking dependency style of /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc... none checking for /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc option to accept ISO C99... (cached) -std=gnu99 checking whether we are using the GNU C++ compiler... no checking whether no accepts -g... no checking dependency style of no... none checking pkg-config is at least version 0.9.0... yes checking how to run the C preprocessor... /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-cpp checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking minix/config.h usability... no checking minix/config.h presence... no checking for minix/config.h... no checking whether it is safe to define __EXTENSIONS__... yes checking for __attribute__((returns_nonnull))... yes checking for __attribute__((malloc))... yes checking for __attribute__((noreturn))... yes checking for __attribute__((noinline))... yes checking for __attribute__((format))... yes checking for __attribute__((warn_unused_result))... yes checking for struct timespec... yes checking for clockid_t... yes checking for library containing clock_gettime... none required checking for clock_gettime... yes checking for sched_setscheduler... yes checking for sched_getscheduler... yes checking for sched_getparam... yes checking for sched_get_priority_min... yes checking for sched_get_priority_max... yes checking for getpriority... yes checking for setpriority... yes checking for nice... yes checking for recvmmsg... yes checking for int8_t... yes checking for int16_t... yes checking for int32_t... yes checking for int64_t... yes checking for uint8_t... yes checking for uint16_t... yes checking for uint32_t... yes checking for uint64_t... yes checking for inline... inline checking whether strerror_r is declared... yes checking for strerror_r... yes checking whether strerror_r returns char *... yes checking for _Generic... yes checking for __atomic... yes checking size of void *... 4 checking whether sys/types.h defines makedev... no checking sys/mkdev.h usability... no checking sys/mkdev.h presence... no checking for sys/mkdev.h... no checking sys/sysmacros.h usability... yes checking sys/sysmacros.h presence... yes checking for sys/sysmacros.h... yes checking for sys/types.h... (cached) yes checking for netinet/in.h... yes checking for arpa/nameser.h... yes checking for netdb.h... yes checking for resolv.h... yes checking for sys/prctl.h... yes checking for sys/vfs.h... yes checking for sys/statfs.h... yes checking for linux/magic.h... yes checking for sys/statvfs.h... yes checking for sys/mount.h... yes checking for accept4... yes checking operating system... Host OS: linux checking if compiler needs -Werror to reject unknown flags... no checking for the pthreads library -lpthreads... no checking whether pthreads work without any flags... yes checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE checking if more special flags are required for pthreads... no checking for PTHREAD_PRIO_INHERIT... yes checking for pthread_getname_np in -lpthread... yes checking for sin in -lm... yes checking if libm should be used... yes checking for uv_fs_scandir_next in -luv... yes checking for LZ4_initStream in -llz4... yes checking for LZ4_compress_default in -llz4... yes checking for ZLIB... yes checking if zlib should be used... yes checking for UUID... yes checking for SHA256_Init in -lcrypto... yes checking for X509_VERIFY_PARAM_set1_host in -lcrypto... yes checking for JSON... yes checking for json_object_get_type in -ljson-c... yes checking for JudyLIns in -lJudy... no checking if netdata dbengine should be used... no checking if netdata https should be used... yes checking if netdata compression should be used... yes checking if json-c should be used... yes checking for memory allocator... system checking for mallopt... yes checking for mallinfo... yes checking for LIBCAP... no checking if libcap should be used... no checking is bundled protobuf available... no checking for PROTOBUF... no checking for protoc... no checking for no... no checking if Cloud functionality should be enabled... no checking if apps.plugin should be enabled... yes checking for IPMIMONITORING... no checking if freeipmi.plugin should be enabled... no checking for httpConnect2 in -lcups... no checking for sh4a-buildroot-linux-gnu-cups-config... no checking for cups-config... no checking if cups.plugin should be enabled... no checking linux/netfilter/nfnetlink_conntrack.h usability... yes checking linux/netfilter/nfnetlink_conntrack.h presence... yes checking for linux/netfilter/nfnetlink_conntrack.h... yes checking whether CTA_STATS_MAX is declared... yes checking for NFACCT... no checking for LIBMNL... yes checking for mnl_socket_open in -lmnl... yes checking if nfacct.plugin should be enabled... no checking for YAJL... yes checking for yajl_tree_get in -lyajl... yes checking for xenstat_init in -lxenstat... no checking for XENLIGHT... no checking if xenstat.plugin should be enabled... no checking linux/perf_event.h usability... yes checking linux/perf_event.h presence... yes checking for linux/perf_event.h... yes checking whether PERF_COUNT_HW_REF_CPU_CYCLES is declared... yes checking if perf.plugin should be enabled... yes checking if gtest and gmock can be found... checking for GTEST... no checking for GMOCK... no checking if git submodules are present for machine learning functionality... yes checking whether C++ compiler accepts -std=c++11... no no checking if slabinfo.plugin should be enabled... yes checking for LIBCRYPTO... yes checking for CRYPTO_new_ex_data in -lcrypto... yes checking for LIBSSL... yes checking for SSL_connect in -lssl... yes checking for LIBCURL... yes checking for curl_easy_init in -lcurl... yes checking for AWS_CPP_SDK_CORE... no checking for AWS_CPP_SDK_KINESIS... no checking if kinesis backend should be enabled... no checking for GRPC... no checking for PUBSUB... no checking for no... (cached) no checking if pubsub exporting connector should be enabled... detect checking for snappy::RawCompress in -lsnappy... no checking if prometheus remote write backend should be enabled... no checking for LIBMONGOC... no checking if mongodb backend should be enabled... no checking for setns... yes checking if cgroup-network can be enabled... yes checking whether C compiler accepts -flto... yes checking if -flto builds executables... yes checking if LTO should be enabled... yes checking for CMOCKA... no configure: CMocka not found on the system. Unit tests disabled checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating netdata.spec config.status: creating backends/graphite/Makefile config.status: creating backends/json/Makefile config.status: creating backends/Makefile config.status: creating backends/opentsdb/Makefile config.status: creating backends/prometheus/Makefile config.status: creating backends/prometheus/remote_write/Makefile config.status: creating backends/aws_kinesis/Makefile config.status: creating backends/mongodb/Makefile config.status: creating collectors/Makefile config.status: creating collectors/apps.plugin/Makefile config.status: creating collectors/cgroups.plugin/Makefile config.status: creating collectors/charts.d.plugin/Makefile config.status: creating collectors/checks.plugin/Makefile config.status: creating collectors/diskspace.plugin/Makefile config.status: creating collectors/timex.plugin/Makefile config.status: creating collectors/fping.plugin/Makefile config.status: creating collectors/ioping.plugin/Makefile config.status: creating collectors/freebsd.plugin/Makefile config.status: creating collectors/freeipmi.plugin/Makefile config.status: creating collectors/cups.plugin/Makefile config.status: creating collectors/idlejitter.plugin/Makefile config.status: creating collectors/macos.plugin/Makefile config.status: creating collectors/nfacct.plugin/Makefile config.status: creating collectors/node.d.plugin/Makefile config.status: creating collectors/plugins.d/Makefile config.status: creating collectors/proc.plugin/Makefile config.status: creating collectors/python.d.plugin/Makefile config.status: creating collectors/slabinfo.plugin/Makefile config.status: creating collectors/statsd.plugin/Makefile config.status: creating collectors/ebpf.plugin/Makefile config.status: creating collectors/tc.plugin/Makefile config.status: creating collectors/xenstat.plugin/Makefile config.status: creating collectors/perf.plugin/Makefile config.status: creating daemon/Makefile config.status: creating database/Makefile config.status: creating database/engine/Makefile config.status: creating database/engine/metadata_log/Makefile config.status: creating diagrams/Makefile config.status: creating exporting/Makefile config.status: creating exporting/graphite/Makefile config.status: creating exporting/json/Makefile config.status: creating exporting/opentsdb/Makefile config.status: creating exporting/prometheus/Makefile config.status: creating exporting/prometheus/remote_write/Makefile config.status: creating exporting/aws_kinesis/Makefile config.status: creating exporting/pubsub/Makefile config.status: creating exporting/mongodb/Makefile config.status: creating exporting/tests/Makefile config.status: creating health/Makefile config.status: creating health/notifications/Makefile config.status: creating ml/Makefile config.status: creating ml/kmeans/Makefile config.status: creating libnetdata/Makefile config.status: creating libnetdata/tests/Makefile config.status: creating libnetdata/adaptive_resortable_list/Makefile config.status: creating libnetdata/avl/Makefile config.status: creating libnetdata/buffer/Makefile config.status: creating libnetdata/clocks/Makefile config.status: creating libnetdata/completion/Makefile config.status: creating libnetdata/config/Makefile config.status: creating libnetdata/dictionary/Makefile config.status: creating libnetdata/ebpf/Makefile config.status: creating libnetdata/eval/Makefile config.status: creating libnetdata/locks/Makefile config.status: creating libnetdata/log/Makefile config.status: creating libnetdata/popen/Makefile config.status: creating libnetdata/procfile/Makefile config.status: creating libnetdata/simple_pattern/Makefile config.status: creating libnetdata/socket/Makefile config.status: creating libnetdata/statistical/Makefile config.status: creating libnetdata/storage_number/Makefile config.status: creating libnetdata/storage_number/tests/Makefile config.status: creating libnetdata/threads/Makefile config.status: creating libnetdata/url/Makefile config.status: creating libnetdata/json/Makefile config.status: creating libnetdata/health/Makefile config.status: creating registry/Makefile config.status: creating streaming/Makefile config.status: creating system/Makefile config.status: creating tests/Makefile config.status: creating web/Makefile config.status: creating web/api/Makefile config.status: creating web/api/badges/Makefile config.status: creating web/api/exporters/Makefile config.status: creating web/api/exporters/shell/Makefile config.status: creating web/api/exporters/prometheus/Makefile config.status: creating web/api/formatters/Makefile config.status: creating web/api/formatters/csv/Makefile config.status: creating web/api/formatters/json/Makefile config.status: creating web/api/formatters/ssv/Makefile config.status: creating web/api/formatters/value/Makefile config.status: creating web/api/queries/Makefile config.status: creating web/api/queries/average/Makefile config.status: creating web/api/queries/des/Makefile config.status: creating web/api/queries/incremental_sum/Makefile config.status: creating web/api/queries/max/Makefile config.status: creating web/api/queries/median/Makefile config.status: creating web/api/queries/min/Makefile config.status: creating web/api/queries/ses/Makefile config.status: creating web/api/queries/stddev/Makefile config.status: creating web/api/queries/sum/Makefile config.status: creating web/api/health/Makefile config.status: creating web/gui/Makefile config.status: creating web/gui/dashboard/Makefile config.status: creating web/server/Makefile config.status: creating web/server/static/Makefile config.status: creating claim/Makefile config.status: creating spawn/Makefile config.status: creating parser/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-static, --enable-shared >>> netdata 1.33.1 Building PATH="/tmp/instance-5/output-1/host/bin:/tmp/instance-5/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /home/autobuild/make/make -j1 -C /tmp/instance-5/output-1/build/netdata-1.33.1/ make[1]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1' /home/autobuild/make/make all-recursive make[2]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1' Making all in diagrams make[3]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/diagrams' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/diagrams' Making all in system make[3]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/system' if sed \ -e 's#[@]localstatedir_POST@#/var#g' \ -e 's#[@]sbindir_POST@#/usr/sbin#g' \ -e 's#[@]pluginsdir_POST@#/usr/libexec/netdata/plugins.d#g' \ -e 's#[@]configdir_POST@#/etc/netdata#g' \ -e 's#[@]libconfigdir_POST@#/usr/lib/netdata/conf.d#g' \ -e 's#[@]pkglibexecdir_POST@#/usr/libexec/netdata#g' \ -e 's#[@]cachedir_POST@#/var/cache/netdata#g' \ -e 's#[@]registrydir_POST@#/var/lib/netdata/registry#g' \ -e 's#[@]varlibdir_POST@#/var/lib/netdata#g' \ -e 's#[@]webdir_POST@#/usr/share/netdata/web#g' \ -e 's#[@]enable_aclk_POST@##g' \ -e 's#[@]enable_cloud_POST@#no#g' \ netdata-openrc.in > netdata-openrc.tmp; then \ mv "netdata-openrc.tmp" "netdata-openrc"; \ else \ rm -f "netdata-openrc.tmp"; \ false; \ fi if sed \ -e 's#[@]localstatedir_POST@#/var#g' \ -e 's#[@]sbindir_POST@#/usr/sbin#g' \ -e 's#[@]pluginsdir_POST@#/usr/libexec/netdata/plugins.d#g' \ -e 's#[@]configdir_POST@#/etc/netdata#g' \ -e 's#[@]libconfigdir_POST@#/usr/lib/netdata/conf.d#g' \ -e 's#[@]pkglibexecdir_POST@#/usr/libexec/netdata#g' \ -e 's#[@]cachedir_POST@#/var/cache/netdata#g' \ -e 's#[@]registrydir_POST@#/var/lib/netdata/registry#g' \ -e 's#[@]varlibdir_POST@#/var/lib/netdata#g' \ -e 's#[@]webdir_POST@#/usr/share/netdata/web#g' \ -e 's#[@]enable_aclk_POST@##g' \ -e 's#[@]enable_cloud_POST@#no#g' \ netdata.logrotate.in > netdata.logrotate.tmp; then \ mv "netdata.logrotate.tmp" "netdata.logrotate"; \ else \ rm -f "netdata.logrotate.tmp"; \ false; \ fi if sed \ -e 's#[@]localstatedir_POST@#/var#g' \ -e 's#[@]sbindir_POST@#/usr/sbin#g' \ -e 's#[@]pluginsdir_POST@#/usr/libexec/netdata/plugins.d#g' \ -e 's#[@]configdir_POST@#/etc/netdata#g' \ -e 's#[@]libconfigdir_POST@#/usr/lib/netdata/conf.d#g' \ -e 's#[@]pkglibexecdir_POST@#/usr/libexec/netdata#g' \ -e 's#[@]cachedir_POST@#/var/cache/netdata#g' \ -e 's#[@]registrydir_POST@#/var/lib/netdata/registry#g' \ -e 's#[@]varlibdir_POST@#/var/lib/netdata#g' \ -e 's#[@]webdir_POST@#/usr/share/netdata/web#g' \ -e 's#[@]enable_aclk_POST@##g' \ -e 's#[@]enable_cloud_POST@#no#g' \ netdata.service.in > netdata.service.tmp; then \ mv "netdata.service.tmp" "netdata.service"; \ else \ rm -f "netdata.service.tmp"; \ false; \ fi if sed \ -e 's#[@]localstatedir_POST@#/var#g' \ -e 's#[@]sbindir_POST@#/usr/sbin#g' \ -e 's#[@]pluginsdir_POST@#/usr/libexec/netdata/plugins.d#g' \ -e 's#[@]configdir_POST@#/etc/netdata#g' \ -e 's#[@]libconfigdir_POST@#/usr/lib/netdata/conf.d#g' \ -e 's#[@]pkglibexecdir_POST@#/usr/libexec/netdata#g' \ -e 's#[@]cachedir_POST@#/var/cache/netdata#g' \ -e 's#[@]registrydir_POST@#/var/lib/netdata/registry#g' \ -e 's#[@]varlibdir_POST@#/var/lib/netdata#g' \ -e 's#[@]webdir_POST@#/usr/share/netdata/web#g' \ -e 's#[@]enable_aclk_POST@##g' \ -e 's#[@]enable_cloud_POST@#no#g' \ netdata.service.v235.in > netdata.service.v235.tmp; then \ mv "netdata.service.v235.tmp" "netdata.service.v235"; \ else \ rm -f "netdata.service.v235.tmp"; \ false; \ fi if sed \ -e 's#[@]localstatedir_POST@#/var#g' \ -e 's#[@]sbindir_POST@#/usr/sbin#g' \ -e 's#[@]pluginsdir_POST@#/usr/libexec/netdata/plugins.d#g' \ -e 's#[@]configdir_POST@#/etc/netdata#g' \ -e 's#[@]libconfigdir_POST@#/usr/lib/netdata/conf.d#g' \ -e 's#[@]pkglibexecdir_POST@#/usr/libexec/netdata#g' \ -e 's#[@]cachedir_POST@#/var/cache/netdata#g' \ -e 's#[@]registrydir_POST@#/var/lib/netdata/registry#g' \ -e 's#[@]varlibdir_POST@#/var/lib/netdata#g' \ -e 's#[@]webdir_POST@#/usr/share/netdata/web#g' \ -e 's#[@]enable_aclk_POST@##g' \ -e 's#[@]enable_cloud_POST@#no#g' \ netdata-init-d.in > netdata-init-d.tmp; then \ mv "netdata-init-d.tmp" "netdata-init-d"; \ else \ rm -f "netdata-init-d.tmp"; \ false; \ fi if sed \ -e 's#[@]localstatedir_POST@#/var#g' \ -e 's#[@]sbindir_POST@#/usr/sbin#g' \ -e 's#[@]pluginsdir_POST@#/usr/libexec/netdata/plugins.d#g' \ -e 's#[@]configdir_POST@#/etc/netdata#g' \ -e 's#[@]libconfigdir_POST@#/usr/lib/netdata/conf.d#g' \ -e 's#[@]pkglibexecdir_POST@#/usr/libexec/netdata#g' \ -e 's#[@]cachedir_POST@#/var/cache/netdata#g' \ -e 's#[@]registrydir_POST@#/var/lib/netdata/registry#g' \ -e 's#[@]varlibdir_POST@#/var/lib/netdata#g' \ -e 's#[@]webdir_POST@#/usr/share/netdata/web#g' \ -e 's#[@]enable_aclk_POST@##g' \ -e 's#[@]enable_cloud_POST@#no#g' \ netdata-lsb.in > netdata-lsb.tmp; then \ mv "netdata-lsb.tmp" "netdata-lsb"; \ else \ rm -f "netdata-lsb.tmp"; \ false; \ fi if sed \ -e 's#[@]localstatedir_POST@#/var#g' \ -e 's#[@]sbindir_POST@#/usr/sbin#g' \ -e 's#[@]pluginsdir_POST@#/usr/libexec/netdata/plugins.d#g' \ -e 's#[@]configdir_POST@#/etc/netdata#g' \ -e 's#[@]libconfigdir_POST@#/usr/lib/netdata/conf.d#g' \ -e 's#[@]pkglibexecdir_POST@#/usr/libexec/netdata#g' \ -e 's#[@]cachedir_POST@#/var/cache/netdata#g' \ -e 's#[@]registrydir_POST@#/var/lib/netdata/registry#g' \ -e 's#[@]varlibdir_POST@#/var/lib/netdata#g' \ -e 's#[@]webdir_POST@#/usr/share/netdata/web#g' \ -e 's#[@]enable_aclk_POST@##g' \ -e 's#[@]enable_cloud_POST@#no#g' \ netdata-freebsd.in > netdata-freebsd.tmp; then \ mv "netdata-freebsd.tmp" "netdata-freebsd"; \ else \ rm -f "netdata-freebsd.tmp"; \ false; \ fi if sed \ -e 's#[@]localstatedir_POST@#/var#g' \ -e 's#[@]sbindir_POST@#/usr/sbin#g' \ -e 's#[@]pluginsdir_POST@#/usr/libexec/netdata/plugins.d#g' \ -e 's#[@]configdir_POST@#/etc/netdata#g' \ -e 's#[@]libconfigdir_POST@#/usr/lib/netdata/conf.d#g' \ -e 's#[@]pkglibexecdir_POST@#/usr/libexec/netdata#g' \ -e 's#[@]cachedir_POST@#/var/cache/netdata#g' \ -e 's#[@]registrydir_POST@#/var/lib/netdata/registry#g' \ -e 's#[@]varlibdir_POST@#/var/lib/netdata#g' \ -e 's#[@]webdir_POST@#/usr/share/netdata/web#g' \ -e 's#[@]enable_aclk_POST@##g' \ -e 's#[@]enable_cloud_POST@#no#g' \ netdata.plist.in > netdata.plist.tmp; then \ mv "netdata.plist.tmp" "netdata.plist"; \ else \ rm -f "netdata.plist.tmp"; \ false; \ fi if sed \ -e 's#[@]localstatedir_POST@#/var#g' \ -e 's#[@]sbindir_POST@#/usr/sbin#g' \ -e 's#[@]pluginsdir_POST@#/usr/libexec/netdata/plugins.d#g' \ -e 's#[@]configdir_POST@#/etc/netdata#g' \ -e 's#[@]libconfigdir_POST@#/usr/lib/netdata/conf.d#g' \ -e 's#[@]pkglibexecdir_POST@#/usr/libexec/netdata#g' \ -e 's#[@]cachedir_POST@#/var/cache/netdata#g' \ -e 's#[@]registrydir_POST@#/var/lib/netdata/registry#g' \ -e 's#[@]varlibdir_POST@#/var/lib/netdata#g' \ -e 's#[@]webdir_POST@#/usr/share/netdata/web#g' \ -e 's#[@]enable_aclk_POST@##g' \ -e 's#[@]enable_cloud_POST@#no#g' \ netdata.crontab.in > netdata.crontab.tmp; then \ mv "netdata.crontab.tmp" "netdata.crontab"; \ else \ rm -f "netdata.crontab.tmp"; \ false; \ fi if sed \ -e 's#[@]localstatedir_POST@#/var#g' \ -e 's#[@]sbindir_POST@#/usr/sbin#g' \ -e 's#[@]pluginsdir_POST@#/usr/libexec/netdata/plugins.d#g' \ -e 's#[@]configdir_POST@#/etc/netdata#g' \ -e 's#[@]libconfigdir_POST@#/usr/lib/netdata/conf.d#g' \ -e 's#[@]pkglibexecdir_POST@#/usr/libexec/netdata#g' \ -e 's#[@]cachedir_POST@#/var/cache/netdata#g' \ -e 's#[@]registrydir_POST@#/var/lib/netdata/registry#g' \ -e 's#[@]varlibdir_POST@#/var/lib/netdata#g' \ -e 's#[@]webdir_POST@#/usr/share/netdata/web#g' \ -e 's#[@]enable_aclk_POST@##g' \ -e 's#[@]enable_cloud_POST@#no#g' \ netdata-updater.service.in > netdata-updater.service.tmp; then \ mv "netdata-updater.service.tmp" "netdata-updater.service"; \ else \ rm -f "netdata-updater.service.tmp"; \ false; \ fi make[3]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/system' Making all in tests make[3]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/tests' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/tests' Making all in backends make[3]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/backends' Making all in graphite make[4]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/backends/graphite' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/backends/graphite' Making all in json make[4]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/backends/json' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/backends/json' Making all in opentsdb make[4]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/backends/opentsdb' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/backends/opentsdb' Making all in prometheus make[4]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/backends/prometheus' Making all in remote_write make[5]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/backends/prometheus/remote_write' make[5]: Nothing to be done for 'all'. make[5]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/backends/prometheus/remote_write' make[5]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/backends/prometheus' make[5]: Nothing to be done for 'all-am'. make[5]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/backends/prometheus' make[4]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/backends/prometheus' Making all in aws_kinesis make[4]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/backends/aws_kinesis' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/backends/aws_kinesis' Making all in mongodb make[4]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/backends/mongodb' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/backends/mongodb' make[4]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/backends' make[4]: Nothing to be done for 'all-am'. make[4]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/backends' make[3]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/backends' Making all in collectors make[3]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/collectors' Making all in plugins.d make[4]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/collectors/plugins.d' make[5]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/collectors/plugins.d' make[5]: Nothing to be done for 'all-am'. make[5]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/collectors/plugins.d' make[4]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/collectors/plugins.d' Making all in apps.plugin make[4]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/collectors/apps.plugin' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/collectors/apps.plugin' Making all in cgroups.plugin make[4]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/collectors/cgroups.plugin' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/collectors/cgroups.plugin' Making all in charts.d.plugin make[4]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/collectors/charts.d.plugin' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/collectors/charts.d.plugin' Making all in checks.plugin make[4]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/collectors/checks.plugin' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/collectors/checks.plugin' Making all in cups.plugin make[4]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/collectors/cups.plugin' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/collectors/cups.plugin' Making all in diskspace.plugin make[4]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/collectors/diskspace.plugin' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/collectors/diskspace.plugin' Making all in timex.plugin make[4]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/collectors/timex.plugin' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/collectors/timex.plugin' Making all in fping.plugin make[4]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/collectors/fping.plugin' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/collectors/fping.plugin' Making all in ioping.plugin make[4]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/collectors/ioping.plugin' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/collectors/ioping.plugin' Making all in freebsd.plugin make[4]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/collectors/freebsd.plugin' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/collectors/freebsd.plugin' Making all in freeipmi.plugin make[4]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/collectors/freeipmi.plugin' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/collectors/freeipmi.plugin' Making all in idlejitter.plugin make[4]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/collectors/idlejitter.plugin' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/collectors/idlejitter.plugin' Making all in macos.plugin make[4]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/collectors/macos.plugin' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/collectors/macos.plugin' Making all in nfacct.plugin make[4]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/collectors/nfacct.plugin' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/collectors/nfacct.plugin' Making all in xenstat.plugin make[4]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/collectors/xenstat.plugin' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/collectors/xenstat.plugin' Making all in perf.plugin make[4]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/collectors/perf.plugin' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/collectors/perf.plugin' Making all in node.d.plugin make[4]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/collectors/node.d.plugin' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/collectors/node.d.plugin' Making all in proc.plugin make[4]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/collectors/proc.plugin' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/collectors/proc.plugin' Making all in python.d.plugin make[4]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/collectors/python.d.plugin' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/collectors/python.d.plugin' Making all in slabinfo.plugin make[4]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/collectors/slabinfo.plugin' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/collectors/slabinfo.plugin' Making all in statsd.plugin make[4]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/collectors/statsd.plugin' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/collectors/statsd.plugin' Making all in ebpf.plugin make[4]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/collectors/ebpf.plugin' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/collectors/ebpf.plugin' Making all in tc.plugin make[4]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/collectors/tc.plugin' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/collectors/tc.plugin' make[4]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/collectors' make[4]: Nothing to be done for 'all-am'. make[4]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/collectors' make[3]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/collectors' Making all in daemon make[3]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/daemon' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/daemon' Making all in database make[3]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/database' Making all in engine make[4]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/database/engine' Making all in metadata_log make[5]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/database/engine/metadata_log' make[5]: Nothing to be done for 'all'. make[5]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/database/engine/metadata_log' make[5]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/database/engine' make[5]: Nothing to be done for 'all-am'. make[5]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/database/engine' make[4]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/database/engine' make[4]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/database' make[4]: Nothing to be done for 'all-am'. make[4]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/database' make[3]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/database' Making all in exporting make[3]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/exporting' Making all in tests make[4]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/exporting/tests' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/exporting/tests' Making all in graphite make[4]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/exporting/graphite' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/exporting/graphite' Making all in json make[4]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/exporting/json' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/exporting/json' Making all in opentsdb make[4]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/exporting/opentsdb' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/exporting/opentsdb' Making all in prometheus make[4]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/exporting/prometheus' Making all in remote_write make[5]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/exporting/prometheus/remote_write' make[5]: Nothing to be done for 'all'. make[5]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/exporting/prometheus/remote_write' make[5]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/exporting/prometheus' make[5]: Nothing to be done for 'all-am'. make[5]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/exporting/prometheus' make[4]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/exporting/prometheus' Making all in aws_kinesis make[4]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/exporting/aws_kinesis' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/exporting/aws_kinesis' Making all in pubsub make[4]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/exporting/pubsub' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/exporting/pubsub' Making all in mongodb make[4]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/exporting/mongodb' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/exporting/mongodb' make[4]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/exporting' make[4]: Nothing to be done for 'all-am'. make[4]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/exporting' make[3]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/exporting' Making all in health make[3]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/health' Making all in notifications make[4]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/health/notifications' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/health/notifications' make[4]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/health' make[4]: Nothing to be done for 'all-am'. make[4]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/health' make[3]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/health' Making all in libnetdata make[3]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/libnetdata' Making all in adaptive_resortable_list make[4]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/libnetdata/adaptive_resortable_list' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/libnetdata/adaptive_resortable_list' Making all in avl make[4]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/libnetdata/avl' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/libnetdata/avl' Making all in buffer make[4]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/libnetdata/buffer' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/libnetdata/buffer' Making all in clocks make[4]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/libnetdata/clocks' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/libnetdata/clocks' Making all in completion make[4]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/libnetdata/completion' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/libnetdata/completion' Making all in config make[4]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/libnetdata/config' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/libnetdata/config' Making all in dictionary make[4]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/libnetdata/dictionary' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/libnetdata/dictionary' Making all in ebpf make[4]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/libnetdata/ebpf' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/libnetdata/ebpf' Making all in eval make[4]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/libnetdata/eval' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/libnetdata/eval' Making all in json make[4]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/libnetdata/json' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/libnetdata/json' Making all in health make[4]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/libnetdata/health' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/libnetdata/health' Making all in locks make[4]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/libnetdata/locks' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/libnetdata/locks' Making all in log make[4]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/libnetdata/log' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/libnetdata/log' Making all in popen make[4]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/libnetdata/popen' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/libnetdata/popen' Making all in procfile make[4]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/libnetdata/procfile' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/libnetdata/procfile' Making all in simple_pattern make[4]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/libnetdata/simple_pattern' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/libnetdata/simple_pattern' Making all in socket make[4]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/libnetdata/socket' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/libnetdata/socket' Making all in statistical make[4]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/libnetdata/statistical' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/libnetdata/statistical' Making all in storage_number make[4]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/libnetdata/storage_number' Making all in tests make[5]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/libnetdata/storage_number/tests' make[5]: Nothing to be done for 'all'. make[5]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/libnetdata/storage_number/tests' make[5]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/libnetdata/storage_number' make[5]: Nothing to be done for 'all-am'. make[5]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/libnetdata/storage_number' make[4]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/libnetdata/storage_number' Making all in threads make[4]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/libnetdata/threads' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/libnetdata/threads' Making all in url make[4]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/libnetdata/url' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/libnetdata/url' Making all in tests make[4]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/libnetdata/tests' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/libnetdata/tests' make[4]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/libnetdata' make[4]: Nothing to be done for 'all-am'. make[4]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/libnetdata' make[3]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/libnetdata' Making all in registry make[3]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/registry' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/registry' Making all in streaming make[3]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/streaming' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/streaming' Making all in web make[3]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/web' Making all in api make[4]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/web/api' Making all in badges make[5]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/web/api/badges' make[5]: Nothing to be done for 'all'. make[5]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/web/api/badges' Making all in queries make[5]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/web/api/queries' Making all in average make[6]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/web/api/queries/average' make[6]: Nothing to be done for 'all'. make[6]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/web/api/queries/average' Making all in des make[6]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/web/api/queries/des' make[6]: Nothing to be done for 'all'. make[6]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/web/api/queries/des' Making all in incremental_sum make[6]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/web/api/queries/incremental_sum' make[6]: Nothing to be done for 'all'. make[6]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/web/api/queries/incremental_sum' Making all in max make[6]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/web/api/queries/max' make[6]: Nothing to be done for 'all'. make[6]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/web/api/queries/max' Making all in min make[6]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/web/api/queries/min' make[6]: Nothing to be done for 'all'. make[6]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/web/api/queries/min' Making all in sum make[6]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/web/api/queries/sum' make[6]: Nothing to be done for 'all'. make[6]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/web/api/queries/sum' Making all in median make[6]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/web/api/queries/median' make[6]: Nothing to be done for 'all'. make[6]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/web/api/queries/median' Making all in ses make[6]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/web/api/queries/ses' make[6]: Nothing to be done for 'all'. make[6]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/web/api/queries/ses' Making all in stddev make[6]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/web/api/queries/stddev' make[6]: Nothing to be done for 'all'. make[6]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/web/api/queries/stddev' make[6]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/web/api/queries' make[6]: Nothing to be done for 'all-am'. make[6]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/web/api/queries' make[5]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/web/api/queries' Making all in exporters make[5]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/web/api/exporters' Making all in shell make[6]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/web/api/exporters/shell' make[6]: Nothing to be done for 'all'. make[6]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/web/api/exporters/shell' Making all in prometheus make[6]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/web/api/exporters/prometheus' make[6]: Nothing to be done for 'all'. make[6]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/web/api/exporters/prometheus' make[6]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/web/api/exporters' make[6]: Nothing to be done for 'all-am'. make[6]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/web/api/exporters' make[5]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/web/api/exporters' Making all in formatters make[5]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/web/api/formatters' Making all in csv make[6]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/web/api/formatters/csv' make[6]: Nothing to be done for 'all'. make[6]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/web/api/formatters/csv' Making all in json make[6]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/web/api/formatters/json' make[6]: Nothing to be done for 'all'. make[6]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/web/api/formatters/json' Making all in ssv make[6]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/web/api/formatters/ssv' make[6]: Nothing to be done for 'all'. make[6]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/web/api/formatters/ssv' Making all in value make[6]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/web/api/formatters/value' make[6]: Nothing to be done for 'all'. make[6]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/web/api/formatters/value' make[6]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/web/api/formatters' make[6]: Nothing to be done for 'all-am'. make[6]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/web/api/formatters' make[5]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/web/api/formatters' Making all in health make[5]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/web/api/health' make[5]: Nothing to be done for 'all'. make[5]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/web/api/health' make[5]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/web/api' make[5]: Nothing to be done for 'all-am'. make[5]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/web/api' make[4]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/web/api' Making all in gui make[4]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/web/gui' Making all in dashboard make[5]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/web/gui/dashboard' make[5]: Nothing to be done for 'all'. make[5]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/web/gui/dashboard' make[5]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/web/gui' if test -f dashboard.js; then rm -f dashboard.js; fi cat src/dashboard.js/prologue.js.inc src/dashboard.js/utils.js src/dashboard.js/server-detection.js src/dashboard.js/dependencies.js src/dashboard.js/error-handling.js src/dashboard.js/compatibility.js src/dashboard.js/xss.js src/dashboard.js/colors.js src/dashboard.js/units-conversion.js src/dashboard.js/options.js src/dashboard.js/localstorage.js src/dashboard.js/timeout.js src/dashboard.js/themes.js src/dashboard.js/charting/dygraph.js src/dashboard.js/charting/sparkline.js src/dashboard.js/charting/google-charts.js src/dashboard.js/charting/gauge.js src/dashboard.js/charting/easy-pie-chart.js src/dashboard.js/charting/d3pie.js src/dashboard.js/charting/d3.js src/dashboard.js/charting/peity.js src/dashboard.js/charting/textonly.js src/dashboard.js/charting.js src/dashboard.js/chart-registry.js src/dashboard.js/common.js src/dashboard.js/main.js src/dashboard.js/alarms.js src/dashboard.js/registry.js src/dashboard.js/boot.js src/dashboard.js/epilogue.js.inc > dashboard.js.tmp && mv dashboard.js.tmp dashboard.js if test -d "../../.git"; then \ git --git-dir="../../.git" log -n 1 --format=%H; \ fi > version.txt.tmp test -s version.txt.tmp || echo 0 > version.txt.tmp mv version.txt.tmp version.txt make[5]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/web/gui' make[4]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/web/gui' Making all in server make[4]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/web/server' Making all in static make[5]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/web/server/static' make[6]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/web/server/static' make[6]: Nothing to be done for 'all-am'. make[6]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/web/server/static' make[5]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/web/server/static' make[5]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/web/server' make[5]: Nothing to be done for 'all-am'. make[5]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/web/server' make[4]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/web/server' make[4]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/web' make[4]: Nothing to be done for 'all-am'. make[4]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/web' make[3]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/web' Making all in claim make[3]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/claim' if sed \ -e 's#[@]localstatedir_POST@#/var#g' \ -e 's#[@]sbindir_POST@#/usr/sbin#g' \ -e 's#[@]pluginsdir_POST@#/usr/libexec/netdata/plugins.d#g' \ -e 's#[@]configdir_POST@#/etc/netdata#g' \ -e 's#[@]libconfigdir_POST@#/usr/lib/netdata/conf.d#g' \ -e 's#[@]pkglibexecdir_POST@#/usr/libexec/netdata#g' \ -e 's#[@]cachedir_POST@#/var/cache/netdata#g' \ -e 's#[@]registrydir_POST@#/var/lib/netdata/registry#g' \ -e 's#[@]varlibdir_POST@#/var/lib/netdata#g' \ -e 's#[@]webdir_POST@#/usr/share/netdata/web#g' \ -e 's#[@]enable_aclk_POST@##g' \ -e 's#[@]enable_cloud_POST@#no#g' \ netdata-claim.sh.in > netdata-claim.sh.tmp; then \ mv "netdata-claim.sh.tmp" "netdata-claim.sh"; \ else \ rm -f "netdata-claim.sh.tmp"; \ false; \ fi make[3]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/claim' Making all in parser make[3]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/parser' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/parser' Making all in spawn make[3]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/spawn' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/spawn' Making all in ml make[3]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/ml' Making all in kmeans make[4]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/ml/kmeans' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/ml/kmeans' make[4]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/ml' make[4]: Nothing to be done for 'all-am'. make[4]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/ml' make[3]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/ml' make[3]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1' CC collectors/apps.plugin/apps_plugin.o CC libnetdata/adaptive_resortable_list/adaptive_resortable_list.o CC libnetdata/config/appconfig.o CC libnetdata/avl/avl.o CC libnetdata/buffer/buffer.o CC libnetdata/circular_buffer/circular_buffer.o CC libnetdata/clocks/clocks.o CC libnetdata/completion/completion.o CC libnetdata/dictionary/dictionary.o CC libnetdata/eval/eval.o CC libnetdata/libnetdata.o CC libnetdata/locks/locks.o CC libnetdata/log/log.o CC libnetdata/popen/popen.o CC libnetdata/procfile/procfile.o CC libnetdata/os.o CC libnetdata/simple_pattern/simple_pattern.o CC libnetdata/socket/socket.o CC libnetdata/socket/security.o CC libnetdata/statistical/statistical.o CC libnetdata/storage_number/storage_number.o CC libnetdata/threads/threads.o CC libnetdata/url/url.o CC libnetdata/json/json.o CC libnetdata/json/jsmn.o CC libnetdata/health/health.o CCLD apps.plugin CC collectors/cgroups.plugin/cgroup-network.o CCLD cgroup-network CC collectors/perf.plugin/perf_plugin.o CCLD perf.plugin CC collectors/slabinfo.plugin/slabinfo.o CCLD slabinfo.plugin CC daemon/buildinfo.o CC daemon/common.o CC daemon/daemon.o CC daemon/global_statistics.o CC daemon/analytics.o CC daemon/main.o CC daemon/signals.o CC daemon/service.o CC daemon/static_threads.o CC daemon/commands.o CC daemon/unit_test.o CC web/api/badges/web_buffer_svg.o CC web/api/exporters/allmetrics.o CC web/api/exporters/shell/allmetrics_shell.o CC web/api/queries/average/average.o CC web/api/queries/des/des.o CC web/api/queries/incremental_sum/incremental_sum.o CC web/api/queries/max/max.o CC web/api/queries/median/median.o CC web/api/queries/min/min.o CC web/api/queries/query.o CC web/api/queries/rrdr.o CC web/api/queries/ses/ses.o CC web/api/queries/stddev/stddev.o CC web/api/queries/sum/sum.o CC web/api/formatters/rrd2json.o CC web/api/formatters/csv/csv.o CC web/api/formatters/json/json.o CC web/api/formatters/ssv/ssv.o CC web/api/formatters/value/value.o CC web/api/formatters/json_wrapper.o CC web/api/formatters/charts2json.o CC web/api/formatters/rrdset2json.o CC web/api/health/health_cmdapi.o CC web/api/web_api_v1.o CC backends/backends.o CC backends/graphite/graphite.o CC backends/json/json.o CC backends/opentsdb/opentsdb.o CC backends/prometheus/backend_prometheus.o CC exporting/exporting_engine.o CC exporting/graphite/graphite.o CC exporting/json/json.o CC exporting/opentsdb/opentsdb.o CC exporting/prometheus/prometheus.o CC exporting/read_config.o CC exporting/clean_connectors.o CC exporting/init_connectors.o CC exporting/process_data.o CC exporting/check_filters.o CC exporting/send_data.o CC exporting/send_internal_metrics.o CC collectors/checks.plugin/plugin_checks.o CC health/health.o CC health/health_config.o CC health/health_json.o CC health/health_log.o CC ml/ml-dummy.o CC collectors/idlejitter.plugin/plugin_idlejitter.o CC collectors/plugins.d/plugins_d.o CC collectors/plugins.d/pluginsd_parser.o CC registry/registry.o CC registry/registry_db.o CC registry/registry_init.o CC registry/registry_internals.o CC registry/registry_log.o CC registry/registry_machine.o CC registry/registry_person.o CC registry/registry_url.o CC database/rrdcalc.o CC database/rrdcalctemplate.o CC database/rrddim.o CC database/rrddimvar.o CC database/rrdfamily.o CC database/rrdhost.o CC database/rrdlabels.o CC database/rrd.o CC database/rrdset.o CC database/rrdsetvar.o CC database/rrdvar.o CC database/sqlite/sqlite_functions.o CC database/sqlite/sqlite_aclk.o CC database/sqlite/sqlite_health.o CC database/sqlite/sqlite_aclk_node.o CC database/sqlite/sqlite_aclk_chart.o CC database/sqlite/sqlite_aclk_alert.o CC database/sqlite/sqlite3.o CC streaming/rrdpush.o CC streaming/compression.o CC streaming/sender.o CC streaming/receiver.o CC collectors/statsd.plugin/statsd.o CC web/server/web_client.o CC web/server/web_server.o CC web/server/web_client_cache.o CC web/server/static/static-threaded.o CC claim/claim.o CC parser/parser.o CC aclk/aclk_api.o CC aclk/aclk_proxy.o CC spawn/spawn.o CC spawn/spawn_server.o CC spawn/spawn_client.o CC daemon/static_threads_linux.o CC collectors/cgroups.plugin/sys_fs_cgroup.o CC collectors/diskspace.plugin/plugin_diskspace.o CC collectors/timex.plugin/plugin_timex.o CC collectors/proc.plugin/ipc.o CC collectors/proc.plugin/plugin_proc.o CC collectors/proc.plugin/proc_diskstats.o CC collectors/proc.plugin/proc_mdstat.o CC collectors/proc.plugin/proc_interrupts.o CC collectors/proc.plugin/proc_softirqs.o CC collectors/proc.plugin/proc_loadavg.o CC collectors/proc.plugin/proc_meminfo.o CC collectors/proc.plugin/proc_pagetypeinfo.o CC collectors/proc.plugin/proc_pressure.o CC collectors/proc.plugin/proc_net_dev.o CC collectors/proc.plugin/proc_net_wireless.o CC collectors/proc.plugin/proc_net_ip_vs_stats.o CC collectors/proc.plugin/proc_net_netstat.o CC collectors/proc.plugin/proc_net_rpc_nfs.o CC collectors/proc.plugin/proc_net_rpc_nfsd.o CC collectors/proc.plugin/proc_net_snmp.o CC collectors/proc.plugin/proc_net_snmp6.o CC collectors/proc.plugin/proc_net_sctp_snmp.o CC collectors/proc.plugin/proc_net_sockstat.o CC collectors/proc.plugin/proc_net_sockstat6.o CC collectors/proc.plugin/proc_net_softnet_stat.o CC collectors/proc.plugin/proc_net_stat_conntrack.o CC collectors/proc.plugin/proc_net_stat_synproxy.o CC collectors/proc.plugin/proc_self_mountinfo.o CC collectors/proc.plugin/zfs_common.o CC collectors/proc.plugin/proc_spl_kstat_zfs.o CC collectors/proc.plugin/proc_stat.o CC collectors/proc.plugin/proc_sys_kernel_random_entropy_avail.o CC collectors/proc.plugin/proc_vmstat.o CC collectors/proc.plugin/proc_uptime.o CC collectors/proc.plugin/sys_kernel_mm_ksm.o CC collectors/proc.plugin/sys_block_zram.o CC collectors/proc.plugin/sys_devices_system_edac_mc.o CC collectors/proc.plugin/sys_devices_system_node.o CC collectors/proc.plugin/sys_fs_btrfs.o CC collectors/proc.plugin/sys_class_power_supply.o CC collectors/proc.plugin/sys_class_infiniband.o CC collectors/tc.plugin/plugin_tc.o GEN netdata CC cli/cli.o GEN netdatacli make[3]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1' make[2]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1' make[1]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1' >>> netdata 1.33.1 Installing to target PATH="/tmp/instance-5/output-1/host/bin:/tmp/instance-5/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /home/autobuild/make/make -j1 DESTDIR=/tmp/instance-5/output-1/target install -C /tmp/instance-5/output-1/build/netdata-1.33.1/ make[1]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1' /home/autobuild/make/make install-recursive make[2]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1' Making install in diagrams make[3]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/diagrams' make[4]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/diagrams' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/diagrams' make[3]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/diagrams' Making install in system make[3]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/system' make[4]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/system' /usr/bin/install -c -d /tmp/instance-5/output-1/target/etc/netdata /usr/bin/mkdir -p '/tmp/instance-5/output-1/target/etc/netdata' /usr/bin/install -c -m 644 .install-type '/tmp/instance-5/output-1/target/etc/netdata' /usr/bin/mkdir -p '/tmp/instance-5/output-1/target/etc/netdata' /usr/bin/install -c edit-config '/tmp/instance-5/output-1/target/etc/netdata' make[4]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/system' make[3]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/system' Making install in tests make[3]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/tests' make[4]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/tests' make[4]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/tmp/instance-5/output-1/target/usr/libexec/netdata/plugins.d' /usr/bin/install -c health_mgmtapi/health-cmdapi-test.sh acls/acl.sh urls/request.sh alarm_repetition/alarm.sh template_dimension/template_dim.sh '/tmp/instance-5/output-1/target/usr/libexec/netdata/plugins.d' make[4]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/tests' make[3]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/tests' Making install in backends make[3]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/backends' Making install in graphite make[4]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/backends/graphite' make[5]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/backends/graphite' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/backends/graphite' make[4]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/backends/graphite' Making install in json make[4]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/backends/json' make[5]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/backends/json' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/backends/json' make[4]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/backends/json' Making install in opentsdb make[4]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/backends/opentsdb' make[5]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/backends/opentsdb' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/backends/opentsdb' make[4]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/backends/opentsdb' Making install in prometheus make[4]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/backends/prometheus' Making install in remote_write make[5]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/backends/prometheus/remote_write' make[6]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/backends/prometheus/remote_write' make[6]: Nothing to be done for 'install-exec-am'. make[6]: Nothing to be done for 'install-data-am'. make[6]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/backends/prometheus/remote_write' make[5]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/backends/prometheus/remote_write' make[5]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/backends/prometheus' make[6]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/backends/prometheus' make[6]: Nothing to be done for 'install-exec-am'. make[6]: Nothing to be done for 'install-data-am'. make[6]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/backends/prometheus' make[5]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/backends/prometheus' make[4]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/backends/prometheus' Making install in aws_kinesis make[4]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/backends/aws_kinesis' make[5]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/backends/aws_kinesis' make[5]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/tmp/instance-5/output-1/target/usr/lib/netdata/conf.d' /usr/bin/install -c -m 644 aws_kinesis.conf '/tmp/instance-5/output-1/target/usr/lib/netdata/conf.d' make[5]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/backends/aws_kinesis' make[4]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/backends/aws_kinesis' Making install in mongodb make[4]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/backends/mongodb' make[5]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/backends/mongodb' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/backends/mongodb' make[4]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/backends/mongodb' make[4]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/backends' make[5]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/backends' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/backends' make[4]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/backends' make[3]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/backends' Making install in collectors make[3]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/collectors' Making install in plugins.d make[4]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/collectors/plugins.d' make[5]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/collectors/plugins.d' make[6]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/collectors/plugins.d' make[6]: Nothing to be done for 'install-exec-am'. make[6]: Nothing to be done for 'install-data-am'. make[6]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/collectors/plugins.d' make[5]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/collectors/plugins.d' make[4]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/collectors/plugins.d' Making install in apps.plugin make[4]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/collectors/apps.plugin' make[5]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/collectors/apps.plugin' make[5]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/tmp/instance-5/output-1/target/usr/lib/netdata/conf.d' /usr/bin/install -c -m 644 apps_groups.conf '/tmp/instance-5/output-1/target/usr/lib/netdata/conf.d' make[5]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/collectors/apps.plugin' make[4]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/collectors/apps.plugin' Making install in cgroups.plugin make[4]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/collectors/cgroups.plugin' make[5]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/collectors/cgroups.plugin' make[5]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/tmp/instance-5/output-1/target/usr/libexec/netdata/plugins.d' /usr/bin/install -c cgroup-name.sh cgroup-network-helper.sh '/tmp/instance-5/output-1/target/usr/libexec/netdata/plugins.d' make[5]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/collectors/cgroups.plugin' make[4]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/collectors/cgroups.plugin' Making install in charts.d.plugin make[4]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/collectors/charts.d.plugin' make[5]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/collectors/charts.d.plugin' /usr/bin/install -c -d /tmp/instance-5/output-1/target/etc/netdata/charts.d /usr/bin/mkdir -p '/tmp/instance-5/output-1/target/usr/libexec/netdata/charts.d' /usr/bin/install -c -m 644 ap/ap.chart.sh apcupsd/apcupsd.chart.sh example/example.chart.sh libreswan/libreswan.chart.sh nut/nut.chart.sh opensips/opensips.chart.sh sensors/sensors.chart.sh '/tmp/instance-5/output-1/target/usr/libexec/netdata/charts.d' /usr/bin/mkdir -p '/tmp/instance-5/output-1/target/usr/lib/netdata/conf.d/charts.d' /usr/bin/install -c -m 644 ap/ap.conf apcupsd/apcupsd.conf example/example.conf libreswan/libreswan.conf nut/nut.conf opensips/opensips.conf sensors/sensors.conf '/tmp/instance-5/output-1/target/usr/lib/netdata/conf.d/charts.d' /usr/bin/mkdir -p '/tmp/instance-5/output-1/target/usr/lib/netdata/conf.d' /usr/bin/install -c -m 644 charts.d.conf '/tmp/instance-5/output-1/target/usr/lib/netdata/conf.d' /usr/bin/mkdir -p '/tmp/instance-5/output-1/target/usr/libexec/netdata/plugins.d' /usr/bin/install -c charts.d.dryrun-helper.sh charts.d.plugin loopsleepms.sh.inc '/tmp/instance-5/output-1/target/usr/libexec/netdata/plugins.d' make[5]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/collectors/charts.d.plugin' make[4]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/collectors/charts.d.plugin' Making install in checks.plugin make[4]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/collectors/checks.plugin' make[5]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/collectors/checks.plugin' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/collectors/checks.plugin' make[4]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/collectors/checks.plugin' Making install in cups.plugin make[4]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/collectors/cups.plugin' make[5]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/collectors/cups.plugin' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/collectors/cups.plugin' make[4]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/collectors/cups.plugin' Making install in diskspace.plugin make[4]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/collectors/diskspace.plugin' make[5]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/collectors/diskspace.plugin' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/collectors/diskspace.plugin' make[4]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/collectors/diskspace.plugin' Making install in timex.plugin make[4]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/collectors/timex.plugin' make[5]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/collectors/timex.plugin' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/collectors/timex.plugin' make[4]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/collectors/timex.plugin' Making install in fping.plugin make[4]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/collectors/fping.plugin' make[5]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/collectors/fping.plugin' make[5]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/tmp/instance-5/output-1/target/usr/lib/netdata/conf.d' /usr/bin/install -c -m 644 fping.conf '/tmp/instance-5/output-1/target/usr/lib/netdata/conf.d' /usr/bin/mkdir -p '/tmp/instance-5/output-1/target/usr/libexec/netdata/plugins.d' /usr/bin/install -c fping.plugin '/tmp/instance-5/output-1/target/usr/libexec/netdata/plugins.d' make[5]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/collectors/fping.plugin' make[4]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/collectors/fping.plugin' Making install in ioping.plugin make[4]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/collectors/ioping.plugin' make[5]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/collectors/ioping.plugin' make[5]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/tmp/instance-5/output-1/target/usr/lib/netdata/conf.d' /usr/bin/install -c -m 644 ioping.conf '/tmp/instance-5/output-1/target/usr/lib/netdata/conf.d' /usr/bin/mkdir -p '/tmp/instance-5/output-1/target/usr/libexec/netdata/plugins.d' /usr/bin/install -c ioping.plugin '/tmp/instance-5/output-1/target/usr/libexec/netdata/plugins.d' make[5]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/collectors/ioping.plugin' make[4]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/collectors/ioping.plugin' Making install in freebsd.plugin make[4]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/collectors/freebsd.plugin' make[5]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/collectors/freebsd.plugin' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/collectors/freebsd.plugin' make[4]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/collectors/freebsd.plugin' Making install in freeipmi.plugin make[4]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/collectors/freeipmi.plugin' make[5]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/collectors/freeipmi.plugin' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/collectors/freeipmi.plugin' make[4]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/collectors/freeipmi.plugin' Making install in idlejitter.plugin make[4]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/collectors/idlejitter.plugin' make[5]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/collectors/idlejitter.plugin' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/collectors/idlejitter.plugin' make[4]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/collectors/idlejitter.plugin' Making install in macos.plugin make[4]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/collectors/macos.plugin' make[5]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/collectors/macos.plugin' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/collectors/macos.plugin' make[4]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/collectors/macos.plugin' Making install in nfacct.plugin make[4]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/collectors/nfacct.plugin' make[5]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/collectors/nfacct.plugin' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/collectors/nfacct.plugin' make[4]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/collectors/nfacct.plugin' Making install in xenstat.plugin make[4]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/collectors/xenstat.plugin' make[5]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/collectors/xenstat.plugin' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/collectors/xenstat.plugin' make[4]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/collectors/xenstat.plugin' Making install in perf.plugin make[4]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/collectors/perf.plugin' make[5]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/collectors/perf.plugin' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/collectors/perf.plugin' make[4]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/collectors/perf.plugin' Making install in node.d.plugin make[4]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/collectors/node.d.plugin' make[5]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/collectors/node.d.plugin' /usr/bin/install -c -d /tmp/instance-5/output-1/target/etc/netdata/node.d /usr/bin/mkdir -p '/tmp/instance-5/output-1/target/usr/lib/netdata/conf.d' /usr/bin/install -c -m 644 node.d.conf '/tmp/instance-5/output-1/target/usr/lib/netdata/conf.d' /usr/bin/mkdir -p '/tmp/instance-5/output-1/target/usr/libexec/netdata/node.d' /usr/bin/install -c -m 644 fronius/fronius.node.js named/named.node.js sma_webbox/sma_webbox.node.js snmp/snmp.node.js stiebeleltron/stiebeleltron.node.js '/tmp/instance-5/output-1/target/usr/libexec/netdata/node.d' /usr/bin/mkdir -p '/tmp/instance-5/output-1/target/usr/libexec/netdata/node.d/node_modules' /usr/bin/install -c -m 644 node_modules/netdata.js node_modules/extend.js node_modules/pixl-xml.js node_modules/net-snmp.js node_modules/asn1-ber.js '/tmp/instance-5/output-1/target/usr/libexec/netdata/node.d/node_modules' /usr/bin/mkdir -p '/tmp/instance-5/output-1/target/usr/libexec/netdata/node.d/node_modules/lib/ber' /usr/bin/install -c -m 644 node_modules/lib/ber/index.js node_modules/lib/ber/errors.js node_modules/lib/ber/reader.js node_modules/lib/ber/types.js node_modules/lib/ber/writer.js '/tmp/instance-5/output-1/target/usr/libexec/netdata/node.d/node_modules/lib/ber' /usr/bin/mkdir -p '/tmp/instance-5/output-1/target/usr/libexec/netdata/plugins.d' /usr/bin/install -c node.d.plugin '/tmp/instance-5/output-1/target/usr/libexec/netdata/plugins.d' make[5]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/collectors/node.d.plugin' make[4]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/collectors/node.d.plugin' Making install in proc.plugin make[4]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/collectors/proc.plugin' make[5]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/collectors/proc.plugin' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/collectors/proc.plugin' make[4]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/collectors/proc.plugin' Making install in python.d.plugin make[4]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/collectors/python.d.plugin' make[5]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/collectors/python.d.plugin' /usr/bin/install -c -d /tmp/instance-5/output-1/target/etc/netdata/python.d /usr/bin/mkdir -p '/tmp/instance-5/output-1/target/usr/libexec/netdata/python.d/python_modules/bases' /usr/bin/install -c -m 644 python_modules/bases/__init__.py python_modules/bases/charts.py python_modules/bases/collection.py python_modules/bases/loaders.py python_modules/bases/loggers.py '/tmp/instance-5/output-1/target/usr/libexec/netdata/python.d/python_modules/bases' /usr/bin/mkdir -p '/tmp/instance-5/output-1/target/usr/libexec/netdata/python.d/python_modules/bases/FrameworkServices' /usr/bin/install -c -m 644 python_modules/bases/FrameworkServices/__init__.py python_modules/bases/FrameworkServices/ExecutableService.py python_modules/bases/FrameworkServices/LogService.py python_modules/bases/FrameworkServices/MySQLService.py python_modules/bases/FrameworkServices/SimpleService.py python_modules/bases/FrameworkServices/SocketService.py python_modules/bases/FrameworkServices/UrlService.py '/tmp/instance-5/output-1/target/usr/libexec/netdata/python.d/python_modules/bases/FrameworkServices' /usr/bin/mkdir -p '/tmp/instance-5/output-1/target/usr/lib/netdata/conf.d' /usr/bin/install -c -m 644 python.d.conf '/tmp/instance-5/output-1/target/usr/lib/netdata/conf.d' /usr/bin/mkdir -p '/tmp/instance-5/output-1/target/usr/libexec/netdata/plugins.d' /usr/bin/install -c python.d.plugin '/tmp/instance-5/output-1/target/usr/libexec/netdata/plugins.d' /usr/bin/mkdir -p '/tmp/instance-5/output-1/target/usr/libexec/netdata/python.d' /usr/bin/install -c -m 644 adaptec_raid/adaptec_raid.chart.py alarms/alarms.chart.py am2320/am2320.chart.py anomalies/anomalies.chart.py apache/apache.chart.py beanstalk/beanstalk.chart.py bind_rndc/bind_rndc.chart.py boinc/boinc.chart.py ceph/ceph.chart.py changefinder/changefinder.chart.py chrony/chrony.chart.py couchdb/couchdb.chart.py dnsdist/dnsdist.chart.py dns_query_time/dns_query_time.chart.py dockerd/dockerd.chart.py dovecot/dovecot.chart.py elasticsearch/elasticsearch.chart.py energid/energid.chart.py example/example.chart.py exim/exim.chart.py fail2ban/fail2ban.chart.py freeradius/freeradius.chart.py gearman/gearman.chart.py go_expvar/go_expvar.chart.py haproxy/haproxy.chart.py hddtemp/hddtemp.chart.py httpcheck/httpcheck.chart.py hpssa/hpssa.chart.py icecast/icecast.chart.py ipfs/ipfs.chart.py isc_dhcpd/isc_dhcpd.chart.py litespeed/litespeed.chart.py logind/logind.chart.py megacli/megacli.chart.py memcached/memcached.chart.py mongodb/mongodb.chart.py monit/monit.chart.py mysql/mysql.chart.py nginx/nginx.chart.py nginx_plus/nginx_plus.chart.py '/tmp/instance-5/output-1/target/usr/libexec/netdata/python.d' /usr/bin/install -c -m 644 nvidia_smi/nvidia_smi.chart.py nsd/nsd.chart.py ntpd/ntpd.chart.py ovpn_status_log/ovpn_status_log.chart.py openldap/openldap.chart.py oracledb/oracledb.chart.py phpfpm/phpfpm.chart.py portcheck/portcheck.chart.py postfix/postfix.chart.py postgres/postgres.chart.py powerdns/powerdns.chart.py proxysql/proxysql.chart.py puppet/puppet.chart.py rabbitmq/rabbitmq.chart.py redis/redis.chart.py rethinkdbs/rethinkdbs.chart.py retroshare/retroshare.chart.py riakkv/riakkv.chart.py samba/samba.chart.py sensors/sensors.chart.py smartd_log/smartd_log.chart.py spigotmc/spigotmc.chart.py springboot/springboot.chart.py squid/squid.chart.py tomcat/tomcat.chart.py tor/tor.chart.py traefik/traefik.chart.py uwsgi/uwsgi.chart.py varnish/varnish.chart.py w1sensor/w1sensor.chart.py web_log/web_log.chart.py zscores/zscores.chart.py '/tmp/instance-5/output-1/target/usr/libexec/netdata/python.d' /usr/bin/mkdir -p '/tmp/instance-5/output-1/target/usr/libexec/netdata/python.d/python_modules/urllib3' /usr/bin/install -c -m 644 python_modules/urllib3/__init__.py python_modules/urllib3/_collections.py python_modules/urllib3/connection.py python_modules/urllib3/connectionpool.py python_modules/urllib3/exceptions.py python_modules/urllib3/fields.py python_modules/urllib3/filepost.py python_modules/urllib3/response.py python_modules/urllib3/poolmanager.py python_modules/urllib3/request.py '/tmp/instance-5/output-1/target/usr/libexec/netdata/python.d/python_modules/urllib3' /usr/bin/mkdir -p '/tmp/instance-5/output-1/target/usr/libexec/netdata/python.d/python_modules/urllib3/packages/backports' /usr/bin/install -c -m 644 python_modules/urllib3/packages/backports/__init__.py python_modules/urllib3/packages/backports/makefile.py '/tmp/instance-5/output-1/target/usr/libexec/netdata/python.d/python_modules/urllib3/packages/backports' /usr/bin/mkdir -p '/tmp/instance-5/output-1/target/usr/libexec/netdata/python.d/python_modules/urllib3/contrib' /usr/bin/install -c -m 644 python_modules/urllib3/contrib/__init__.py python_modules/urllib3/contrib/appengine.py python_modules/urllib3/contrib/ntlmpool.py python_modules/urllib3/contrib/pyopenssl.py python_modules/urllib3/contrib/securetransport.py python_modules/urllib3/contrib/socks.py '/tmp/instance-5/output-1/target/usr/libexec/netdata/python.d/python_modules/urllib3/contrib' /usr/bin/mkdir -p '/tmp/instance-5/output-1/target/usr/libexec/netdata/python.d/python_modules/urllib3/packages' /usr/bin/install -c -m 644 python_modules/urllib3/packages/__init__.py python_modules/urllib3/packages/ordered_dict.py python_modules/urllib3/packages/six.py '/tmp/instance-5/output-1/target/usr/libexec/netdata/python.d/python_modules/urllib3/packages' /usr/bin/mkdir -p '/tmp/instance-5/output-1/target/usr/libexec/netdata/python.d/python_modules/urllib3/contrib/_securetransport' /usr/bin/install -c -m 644 python_modules/urllib3/contrib/_securetransport/__init__.py python_modules/urllib3/contrib/_securetransport/bindings.py python_modules/urllib3/contrib/_securetransport/low_level.py '/tmp/instance-5/output-1/target/usr/libexec/netdata/python.d/python_modules/urllib3/contrib/_securetransport' /usr/bin/mkdir -p '/tmp/instance-5/output-1/target/usr/libexec/netdata/python.d/python_modules/urllib3/packages/ssl_match_hostname' /usr/bin/install -c -m 644 python_modules/urllib3/packages/ssl_match_hostname/__init__.py python_modules/urllib3/packages/ssl_match_hostname/_implementation.py '/tmp/instance-5/output-1/target/usr/libexec/netdata/python.d/python_modules/urllib3/packages/ssl_match_hostname' /usr/bin/mkdir -p '/tmp/instance-5/output-1/target/usr/libexec/netdata/python.d/python_modules/urllib3/util' /usr/bin/install -c -m 644 python_modules/urllib3/util/__init__.py python_modules/urllib3/util/connection.py python_modules/urllib3/util/request.py python_modules/urllib3/util/response.py python_modules/urllib3/util/retry.py python_modules/urllib3/util/selectors.py python_modules/urllib3/util/ssl_.py python_modules/urllib3/util/timeout.py python_modules/urllib3/util/url.py python_modules/urllib3/util/wait.py '/tmp/instance-5/output-1/target/usr/libexec/netdata/python.d/python_modules/urllib3/util' /usr/bin/mkdir -p '/tmp/instance-5/output-1/target/usr/lib/netdata/conf.d/python.d' /usr/bin/install -c -m 644 adaptec_raid/adaptec_raid.conf alarms/alarms.conf am2320/am2320.conf anomalies/anomalies.conf apache/apache.conf beanstalk/beanstalk.conf bind_rndc/bind_rndc.conf boinc/boinc.conf ceph/ceph.conf changefinder/changefinder.conf chrony/chrony.conf couchdb/couchdb.conf dnsdist/dnsdist.conf dns_query_time/dns_query_time.conf dockerd/dockerd.conf dovecot/dovecot.conf elasticsearch/elasticsearch.conf energid/energid.conf example/example.conf exim/exim.conf fail2ban/fail2ban.conf freeradius/freeradius.conf gearman/gearman.conf go_expvar/go_expvar.conf haproxy/haproxy.conf hddtemp/hddtemp.conf httpcheck/httpcheck.conf hpssa/hpssa.conf icecast/icecast.conf ipfs/ipfs.conf isc_dhcpd/isc_dhcpd.conf litespeed/litespeed.conf logind/logind.conf megacli/megacli.conf memcached/memcached.conf mongodb/mongodb.conf monit/monit.conf mysql/mysql.conf nginx/nginx.conf nginx_plus/nginx_plus.conf '/tmp/instance-5/output-1/target/usr/lib/netdata/conf.d/python.d' /usr/bin/install -c -m 644 nvidia_smi/nvidia_smi.conf nsd/nsd.conf ntpd/ntpd.conf ovpn_status_log/ovpn_status_log.conf openldap/openldap.conf oracledb/oracledb.conf phpfpm/phpfpm.conf portcheck/portcheck.conf postfix/postfix.conf postgres/postgres.conf powerdns/powerdns.conf proxysql/proxysql.conf puppet/puppet.conf rabbitmq/rabbitmq.conf redis/redis.conf rethinkdbs/rethinkdbs.conf retroshare/retroshare.conf riakkv/riakkv.conf samba/samba.conf sensors/sensors.conf smartd_log/smartd_log.conf spigotmc/spigotmc.conf springboot/springboot.conf squid/squid.conf tomcat/tomcat.conf tor/tor.conf traefik/traefik.conf uwsgi/uwsgi.conf varnish/varnish.conf w1sensor/w1sensor.conf web_log/web_log.conf zscores/zscores.conf '/tmp/instance-5/output-1/target/usr/lib/netdata/conf.d/python.d' /usr/bin/mkdir -p '/tmp/instance-5/output-1/target/usr/libexec/netdata/python.d/python_modules' /usr/bin/install -c -m 644 python_modules/__init__.py '/tmp/instance-5/output-1/target/usr/libexec/netdata/python.d/python_modules' /usr/bin/mkdir -p '/tmp/instance-5/output-1/target/usr/libexec/netdata/python.d/python_modules/pyyaml2' /usr/bin/install -c -m 644 python_modules/pyyaml2/__init__.py python_modules/pyyaml2/composer.py python_modules/pyyaml2/constructor.py python_modules/pyyaml2/cyaml.py python_modules/pyyaml2/dumper.py python_modules/pyyaml2/emitter.py python_modules/pyyaml2/error.py python_modules/pyyaml2/events.py python_modules/pyyaml2/loader.py python_modules/pyyaml2/nodes.py python_modules/pyyaml2/parser.py python_modules/pyyaml2/reader.py python_modules/pyyaml2/representer.py python_modules/pyyaml2/resolver.py python_modules/pyyaml2/scanner.py python_modules/pyyaml2/serializer.py python_modules/pyyaml2/tokens.py '/tmp/instance-5/output-1/target/usr/libexec/netdata/python.d/python_modules/pyyaml2' /usr/bin/mkdir -p '/tmp/instance-5/output-1/target/usr/libexec/netdata/python.d/python_modules/pyyaml3' /usr/bin/install -c -m 644 python_modules/pyyaml3/__init__.py python_modules/pyyaml3/composer.py python_modules/pyyaml3/constructor.py python_modules/pyyaml3/cyaml.py python_modules/pyyaml3/dumper.py python_modules/pyyaml3/emitter.py python_modules/pyyaml3/error.py python_modules/pyyaml3/events.py python_modules/pyyaml3/loader.py python_modules/pyyaml3/nodes.py python_modules/pyyaml3/parser.py python_modules/pyyaml3/reader.py python_modules/pyyaml3/representer.py python_modules/pyyaml3/resolver.py python_modules/pyyaml3/scanner.py python_modules/pyyaml3/serializer.py python_modules/pyyaml3/tokens.py '/tmp/instance-5/output-1/target/usr/libexec/netdata/python.d/python_modules/pyyaml3' /usr/bin/mkdir -p '/tmp/instance-5/output-1/target/usr/libexec/netdata/python.d/python_modules/third_party' /usr/bin/install -c -m 644 python_modules/third_party/__init__.py python_modules/third_party/ordereddict.py python_modules/third_party/lm_sensors.py python_modules/third_party/mcrcon.py python_modules/third_party/boinc_client.py python_modules/third_party/monotonic.py python_modules/third_party/filelock.py '/tmp/instance-5/output-1/target/usr/libexec/netdata/python.d/python_modules/third_party' make[5]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/collectors/python.d.plugin' make[4]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/collectors/python.d.plugin' Making install in slabinfo.plugin make[4]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/collectors/slabinfo.plugin' make[5]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/collectors/slabinfo.plugin' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/collectors/slabinfo.plugin' make[4]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/collectors/slabinfo.plugin' Making install in statsd.plugin make[4]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/collectors/statsd.plugin' make[5]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/collectors/statsd.plugin' /usr/bin/install -c -d /tmp/instance-5/output-1/target/etc/netdata/statsd.d /usr/bin/mkdir -p '/tmp/instance-5/output-1/target/usr/lib/netdata/conf.d/statsd.d' /usr/bin/install -c -m 644 example.conf k6.conf '/tmp/instance-5/output-1/target/usr/lib/netdata/conf.d/statsd.d' make[5]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/collectors/statsd.plugin' make[4]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/collectors/statsd.plugin' Making install in ebpf.plugin make[4]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/collectors/ebpf.plugin' make[5]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/collectors/ebpf.plugin' /usr/bin/install -c -d /tmp/instance-5/output-1/target/etc/netdata/ebpf.d /usr/bin/mkdir -p '/tmp/instance-5/output-1/target/usr/lib/netdata/conf.d/ebpf.d' /usr/bin/install -c -m 644 ebpf.d/ebpf_kernel_reject_list.txt ebpf.d/cachestat.conf ebpf.d/dcstat.conf ebpf.d/disk.conf ebpf.d/fd.conf ebpf.d/filesystem.conf ebpf.d/hardirq.conf ebpf.d/mdflush.conf ebpf.d/mount.conf ebpf.d/network.conf ebpf.d/oomkill.conf ebpf.d/process.conf ebpf.d/shm.conf ebpf.d/softirq.conf ebpf.d/sync.conf ebpf.d/swap.conf ebpf.d/vfs.conf '/tmp/instance-5/output-1/target/usr/lib/netdata/conf.d/ebpf.d' /usr/bin/mkdir -p '/tmp/instance-5/output-1/target/usr/lib/netdata/conf.d' /usr/bin/install -c -m 644 ebpf.d.conf '/tmp/instance-5/output-1/target/usr/lib/netdata/conf.d' make[5]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/collectors/ebpf.plugin' make[4]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/collectors/ebpf.plugin' Making install in tc.plugin make[4]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/collectors/tc.plugin' make[5]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/collectors/tc.plugin' make[5]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/tmp/instance-5/output-1/target/usr/libexec/netdata/plugins.d' /usr/bin/install -c tc-qos-helper.sh '/tmp/instance-5/output-1/target/usr/libexec/netdata/plugins.d' make[5]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/collectors/tc.plugin' make[4]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/collectors/tc.plugin' make[4]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/collectors' make[5]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/collectors' /usr/bin/install -c -d /tmp/instance-5/output-1/target/etc/netdata/custom-plugins.d /usr/bin/install -c -d /tmp/instance-5/output-1/target/etc/netdata/go.d make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/collectors' make[4]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/collectors' make[3]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/collectors' Making install in daemon make[3]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/daemon' make[4]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/daemon' make[4]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/tmp/instance-5/output-1/target/usr/libexec/netdata/plugins.d' /usr/bin/install -c anonymous-statistics.sh system-info.sh get-kubernetes-labels.sh '/tmp/instance-5/output-1/target/usr/libexec/netdata/plugins.d' make[4]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/daemon' make[3]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/daemon' Making install in database make[3]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/database' Making install in engine make[4]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/database/engine' Making install in metadata_log make[5]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/database/engine/metadata_log' make[6]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/database/engine/metadata_log' make[6]: Nothing to be done for 'install-exec-am'. make[6]: Nothing to be done for 'install-data-am'. make[6]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/database/engine/metadata_log' make[5]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/database/engine/metadata_log' make[5]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/database/engine' make[6]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/database/engine' make[6]: Nothing to be done for 'install-exec-am'. make[6]: Nothing to be done for 'install-data-am'. make[6]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/database/engine' make[5]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/database/engine' make[4]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/database/engine' make[4]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/database' make[5]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/database' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/database' make[4]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/database' make[3]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/database' Making install in exporting make[3]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/exporting' Making install in tests make[4]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/exporting/tests' make[5]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/exporting/tests' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/exporting/tests' make[4]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/exporting/tests' Making install in graphite make[4]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/exporting/graphite' make[5]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/exporting/graphite' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/exporting/graphite' make[4]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/exporting/graphite' Making install in json make[4]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/exporting/json' make[5]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/exporting/json' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/exporting/json' make[4]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/exporting/json' Making install in opentsdb make[4]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/exporting/opentsdb' make[5]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/exporting/opentsdb' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/exporting/opentsdb' make[4]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/exporting/opentsdb' Making install in prometheus make[4]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/exporting/prometheus' Making install in remote_write make[5]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/exporting/prometheus/remote_write' make[6]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/exporting/prometheus/remote_write' make[6]: Nothing to be done for 'install-exec-am'. make[6]: Nothing to be done for 'install-data-am'. make[6]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/exporting/prometheus/remote_write' make[5]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/exporting/prometheus/remote_write' make[5]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/exporting/prometheus' make[6]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/exporting/prometheus' make[6]: Nothing to be done for 'install-exec-am'. make[6]: Nothing to be done for 'install-data-am'. make[6]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/exporting/prometheus' make[5]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/exporting/prometheus' make[4]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/exporting/prometheus' Making install in aws_kinesis make[4]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/exporting/aws_kinesis' make[5]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/exporting/aws_kinesis' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/exporting/aws_kinesis' make[4]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/exporting/aws_kinesis' Making install in pubsub make[4]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/exporting/pubsub' make[5]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/exporting/pubsub' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/exporting/pubsub' make[4]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/exporting/pubsub' Making install in mongodb make[4]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/exporting/mongodb' make[5]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/exporting/mongodb' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/exporting/mongodb' make[4]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/exporting/mongodb' make[4]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/exporting' make[5]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/exporting' make[5]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/tmp/instance-5/output-1/target/usr/lib/netdata/conf.d' /usr/bin/install -c -m 644 exporting.conf '/tmp/instance-5/output-1/target/usr/lib/netdata/conf.d' make[5]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/exporting' make[4]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/exporting' make[3]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/exporting' Making install in health make[3]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/health' Making install in notifications make[4]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/health/notifications' make[5]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/health/notifications' make[5]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/tmp/instance-5/output-1/target/usr/lib/netdata/conf.d' /usr/bin/install -c -m 644 health_alarm_notify.conf health_email_recipients.conf '/tmp/instance-5/output-1/target/usr/lib/netdata/conf.d' /usr/bin/mkdir -p '/tmp/instance-5/output-1/target/usr/libexec/netdata/plugins.d' /usr/bin/install -c alarm-notify.sh alarm-email.sh alarm-test.sh '/tmp/instance-5/output-1/target/usr/libexec/netdata/plugins.d' make[5]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/health/notifications' make[4]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/health/notifications' make[4]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/health' make[5]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/health' /usr/bin/install -c -d /tmp/instance-5/output-1/target/etc/netdata/health.d /usr/bin/mkdir -p '/tmp/instance-5/output-1/target/usr/lib/netdata/conf.d/health.d' /usr/bin/install -c -m 644 health.d/adaptec_raid.conf health.d/anomalies.conf health.d/apcupsd.conf health.d/backend.conf health.d/bcache.conf health.d/beanstalkd.conf health.d/bind_rndc.conf health.d/boinc.conf health.d/btrfs.conf health.d/ceph.conf health.d/cgroups.conf health.d/cpu.conf health.d/cockroachdb.conf health.d/disks.conf health.d/dnsmasq_dhcp.conf health.d/dns_query.conf health.d/dockerd.conf health.d/entropy.conf health.d/exporting.conf health.d/fping.conf health.d/geth.conf health.d/ioping.conf health.d/fronius.conf health.d/gearman.conf health.d/go.d.plugin.conf health.d/haproxy.conf health.d/hdfs.conf health.d/httpcheck.conf health.d/ipc.conf health.d/ipfs.conf health.d/ipmi.conf health.d/isc_dhcpd.conf health.d/kubelet.conf health.d/linux_power_supply.conf health.d/load.conf health.d/mdstat.conf health.d/megacli.conf health.d/memcached.conf health.d/memory.conf health.d/mysql.conf '/tmp/instance-5/output-1/target/usr/lib/netdata/conf.d/health.d' /usr/bin/install -c -m 644 health.d/net.conf health.d/netfilter.conf health.d/pihole.conf health.d/portcheck.conf health.d/processes.conf health.d/python.d.plugin.conf health.d/qos.conf health.d/ram.conf health.d/redis.conf health.d/retroshare.conf health.d/riakkv.conf health.d/scaleio.conf health.d/softnet.conf health.d/stiebeleltron.conf health.d/synchronization.conf health.d/swap.conf health.d/systemdunits.conf health.d/timex.conf health.d/tcp_conn.conf health.d/tcp_listen.conf health.d/tcp_mem.conf health.d/tcp_orphans.conf health.d/tcp_resets.conf health.d/udp_errors.conf health.d/unbound.conf health.d/vcsa.conf health.d/vernemq.conf health.d/vsphere.conf health.d/web_log.conf health.d/whoisquery.conf health.d/wmi.conf health.d/x509check.conf health.d/zfs.conf health.d/dbengine.conf '/tmp/instance-5/output-1/target/usr/lib/netdata/conf.d/health.d' make[5]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/health' make[4]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/health' make[3]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/health' Making install in libnetdata make[3]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/libnetdata' Making install in adaptive_resortable_list make[4]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/libnetdata/adaptive_resortable_list' make[5]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/libnetdata/adaptive_resortable_list' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/libnetdata/adaptive_resortable_list' make[4]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/libnetdata/adaptive_resortable_list' Making install in avl make[4]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/libnetdata/avl' make[5]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/libnetdata/avl' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/libnetdata/avl' make[4]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/libnetdata/avl' Making install in buffer make[4]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/libnetdata/buffer' make[5]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/libnetdata/buffer' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/libnetdata/buffer' make[4]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/libnetdata/buffer' Making install in clocks make[4]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/libnetdata/clocks' make[5]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/libnetdata/clocks' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/libnetdata/clocks' make[4]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/libnetdata/clocks' Making install in completion make[4]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/libnetdata/completion' make[5]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/libnetdata/completion' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/libnetdata/completion' make[4]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/libnetdata/completion' Making install in config make[4]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/libnetdata/config' make[5]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/libnetdata/config' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/libnetdata/config' make[4]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/libnetdata/config' Making install in dictionary make[4]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/libnetdata/dictionary' make[5]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/libnetdata/dictionary' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/libnetdata/dictionary' make[4]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/libnetdata/dictionary' Making install in ebpf make[4]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/libnetdata/ebpf' make[5]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/libnetdata/ebpf' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/libnetdata/ebpf' make[4]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/libnetdata/ebpf' Making install in eval make[4]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/libnetdata/eval' make[5]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/libnetdata/eval' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/libnetdata/eval' make[4]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/libnetdata/eval' Making install in json make[4]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/libnetdata/json' make[5]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/libnetdata/json' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/libnetdata/json' make[4]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/libnetdata/json' Making install in health make[4]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/libnetdata/health' make[5]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/libnetdata/health' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/libnetdata/health' make[4]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/libnetdata/health' Making install in locks make[4]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/libnetdata/locks' make[5]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/libnetdata/locks' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/libnetdata/locks' make[4]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/libnetdata/locks' Making install in log make[4]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/libnetdata/log' make[5]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/libnetdata/log' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/libnetdata/log' make[4]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/libnetdata/log' Making install in popen make[4]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/libnetdata/popen' make[5]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/libnetdata/popen' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/libnetdata/popen' make[4]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/libnetdata/popen' Making install in procfile make[4]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/libnetdata/procfile' make[5]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/libnetdata/procfile' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/libnetdata/procfile' make[4]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/libnetdata/procfile' Making install in simple_pattern make[4]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/libnetdata/simple_pattern' make[5]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/libnetdata/simple_pattern' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/libnetdata/simple_pattern' make[4]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/libnetdata/simple_pattern' Making install in socket make[4]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/libnetdata/socket' make[5]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/libnetdata/socket' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/libnetdata/socket' make[4]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/libnetdata/socket' Making install in statistical make[4]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/libnetdata/statistical' make[5]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/libnetdata/statistical' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/libnetdata/statistical' make[4]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/libnetdata/statistical' Making install in storage_number make[4]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/libnetdata/storage_number' Making install in tests make[5]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/libnetdata/storage_number/tests' make[6]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/libnetdata/storage_number/tests' make[6]: Nothing to be done for 'install-exec-am'. make[6]: Nothing to be done for 'install-data-am'. make[6]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/libnetdata/storage_number/tests' make[5]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/libnetdata/storage_number/tests' make[5]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/libnetdata/storage_number' make[6]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/libnetdata/storage_number' make[6]: Nothing to be done for 'install-exec-am'. make[6]: Nothing to be done for 'install-data-am'. make[6]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/libnetdata/storage_number' make[5]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/libnetdata/storage_number' make[4]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/libnetdata/storage_number' Making install in threads make[4]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/libnetdata/threads' make[5]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/libnetdata/threads' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/libnetdata/threads' make[4]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/libnetdata/threads' Making install in url make[4]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/libnetdata/url' make[5]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/libnetdata/url' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/libnetdata/url' make[4]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/libnetdata/url' Making install in tests make[4]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/libnetdata/tests' make[5]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/libnetdata/tests' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/libnetdata/tests' make[4]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/libnetdata/tests' make[4]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/libnetdata' make[5]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/libnetdata' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/libnetdata' make[4]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/libnetdata' make[3]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/libnetdata' Making install in registry make[3]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/registry' make[4]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/registry' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/registry' make[3]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/registry' Making install in streaming make[3]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/streaming' make[4]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/streaming' make[4]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/tmp/instance-5/output-1/target/usr/lib/netdata/conf.d' /usr/bin/install -c -m 644 stream.conf '/tmp/instance-5/output-1/target/usr/lib/netdata/conf.d' make[4]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/streaming' make[3]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/streaming' Making install in web make[3]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/web' Making install in api make[4]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/web/api' Making install in badges make[5]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/web/api/badges' make[6]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/web/api/badges' make[6]: Nothing to be done for 'install-exec-am'. make[6]: Nothing to be done for 'install-data-am'. make[6]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/web/api/badges' make[5]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/web/api/badges' Making install in queries make[5]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/web/api/queries' Making install in average make[6]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/web/api/queries/average' make[7]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/web/api/queries/average' make[7]: Nothing to be done for 'install-exec-am'. make[7]: Nothing to be done for 'install-data-am'. make[7]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/web/api/queries/average' make[6]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/web/api/queries/average' Making install in des make[6]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/web/api/queries/des' make[7]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/web/api/queries/des' make[7]: Nothing to be done for 'install-exec-am'. make[7]: Nothing to be done for 'install-data-am'. make[7]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/web/api/queries/des' make[6]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/web/api/queries/des' Making install in incremental_sum make[6]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/web/api/queries/incremental_sum' make[7]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/web/api/queries/incremental_sum' make[7]: Nothing to be done for 'install-exec-am'. make[7]: Nothing to be done for 'install-data-am'. make[7]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/web/api/queries/incremental_sum' make[6]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/web/api/queries/incremental_sum' Making install in max make[6]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/web/api/queries/max' make[7]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/web/api/queries/max' make[7]: Nothing to be done for 'install-exec-am'. make[7]: Nothing to be done for 'install-data-am'. make[7]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/web/api/queries/max' make[6]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/web/api/queries/max' Making install in min make[6]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/web/api/queries/min' make[7]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/web/api/queries/min' make[7]: Nothing to be done for 'install-exec-am'. make[7]: Nothing to be done for 'install-data-am'. make[7]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/web/api/queries/min' make[6]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/web/api/queries/min' Making install in sum make[6]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/web/api/queries/sum' make[7]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/web/api/queries/sum' make[7]: Nothing to be done for 'install-exec-am'. make[7]: Nothing to be done for 'install-data-am'. make[7]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/web/api/queries/sum' make[6]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/web/api/queries/sum' Making install in median make[6]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/web/api/queries/median' make[7]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/web/api/queries/median' make[7]: Nothing to be done for 'install-exec-am'. make[7]: Nothing to be done for 'install-data-am'. make[7]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/web/api/queries/median' make[6]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/web/api/queries/median' Making install in ses make[6]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/web/api/queries/ses' make[7]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/web/api/queries/ses' make[7]: Nothing to be done for 'install-exec-am'. make[7]: Nothing to be done for 'install-data-am'. make[7]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/web/api/queries/ses' make[6]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/web/api/queries/ses' Making install in stddev make[6]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/web/api/queries/stddev' make[7]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/web/api/queries/stddev' make[7]: Nothing to be done for 'install-exec-am'. make[7]: Nothing to be done for 'install-data-am'. make[7]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/web/api/queries/stddev' make[6]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/web/api/queries/stddev' make[6]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/web/api/queries' make[7]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/web/api/queries' make[7]: Nothing to be done for 'install-exec-am'. make[7]: Nothing to be done for 'install-data-am'. make[7]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/web/api/queries' make[6]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/web/api/queries' make[5]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/web/api/queries' Making install in exporters make[5]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/web/api/exporters' Making install in shell make[6]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/web/api/exporters/shell' make[7]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/web/api/exporters/shell' make[7]: Nothing to be done for 'install-exec-am'. make[7]: Nothing to be done for 'install-data-am'. make[7]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/web/api/exporters/shell' make[6]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/web/api/exporters/shell' Making install in prometheus make[6]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/web/api/exporters/prometheus' make[7]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/web/api/exporters/prometheus' make[7]: Nothing to be done for 'install-exec-am'. make[7]: Nothing to be done for 'install-data-am'. make[7]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/web/api/exporters/prometheus' make[6]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/web/api/exporters/prometheus' make[6]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/web/api/exporters' make[7]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/web/api/exporters' make[7]: Nothing to be done for 'install-exec-am'. make[7]: Nothing to be done for 'install-data-am'. make[7]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/web/api/exporters' make[6]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/web/api/exporters' make[5]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/web/api/exporters' Making install in formatters make[5]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/web/api/formatters' Making install in csv make[6]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/web/api/formatters/csv' make[7]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/web/api/formatters/csv' make[7]: Nothing to be done for 'install-exec-am'. make[7]: Nothing to be done for 'install-data-am'. make[7]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/web/api/formatters/csv' make[6]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/web/api/formatters/csv' Making install in json make[6]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/web/api/formatters/json' make[7]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/web/api/formatters/json' make[7]: Nothing to be done for 'install-exec-am'. make[7]: Nothing to be done for 'install-data-am'. make[7]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/web/api/formatters/json' make[6]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/web/api/formatters/json' Making install in ssv make[6]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/web/api/formatters/ssv' make[7]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/web/api/formatters/ssv' make[7]: Nothing to be done for 'install-exec-am'. make[7]: Nothing to be done for 'install-data-am'. make[7]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/web/api/formatters/ssv' make[6]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/web/api/formatters/ssv' Making install in value make[6]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/web/api/formatters/value' make[7]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/web/api/formatters/value' make[7]: Nothing to be done for 'install-exec-am'. make[7]: Nothing to be done for 'install-data-am'. make[7]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/web/api/formatters/value' make[6]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/web/api/formatters/value' make[6]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/web/api/formatters' make[7]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/web/api/formatters' make[7]: Nothing to be done for 'install-exec-am'. make[7]: Nothing to be done for 'install-data-am'. make[7]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/web/api/formatters' make[6]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/web/api/formatters' make[5]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/web/api/formatters' Making install in health make[5]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/web/api/health' make[6]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/web/api/health' make[6]: Nothing to be done for 'install-exec-am'. make[6]: Nothing to be done for 'install-data-am'. make[6]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/web/api/health' make[5]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/web/api/health' make[5]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/web/api' make[6]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/web/api' make[6]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/tmp/instance-5/output-1/target/usr/share/netdata/web' /usr/bin/install -c -m 644 netdata-swagger.yaml netdata-swagger.json '/tmp/instance-5/output-1/target/usr/share/netdata/web' make[6]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/web/api' make[5]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/web/api' make[4]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/web/api' Making install in gui make[4]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/web/gui' Making install in dashboard make[5]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/web/gui/dashboard' make[6]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/web/gui/dashboard' make[6]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/tmp/instance-5/output-1/target/usr/share/netdata/web' /usr/bin/install -c -m 644 asset-manifest.json console.html dash-example.html dashboard-react.js dashboard.css dashboard.html dashboard.js dashboard.slate.css demo.html demo2.html demosites.html demosites2.html favicon.ico goto-host-from-alarm.html index-node-view.html index.html infographic.html manifest.json precache-manifest.55bf0765e4092267255469aff90b2f26.js refresh-badges.js robots.txt service-worker.js sitemap.xml tv-react.html tv.html '/tmp/instance-5/output-1/target/usr/share/netdata/web' /usr/bin/mkdir -p '/tmp/instance-5/output-1/target/usr/share/netdata/web/css' /usr/bin/install -c -m 644 css/bootstrap-3.3.7.css css/bootstrap-slate-flat-3.3.7.css css/bootstrap-slider-10.0.0.min.css css/bootstrap-theme-3.3.7.min.css css/bootstrap-toggle-2.2.2.min.css css/dashboard.css css/dashboard.slate.css '/tmp/instance-5/output-1/target/usr/share/netdata/web/css' /usr/bin/mkdir -p '/tmp/instance-5/output-1/target/usr/share/netdata/web/fonts' /usr/bin/install -c -m 644 fonts/glyphicons-halflings-regular.eot fonts/glyphicons-halflings-regular.svg fonts/glyphicons-halflings-regular.ttf fonts/glyphicons-halflings-regular.woff fonts/glyphicons-halflings-regular.woff2 '/tmp/instance-5/output-1/target/usr/share/netdata/web/fonts' /usr/bin/mkdir -p '/tmp/instance-5/output-1/target/usr/share/netdata/web/images' /usr/bin/install -c -m 644 images/alert-128-orange.png images/alert-128-red.png images/alert-multi-size-orange.ico images/alert-multi-size-red.ico images/android-icon-144x144.png images/android-icon-192x192.png images/android-icon-36x36.png images/android-icon-48x48.png images/android-icon-72x72.png images/android-icon-96x96.png images/animated.gif images/apple-icon-114x114.png images/apple-icon-120x120.png images/apple-icon-144x144.png images/apple-icon-152x152.png images/apple-icon-180x180.png images/apple-icon-57x57.png images/apple-icon-60x60.png images/apple-icon-72x72.png images/apple-icon-76x76.png images/apple-icon-precomposed.png images/apple-icon.png images/banner-icon-144x144.png images/check-mark-2-128-green.png images/check-mark-2-multi-size-green.ico images/favicon-128.png images/favicon-16x16.png images/favicon-196x196.png images/favicon-32x32.png images/favicon-96x96.png images/favicon.ico images/ms-icon-144x144.png images/ms-icon-150x150.png images/ms-icon-310x150.png images/ms-icon-310x310.png images/ms-icon-36x36.png images/ms-icon-70x70.png images/netdata-logomark.svg images/netdata.svg images/packaging-beta-tag.svg '/tmp/instance-5/output-1/target/usr/share/netdata/web/images' /usr/bin/install -c -m 644 images/post.png images/seo-performance-128.png '/tmp/instance-5/output-1/target/usr/share/netdata/web/images' /usr/bin/mkdir -p '/tmp/instance-5/output-1/target/usr/share/netdata/web/lib' /usr/bin/install -c -m 644 lib/bootstrap-3.3.7.min.js lib/bootstrap-slider-10.0.0.min.js lib/bootstrap-table-1.11.0.min.js lib/bootstrap-table-export-1.11.0.min.js lib/bootstrap-toggle-2.2.2.min.js lib/clipboard-polyfill-be05dad.js lib/d3-4.12.2.min.js lib/d3pie-0.2.1-netdata-3.js lib/dygraph-c91c859.min.js lib/dygraph-smooth-plotter-c91c859.js lib/fontawesome-all-5.0.1.min.js lib/gauge-1.3.2.min.js lib/jquery-3.6.0.min.js lib/jquery.easypiechart-97b5824.min.js lib/jquery.peity-3.2.0.min.js lib/jquery.sparkline-2.1.2.min.js lib/lz-string-1.4.4.min.js lib/pako-1.0.6.min.js lib/perfect-scrollbar-0.6.15.min.js lib/tableExport-1.6.0.min.js '/tmp/instance-5/output-1/target/usr/share/netdata/web/lib' /usr/bin/mkdir -p '/tmp/instance-5/output-1/target/usr/share/netdata/web/static/css' /usr/bin/install -c -m 644 static/css/2.20fd0a40.chunk.css static/css/2.20fd0a40.chunk.css.map static/css/4.a36e3b73.chunk.css static/css/4.a36e3b73.chunk.css.map static/css/main.a46a34fa.chunk.css static/css/main.a46a34fa.chunk.css.map '/tmp/instance-5/output-1/target/usr/share/netdata/web/static/css' /usr/bin/mkdir -p '/tmp/instance-5/output-1/target/usr/share/netdata/web/static/js' /usr/bin/install -c -m 644 static/js/10.eb10af4d.chunk.js static/js/10.eb10af4d.chunk.js.map static/js/2.da522cd4.chunk.js static/js/2.da522cd4.chunk.js.LICENSE static/js/2.da522cd4.chunk.js.map static/js/3.6267b47a.chunk.js static/js/3.6267b47a.chunk.js.map static/js/4.89bcbd92.chunk.js static/js/4.89bcbd92.chunk.js.map static/js/5.8d493428.chunk.js static/js/5.8d493428.chunk.js.LICENSE static/js/5.8d493428.chunk.js.map static/js/6.fd3732fc.chunk.js static/js/6.fd3732fc.chunk.js.map static/js/7.c4cdb9f0.chunk.js static/js/7.c4cdb9f0.chunk.js.map static/js/8.11ff05e7.chunk.js static/js/8.11ff05e7.chunk.js.map static/js/9.84b7c771.chunk.js static/js/9.84b7c771.chunk.js.map static/js/main.e3f3d31b.chunk.js static/js/main.e3f3d31b.chunk.js.LICENSE static/js/main.e3f3d31b.chunk.js.map static/js/runtime-main.ec4d2459.js static/js/runtime-main.ec4d2459.js.map '/tmp/instance-5/output-1/target/usr/share/netdata/web/static/js' /usr/bin/mkdir -p '/tmp/instance-5/output-1/target/usr/share/netdata/web/static/media' /usr/bin/install -c -m 644 static/media/ibm-plex-sans-latin-100.245539db.woff2 static/media/ibm-plex-sans-latin-100.9a582f3a.woff static/media/ibm-plex-sans-latin-100italic.1ea7c5d2.woff static/media/ibm-plex-sans-latin-100italic.3c34cf08.woff2 static/media/ibm-plex-sans-latin-200.67524c36.woff static/media/ibm-plex-sans-latin-200.bf72c841.woff2 static/media/ibm-plex-sans-latin-200italic.52df2560.woff static/media/ibm-plex-sans-latin-200italic.bbc2d552.woff2 static/media/ibm-plex-sans-latin-300.10bb6a0a.woff static/media/ibm-plex-sans-latin-300.9e1c48af.woff2 static/media/ibm-plex-sans-latin-300italic.c76f2ab5.woff2 static/media/ibm-plex-sans-latin-300italic.d3566d5b.woff static/media/ibm-plex-sans-latin-400.263d6267.woff2 static/media/ibm-plex-sans-latin-400.a2c56f94.woff static/media/ibm-plex-sans-latin-400italic.272f8611.woff static/media/ibm-plex-sans-latin-400italic.89a93a1b.woff2 static/media/ibm-plex-sans-latin-500.0866c244.woff2 static/media/ibm-plex-sans-latin-500.f6d5c5d5.woff static/media/ibm-plex-sans-latin-500italic.ccd41bd1.woff static/media/ibm-plex-sans-latin-500italic.ffd12d59.woff2 static/media/ibm-plex-sans-latin-600.337b1651.woff static/media/ibm-plex-sans-latin-600.7852d4dc.woff2 static/media/ibm-plex-sans-latin-600italic.17e5379f.woff2 static/media/ibm-plex-sans-latin-600italic.6f4ba6aa.woff static/media/ibm-plex-sans-latin-700.b8809d61.woff static/media/ibm-plex-sans-latin-700.c9983d3d.woff2 static/media/ibm-plex-sans-latin-700italic.02954bee.woff2 static/media/ibm-plex-sans-latin-700italic.72e9af40.woff static/media/material-icons.0509ab09.woff2 '/tmp/instance-5/output-1/target/usr/share/netdata/web/static/media' make[6]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/web/gui/dashboard' make[5]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/web/gui/dashboard' make[5]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/web/gui' if test -f dashboard.js; then rm -f dashboard.js; fi cat src/dashboard.js/prologue.js.inc src/dashboard.js/utils.js src/dashboard.js/server-detection.js src/dashboard.js/dependencies.js src/dashboard.js/error-handling.js src/dashboard.js/compatibility.js src/dashboard.js/xss.js src/dashboard.js/colors.js src/dashboard.js/units-conversion.js src/dashboard.js/options.js src/dashboard.js/localstorage.js src/dashboard.js/timeout.js src/dashboard.js/themes.js src/dashboard.js/charting/dygraph.js src/dashboard.js/charting/sparkline.js src/dashboard.js/charting/google-charts.js src/dashboard.js/charting/gauge.js src/dashboard.js/charting/easy-pie-chart.js src/dashboard.js/charting/d3pie.js src/dashboard.js/charting/d3.js src/dashboard.js/charting/peity.js src/dashboard.js/charting/textonly.js src/dashboard.js/charting.js src/dashboard.js/chart-registry.js src/dashboard.js/common.js src/dashboard.js/main.js src/dashboard.js/alarms.js src/dashboard.js/registry.js src/dashboard.js/boot.js src/dashboard.js/epilogue.js.inc > dashboard.js.tmp && mv dashboard.js.tmp dashboard.js if test -d "../../.git"; then \ git --git-dir="../../.git" log -n 1 --format=%H; \ fi > version.txt.tmp test -s version.txt.tmp || echo 0 > version.txt.tmp mv version.txt.tmp version.txt make[6]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/web/gui' make[6]: Nothing to be done for 'install-exec-am'. if test -f dashboard.js; then rm -f dashboard.js; fi cat src/dashboard.js/prologue.js.inc src/dashboard.js/utils.js src/dashboard.js/server-detection.js src/dashboard.js/dependencies.js src/dashboard.js/error-handling.js src/dashboard.js/compatibility.js src/dashboard.js/xss.js src/dashboard.js/colors.js src/dashboard.js/units-conversion.js src/dashboard.js/options.js src/dashboard.js/localstorage.js src/dashboard.js/timeout.js src/dashboard.js/themes.js src/dashboard.js/charting/dygraph.js src/dashboard.js/charting/sparkline.js src/dashboard.js/charting/google-charts.js src/dashboard.js/charting/gauge.js src/dashboard.js/charting/easy-pie-chart.js src/dashboard.js/charting/d3pie.js src/dashboard.js/charting/d3.js src/dashboard.js/charting/peity.js src/dashboard.js/charting/textonly.js src/dashboard.js/charting.js src/dashboard.js/chart-registry.js src/dashboard.js/common.js src/dashboard.js/main.js src/dashboard.js/alarms.js src/dashboard.js/registry.js src/dashboard.js/boot.js src/dashboard.js/epilogue.js.inc > dashboard.js.tmp && mv dashboard.js.tmp dashboard.js if test -d "../../.git"; then \ git --git-dir="../../.git" log -n 1 --format=%H; \ fi > version.txt.tmp test -s version.txt.tmp || echo 0 > version.txt.tmp mv version.txt.tmp version.txt /usr/bin/mkdir -p '/tmp/instance-5/output-1/target/usr/share/netdata/web' /usr/bin/install -c -m 644 dashboard.js dashboard_info.js dashboard_info_custom_example.js main.css main.js version.txt '/tmp/instance-5/output-1/target/usr/share/netdata/web' /usr/bin/mkdir -p '/tmp/instance-5/output-1/target/usr/share/netdata/web/css' /usr/bin/install -c -m 644 css/morris-0.5.1.css css/c3-0.4.18.min.css '/tmp/instance-5/output-1/target/usr/share/netdata/web/css' /usr/bin/mkdir -p '/tmp/instance-5/output-1/target/usr/share/netdata/web/.well-known/dnt' /usr/bin/install -c -m 644 .well-known/dnt/cookies '/tmp/instance-5/output-1/target/usr/share/netdata/web/.well-known/dnt' /usr/bin/mkdir -p '/tmp/instance-5/output-1/target/usr/share/netdata/web/old' /usr/bin/install -c -m 644 old/index.html '/tmp/instance-5/output-1/target/usr/share/netdata/web/old' /usr/bin/mkdir -p '/tmp/instance-5/output-1/target/usr/share/netdata/web/static/img' /usr/bin/install -c -m 644 static/img/netdata-logomark.svg '/tmp/instance-5/output-1/target/usr/share/netdata/web/static/img' make[6]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/web/gui' make[5]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/web/gui' make[4]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/web/gui' Making install in server make[4]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/web/server' Making install in static make[5]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/web/server/static' make[6]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/web/server/static' make[7]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/web/server/static' make[7]: Nothing to be done for 'install-exec-am'. make[7]: Nothing to be done for 'install-data-am'. make[7]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/web/server/static' make[6]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/web/server/static' make[5]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/web/server/static' make[5]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/web/server' make[6]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/web/server' make[6]: Nothing to be done for 'install-exec-am'. make[6]: Nothing to be done for 'install-data-am'. make[6]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/web/server' make[5]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/web/server' make[4]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/web/server' make[4]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/web' make[5]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/web' /usr/bin/install -c -d /tmp/instance-5/output-1/target/etc/netdata/ssl make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/web' make[4]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/web' make[3]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/web' Making install in claim make[3]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/claim' make[4]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/claim' /usr/bin/mkdir -p '/tmp/instance-5/output-1/target/usr/sbin' /usr/bin/install -c netdata-claim.sh '/tmp/instance-5/output-1/target/usr/sbin' make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/claim' make[3]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/claim' Making install in parser make[3]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/parser' make[4]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/parser' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/parser' make[3]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/parser' Making install in spawn make[3]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/spawn' make[4]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/spawn' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/spawn' make[3]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/spawn' Making install in ml make[3]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/ml' Making install in kmeans make[4]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/ml/kmeans' make[5]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/ml/kmeans' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/ml/kmeans' make[4]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/ml/kmeans' make[4]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/ml' make[5]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1/ml' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/ml' make[4]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/ml' make[3]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1/ml' make[3]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1' make[4]: Entering directory '/tmp/instance-5/output-1/build/netdata-1.33.1' /usr/bin/mkdir -p '/tmp/instance-5/output-1/target/usr/sbin' /usr/bin/install -c netdata netdatacli '/tmp/instance-5/output-1/target/usr/sbin' /usr/bin/mkdir -p '/tmp/instance-5/output-1/target/usr/libexec/netdata/plugins.d' /usr/bin/install -c apps.plugin cgroup-network perf.plugin slabinfo.plugin '/tmp/instance-5/output-1/target/usr/libexec/netdata/plugins.d' make[4]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1' make[3]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1' make[2]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1' make[1]: Leaving directory '/tmp/instance-5/output-1/build/netdata-1.33.1' >>> nettle 3.8.1 Downloading wget --passive-ftp -nd -t 3 -O '/tmp/instance-5/output-1/build/.nettle-3.8.1.tar.gz.bwuvmE/output' 'https://ftp.gnu.org/gnu/nettle/nettle-3.8.1.tar.gz' --2023-02-19 23:55:44-- https://ftp.gnu.org/gnu/nettle/nettle-3.8.1.tar.gz Resolving ftp.gnu.org (ftp.gnu.org)... 209.51.188.20, 2001:470:142:3::b Connecting to ftp.gnu.org (ftp.gnu.org)|209.51.188.20|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 2406251 (2.3M) [application/x-gzip] Saving to: '/tmp/instance-5/output-1/build/.nettle-3.8.1.tar.gz.bwuvmE/output' 0K .......... .......... .......... .......... .......... 2% 250K 9s 50K .......... .......... .......... .......... .......... 4% 170K 11s 100K .......... .......... .......... .......... .......... 6% 101M 7s 150K .......... .......... .......... .......... .......... 8% 28.9M 5s 200K .......... .......... .......... .......... .......... 10% 677K 5s 250K .......... .......... .......... .......... .......... 12% 72.9M 4s 300K .......... .......... .......... .......... .......... 14% 50.2M 3s 350K .......... .......... .......... .......... .......... 17% 105M 3s 400K .......... .......... .......... .......... .......... 19% 624K 3s 450K .......... .......... .......... .......... .......... 21% 253M 2s 500K .......... .......... .......... .......... .......... 23% 227M 2s 550K .......... .......... .......... .......... .......... 25% 35.8M 2s 600K .......... .......... .......... .......... .......... 27% 67.6M 2s 650K .......... .......... .......... .......... .......... 29% 20.0M 2s 700K .......... .......... .......... .......... .......... 31% 197M 1s 750K .......... .......... .......... .......... .......... 34% 61.0M 1s 800K .......... .......... .......... .......... .......... 36% 20.2M 1s 850K .......... .......... .......... .......... .......... 38% 604K 1s 900K .......... .......... .......... .......... .......... 40% 201M 1s 950K .......... .......... .......... .......... .......... 42% 244M 1s 1000K .......... .......... .......... .......... .......... 44% 240M 1s 1050K .......... .......... .......... .......... .......... 46% 268M 1s 1100K .......... .......... .......... .......... .......... 48% 30.7M 1s 1150K .......... .......... .......... .......... .......... 51% 88.4M 1s 1200K .......... .......... .......... .......... .......... 53% 48.8M 1s 1250K .......... .......... .......... .......... .......... 55% 122M 1s 1300K .......... .......... .......... .......... .......... 57% 47.1M 1s 1350K .......... .......... .......... .......... .......... 59% 13.6M 1s 1400K .......... .......... .......... .......... .......... 61% 144M 0s 1450K .......... .......... .......... .......... .......... 63% 184M 0s 1500K .......... .......... .......... .......... .......... 65% 46.2M 0s 1550K .......... .......... .......... .......... .......... 68% 48.3M 0s 1600K .......... .......... .......... .......... .......... 70% 34.8M 0s 1650K .......... .......... .......... .......... .......... 72% 62.7M 0s 1700K .......... .......... .......... .......... .......... 74% 171M 0s 1750K .......... .......... .......... .......... .......... 76% 845K 0s 1800K .......... .......... .......... .......... .......... 78% 13.9M 0s 1850K .......... .......... .......... .......... .......... 80% 430M 0s 1900K .......... .......... .......... .......... .......... 82% 476M 0s 1950K .......... .......... .......... .......... .......... 85% 14.6M 0s 2000K .......... .......... .......... .......... .......... 87% 159M 0s 2050K .......... .......... .......... .......... .......... 89% 217M 0s 2100K .......... .......... .......... .......... .......... 91% 47.1M 0s 2150K .......... .......... .......... .......... .......... 93% 66.4M 0s 2200K .......... .......... .......... .......... .......... 95% 23.9M 0s 2250K .......... .......... .......... .......... .......... 97% 33.4M 0s 2300K .......... .......... .......... .......... ......... 100% 8.93M=0.8s 2023-02-19 23:55:45 (2.75 MB/s) - '/tmp/instance-5/output-1/build/.nettle-3.8.1.tar.gz.bwuvmE/output' saved [2406251/2406251] nettle-3.8.1.tar.gz: OK (sha256: 364f3e2b77cd7dcde83fd7c45219c834e54b0c75e428b6f894a23d12dd41cbfe) >>> nettle 3.8.1 Extracting gzip -d -c /tmp/instance-5/dl/nettle/nettle-3.8.1.tar.gz | tar --strip-components=1 -C /tmp/instance-5/output-1/build/nettle-3.8.1 -xf - >>> nettle 3.8.1 Patching Applying 0001-disable-testsuite-examples.patch using patch: patching file Makefile.in >>> nettle 3.8.1 Updating config.sub and config.guess for file in config.guess config.sub; do for i in $(find /tmp/instance-5/output-1/build/nettle-3.8.1 -name $file); do cp support/gnuconfig/$file $i; done; done >>> nettle 3.8.1 Patching libtool >>> nettle 3.8.1 Configuring (cd /tmp/instance-5/output-1/build/nettle-3.8.1/ && rm -rf config.cache && PATH="/tmp/instance-5/output-1/host/bin:/tmp/instance-5/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" AR="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-ar" AS="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-as" LD="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-ld" NM="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-nm" CC="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc" GCC="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc" CPP="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-cpp" CXX="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-g++" FC="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gfortran" F77="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gfortran" RANLIB="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-ranlib" READELF="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-readelf" STRIP="/bin/true" OBJCOPY="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-objcopy" OBJDUMP="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc" GCC_FOR_BUILD="/tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc" CXX_FOR_BUILD="/tmp/instance-5/output-1/host/bin/ccache /usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/tmp/instance-5/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/tmp/instance-5/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/tmp/instance-5/output-1/host/include" LDFLAGS_FOR_BUILD="-L/tmp/instance-5/output-1/host/lib -Wl,-rpath,/tmp/instance-5/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-as" DEFAULT_LINKER="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1" LDFLAGS="" FCFLAGS=" -Os -g0" FFLAGS=" -Os -g0" PKG_CONFIG="/tmp/instance-5/output-1/host/bin/pkg-config" STAGING_DIR="/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/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=no CONFIG_SITE=/dev/null ./configure --target=sh4a-buildroot-linux-gnu --host=sh4a-buildroot-linux-gnu --build=x86_64-pc-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 --disable-static --enable-shared --disable-openssl --disable-arm-neon ) configure: WARNING: unrecognized options: --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --with-xmlto, --with-fop, --enable-ipv6, --disable-nls checking build system type... x86_64-pc-linux-gnu checking host system type... sh4a-buildroot-linux-gnu checking for -R flag... using -Wl,-rpath, Searching for libraries checking /usr... added checking /usr/local/lib... added checking /sw/local/lib... not found checking /sw/lib... not found checking /usr/gnu/lib... not found checking /opt/gnu/lib... not found checking /sw/gnu/lib... not found checking /usr/freeware/lib... not found checking /usr/pkg/lib... not found checking for sh4a-buildroot-linux-gnu-gcc... /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-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 we are using the GNU C compiler... yes checking whether /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc accepts -g... yes checking for /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc option to accept ISO C89... none needed checking for ifunc support... no checking whether we are using the GNU C++ compiler... no checking whether no accepts -g... no checking if LD -Wl,--version-script works... yes checking whether make sets $(MAKE)... yes checking for sh4a-buildroot-linux-gnu-ranlib... /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-ranlib checking for sh4a-buildroot-linux-gnu-nm... /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-nm checking for sh4a-buildroot-linux-gnu-objdump... /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-objdump checking for sh4a-buildroot-linux-gnu-ar... /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-ar checking for a BSD-compatible install... /usr/bin/install -c checking for a thread-safe mkdir -p... /usr/bin/mkdir -p checking whether ln -s works... yes checking build system compiler /tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc... yes checking for build system executable suffix... checking for an ANSI C-conforming const... yes checking for inline... inline checking how to run the C preprocessor... /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-cpp checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for uid_t in sys/types.h... yes checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking for size_t... yes checking whether time.h and sys/time.h may both be included... yes checking size of long... 4 checking size of size_t... 4 checking openssl/evp.h usability... yes checking openssl/evp.h presence... yes checking for openssl/evp.h... yes checking openssl/ecdsa.h usability... yes checking openssl/ecdsa.h presence... yes checking for openssl/ecdsa.h... yes checking valgrind/memcheck.h usability... no checking valgrind/memcheck.h presence... no checking for valgrind/memcheck.h... no checking dlfcn.h usability... yes checking dlfcn.h presence... yes checking for dlfcn.h... yes checking for dlopen in -ldl... yes checking for working alloca.h... yes checking for alloca... yes checking malloc.h usability... yes checking malloc.h presence... yes checking for malloc.h... yes checking for strerror... yes checking for secure_getenv... yes checking for getline... yes checking whether byte ordering is bigendian... (cached) no checking for __builtin_bswap64... yes checking for __attribute__... yes checking for fcntl file locking... yes checking for __gmpn_zero_p in -lgmp... yes checking for GMP limb size... 32 bits checking CCPIC... -fpic checking if Intel CET is enabled... no checking for m4... /tmp/instance-5/output-1/host/bin/m4 checking for library containing clock_gettime... none required configure: creating ./config.status config.status: creating config.make config.status: creating config.m4 config.status: creating Makefile config.status: creating version.h config.status: creating tools/Makefile config.status: creating testsuite/Makefile config.status: creating examples/Makefile config.status: creating nettle.pc config.status: creating hogweed.pc config.status: creating libnettle.map config.status: creating libhogweed.map config.status: creating config.h configure: WARNING: unrecognized options: --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --with-xmlto, --with-fop, --enable-ipv6, --disable-nls configure: summary of build options: Version: nettle 3.8.1 Host type: sh4a-buildroot-linux-gnu ABI: standard Assembly files: none Install prefix: /usr Library directory: ${exec_prefix}/lib Compiler: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc Static libraries: no Shared libraries: yes Public key crypto: yes Using mini-gmp: no Documentation: no >>> nettle 3.8.1 Building PATH="/tmp/instance-5/output-1/host/bin:/tmp/instance-5/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /home/autobuild/make/make -j1 -C /tmp/instance-5/output-1/build/nettle-3.8.1/ make[1]: Entering directory '/tmp/instance-5/output-1/build/nettle-3.8.1' /home/autobuild/make/make all-here make[2]: Entering directory '/tmp/instance-5/output-1/build/nettle-3.8.1' /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c getopt.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c getopt1.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c nettle-internal.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c aes-decrypt-internal.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c aes-decrypt.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c aes-decrypt-table.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c aes128-decrypt.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c aes192-decrypt.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c aes256-decrypt.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c aes-encrypt-internal.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c aes-encrypt.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c aes-encrypt-table.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c aes128-encrypt.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c aes192-encrypt.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c aes256-encrypt.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c aes-invert-internal.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c aes-set-key-internal.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c aes-set-encrypt-key.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c aes-set-decrypt-key.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c aes128-set-encrypt-key.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c aes128-set-decrypt-key.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c aes128-meta.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c aes192-set-encrypt-key.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c aes192-set-decrypt-key.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c aes192-meta.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c aes256-set-encrypt-key.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c aes256-set-decrypt-key.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c aes256-meta.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c nist-keywrap.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c arcfour.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c arcfour-crypt.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c arctwo.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c arctwo-meta.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c blowfish.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c blowfish-bcrypt.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c base16-encode.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c base16-decode.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c base16-meta.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c base64-encode.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c base64-decode.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c base64-meta.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c base64url-encode.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c base64url-decode.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c base64url-meta.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c buffer.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c buffer-init.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c camellia-crypt-internal.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c camellia-table.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c camellia-absorb.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c camellia-invert-key.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c camellia128-set-encrypt-key.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c camellia128-crypt.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c camellia128-set-decrypt-key.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c camellia128-meta.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c camellia192-meta.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c camellia256-set-encrypt-key.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c camellia256-crypt.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c camellia256-set-decrypt-key.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c camellia256-meta.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c cast128.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c cast128-meta.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c cbc.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c cbc-aes128-encrypt.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c cbc-aes192-encrypt.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c cbc-aes256-encrypt.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c ccm.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c ccm-aes128.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c ccm-aes192.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c ccm-aes256.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c cfb.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c siv-cmac.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c siv-cmac-aes128.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c siv-cmac-aes256.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c cnd-memcpy.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c chacha-crypt.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c chacha-core-internal.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c chacha-poly1305.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c chacha-poly1305-meta.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c chacha-set-key.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c chacha-set-nonce.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c ctr.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c ctr16.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c des.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c des3.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c eax.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c eax-aes128.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c eax-aes128-meta.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c ghash-set-key.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c ghash-update.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c gcm.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c gcm-aes.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c gcm-aes128.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c gcm-aes128-meta.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c gcm-aes192.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c gcm-aes192-meta.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c gcm-aes256.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c gcm-aes256-meta.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c gcm-camellia128.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c gcm-camellia128-meta.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c gcm-camellia256.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c gcm-camellia256-meta.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c cmac.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c cmac64.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c cmac-aes128.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c cmac-aes256.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c cmac-des3.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c cmac-aes128-meta.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c cmac-aes256-meta.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c cmac-des3-meta.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c gost28147.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c gosthash94.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c gosthash94-meta.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c hmac.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c hmac-gosthash94.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c hmac-md5.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c hmac-ripemd160.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c hmac-sha1.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c hmac-sha224.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c hmac-sha256.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c hmac-sha384.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c hmac-sha512.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c hmac-streebog.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c hmac-sm3.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c hmac-md5-meta.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c hmac-ripemd160-meta.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c hmac-sha1-meta.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c hmac-sha224-meta.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c hmac-sha256-meta.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c hmac-sha384-meta.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c hmac-sha512-meta.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c hmac-streebog-meta.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c hmac-sm3-meta.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c knuth-lfib.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c hkdf.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c md2.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c md2-meta.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c md4.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c md4-meta.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c md5.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c md5-compress.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c md5-compat.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c md5-meta.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c memeql-sec.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c memxor.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c memxor3.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c nettle-lookup-hash.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c nettle-meta-aeads.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c nettle-meta-armors.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c nettle-meta-ciphers.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c nettle-meta-hashes.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c nettle-meta-macs.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c pbkdf2.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c pbkdf2-hmac-gosthash94.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c pbkdf2-hmac-sha1.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c pbkdf2-hmac-sha256.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c pbkdf2-hmac-sha384.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c pbkdf2-hmac-sha512.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c poly1305-aes.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c poly1305-internal.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c realloc.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c ripemd160.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c ripemd160-compress.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c ripemd160-meta.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c salsa20-core-internal.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c salsa20-crypt-internal.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c salsa20-crypt.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c salsa20r12-crypt.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c salsa20-set-key.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c salsa20-set-nonce.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c salsa20-128-set-key.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c salsa20-256-set-key.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c sha1.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c sha1-compress.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c sha1-meta.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c sha256.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c sha256-compress.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c sha224-meta.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c sha256-meta.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c sha512.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c sha512-compress.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c sha384-meta.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c sha512-meta.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c sha512-224-meta.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c sha512-256-meta.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c sha3.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c sha3-permute.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c sha3-224.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c sha3-224-meta.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c sha3-256.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c sha3-256-meta.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c sha3-384.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c sha3-384-meta.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c sha3-512.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c sha3-512-meta.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c shake256.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c sm3.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c sm3-meta.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c serpent-set-key.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c serpent-encrypt.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c serpent-decrypt.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c serpent-meta.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c streebog.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c streebog-meta.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c twofish.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c twofish-meta.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c umac-nh.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c umac-nh-n.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c umac-l2.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c umac-l3.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c umac-poly64.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c umac-poly128.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c umac-set-key.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c umac32.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c umac64.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c umac96.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c umac128.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c version.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c write-be32.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c write-le32.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c write-le64.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c yarrow256.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c yarrow_key_event.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c xts.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c xts-aes128.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c xts-aes256.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -shared -Wl,-soname=libnettle.so.8 aes-decrypt-internal.o aes-decrypt.o aes-decrypt-table.o aes128-decrypt.o aes192-decrypt.o aes256-decrypt.o aes-encrypt-internal.o aes-encrypt.o aes-encrypt-table.o aes128-encrypt.o aes192-encrypt.o aes256-encrypt.o aes-invert-internal.o aes-set-key-internal.o aes-set-encrypt-key.o aes-set-decrypt-key.o aes128-set-encrypt-key.o aes128-set-decrypt-key.o aes128-meta.o aes192-set-encrypt-key.o aes192-set-decrypt-key.o aes192-meta.o aes256-set-encrypt-key.o aes256-set-decrypt-key.o aes256-meta.o nist-keywrap.o arcfour.o arcfour-crypt.o arctwo.o arctwo-meta.o blowfish.o blowfish-bcrypt.o base16-encode.o base16-decode.o base16-meta.o base64-encode.o base64-decode.o base64-meta.o base64url-encode.o base64url-decode.o base64url-meta.o buffer.o buffer-init.o camellia-crypt-internal.o camellia-table.o camellia-absorb.o camellia-invert-key.o camellia128-set-encrypt-key.o camellia128-crypt.o camellia128-set-decrypt-key.o camellia128-meta.o camellia192-meta.o camellia256-set-encrypt-key.o camellia256-crypt.o camellia256-set-decrypt-key.o camellia256-meta.o cast128.o cast128-meta.o cbc.o cbc-aes128-encrypt.o cbc-aes192-encrypt.o cbc-aes256-encrypt.o ccm.o ccm-aes128.o ccm-aes192.o ccm-aes256.o cfb.o siv-cmac.o siv-cmac-aes128.o siv-cmac-aes256.o cnd-memcpy.o chacha-crypt.o chacha-core-internal.o chacha-poly1305.o chacha-poly1305-meta.o chacha-set-key.o chacha-set-nonce.o ctr.o ctr16.o des.o des3.o eax.o eax-aes128.o eax-aes128-meta.o ghash-set-key.o ghash-update.o gcm.o gcm-aes.o gcm-aes128.o gcm-aes128-meta.o gcm-aes192.o gcm-aes192-meta.o gcm-aes256.o gcm-aes256-meta.o gcm-camellia128.o gcm-camellia128-meta.o gcm-camellia256.o gcm-camellia256-meta.o cmac.o cmac64.o cmac-aes128.o cmac-aes256.o cmac-des3.o cmac-aes128-meta.o cmac-aes256-meta.o cmac-des3-meta.o gost28147.o gosthash94.o gosthash94-meta.o hmac.o hmac-gosthash94.o hmac-md5.o hmac-ripemd160.o hmac-sha1.o hmac-sha224.o hmac-sha256.o hmac-sha384.o hmac-sha512.o hmac-streebog.o hmac-sm3.o hmac-md5-meta.o hmac-ripemd160-meta.o hmac-sha1-meta.o hmac-sha224-meta.o hmac-sha256-meta.o hmac-sha384-meta.o hmac-sha512-meta.o hmac-streebog-meta.o hmac-sm3-meta.o knuth-lfib.o hkdf.o md2.o md2-meta.o md4.o md4-meta.o md5.o md5-compress.o md5-compat.o md5-meta.o memeql-sec.o memxor.o memxor3.o nettle-lookup-hash.o nettle-meta-aeads.o nettle-meta-armors.o nettle-meta-ciphers.o nettle-meta-hashes.o nettle-meta-macs.o pbkdf2.o pbkdf2-hmac-gosthash94.o pbkdf2-hmac-sha1.o pbkdf2-hmac-sha256.o pbkdf2-hmac-sha384.o pbkdf2-hmac-sha512.o poly1305-aes.o poly1305-internal.o realloc.o ripemd160.o ripemd160-compress.o ripemd160-meta.o salsa20-core-internal.o salsa20-crypt-internal.o salsa20-crypt.o salsa20r12-crypt.o salsa20-set-key.o salsa20-set-nonce.o salsa20-128-set-key.o salsa20-256-set-key.o sha1.o sha1-compress.o sha1-meta.o sha256.o sha256-compress.o sha224-meta.o sha256-meta.o sha512.o sha512-compress.o sha384-meta.o sha512-meta.o sha512-224-meta.o sha512-256-meta.o sha3.o sha3-permute.o sha3-224.o sha3-224-meta.o sha3-256.o sha3-256-meta.o sha3-384.o sha3-384-meta.o sha3-512.o sha3-512-meta.o shake256.o sm3.o sm3-meta.o serpent-set-key.o serpent-encrypt.o serpent-decrypt.o serpent-meta.o streebog.o streebog-meta.o twofish.o twofish-meta.o umac-nh.o umac-nh-n.o umac-l2.o umac-l3.o umac-poly64.o umac-poly128.o umac-set-key.o umac32.o umac64.o umac96.o umac128.o version.o write-be32.o write-le32.o write-le64.o yarrow256.o yarrow_key_event.o xts.o xts-aes128.o xts-aes256.o -Wl,--version-script=libnettle.map -o libnettle.so mkdir .lib 2>/dev/null (cd .lib \ && rm -f libnettle.so \ && ln -s ../libnettle.so libnettle.so \ && [ -z "libnettle.so.8" ] \ || { rm -f libnettle.so.8 \ && ln -s libnettle.so libnettle.so.8 ; } ) echo nettle > libnettle.stamp /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c sexp.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c sexp-format.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c sexp-transport.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c sexp-transport-format.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c bignum.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c bignum-random.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c bignum-random-prime.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c sexp2bignum.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c pkcs1.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c pkcs1-encrypt.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c pkcs1-decrypt.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c pkcs1-sec-decrypt.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c pkcs1-rsa-digest.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c pkcs1-rsa-md5.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c pkcs1-rsa-sha1.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c pkcs1-rsa-sha256.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c pkcs1-rsa-sha512.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c pss.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c pss-mgf1.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c rsa.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c rsa-sign.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c rsa-sign-tr.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c rsa-verify.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c rsa-sec-compute-root.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c rsa-pkcs1-sign.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c rsa-pkcs1-sign-tr.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c rsa-pkcs1-verify.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c rsa-md5-sign.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c rsa-md5-sign-tr.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c rsa-md5-verify.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c rsa-sha1-sign.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c rsa-sha1-sign-tr.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c rsa-sha1-verify.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c rsa-sha256-sign.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c rsa-sha256-sign-tr.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c rsa-sha256-verify.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c rsa-sha512-sign.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c rsa-sha512-sign-tr.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c rsa-sha512-verify.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c rsa-pss-sha256-sign-tr.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c rsa-pss-sha256-verify.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c rsa-pss-sha512-sign-tr.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c rsa-pss-sha512-verify.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c rsa-encrypt.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c rsa-decrypt.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c rsa-sec-decrypt.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c rsa-decrypt-tr.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c rsa-keygen.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c rsa-blind.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c rsa2sexp.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c sexp2rsa.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c dsa.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c dsa-compat.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c dsa-compat-keygen.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c dsa-gen-params.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c dsa-sign.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c dsa-verify.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c dsa-keygen.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c dsa-hash.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c dsa-sha1-sign.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c dsa-sha1-verify.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c dsa-sha256-sign.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c dsa-sha256-verify.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c dsa2sexp.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c sexp2dsa.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c pgp-encode.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c rsa2openpgp.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c der-iterator.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c der2rsa.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c der2dsa.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c sec-add-1.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c sec-sub-1.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c sec-tabselect.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c gmp-glue.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c cnd-copy.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c ecc-mod.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c ecc-mod-inv.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c ecc-mod-arith.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c ecc-pp1-redc.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c ecc-pm1-redc.c \ && true /home/autobuild/make/make eccdata make[3]: Entering directory '/tmp/instance-5/output-1/build/nettle-3.8.1' /tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc eccdata.c -lm -o eccdata make[3]: Leaving directory '/tmp/instance-5/output-1/build/nettle-3.8.1' echo stamp > eccdata.stamp ./eccdata curve25519 11 6 32 > ecc-curve25519.hT && mv ecc-curve25519.hT ecc-curve25519.h Table size: 256 entries /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c ecc-curve25519.c \ && true ./eccdata curve448 38 6 32 > ecc-curve448.hT && mv ecc-curve448.hT ecc-curve448.h Table size: 128 entries /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c ecc-curve448.c \ && true ./eccdata gost_gc256b 11 6 32 > ecc-gost-gc256b.hT && mv ecc-gost-gc256b.hT ecc-gost-gc256b.h Table size: 256 entries /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c ecc-gost-gc256b.c \ && true ./eccdata gost_gc512a 43 6 32 > ecc-gost-gc512a.hT && mv ecc-gost-gc512a.hT ecc-gost-gc512a.h Table size: 128 entries /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c ecc-gost-gc512a.c \ && true ./eccdata secp192r1 8 6 32 > ecc-secp192r1.hT && mv ecc-secp192r1.hT ecc-secp192r1.h Table size: 256 entries /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c ecc-secp192r1.c \ && true ./eccdata secp224r1 16 7 32 > ecc-secp224r1.hT && mv ecc-secp224r1.hT ecc-secp224r1.h Table size: 256 entries /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c ecc-secp224r1.c \ && true ./eccdata secp256r1 11 6 32 > ecc-secp256r1.hT && mv ecc-secp256r1.hT ecc-secp256r1.h Table size: 256 entries /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c ecc-secp256r1.c \ && true ./eccdata secp384r1 32 6 32 > ecc-secp384r1.hT && mv ecc-secp384r1.hT ecc-secp384r1.h Table size: 128 entries /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c ecc-secp384r1.c \ && true ./eccdata secp521r1 44 6 32 > ecc-secp521r1.hT && mv ecc-secp521r1.hT ecc-secp521r1.h Table size: 128 entries /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c ecc-secp521r1.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c ecc-size.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c ecc-j-to-a.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c ecc-a-to-j.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c ecc-dup-jj.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c ecc-add-jja.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c ecc-add-jjj.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c ecc-eh-to-a.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c ecc-dup-eh.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c ecc-add-eh.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c ecc-add-ehh.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c ecc-dup-th.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c ecc-add-th.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c ecc-add-thh.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c ecc-mul-g-eh.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c ecc-mul-a-eh.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c ecc-mul-m.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c ecc-mul-g.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c ecc-mul-a.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c ecc-hash.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c ecc-random.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c ecc-point.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c ecc-scalar.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c ecc-point-mul.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c ecc-point-mul-g.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c ecc-ecdsa-sign.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c ecdsa-sign.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c ecc-ecdsa-verify.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c ecdsa-verify.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c ecdsa-keygen.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c ecc-gostdsa-sign.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c gostdsa-sign.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c ecc-gostdsa-verify.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c gostdsa-verify.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c gostdsa-vko.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c curve25519-mul-g.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c curve25519-mul.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c curve25519-eh-to-x.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c curve448-mul-g.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c curve448-mul.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c curve448-eh-to-x.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c eddsa-compress.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c eddsa-decompress.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c eddsa-expand.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c eddsa-hash.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c eddsa-pubkey.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c eddsa-sign.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c eddsa-verify.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c ed25519-sha512.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c ed25519-sha512-pubkey.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c ed25519-sha512-sign.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c ed25519-sha512-verify.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c ed448-shake256.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c ed448-shake256-pubkey.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c ed448-shake256-sign.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fpic -c ed448-shake256-verify.c \ && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -shared -Wl,-soname=libhogweed.so.6 sexp.o sexp-format.o sexp-transport.o sexp-transport-format.o bignum.o bignum-random.o bignum-random-prime.o sexp2bignum.o pkcs1.o pkcs1-encrypt.o pkcs1-decrypt.o pkcs1-sec-decrypt.o pkcs1-rsa-digest.o pkcs1-rsa-md5.o pkcs1-rsa-sha1.o pkcs1-rsa-sha256.o pkcs1-rsa-sha512.o pss.o pss-mgf1.o rsa.o rsa-sign.o rsa-sign-tr.o rsa-verify.o rsa-sec-compute-root.o rsa-pkcs1-sign.o rsa-pkcs1-sign-tr.o rsa-pkcs1-verify.o rsa-md5-sign.o rsa-md5-sign-tr.o rsa-md5-verify.o rsa-sha1-sign.o rsa-sha1-sign-tr.o rsa-sha1-verify.o rsa-sha256-sign.o rsa-sha256-sign-tr.o rsa-sha256-verify.o rsa-sha512-sign.o rsa-sha512-sign-tr.o rsa-sha512-verify.o rsa-pss-sha256-sign-tr.o rsa-pss-sha256-verify.o rsa-pss-sha512-sign-tr.o rsa-pss-sha512-verify.o rsa-encrypt.o rsa-decrypt.o rsa-sec-decrypt.o rsa-decrypt-tr.o rsa-keygen.o rsa-blind.o rsa2sexp.o sexp2rsa.o dsa.o dsa-compat.o dsa-compat-keygen.o dsa-gen-params.o dsa-sign.o dsa-verify.o dsa-keygen.o dsa-hash.o dsa-sha1-sign.o dsa-sha1-verify.o dsa-sha256-sign.o dsa-sha256-verify.o dsa2sexp.o sexp2dsa.o pgp-encode.o rsa2openpgp.o der-iterator.o der2rsa.o der2dsa.o sec-add-1.o sec-sub-1.o sec-tabselect.o gmp-glue.o cnd-copy.o ecc-mod.o ecc-mod-inv.o ecc-mod-arith.o ecc-pp1-redc.o ecc-pm1-redc.o ecc-curve25519.o ecc-curve448.o ecc-gost-gc256b.o ecc-gost-gc512a.o ecc-secp192r1.o ecc-secp224r1.o ecc-secp256r1.o ecc-secp384r1.o ecc-secp521r1.o ecc-size.o ecc-j-to-a.o ecc-a-to-j.o ecc-dup-jj.o ecc-add-jja.o ecc-add-jjj.o ecc-eh-to-a.o ecc-dup-eh.o ecc-add-eh.o ecc-add-ehh.o ecc-dup-th.o ecc-add-th.o ecc-add-thh.o ecc-mul-g-eh.o ecc-mul-a-eh.o ecc-mul-m.o ecc-mul-g.o ecc-mul-a.o ecc-hash.o ecc-random.o ecc-point.o ecc-scalar.o ecc-point-mul.o ecc-point-mul-g.o ecc-ecdsa-sign.o ecdsa-sign.o ecc-ecdsa-verify.o ecdsa-verify.o ecdsa-keygen.o ecc-gostdsa-sign.o gostdsa-sign.o ecc-gostdsa-verify.o gostdsa-verify.o gostdsa-vko.o curve25519-mul-g.o curve25519-mul.o curve25519-eh-to-x.o curve448-mul-g.o curve448-mul.o curve448-eh-to-x.o eddsa-compress.o eddsa-decompress.o eddsa-expand.o eddsa-hash.o eddsa-pubkey.o eddsa-sign.o eddsa-verify.o ed25519-sha512.o ed25519-sha512-pubkey.o ed25519-sha512-sign.o ed25519-sha512-verify.o ed448-shake256.o ed448-shake256-pubkey.o ed448-shake256-sign.o ed448-shake256-verify.o -Wl,--version-script=libhogweed.map -o libhogweed.so libnettle.so -lgmp mkdir .lib 2>/dev/null make[2]: [Makefile:313: libhogweed.so] Error 1 (ignored) (cd .lib \ && rm -f libhogweed.so \ && ln -s ../libhogweed.so libhogweed.so \ && [ -z "libhogweed.so.6" ] \ || { rm -f libhogweed.so.6 \ && ln -s libhogweed.so libhogweed.so.6 ; } ) echo hogweed > libhogweed.stamp make[2]: Leaving directory '/tmp/instance-5/output-1/build/nettle-3.8.1' set -e; for d in tools; do \ echo "Making all in $d" ; (cd $d && /home/autobuild/make/make all); done Making all in tools make[2]: Entering directory '/tmp/instance-5/output-1/build/nettle-3.8.1/tools' /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I.. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -c sexp-conv.c && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I.. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -c input.c && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I.. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -c output.c && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I.. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -c parse.c && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I.. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -c misc.c && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. sexp-conv.o input.o output.o parse.o misc.o ../getopt.o ../getopt1.o -lnettle -lgmp -o sexp-conv /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I.. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -c nettle-hash.c && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. nettle-hash.o misc.o ../getopt.o ../getopt1.o -lnettle -o nettle-hash /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I.. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -c nettle-pbkdf2.c && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. nettle-pbkdf2.o misc.o ../getopt.o ../getopt1.o -lnettle -o nettle-pbkdf2 /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I.. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -c nettle-lfib-stream.c && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. nettle-lfib-stream.o -lnettle -lgmp -o nettle-lfib-stream /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I.. -I.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -c pkcs1-conv.c && true /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -ggdb3 -Wall -W -Wno-sign-compare -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. pkcs1-conv.o misc.o ../getopt.o ../getopt1.o -lhogweed -lnettle -lgmp -o pkcs1-conv make[2]: Leaving directory '/tmp/instance-5/output-1/build/nettle-3.8.1/tools' make[1]: Leaving directory '/tmp/instance-5/output-1/build/nettle-3.8.1' >>> nettle 3.8.1 Installing to staging directory PATH="/tmp/instance-5/output-1/host/bin:/tmp/instance-5/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /home/autobuild/make/make -j1 DESTDIR=/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot install -C /tmp/instance-5/output-1/build/nettle-3.8.1/ make[1]: Entering directory '/tmp/instance-5/output-1/build/nettle-3.8.1' /home/autobuild/make/make install-here make[2]: Entering directory '/tmp/instance-5/output-1/build/nettle-3.8.1' /usr/bin/mkdir -p /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include/nettle for f in aes.h arcfour.h arctwo.h asn1.h blowfish.h base16.h base64.h bignum.h buffer.h camellia.h cast128.h cbc.h ccm.h cfb.h chacha.h chacha-poly1305.h ctr.h curve25519.h curve448.h des.h dsa.h dsa-compat.h eax.h ecc-curve.h ecc.h ecdsa.h eddsa.h gcm.h gostdsa.h gosthash94.h hmac.h knuth-lfib.h hkdf.h macros.h cmac.h siv-cmac.h md2.h md4.h md5.h md5-compat.h memops.h memxor.h nettle-meta.h nettle-types.h pbkdf2.h pgp.h pkcs1.h pss.h pss-mgf1.h realloc.h ripemd160.h rsa.h salsa20.h sexp.h serpent.h sha.h sha1.h sha2.h sha3.h sm3.h streebog.h twofish.h umac.h yarrow.h xts.h poly1305.h nist-keywrap.h version.h ; do \ if [ -f "$f" ] ; then \ /usr/bin/install -c -m 644 "$f" /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include/nettle ; \ else \ /usr/bin/install -c -m 644 "./$f" /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include/nettle ; \ fi ; done /usr/bin/mkdir -p /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib for f in ; do \ /usr/bin/install -c -m 644 $f /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib ; \ done /usr/bin/mkdir -p /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/pkgconfig for f in nettle.pc hogweed.pc ; do \ /usr/bin/install -c -m 644 "$f" /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/pkgconfig ; \ done /usr/bin/mkdir -p /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib /usr/bin/install -c -m 644 libnettle.so /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/libnettle.so.8.6 [ -z "libnettle.so.8" ] \ || (cd /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib \ && rm -f libnettle.so.8 libnettle.so \ && ln -s libnettle.so.8.6 libnettle.so.8 \ && ln -s libnettle.so.8.6 libnettle.so) /usr/bin/mkdir -p /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib /usr/bin/install -c -m 644 libhogweed.so /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/libhogweed.so.6.6 [ -z "libhogweed.so.6" ] \ || (cd /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib \ && rm -f libhogweed.so.6 libhogweed.so \ && ln -s libhogweed.so.6.6 libhogweed.so.6 \ && ln -s libhogweed.so.6.6 libhogweed.so) make[2]: Leaving directory '/tmp/instance-5/output-1/build/nettle-3.8.1' set -e; for d in tools; do \ echo "Making install in $d" ; (cd $d && /home/autobuild/make/make install); done Making install in tools make[2]: Entering directory '/tmp/instance-5/output-1/build/nettle-3.8.1/tools' /usr/bin/mkdir -p /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin for f in sexp-conv nettle-hash nettle-pbkdf2 nettle-lfib-stream pkcs1-conv ; do \ /usr/bin/install -c $f /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin ; \ done make[2]: Leaving directory '/tmp/instance-5/output-1/build/nettle-3.8.1/tools' make[1]: Leaving directory '/tmp/instance-5/output-1/build/nettle-3.8.1' >>> nettle 3.8.1 Fixing libtool files for la in $(find /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib* -name "*.la"); do \ cp -a "${la}" "${la}.fixed" && \ /usr/bin/sed -i -e "s:/tmp/instance-5/output-1:@BASE_DIR@:g" \ -e "s:/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot:@STAGING_DIR@:g" \ \ -e "s:\(['= ]\)/usr:\\1@STAGING_DIR@/usr:g" \ -e "s:\(['= ]\)/lib:\\1@STAGING_DIR@/lib:g" \ \ -e "s:@STAGING_DIR@:/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot:g" \ -e "s:@BASE_DIR@:/tmp/instance-5/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 >>> nettle 3.8.1 Installing to target PATH="/tmp/instance-5/output-1/host/bin:/tmp/instance-5/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /home/autobuild/make/make -j1 DESTDIR=/tmp/instance-5/output-1/target install -C /tmp/instance-5/output-1/build/nettle-3.8.1/ make[1]: Entering directory '/tmp/instance-5/output-1/build/nettle-3.8.1' /home/autobuild/make/make install-here make[2]: Entering directory '/tmp/instance-5/output-1/build/nettle-3.8.1' /usr/bin/mkdir -p /tmp/instance-5/output-1/target/usr/include/nettle for f in aes.h arcfour.h arctwo.h asn1.h blowfish.h base16.h base64.h bignum.h buffer.h camellia.h cast128.h cbc.h ccm.h cfb.h chacha.h chacha-poly1305.h ctr.h curve25519.h curve448.h des.h dsa.h dsa-compat.h eax.h ecc-curve.h ecc.h ecdsa.h eddsa.h gcm.h gostdsa.h gosthash94.h hmac.h knuth-lfib.h hkdf.h macros.h cmac.h siv-cmac.h md2.h md4.h md5.h md5-compat.h memops.h memxor.h nettle-meta.h nettle-types.h pbkdf2.h pgp.h pkcs1.h pss.h pss-mgf1.h realloc.h ripemd160.h rsa.h salsa20.h sexp.h serpent.h sha.h sha1.h sha2.h sha3.h sm3.h streebog.h twofish.h umac.h yarrow.h xts.h poly1305.h nist-keywrap.h version.h ; do \ if [ -f "$f" ] ; then \ /usr/bin/install -c -m 644 "$f" /tmp/instance-5/output-1/target/usr/include/nettle ; \ else \ /usr/bin/install -c -m 644 "./$f" /tmp/instance-5/output-1/target/usr/include/nettle ; \ fi ; done /usr/bin/mkdir -p /tmp/instance-5/output-1/target/usr/lib for f in ; do \ /usr/bin/install -c -m 644 $f /tmp/instance-5/output-1/target/usr/lib ; \ done /usr/bin/mkdir -p /tmp/instance-5/output-1/target/usr/lib/pkgconfig for f in nettle.pc hogweed.pc ; do \ /usr/bin/install -c -m 644 "$f" /tmp/instance-5/output-1/target/usr/lib/pkgconfig ; \ done /usr/bin/mkdir -p /tmp/instance-5/output-1/target/usr/lib /usr/bin/install -c -m 644 libnettle.so /tmp/instance-5/output-1/target/usr/lib/libnettle.so.8.6 [ -z "libnettle.so.8" ] \ || (cd /tmp/instance-5/output-1/target/usr/lib \ && rm -f libnettle.so.8 libnettle.so \ && ln -s libnettle.so.8.6 libnettle.so.8 \ && ln -s libnettle.so.8.6 libnettle.so) /usr/bin/mkdir -p /tmp/instance-5/output-1/target/usr/lib /usr/bin/install -c -m 644 libhogweed.so /tmp/instance-5/output-1/target/usr/lib/libhogweed.so.6.6 [ -z "libhogweed.so.6" ] \ || (cd /tmp/instance-5/output-1/target/usr/lib \ && rm -f libhogweed.so.6 libhogweed.so \ && ln -s libhogweed.so.6.6 libhogweed.so.6 \ && ln -s libhogweed.so.6.6 libhogweed.so) make[2]: Leaving directory '/tmp/instance-5/output-1/build/nettle-3.8.1' set -e; for d in tools; do \ echo "Making install in $d" ; (cd $d && /home/autobuild/make/make install); done Making install in tools make[2]: Entering directory '/tmp/instance-5/output-1/build/nettle-3.8.1/tools' /usr/bin/mkdir -p /tmp/instance-5/output-1/target/usr/bin for f in sexp-conv nettle-hash nettle-pbkdf2 nettle-lfib-stream pkcs1-conv ; do \ /usr/bin/install -c $f /tmp/instance-5/output-1/target/usr/bin ; \ done make[2]: Leaving directory '/tmp/instance-5/output-1/build/nettle-3.8.1/tools' make[1]: Leaving directory '/tmp/instance-5/output-1/build/nettle-3.8.1' >>> nginx-upload 4423994c7d8fb491d95867f6af968585d949e7a9 Downloading wget --passive-ftp -nd -t 3 -O '/tmp/instance-5/output-1/build/.nginx-upload-4423994c7d8fb491d95867f6af968585d949e7a9.tar.gz.LiQliT/output' 'https://github.com/vkholodkov/nginx-upload-module/archive/4423994c7d8fb491d95867f6af968585d949e7a9/nginx-upload-4423994c7d8fb491d95867f6af968585d949e7a9.tar.gz' --2023-02-19 23:57:40-- https://github.com/vkholodkov/nginx-upload-module/archive/4423994c7d8fb491d95867f6af968585d949e7a9/nginx-upload-4423994c7d8fb491d95867f6af968585d949e7a9.tar.gz Resolving github.com (github.com)... 140.82.112.4 Connecting to github.com (github.com)|140.82.112.4|:443... connected. HTTP request sent, awaiting response... 302 Found Location: https://codeload.github.com/vkholodkov/nginx-upload-module/tar.gz/4423994c7d8fb491d95867f6af968585d949e7a9 [following] --2023-02-19 23:57:40-- https://codeload.github.com/vkholodkov/nginx-upload-module/tar.gz/4423994c7d8fb491d95867f6af968585d949e7a9 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: '/tmp/instance-5/output-1/build/.nginx-upload-4423994c7d8fb491d95867f6af968585d949e7a9.tar.gz.LiQliT/output' 0K .......... .......... .......... .......... . 396K=0.1s 2023-02-19 23:57:41 (396 KB/s) - '/tmp/instance-5/output-1/build/.nginx-upload-4423994c7d8fb491d95867f6af968585d949e7a9.tar.gz.LiQliT/output' saved [42160] nginx-upload-4423994c7d8fb491d95867f6af968585d949e7a9.tar.gz: OK (sha256: 61ad5bcb67c8f688a4c7a5611311a351049361840b8dfe78be542066f475166e) >>> nginx-upload 4423994c7d8fb491d95867f6af968585d949e7a9 Extracting gzip -d -c /tmp/instance-5/dl/nginx-upload/nginx-upload-4423994c7d8fb491d95867f6af968585d949e7a9.tar.gz | tar --strip-components=1 -C /tmp/instance-5/output-1/build/nginx-upload-4423994c7d8fb491d95867f6af968585d949e7a9 -xf - >>> nginx-upload 4423994c7d8fb491d95867f6af968585d949e7a9 Patching >>> nginx-upload 4423994c7d8fb491d95867f6af968585d949e7a9 Configuring >>> nginx-upload 4423994c7d8fb491d95867f6af968585d949e7a9 Building >>> nginx-upload 4423994c7d8fb491d95867f6af968585d949e7a9 Installing to target >>> nginx 1.22.1 Downloading wget --passive-ftp -nd -t 3 -O '/tmp/instance-5/output-1/build/.nginx-1.22.1.tar.gz.iQtJG3/output' 'http://nginx.org/download/nginx-1.22.1.tar.gz' --2023-02-19 23:57:43-- http://nginx.org/download/nginx-1.22.1.tar.gz Resolving nginx.org (nginx.org)... 3.125.197.172, 52.58.199.22, 2a05:d014:edb:5702::6, ... Connecting to nginx.org (nginx.org)|3.125.197.172|:80... connected. HTTP request sent, awaiting response... 200 OK Length: 1073948 (1.0M) [application/octet-stream] Saving to: '/tmp/instance-5/output-1/build/.nginx-1.22.1.tar.gz.iQtJG3/output' 0K .......... .......... .......... .......... .......... 4% 195K 5s 50K .......... .......... .......... .......... .......... 9% 390K 4s 100K .......... .......... .......... .......... .......... 14% 78.2M 2s 150K .......... .......... .......... .......... .......... 19% 70.6M 2s 200K .......... .......... .......... .......... .......... 23% 388K 2s 250K .......... .......... .......... .......... .......... 28% 271M 1s 300K .......... .......... .......... .......... .......... 33% 304M 1s 350K .......... .......... .......... .......... .......... 38% 248M 1s 400K .......... .......... .......... .......... .......... 42% 396K 1s 450K .......... .......... .......... .......... .......... 47% 70.5M 1s 500K .......... .......... .......... .......... .......... 52% 90.0M 1s 550K .......... .......... .......... .......... .......... 57% 103M 0s 600K .......... .......... .......... .......... .......... 61% 25.8M 0s 650K .......... .......... .......... .......... .......... 66% 313M 0s 700K .......... .......... .......... .......... .......... 71% 340M 0s 750K .......... .......... .......... .......... .......... 76% 384K 0s 800K .......... .......... .......... .......... .......... 81% 336M 0s 850K .......... .......... .......... .......... .......... 85% 370M 0s 900K .......... .......... .......... .......... .......... 90% 320M 0s 950K .......... .......... .......... .......... .......... 95% 376M 0s 1000K .......... .......... .......... .......... ........ 100% 345M=0.8s 2023-02-19 23:57:44 (1.32 MB/s) - '/tmp/instance-5/output-1/build/.nginx-1.22.1.tar.gz.iQtJG3/output' saved [1073948/1073948] nginx-1.22.1.tar.gz: OK (sha256: 9ebb333a9e82b952acd3e2b4aeb1d4ff6406f72491bab6cd9fe69f0dea737f31) >>> nginx 1.22.1 Extracting gzip -d -c /tmp/instance-5/dl/nginx/nginx-1.22.1.tar.gz | tar --strip-components=1 -C /tmp/instance-5/output-1/build/nginx-1.22.1 -xf - >>> nginx 1.22.1 Patching Applying 0001-auto-type-sizeof-rework-autotest-to-be-cross-compila.patch using patch: patching file auto/types/sizeof Applying 0002-auto-feature-add-mechanism-allowing-to-force-feature.patch using patch: patching file auto/feature Applying 0003-auto-set-ngx_feature_run_force_result-for-each-featu.patch using patch: patching file auto/cc/conf patching file auto/cc/name patching file auto/lib/libatomic/conf patching file auto/os/darwin patching file auto/os/linux patching file auto/unix Applying 0004-auto-lib-libxslt-conf-use-pkg-config.patch using patch: patching file auto/lib/libxslt/conf Applying 0005-auto-unix-make-sys_nerr-guessing-cross-friendly.patch using patch: patching file auto/os/sys_nerr patching file auto/unix Applying 0006-auto-lib-openssl-conf-use-pkg-config.patch using patch: patching file auto/lib/openssl/conf Applying 0007-auto-lib-libgd-conf-use-pkg-config.patch using patch: patching file auto/lib/libgd/conf Applying 0008-src-os-unix-ngx_linux_config.h-only-include-dlfcn.h-.patch using patch: patching file src/os/unix/ngx_linux_config.h Applying 0009-auto-os-linux-fix-build-with-libxcrypt.patch using patch: patching file auto/os/linux Applying 0010-Allow-forcing-of-endianness-for-cross-compilation.patch using patch: patching file auto/endianness patching file auto/options Hunk #2 succeeded at 199 (offset 1 line). Hunk #3 succeeded at 438 (offset 2 lines). >>> nginx 1.22.1 Configuring /usr/bin/sed -i -e 's/-Werror//g' -i /tmp/instance-5/output-1/build/nginx-1.22.1/auto/cc/* cd /tmp/instance-5/output-1/build/nginx-1.22.1 ; ngx_force_c_compiler=yes ngx_force_c99_have_variadic_macros=yes ngx_force_gcc_have_variadic_macros=yes ngx_force_gcc_have_atomic=yes ngx_force_have_epoll=yes ngx_force_have_sendfile=yes ngx_force_have_sendfile64=yes ngx_force_have_pr_set_dumpable=yes ngx_force_have_timer_event=yes ngx_force_have_map_anon=yes ngx_force_have_map_devzero=yes ngx_force_have_sysvshm=yes ngx_force_have_posix_sem=yes ngx_force_have_libatomic=no PKG_CONFIG="/tmp/instance-5/output-1/host/bin/pkg-config" ./configure --crossbuild=Linux::"sh4a" --with-cc="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc" --with-cpp="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc" --with-ld-opt="" --force-endianness=little --prefix=/usr --conf-path=/etc/nginx/nginx.conf --sbin-path=/usr/sbin/nginx --pid-path=/run/nginx.pid --lock-path=/run/lock/nginx.lock --user=www-data --group=www-data --error-log-path=/var/log/nginx/error.log --http-log-path=/var/log/nginx/access.log --http-client-body-temp-path=/var/cache/nginx/client-body --http-proxy-temp-path=/var/cache/nginx/proxy --http-fastcgi-temp-path=/var/cache/nginx/fastcgi --http-scgi-temp-path=/var/cache/nginx/scgi --http-uwsgi-temp-path=/var/cache/nginx/uwsgi --with-pcre --with-select_module --with-poll_module --without-http-cache --with-http_gzip_static_module --with-http_secure_link_module --without-http_gzip_module --without-http_rewrite_module --with-http_flv_module --with-http_slice_module --with-http_stub_status_module --without-http_charset_module --without-http_ssi_module --without-http_userid_module --without-http_access_module --without-http_autoindex_module --without-http_geo_module --without-http_map_module --without-http_split_clients_module --without-http_referer_module --without-http_proxy_module --without-http_uwsgi_module --without-http_scgi_module --without-http_memcached_module --without-http_limit_conn_module --without-http_limit_req_module --without-http_empty_gif_module --without-http_browser_module --without-http_upstream_ip_hash_module --without-http_upstream_least_conn_module --without-http_upstream_random_module --without-http_upstream_keepalive_module --without-http_upstream_zone_module --add-module=/tmp/instance-5/output-1/build/nginx-upload-4423994c7d8fb491d95867f6af968585d949e7a9 --with-cc-opt="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 " building for Linux::sh4a checking for C compiler ... not tested (maybe cross-compiling) + using GNU C compiler + gcc version: 11.3.0 (Buildroot 2022.11-1491-g7b4937a170) checking for gcc -pipe switch ... found checking for -Wl,-E switch ... found checking for gcc builtin atomic operations ... not tested (maybe cross-compiling) checking for C99 variadic macros ... not tested (maybe cross-compiling) checking for gcc variadic macros ... not tested (maybe cross-compiling) checking for gcc builtin 64 bit byteswap ... found checking for unistd.h ... found checking for inttypes.h ... found checking for limits.h ... found checking for sys/filio.h ... not found checking for sys/param.h ... found checking for sys/mount.h ... found checking for sys/statvfs.h ... found checking for crypt.h ... found checking for Linux::sh4a specific features checking for epoll ... not tested (maybe cross-compiling) checking for EPOLLRDHUP ... found checking for EPOLLEXCLUSIVE ... found checking for eventfd() ... found checking for O_PATH ... found checking for sendfile() ... not tested (maybe cross-compiling) checking for sendfile64() ... not tested (maybe cross-compiling) checking for sys/prctl.h ... found checking for prctl(PR_SET_DUMPABLE) ... not tested (maybe cross-compiling) checking for prctl(PR_SET_KEEPCAPS) ... not tested (maybe cross-compiling) checking for capabilities ... found checking for crypt_r() ... found checking for sys/vfs.h ... found checking for poll() ... found checking for /dev/poll ... not found checking for kqueue ... not found checking for crypt() ... not found checking for crypt() in libcrypt ... found checking for F_READAHEAD ... not found checking for posix_fadvise() ... found checking for O_DIRECT ... found checking for F_NOCACHE ... not found checking for directio() ... not found checking for statfs() ... found checking for statvfs() ... found checking for dlopen() ... found checking for sched_yield() ... found checking for sched_setaffinity() ... found checking for SO_SETFIB ... not found checking for SO_REUSEPORT ... found checking for SO_ACCEPTFILTER ... not found checking for SO_BINDANY ... not found checking for IP_TRANSPARENT ... found checking for IP_BINDANY ... not found checking for IP_BIND_ADDRESS_NO_PORT ... found checking for IP_RECVDSTADDR ... not found checking for IP_SENDSRCADDR ... not found checking for IP_PKTINFO ... found checking for IPV6_RECVPKTINFO ... found checking for TCP_DEFER_ACCEPT ... found checking for TCP_KEEPIDLE ... found checking for TCP_FASTOPEN ... found checking for TCP_INFO ... found checking for accept4() ... found checking for int size ... 4 bytes checking for long size ... 4 bytes checking for long long size ... 8 bytes checking for void * size ... 4 bytes checking for uint32_t ... found checking for uint64_t ... found checking for sig_atomic_t ... found checking for sig_atomic_t size ... 4 bytes checking for socklen_t ... found checking for in_addr_t ... found checking for in_port_t ... found checking for rlim_t ... found checking for uintptr_t ... uintptr_t found checking for system byte ordering ... little endian (forced) checking for size_t size ... 4 bytes checking for off_t size ... 8 bytes checking for time_t size ... 4 bytes checking for AF_INET6 ... found checking for setproctitle() ... not found checking for pread() ... found checking for pwrite() ... found checking for pwritev() ... found checking for strerrordesc_np() ... found checking for sys_nerr value... 135 checking for localtime_r() ... found checking for clock_gettime(CLOCK_MONOTONIC) ... found checking for posix_memalign() ... found checking for memalign() ... found checking for mmap(MAP_ANON|MAP_SHARED) ... not tested (maybe cross-compiling) checking for mmap("/dev/zero", MAP_SHARED) ... not tested (maybe cross-compiling) checking for System V shared memory ... not tested (maybe cross-compiling) checking for POSIX semaphores ... not tested (maybe cross-compiling) checking for struct msghdr.msg_control ... found checking for ioctl(FIONBIO) ... found checking for ioctl(FIONREAD) ... found checking for struct tm.tm_gmtoff ... found checking for struct dirent.d_namlen ... not found checking for struct dirent.d_type ... found checking for sysconf(_SC_NPROCESSORS_ONLN) ... found checking for sysconf(_SC_LEVEL1_DCACHE_LINESIZE) ... found checking for openat(), fstatat() ... found checking for getaddrinfo() ... found configuring additional modules adding module in /tmp/instance-5/output-1/build/nginx-upload-4423994c7d8fb491d95867f6af968585d949e7a9 + ngx_http_upload_module was configured checking for PCRE2 library ... found checking for OpenSSL library ... found creating objs/Makefile Configuration summary + using system PCRE2 library + using system OpenSSL library + zlib library is not used nginx path prefix: "/usr" nginx binary file: "/usr/sbin/nginx" nginx modules path: "/usr/modules" nginx configuration prefix: "/etc/nginx" nginx configuration file: "/etc/nginx/nginx.conf" nginx pid file: "/run/nginx.pid" nginx error log file: "/var/log/nginx/error.log" nginx http access log file: "/var/log/nginx/access.log" nginx http client request body temporary files: "/var/cache/nginx/client-body" nginx http fastcgi temporary files: "/var/cache/nginx/fastcgi" >>> nginx 1.22.1 Building PATH="/tmp/instance-5/output-1/host/bin:/tmp/instance-5/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /home/autobuild/make/make -j1 -C /tmp/instance-5/output-1/build/nginx-1.22.1 make[1]: Entering directory '/tmp/instance-5/output-1/build/nginx-1.22.1' /home/autobuild/make/make -f objs/Makefile make[2]: Entering directory '/tmp/instance-5/output-1/build/nginx-1.22.1' /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \ -o objs/src/core/nginx.o \ src/core/nginx.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \ -o objs/src/core/ngx_log.o \ src/core/ngx_log.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \ -o objs/src/core/ngx_palloc.o \ src/core/ngx_palloc.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \ -o objs/src/core/ngx_array.o \ src/core/ngx_array.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \ -o objs/src/core/ngx_list.o \ src/core/ngx_list.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \ -o objs/src/core/ngx_hash.o \ src/core/ngx_hash.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \ -o objs/src/core/ngx_buf.o \ src/core/ngx_buf.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \ -o objs/src/core/ngx_queue.o \ src/core/ngx_queue.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \ -o objs/src/core/ngx_output_chain.o \ src/core/ngx_output_chain.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \ -o objs/src/core/ngx_string.o \ src/core/ngx_string.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \ -o objs/src/core/ngx_parse.o \ src/core/ngx_parse.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \ -o objs/src/core/ngx_parse_time.o \ src/core/ngx_parse_time.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \ -o objs/src/core/ngx_inet.o \ src/core/ngx_inet.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \ -o objs/src/core/ngx_file.o \ src/core/ngx_file.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \ -o objs/src/core/ngx_crc32.o \ src/core/ngx_crc32.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \ -o objs/src/core/ngx_murmurhash.o \ src/core/ngx_murmurhash.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \ -o objs/src/core/ngx_md5.o \ src/core/ngx_md5.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \ -o objs/src/core/ngx_sha1.o \ src/core/ngx_sha1.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \ -o objs/src/core/ngx_rbtree.o \ src/core/ngx_rbtree.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \ -o objs/src/core/ngx_radix_tree.o \ src/core/ngx_radix_tree.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \ -o objs/src/core/ngx_slab.o \ src/core/ngx_slab.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \ -o objs/src/core/ngx_times.o \ src/core/ngx_times.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \ -o objs/src/core/ngx_shmtx.o \ src/core/ngx_shmtx.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \ -o objs/src/core/ngx_connection.o \ src/core/ngx_connection.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \ -o objs/src/core/ngx_cycle.o \ src/core/ngx_cycle.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \ -o objs/src/core/ngx_spinlock.o \ src/core/ngx_spinlock.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \ -o objs/src/core/ngx_rwlock.o \ src/core/ngx_rwlock.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \ -o objs/src/core/ngx_cpuinfo.o \ src/core/ngx_cpuinfo.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \ -o objs/src/core/ngx_conf_file.o \ src/core/ngx_conf_file.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \ -o objs/src/core/ngx_module.o \ src/core/ngx_module.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \ -o objs/src/core/ngx_resolver.o \ src/core/ngx_resolver.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \ -o objs/src/core/ngx_open_file_cache.o \ src/core/ngx_open_file_cache.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \ -o objs/src/core/ngx_crypt.o \ src/core/ngx_crypt.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \ -o objs/src/core/ngx_proxy_protocol.o \ src/core/ngx_proxy_protocol.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \ -o objs/src/core/ngx_syslog.o \ src/core/ngx_syslog.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \ -o objs/src/event/ngx_event.o \ src/event/ngx_event.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \ -o objs/src/event/ngx_event_timer.o \ src/event/ngx_event_timer.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \ -o objs/src/event/ngx_event_posted.o \ src/event/ngx_event_posted.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \ -o objs/src/event/ngx_event_accept.o \ src/event/ngx_event_accept.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \ -o objs/src/event/ngx_event_udp.o \ src/event/ngx_event_udp.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \ -o objs/src/event/ngx_event_connect.o \ src/event/ngx_event_connect.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \ -o objs/src/event/ngx_event_pipe.o \ src/event/ngx_event_pipe.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \ -o objs/src/os/unix/ngx_time.o \ src/os/unix/ngx_time.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \ -o objs/src/os/unix/ngx_errno.o \ src/os/unix/ngx_errno.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \ -o objs/src/os/unix/ngx_alloc.o \ src/os/unix/ngx_alloc.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \ -o objs/src/os/unix/ngx_files.o \ src/os/unix/ngx_files.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \ -o objs/src/os/unix/ngx_socket.o \ src/os/unix/ngx_socket.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \ -o objs/src/os/unix/ngx_recv.o \ src/os/unix/ngx_recv.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \ -o objs/src/os/unix/ngx_readv_chain.o \ src/os/unix/ngx_readv_chain.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \ -o objs/src/os/unix/ngx_udp_recv.o \ src/os/unix/ngx_udp_recv.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \ -o objs/src/os/unix/ngx_send.o \ src/os/unix/ngx_send.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \ -o objs/src/os/unix/ngx_writev_chain.o \ src/os/unix/ngx_writev_chain.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \ -o objs/src/os/unix/ngx_udp_send.o \ src/os/unix/ngx_udp_send.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \ -o objs/src/os/unix/ngx_udp_sendmsg_chain.o \ src/os/unix/ngx_udp_sendmsg_chain.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \ -o objs/src/os/unix/ngx_channel.o \ src/os/unix/ngx_channel.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \ -o objs/src/os/unix/ngx_shmem.o \ src/os/unix/ngx_shmem.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \ -o objs/src/os/unix/ngx_process.o \ src/os/unix/ngx_process.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \ -o objs/src/os/unix/ngx_daemon.o \ src/os/unix/ngx_daemon.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \ -o objs/src/os/unix/ngx_setaffinity.o \ src/os/unix/ngx_setaffinity.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \ -o objs/src/os/unix/ngx_setproctitle.o \ src/os/unix/ngx_setproctitle.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \ -o objs/src/os/unix/ngx_posix_init.o \ src/os/unix/ngx_posix_init.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \ -o objs/src/os/unix/ngx_user.o \ src/os/unix/ngx_user.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \ -o objs/src/os/unix/ngx_dlopen.o \ src/os/unix/ngx_dlopen.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \ -o objs/src/os/unix/ngx_process_cycle.o \ src/os/unix/ngx_process_cycle.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \ -o objs/src/os/unix/ngx_linux_init.o \ src/os/unix/ngx_linux_init.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \ -o objs/src/event/modules/ngx_epoll_module.o \ src/event/modules/ngx_epoll_module.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \ -o objs/src/os/unix/ngx_linux_sendfile_chain.o \ src/os/unix/ngx_linux_sendfile_chain.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \ -o objs/src/event/modules/ngx_select_module.o \ src/event/modules/ngx_select_module.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \ -o objs/src/event/modules/ngx_poll_module.o \ src/event/modules/ngx_poll_module.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \ -o objs/src/event/ngx_event_openssl.o \ src/event/ngx_event_openssl.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \ -o objs/src/event/ngx_event_openssl_stapling.o \ src/event/ngx_event_openssl_stapling.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \ -o objs/src/core/ngx_regex.o \ src/core/ngx_regex.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules \ -o objs/src/http/ngx_http.o \ src/http/ngx_http.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules \ -o objs/src/http/ngx_http_core_module.o \ src/http/ngx_http_core_module.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules \ -o objs/src/http/ngx_http_special_response.o \ src/http/ngx_http_special_response.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules \ -o objs/src/http/ngx_http_request.o \ src/http/ngx_http_request.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules \ -o objs/src/http/ngx_http_parse.o \ src/http/ngx_http_parse.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules \ -o objs/src/http/modules/ngx_http_log_module.o \ src/http/modules/ngx_http_log_module.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules \ -o objs/src/http/ngx_http_request_body.o \ src/http/ngx_http_request_body.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules \ -o objs/src/http/ngx_http_variables.o \ src/http/ngx_http_variables.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules \ -o objs/src/http/ngx_http_script.o \ src/http/ngx_http_script.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules \ -o objs/src/http/ngx_http_upstream.o \ src/http/ngx_http_upstream.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules \ -o objs/src/http/ngx_http_upstream_round_robin.o \ src/http/ngx_http_upstream_round_robin.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules \ -o objs/src/http/ngx_http_write_filter_module.o \ src/http/ngx_http_write_filter_module.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules \ -o objs/src/http/ngx_http_header_filter_module.o \ src/http/ngx_http_header_filter_module.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules \ -o objs/src/http/modules/ngx_http_chunked_filter_module.o \ src/http/modules/ngx_http_chunked_filter_module.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules \ -o objs/src/http/modules/ngx_http_range_filter_module.o \ src/http/modules/ngx_http_range_filter_module.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules \ -o objs/src/http/ngx_http_postpone_filter_module.o \ src/http/ngx_http_postpone_filter_module.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules \ -o objs/src/http/modules/ngx_http_headers_filter_module.o \ src/http/modules/ngx_http_headers_filter_module.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules \ -o objs/src/http/ngx_http_copy_filter_module.o \ src/http/ngx_http_copy_filter_module.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules \ -o objs/src/http/modules/ngx_http_not_modified_filter_module.o \ src/http/modules/ngx_http_not_modified_filter_module.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules \ -o objs/src/http/modules/ngx_http_slice_filter_module.o \ src/http/modules/ngx_http_slice_filter_module.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules \ -o objs/src/http/modules/ngx_http_static_module.o \ src/http/modules/ngx_http_static_module.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules \ -o objs/src/http/modules/ngx_http_gzip_static_module.o \ src/http/modules/ngx_http_gzip_static_module.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules \ -o objs/src/http/modules/ngx_http_index_module.o \ src/http/modules/ngx_http_index_module.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules \ -o objs/src/http/modules/ngx_http_mirror_module.o \ src/http/modules/ngx_http_mirror_module.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules \ -o objs/src/http/modules/ngx_http_try_files_module.o \ src/http/modules/ngx_http_try_files_module.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules \ -o objs/src/http/modules/ngx_http_auth_basic_module.o \ src/http/modules/ngx_http_auth_basic_module.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules \ -o objs/src/http/modules/ngx_http_fastcgi_module.o \ src/http/modules/ngx_http_fastcgi_module.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules \ -o objs/src/http/modules/ngx_http_secure_link_module.o \ src/http/modules/ngx_http_secure_link_module.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules \ -o objs/src/http/modules/ngx_http_flv_module.o \ src/http/modules/ngx_http_flv_module.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules \ -o objs/src/http/modules/ngx_http_upstream_hash_module.o \ src/http/modules/ngx_http_upstream_hash_module.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules \ -o objs/src/http/modules/ngx_http_stub_status_module.o \ src/http/modules/ngx_http_stub_status_module.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs -I src/http -I src/http/modules \ -o objs/addon/nginx-upload-4423994c7d8fb491d95867f6af968585d949e7a9/ngx_http_upload_module.o \ /tmp/instance-5/output-1/build/nginx-upload-4423994c7d8fb491d95867f6af968585d949e7a9/ngx_http_upload_module.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -c -pipe -O -W -Wall -Wpointer-arith -Wno-unused-parameter -g -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -I src/core -I src/event -I src/event/modules -I src/os/unix -I objs \ -o objs/ngx_modules.o \ objs/ngx_modules.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -o objs/nginx \ objs/src/core/nginx.o \ objs/src/core/ngx_log.o \ objs/src/core/ngx_palloc.o \ objs/src/core/ngx_array.o \ objs/src/core/ngx_list.o \ objs/src/core/ngx_hash.o \ objs/src/core/ngx_buf.o \ objs/src/core/ngx_queue.o \ objs/src/core/ngx_output_chain.o \ objs/src/core/ngx_string.o \ objs/src/core/ngx_parse.o \ objs/src/core/ngx_parse_time.o \ objs/src/core/ngx_inet.o \ objs/src/core/ngx_file.o \ objs/src/core/ngx_crc32.o \ objs/src/core/ngx_murmurhash.o \ objs/src/core/ngx_md5.o \ objs/src/core/ngx_sha1.o \ objs/src/core/ngx_rbtree.o \ objs/src/core/ngx_radix_tree.o \ objs/src/core/ngx_slab.o \ objs/src/core/ngx_times.o \ objs/src/core/ngx_shmtx.o \ objs/src/core/ngx_connection.o \ objs/src/core/ngx_cycle.o \ objs/src/core/ngx_spinlock.o \ objs/src/core/ngx_rwlock.o \ objs/src/core/ngx_cpuinfo.o \ objs/src/core/ngx_conf_file.o \ objs/src/core/ngx_module.o \ objs/src/core/ngx_resolver.o \ objs/src/core/ngx_open_file_cache.o \ objs/src/core/ngx_crypt.o \ objs/src/core/ngx_proxy_protocol.o \ objs/src/core/ngx_syslog.o \ objs/src/event/ngx_event.o \ objs/src/event/ngx_event_timer.o \ objs/src/event/ngx_event_posted.o \ objs/src/event/ngx_event_accept.o \ objs/src/event/ngx_event_udp.o \ objs/src/event/ngx_event_connect.o \ objs/src/event/ngx_event_pipe.o \ objs/src/os/unix/ngx_time.o \ objs/src/os/unix/ngx_errno.o \ objs/src/os/unix/ngx_alloc.o \ objs/src/os/unix/ngx_files.o \ objs/src/os/unix/ngx_socket.o \ objs/src/os/unix/ngx_recv.o \ objs/src/os/unix/ngx_readv_chain.o \ objs/src/os/unix/ngx_udp_recv.o \ objs/src/os/unix/ngx_send.o \ objs/src/os/unix/ngx_writev_chain.o \ objs/src/os/unix/ngx_udp_send.o \ objs/src/os/unix/ngx_udp_sendmsg_chain.o \ objs/src/os/unix/ngx_channel.o \ objs/src/os/unix/ngx_shmem.o \ objs/src/os/unix/ngx_process.o \ objs/src/os/unix/ngx_daemon.o \ objs/src/os/unix/ngx_setaffinity.o \ objs/src/os/unix/ngx_setproctitle.o \ objs/src/os/unix/ngx_posix_init.o \ objs/src/os/unix/ngx_user.o \ objs/src/os/unix/ngx_dlopen.o \ objs/src/os/unix/ngx_process_cycle.o \ objs/src/os/unix/ngx_linux_init.o \ objs/src/event/modules/ngx_epoll_module.o \ objs/src/os/unix/ngx_linux_sendfile_chain.o \ objs/src/event/modules/ngx_select_module.o \ objs/src/event/modules/ngx_poll_module.o \ objs/src/event/ngx_event_openssl.o \ objs/src/event/ngx_event_openssl_stapling.o \ objs/src/core/ngx_regex.o \ objs/src/http/ngx_http.o \ objs/src/http/ngx_http_core_module.o \ objs/src/http/ngx_http_special_response.o \ objs/src/http/ngx_http_request.o \ objs/src/http/ngx_http_parse.o \ objs/src/http/modules/ngx_http_log_module.o \ objs/src/http/ngx_http_request_body.o \ objs/src/http/ngx_http_variables.o \ objs/src/http/ngx_http_script.o \ objs/src/http/ngx_http_upstream.o \ objs/src/http/ngx_http_upstream_round_robin.o \ objs/src/http/ngx_http_write_filter_module.o \ objs/src/http/ngx_http_header_filter_module.o \ objs/src/http/modules/ngx_http_chunked_filter_module.o \ objs/src/http/modules/ngx_http_range_filter_module.o \ objs/src/http/ngx_http_postpone_filter_module.o \ objs/src/http/modules/ngx_http_headers_filter_module.o \ objs/src/http/ngx_http_copy_filter_module.o \ objs/src/http/modules/ngx_http_not_modified_filter_module.o \ objs/src/http/modules/ngx_http_slice_filter_module.o \ objs/src/http/modules/ngx_http_static_module.o \ objs/src/http/modules/ngx_http_gzip_static_module.o \ objs/src/http/modules/ngx_http_index_module.o \ objs/src/http/modules/ngx_http_mirror_module.o \ objs/src/http/modules/ngx_http_try_files_module.o \ objs/src/http/modules/ngx_http_auth_basic_module.o \ objs/src/http/modules/ngx_http_fastcgi_module.o \ objs/src/http/modules/ngx_http_secure_link_module.o \ objs/src/http/modules/ngx_http_flv_module.o \ objs/src/http/modules/ngx_http_upstream_hash_module.o \ objs/src/http/modules/ngx_http_stub_status_module.o \ objs/addon/nginx-upload-4423994c7d8fb491d95867f6af968585d949e7a9/ngx_http_upload_module.o \ objs/ngx_modules.o \ -lcrypt -lcrypt -lpcre2-8 -L/tmp/instance-5/output-1/host/bin/../sh4a-buildroot-linux-gnu/sysroot/usr/lib -lssl -lcrypto \ -Wl,-E sed -e "s|%%PREFIX%%|/usr|" \ -e "s|%%PID_PATH%%|/run/nginx.pid|" \ -e "s|%%CONF_PATH%%|/etc/nginx/nginx.conf|" \ -e "s|%%ERROR_LOG_PATH%%|/var/log/nginx/error.log|" \ < man/nginx.8 > objs/nginx.8 make[2]: Leaving directory '/tmp/instance-5/output-1/build/nginx-1.22.1' make[1]: Leaving directory '/tmp/instance-5/output-1/build/nginx-1.22.1' >>> nginx 1.22.1 Installing to target PATH="/tmp/instance-5/output-1/host/bin:/tmp/instance-5/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /home/autobuild/make/make -j1 -C /tmp/instance-5/output-1/build/nginx-1.22.1 DESTDIR=/tmp/instance-5/output-1/target install make[1]: Entering directory '/tmp/instance-5/output-1/build/nginx-1.22.1' /home/autobuild/make/make -f objs/Makefile install make[2]: Entering directory '/tmp/instance-5/output-1/build/nginx-1.22.1' test -d '/tmp/instance-5/output-1/target/usr' || mkdir -p '/tmp/instance-5/output-1/target/usr' test -d '/tmp/instance-5/output-1/target/usr/sbin' \ || mkdir -p '/tmp/instance-5/output-1/target/usr/sbin' test ! -f '/tmp/instance-5/output-1/target/usr/sbin/nginx' \ || mv '/tmp/instance-5/output-1/target/usr/sbin/nginx' \ '/tmp/instance-5/output-1/target/usr/sbin/nginx.old' cp objs/nginx '/tmp/instance-5/output-1/target/usr/sbin/nginx' test -d '/tmp/instance-5/output-1/target/etc/nginx' \ || mkdir -p '/tmp/instance-5/output-1/target/etc/nginx' cp conf/koi-win '/tmp/instance-5/output-1/target/etc/nginx' cp conf/koi-utf '/tmp/instance-5/output-1/target/etc/nginx' cp conf/win-utf '/tmp/instance-5/output-1/target/etc/nginx' test -f '/tmp/instance-5/output-1/target/etc/nginx/mime.types' \ || cp conf/mime.types '/tmp/instance-5/output-1/target/etc/nginx' cp conf/mime.types '/tmp/instance-5/output-1/target/etc/nginx/mime.types.default' test -f '/tmp/instance-5/output-1/target/etc/nginx/fastcgi_params' \ || cp conf/fastcgi_params '/tmp/instance-5/output-1/target/etc/nginx' cp conf/fastcgi_params \ '/tmp/instance-5/output-1/target/etc/nginx/fastcgi_params.default' test -f '/tmp/instance-5/output-1/target/etc/nginx/fastcgi.conf' \ || cp conf/fastcgi.conf '/tmp/instance-5/output-1/target/etc/nginx' cp conf/fastcgi.conf '/tmp/instance-5/output-1/target/etc/nginx/fastcgi.conf.default' test -f '/tmp/instance-5/output-1/target/etc/nginx/uwsgi_params' \ || cp conf/uwsgi_params '/tmp/instance-5/output-1/target/etc/nginx' cp conf/uwsgi_params \ '/tmp/instance-5/output-1/target/etc/nginx/uwsgi_params.default' test -f '/tmp/instance-5/output-1/target/etc/nginx/scgi_params' \ || cp conf/scgi_params '/tmp/instance-5/output-1/target/etc/nginx' cp conf/scgi_params \ '/tmp/instance-5/output-1/target/etc/nginx/scgi_params.default' test -f '/tmp/instance-5/output-1/target/etc/nginx/nginx.conf' \ || cp conf/nginx.conf '/tmp/instance-5/output-1/target/etc/nginx/nginx.conf' cp conf/nginx.conf '/tmp/instance-5/output-1/target/etc/nginx/nginx.conf.default' test -d '/tmp/instance-5/output-1/target/run' \ || mkdir -p '/tmp/instance-5/output-1/target/run' test -d '/tmp/instance-5/output-1/target/var/log/nginx' \ || mkdir -p '/tmp/instance-5/output-1/target/var/log/nginx' test -d '/tmp/instance-5/output-1/target/usr/html' \ || cp -R html '/tmp/instance-5/output-1/target/usr' test -d '/tmp/instance-5/output-1/target/var/log/nginx' \ || mkdir -p '/tmp/instance-5/output-1/target/var/log/nginx' make[2]: Leaving directory '/tmp/instance-5/output-1/build/nginx-1.22.1' make[1]: Leaving directory '/tmp/instance-5/output-1/build/nginx-1.22.1' rm -f /tmp/instance-5/output-1/target/usr/sbin/nginx.old /usr/bin/install -D -m 0664 package/nginx/nginx.logrotate /tmp/instance-5/output-1/target/etc/logrotate.d/nginx >>> openlayers 7.2.2 Downloading wget --passive-ftp -nd -t 3 -O '/tmp/instance-5/output-1/build/.v7.2.2-package.zip.jEDZm7/output' 'https://github.com/openlayers/openlayers/releases/download/v7.2.2/v7.2.2-package.zip' --2023-02-19 23:59:26-- https://github.com/openlayers/openlayers/releases/download/v7.2.2/v7.2.2-package.zip Resolving github.com (github.com)... 140.82.112.4 Connecting to github.com (github.com)|140.82.112.4|:443... connected. HTTP request sent, awaiting response... 302 Found Location: https://objects.githubusercontent.com/github-production-release-asset-2e65be/4723248/6cf37d4f-f58f-4732-b1e1-cd5a11762bf0?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20230220%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20230220T065926Z&X-Amz-Expires=300&X-Amz-Signature=12fa65cdeae66eff1db714a12bee65339af08713c460b3e2b18d4fa6161de802&X-Amz-SignedHeaders=host&actor_id=0&key_id=0&repo_id=4723248&response-content-disposition=attachment%3B%20filename%3Dv7.2.2-package.zip&response-content-type=application%2Foctet-stream [following] --2023-02-19 23:59:26-- https://objects.githubusercontent.com/github-production-release-asset-2e65be/4723248/6cf37d4f-f58f-4732-b1e1-cd5a11762bf0?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20230220%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20230220T065926Z&X-Amz-Expires=300&X-Amz-Signature=12fa65cdeae66eff1db714a12bee65339af08713c460b3e2b18d4fa6161de802&X-Amz-SignedHeaders=host&actor_id=0&key_id=0&repo_id=4723248&response-content-disposition=attachment%3B%20filename%3Dv7.2.2-package.zip&response-content-type=application%2Foctet-stream Resolving objects.githubusercontent.com (objects.githubusercontent.com)... 185.199.109.133, 185.199.108.133, 185.199.111.133, ... Connecting to objects.githubusercontent.com (objects.githubusercontent.com)|185.199.109.133|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 2508559 (2.4M) [application/octet-stream] Saving to: '/tmp/instance-5/output-1/build/.v7.2.2-package.zip.jEDZm7/output' 0K .......... .......... .......... .......... .......... 2% 327K 7s 50K .......... .......... .......... .......... .......... 4% 735K 5s 100K .......... .......... .......... .......... .......... 6% 254M 3s 150K .......... .......... .......... .......... .......... 8% 697K 3s 200K .......... .......... .......... .......... .......... 10% 241M 3s 250K .......... .......... .......... .......... .......... 12% 707K 3s 300K .......... .......... .......... .......... .......... 14% 205M 2s 350K .......... .......... .......... .......... .......... 16% 118M 2s 400K .......... .......... .......... .......... .......... 18% 662K 2s 450K .......... .......... .......... .......... .......... 20% 84.3M 2s 500K .......... .......... .......... .......... .......... 22% 92.0M 2s 550K .......... .......... .......... .......... .......... 24% 11.8M 1s 600K .......... .......... .......... .......... .......... 26% 286M 1s 650K .......... .......... .......... .......... .......... 28% 832K 1s 700K .......... .......... .......... .......... .......... 30% 26.5M 1s 750K .......... .......... .......... .......... .......... 32% 180M 1s 800K .......... .......... .......... .......... .......... 34% 247M 1s 850K .......... .......... .......... .......... .......... 36% 223M 1s 900K .......... .......... .......... .......... .......... 38% 235M 1s 950K .......... .......... .......... .......... .......... 40% 62.5M 1s 1000K .......... .......... .......... .......... .......... 42% 715K 1s 1050K .......... .......... .......... .......... .......... 44% 193M 1s 1100K .......... .......... .......... .......... .......... 46% 221M 1s 1150K .......... .......... .......... .......... .......... 48% 208M 1s 1200K .......... .......... .......... .......... .......... 51% 151M 1s 1250K .......... .......... .......... .......... .......... 53% 210M 1s 1300K .......... .......... .......... .......... .......... 55% 24.2M 0s 1350K .......... .......... .......... .......... .......... 57% 108M 0s 1400K .......... .......... .......... .......... .......... 59% 88.7M 0s 1450K .......... .......... .......... .......... .......... 61% 755K 0s 1500K .......... .......... .......... .......... .......... 63% 71.5M 0s 1550K .......... .......... .......... .......... .......... 65% 76.0M 0s 1600K .......... .......... .......... .......... .......... 67% 69.3M 0s 1650K .......... .......... .......... .......... .......... 69% 78.0M 0s 1700K .......... .......... .......... .......... .......... 71% 249M 0s 1750K .......... .......... .......... .......... .......... 73% 63.7M 0s 1800K .......... .......... .......... .......... .......... 75% 214M 0s 1850K .......... .......... .......... .......... .......... 77% 25.6M 0s 1900K .......... .......... .......... .......... .......... 79% 419M 0s 1950K .......... .......... .......... .......... .......... 81% 446M 0s 2000K .......... .......... .......... .......... .......... 83% 393M 0s 2050K .......... .......... .......... .......... .......... 85% 766K 0s 2100K .......... .......... .......... .......... .......... 87% 171M 0s 2150K .......... .......... .......... .......... .......... 89% 163M 0s 2200K .......... .......... .......... .......... .......... 91% 239M 0s 2250K .......... .......... .......... .......... .......... 93% 178M 0s 2300K .......... .......... .......... .......... .......... 95% 121M 0s 2350K .......... .......... .......... .......... .......... 97% 36.5M 0s 2400K .......... .......... .......... .......... ......... 100% 266M=0.7s 2023-02-19 23:59:27 (3.31 MB/s) - '/tmp/instance-5/output-1/build/.v7.2.2-package.zip.jEDZm7/output' saved [2508559/2508559] v7.2.2-package.zip: OK (sha256: 31b848cc55967c7de63fece8cd1699fc51152421d04653b859103c7391ad5bbe) >>> openlayers 7.2.2 Extracting unzip /tmp/instance-5/dl/openlayers/v7.2.2-package.zip -d /tmp/instance-5/output-1/build/openlayers-7.2.2 Archive: /tmp/instance-5/dl/openlayers/v7.2.2-package.zip inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/Map.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/control.d.ts.map creating: /tmp/instance-5/output-1/build/openlayers-7.2.2/dist/ inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/dist/ol.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/dist/ol.js.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/events.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/Observable.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/asserts.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/control.d.ts creating: /tmp/instance-5/output-1/build/openlayers-7.2.2/render/ inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/render/EventType.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/render/EventType.d.ts creating: /tmp/instance-5/output-1/build/openlayers-7.2.2/render/webgl/ inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/render/webgl/constants.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/render/webgl/PolygonBatchRenderer.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/render/webgl/utils.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/render/webgl/utils.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/render/webgl/BatchRenderer.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/render/webgl/constants.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/render/webgl/BatchRenderer.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/render/webgl/PointBatchRenderer.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/render/webgl/MixedGeometryBatch.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/render/webgl/PointBatchRenderer.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/render/webgl/LineStringBatchRenderer.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/render/webgl/BatchRenderer.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/render/webgl/PolygonBatchRenderer.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/render/webgl/PolygonBatchRenderer.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/render/webgl/LineStringBatchRenderer.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/render/webgl/MixedGeometryBatch.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/render/webgl/MixedGeometryBatch.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/render/webgl/utils.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/render/webgl/constants.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/render/webgl/PointBatchRenderer.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/render/webgl/LineStringBatchRenderer.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/render/Feature.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/render/canvas.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/render/Feature.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/render/EventType.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/render/Box.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/render/VectorContext.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/render/Feature.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/render/VectorContext.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/render/canvas.d.ts creating: /tmp/instance-5/output-1/build/openlayers-7.2.2/render/canvas/ inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/render/canvas/Builder.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/render/canvas/Builder.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/render/canvas/ImageBuilder.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/render/canvas/BuilderGroup.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/render/canvas/Instruction.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/render/canvas/PolygonBuilder.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/render/canvas/BuilderGroup.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/render/canvas/ExecutorGroup.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/render/canvas/ExecutorGroup.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/render/canvas/ExecutorGroup.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/render/canvas/hitdetect.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/render/canvas/Immediate.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/render/canvas/BuilderGroup.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/render/canvas/TextBuilder.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/render/canvas/Executor.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/render/canvas/TextBuilder.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/render/canvas/hitdetect.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/render/canvas/Builder.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/render/canvas/hitdetect.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/render/canvas/Instruction.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/render/canvas/Executor.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/render/canvas/Executor.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/render/canvas/Immediate.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/render/canvas/TextBuilder.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/render/canvas/LineStringBuilder.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/render/canvas/PolygonBuilder.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/render/canvas/LineStringBuilder.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/render/canvas/LineStringBuilder.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/render/canvas/Instruction.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/render/canvas/ImageBuilder.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/render/canvas/PolygonBuilder.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/render/canvas/ImageBuilder.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/render/canvas/Immediate.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/render/canvas.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/render/Event.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/render/Box.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/render/VectorContext.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/render/Event.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/render/Event.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/render/Box.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/ImageBase.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/transform.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/ImageCanvas.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/style.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/interaction.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/console.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/View.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/ImageState.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/MapEvent.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/extent.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/source.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/geom.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/reproj.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/featureloader.d.ts creating: /tmp/instance-5/output-1/build/openlayers-7.2.2/pointer/ inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/pointer/EventType.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/pointer/EventType.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/pointer/EventType.js creating: /tmp/instance-5/output-1/build/openlayers-7.2.2/style/ inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/style/IconImageCache.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/style/Circle.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/style/Style.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/style/Circle.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/style/IconImage.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/style/IconImage.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/style/flat.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/style/Icon.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/style/Image.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/style/Fill.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/style/expressions.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/style/IconImageCache.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/style/RegularShape.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/style/Style.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/style/literal.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/style/RegularShape.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/style/Circle.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/style/literal.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/style/Stroke.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/style/IconImageCache.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/style/Text.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/style/Text.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/style/Text.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/style/Icon.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/style/literal.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/style/Fill.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/style/RegularShape.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/style/Image.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/style/Stroke.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/style/Style.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/style/Icon.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/style/IconImage.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/style/expressions.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/style/Fill.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/style/Image.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/style/Stroke.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/style/expressions.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/style/flat.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/style/flat.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/string.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/transform.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/Geolocation.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/net.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/TileQueue.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/index.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/Overlay.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/render.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/DataTile.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/VectorTile.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/util.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/CollectionEventType.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/MapBrowserEventType.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/sphere.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/MapBrowserEventHandler.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/easing.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/rotationconstraint.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/index.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/MapProperty.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/obj.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/dom.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/TileState.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/colorlike.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/Map.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/ObjectEventType.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/AssertionError.js creating: /tmp/instance-5/output-1/build/openlayers-7.2.2/webgl/ inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/webgl/PaletteTexture.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/webgl/ShaderBuilder.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/webgl/Buffer.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/webgl/Helper.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/webgl/Helper.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/webgl/ContextEventType.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/webgl/ContextEventType.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/webgl/PaletteTexture.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/webgl/ShaderBuilder.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/webgl/ShaderBuilder.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/webgl/TileTexture.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/webgl/Helper.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/webgl/Buffer.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/webgl/TileTexture.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/webgl/PaletteTexture.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/webgl/RenderTarget.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/webgl/RenderTarget.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/webgl/PostProcessingPass.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/webgl/PostProcessingPass.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/webgl/TileTexture.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/webgl/PostProcessingPass.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/webgl/ContextEventType.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/webgl/Buffer.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/webgl/RenderTarget.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/README.md inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/Feature.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/ImageCanvas.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/pixel.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/package.json inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/coordinate.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/console.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/sphere.d.ts.map creating: /tmp/instance-5/output-1/build/openlayers-7.2.2/extent/ inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/extent/Relationship.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/extent/Relationship.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/extent/Relationship.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/Feature.d.ts.map creating: /tmp/instance-5/output-1/build/openlayers-7.2.2/layer/ inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/layer/Heatmap.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/layer/WebGLPoints.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/layer/VectorImage.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/layer/Vector.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/layer/Property.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/layer/Graticule.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/layer/Graticule.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/layer/VectorTile.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/layer/Property.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/layer/MapboxVector.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/layer/WebGLPoints.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/layer/Group.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/layer/VectorImage.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/layer/Base.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/layer/BaseImage.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/layer/BaseVector.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/layer/WebGLTile.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/layer/Image.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/layer/Property.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/layer/WebGLTile.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/layer/BaseVector.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/layer/Vector.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/layer/VectorTile.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/layer/TileProperty.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/layer/TileProperty.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/layer/Group.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/layer/BaseImage.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/layer/Tile.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/layer/Tile.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/layer/Base.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/layer/MapboxVector.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/layer/BaseVector.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/layer/Heatmap.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/layer/Layer.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/layer/Layer.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/layer/Heatmap.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/layer/VectorImage.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/layer/Vector.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/layer/WebGLPoints.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/layer/Graticule.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/layer/VectorTile.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/layer/TileProperty.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/layer/BaseTile.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/layer/Group.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/layer/BaseTile.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/layer/BaseImage.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/layer/Tile.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/layer/Base.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/layer/WebGLTile.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/layer/Image.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/layer/MapboxVector.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/layer/Layer.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/layer/BaseTile.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/layer/Image.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/ImageTile.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/MapProperty.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/geom.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/TileCache.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/color.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/tilegrid.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/MapBrowserEvent.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/Disposable.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/rotationconstraint.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/Image.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/array.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/proj.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/math.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/featureloader.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/has.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/render.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/LICENSE.md inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/DataTile.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/centerconstraint.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/string.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/control.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/MapBrowserEvent.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/format.d.ts.map creating: /tmp/instance-5/output-1/build/openlayers-7.2.2/proj/ inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/proj/epsg3857.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/proj/Units.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/proj/epsg3857.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/proj/proj4.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/proj/epsg3857.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/proj/Projection.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/proj/Units.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/proj/transforms.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/proj/epsg4326.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/proj/Units.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/proj/projections.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/proj/epsg4326.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/proj/epsg4326.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/proj/proj4.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/proj/transforms.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/proj/transforms.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/proj/Projection.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/proj/projections.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/proj/Projection.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/proj/projections.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/proj/proj4.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/extent.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/math.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/MapBrowserEventType.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/MapEventType.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/xml.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/format.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/color.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/ViewProperty.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/obj.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/tilegrid.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/VectorTile.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/Collection.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/reproj.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/source.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/AssertionError.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/obj.js creating: /tmp/instance-5/output-1/build/openlayers-7.2.2/format/ inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/format/WMSGetFeatureInfo.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/format/JSONFeature.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/format/OSMXML.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/format/JSONFeature.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/format/OWS.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/format/WKB.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/format/GML32.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/format/OSMXML.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/format/WMTSCapabilities.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/format/Polyline.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/format/GML.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/format/WMTSCapabilities.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/format/GML3.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/format/xlink.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/format/WMSGetFeatureInfo.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/format/GeoJSON.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/format/MVT.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/format/Feature.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/format/XMLFeature.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/format/readme.md inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/format/Feature.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/format/EsriJSON.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/format/GML32.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/format/GML32.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/format/IIIFInfo.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/format/WMSCapabilities.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/format/EsriJSON.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/format/WKT.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/format/EsriJSON.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/format/IGC.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/format/xlink.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/format/xsd.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/format/XML.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/format/TextFeature.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/format/TopoJSON.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/format/xsd.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/format/KML.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/format/GML2.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/format/KML.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/format/WKT.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/format/filter.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/format/WMSCapabilities.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/format/TopoJSON.d.ts.map creating: /tmp/instance-5/output-1/build/openlayers-7.2.2/format/filter/ inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/format/filter/IsLike.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/format/filter/ResourceId.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/format/filter/Filter.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/format/filter/GreaterThan.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/format/filter/Or.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/format/filter/EqualTo.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/format/filter/Bbox.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/format/filter/Within.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/format/filter/Intersects.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/format/filter/IsNull.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/format/filter/Not.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/format/filter/IsNull.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/format/filter/LessThan.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/format/filter/ResourceId.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/format/filter/Contains.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/format/filter/Comparison.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/format/filter/LessThanOrEqualTo.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/format/filter/Spatial.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/format/filter/GreaterThanOrEqualTo.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/format/filter/NotEqualTo.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/format/filter/IsBetween.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/format/filter/IsLike.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/format/filter/ComparisonBinary.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/format/filter/LessThan.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/format/filter/DWithin.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/format/filter/Intersects.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/format/filter/LessThanOrEqualTo.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/format/filter/IsNull.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/format/filter/ComparisonBinary.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/format/filter/IsBetween.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/format/filter/Filter.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/format/filter/And.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/format/filter/And.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/format/filter/LessThanOrEqualTo.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/format/filter/LessThan.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/format/filter/NotEqualTo.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/format/filter/LogicalNary.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/format/filter/Contains.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/format/filter/During.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/format/filter/Filter.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/format/filter/Comparison.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/format/filter/EqualTo.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/format/filter/Or.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/format/filter/Spatial.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/format/filter/DWithin.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/format/filter/DWithin.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/format/filter/ComparisonBinary.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/format/filter/Comparison.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/format/filter/Bbox.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/format/filter/GreaterThanOrEqualTo.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/format/filter/Contains.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/format/filter/Disjoint.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/format/filter/Within.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/format/filter/Within.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/format/filter/Or.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/format/filter/During.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/format/filter/EqualTo.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/format/filter/IsLike.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/format/filter/IsBetween.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/format/filter/ResourceId.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/format/filter/Spatial.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/format/filter/LogicalNary.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/format/filter/During.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/format/filter/LogicalNary.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/format/filter/Bbox.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/format/filter/Not.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/format/filter/NotEqualTo.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/format/filter/GreaterThan.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/format/filter/And.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/format/filter/Disjoint.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/format/filter/Intersects.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/format/filter/Disjoint.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/format/filter/GreaterThanOrEqualTo.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/format/filter/GreaterThan.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/format/filter/Not.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/format/KML.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/format/GPX.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/format/WFS.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/format/WKB.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/format/JSONFeature.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/format/WKB.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/format/OSMXML.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/format/IGC.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/format/TextFeature.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/format/Feature.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/format/filter.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/format/MVT.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/format/filter.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/format/IIIFInfo.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/format/GML3.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/format/GML.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/format/Polyline.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/format/XML.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/format/WMTSCapabilities.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/format/XML.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/format/XMLFeature.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/format/GPX.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/format/GML2.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/format/WMSGetFeatureInfo.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/format/OWS.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/format/GML3.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/format/MVT.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/format/WFS.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/format/xsd.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/format/WFS.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/format/OWS.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/format/IGC.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/format/WMSCapabilities.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/format/xlink.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/format/GMLBase.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/format/GeoJSON.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/format/GML2.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/format/XMLFeature.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/format/GMLBase.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/format/GML.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/format/WKT.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/format/TopoJSON.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/format/GPX.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/format/GMLBase.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/format/Polyline.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/format/GeoJSON.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/format/TextFeature.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/format/IIIFInfo.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/size.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/extent.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/ol.css inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/proj.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/Tile.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/AssertionError.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/events.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/xml.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/layer.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/Tile.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/MapEventType.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/uri.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/resolutionconstraint.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/css.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/ObjectEventType.d.ts creating: /tmp/instance-5/output-1/build/openlayers-7.2.2/vec/ inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/vec/mat4.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/vec/mat4.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/vec/mat4.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/Geolocation.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/rotationconstraint.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/string.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/net.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/math.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/geom.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/Disposable.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/CollectionEventType.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/Map.d.ts.map creating: /tmp/instance-5/output-1/build/openlayers-7.2.2/geom/ inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/geom/MultiLineString.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/geom/MultiPoint.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/geom/SimpleGeometry.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/geom/Circle.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/geom/GeometryCollection.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/geom/LineString.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/geom/MultiLineString.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/geom/Circle.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/geom/LinearRing.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/geom/MultiPolygon.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/geom/LinearRing.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/geom/Polygon.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/geom/Point.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/geom/SimpleGeometry.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/geom/LinearRing.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/geom/Geometry.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/geom/GeometryCollection.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/geom/LineString.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/geom/Circle.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/geom/MultiPoint.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/geom/MultiPolygon.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/geom/Geometry.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/geom/MultiPoint.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/geom/Point.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/geom/LineString.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/geom/MultiPolygon.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/geom/Point.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/geom/GeometryCollection.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/geom/Polygon.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/geom/Geometry.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/geom/MultiLineString.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/geom/Polygon.js creating: /tmp/instance-5/output-1/build/openlayers-7.2.2/geom/flat/ inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/geom/flat/area.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/geom/flat/transform.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/geom/flat/orient.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/geom/flat/interpolate.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/geom/flat/transform.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/geom/flat/reverse.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/geom/flat/deflate.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/geom/flat/inflate.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/geom/flat/contains.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/geom/flat/center.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/geom/flat/closest.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/geom/flat/contains.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/geom/flat/flip.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/geom/flat/contains.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/geom/flat/orient.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/geom/flat/segments.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/geom/flat/simplify.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/geom/flat/straightchunk.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/geom/flat/orient.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/geom/flat/area.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/geom/flat/topology.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/geom/flat/reverse.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/geom/flat/interpolate.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/geom/flat/topology.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/geom/flat/flip.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/geom/flat/geodesic.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/geom/flat/interpolate.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/geom/flat/inflate.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/geom/flat/length.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/geom/flat/segments.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/geom/flat/simplify.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/geom/flat/intersectsextent.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/geom/flat/topology.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/geom/flat/closest.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/geom/flat/flip.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/geom/flat/segments.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/geom/flat/simplify.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/geom/flat/interiorpoint.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/geom/flat/reverse.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/geom/flat/deflate.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/geom/flat/deflate.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/geom/flat/geodesic.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/geom/flat/transform.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/geom/flat/intersectsextent.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/geom/flat/closest.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/geom/flat/length.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/geom/flat/straightchunk.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/geom/flat/length.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/geom/flat/area.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/geom/flat/textpath.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/geom/flat/center.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/geom/flat/interiorpoint.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/geom/flat/inflate.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/geom/flat/textpath.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/geom/flat/textpath.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/geom/flat/straightchunk.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/geom/flat/center.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/geom/flat/geodesic.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/geom/flat/intersectsextent.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/geom/flat/interiorpoint.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/geom/SimpleGeometry.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/Object.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/TileRange.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/array.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/ViewHint.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/ImageState.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/css.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/resolutionconstraint.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/featureloader.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/tilecoord.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/colorlike.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/tileurlfunction.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/interaction.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/TileCache.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/Overlay.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/tileurlfunction.js creating: /tmp/instance-5/output-1/build/openlayers-7.2.2/worker/ extracting: /tmp/instance-5/output-1/build/openlayers-7.2.2/worker/webgl.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/worker/webgl.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/worker/webgl.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/webgl.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/pixel.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/util.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/View.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/has.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/Feature.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/coordinate.d.ts creating: /tmp/instance-5/output-1/build/openlayers-7.2.2/structs/ inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/structs/RBush.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/structs/LRUCache.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/structs/PriorityQueue.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/structs/RBush.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/structs/LinkedList.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/structs/LinkedList.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/structs/LinkedList.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/structs/LRUCache.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/structs/LRUCache.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/structs/PriorityQueue.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/structs/PriorityQueue.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/structs/RBush.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/render.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/functions.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/TileQueue.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/dom.d.ts creating: /tmp/instance-5/output-1/build/openlayers-7.2.2/source/ inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/source/ogcTileUtil.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/source/ImageArcGISRest.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/source/UTFGrid.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/source/WMTS.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/source/XYZ.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/source/TileDebug.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/source/ImageCanvas.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/source/common.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/source/VectorEventType.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/source/Vector.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/source/UTFGrid.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/source/TileDebug.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/source/ImageStatic.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/source/UrlTile.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/source/VectorEventType.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/source/DataTile.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/source/Source.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/source/VectorTile.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/source/ImageArcGISRest.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/source/Zoomify.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/source/OGCMapTile.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/source/ImageCanvas.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/source/Cluster.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/source/ImageMapGuide.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/source/GeoTIFF.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/source/Image.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/source/OGCMapTile.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/source/ogcTileUtil.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/source/TileJSON.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/source/BingMaps.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/source/DataTile.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/source/Source.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/source/ImageArcGISRest.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/source/ImageWMS.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/source/TileJSON.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/source/Vector.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/source/Raster.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/source/VectorTile.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/source/Stamen.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/source/CartoDB.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/source/Zoomify.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/source/Source.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/source/OGCMapTile.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/source/GeoTIFF.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/source/Tile.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/source/TileWMS.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/source/Tile.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/source/Cluster.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/source/XYZ.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/source/CartoDB.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/source/OGCVectorTile.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/source/TileEventType.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/source/XYZ.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/source/TileArcGISRest.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/source/UrlTile.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/source/wms.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/source/wms.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/source/TileEventType.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/source/Vector.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/source/TileWMS.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/source/OGCVectorTile.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/source/TileArcGISRest.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/source/OGCVectorTile.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/source/VectorTile.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/source/ImageStatic.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/source/UTFGrid.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/source/IIIF.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/source/TileArcGISRest.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/source/ImageWMS.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/source/WMTS.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/source/TileImage.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/source/Zoomify.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/source/Stamen.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/source/ImageMapGuide.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/source/DataTile.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/source/OSM.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/source/VectorEventType.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/source/common.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/source/BingMaps.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/source/Tile.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/source/OSM.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/source/TileDebug.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/source/Raster.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/source/GeoTIFF.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/source/OSM.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/source/Cluster.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/source/CartoDB.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/source/Stamen.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/source/WMTS.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/source/TileWMS.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/source/ImageMapGuide.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/source/Image.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/source/ImageStatic.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/source/TileImage.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/source/wms.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/source/TileJSON.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/source/ImageWMS.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/source/TileEventType.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/source/BingMaps.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/source/TileImage.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/source/common.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/source/Image.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/source/Raster.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/source/IIIF.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/source/UrlTile.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/source/ImageCanvas.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/source/IIIF.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/source/ogcTileUtil.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/Overlay.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/Observable.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/events.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/interaction.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/View.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/VectorTile.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/functions.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/centerconstraint.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/Object.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/layer.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/size.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/ImageBase.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/dom.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/tilecoord.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/Kinetic.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/style.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/uri.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/CollectionEventType.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/MapBrowserEvent.d.ts creating: /tmp/instance-5/output-1/build/openlayers-7.2.2/renderer/ inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/renderer/Map.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/renderer/Map.js creating: /tmp/instance-5/output-1/build/openlayers-7.2.2/renderer/webgl/ inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/renderer/webgl/VectorLayer.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/renderer/webgl/PointsLayer.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/renderer/webgl/TileLayer.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/renderer/webgl/shaders.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/renderer/webgl/PointsLayer.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/renderer/webgl/Layer.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/renderer/webgl/PointsLayer.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/renderer/webgl/Layer.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/renderer/webgl/shaders.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/renderer/webgl/TileLayer.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/renderer/webgl/shaders.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/renderer/webgl/TileLayer.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/renderer/webgl/Layer.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/renderer/webgl/VectorLayer.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/renderer/webgl/VectorLayer.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/renderer/vector.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/renderer/vector.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/renderer/Composite.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/renderer/vector.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/renderer/Map.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/renderer/Layer.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/renderer/Layer.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/renderer/Composite.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/renderer/Composite.d.ts.map creating: /tmp/instance-5/output-1/build/openlayers-7.2.2/renderer/canvas/ inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/renderer/canvas/VectorLayer.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/renderer/canvas/VectorImageLayer.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/renderer/canvas/VectorImageLayer.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/renderer/canvas/VectorImageLayer.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/renderer/canvas/ImageLayer.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/renderer/canvas/TileLayer.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/renderer/canvas/ImageLayer.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/renderer/canvas/VectorTileLayer.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/renderer/canvas/Layer.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/renderer/canvas/Layer.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/renderer/canvas/VectorTileLayer.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/renderer/canvas/TileLayer.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/renderer/canvas/VectorTileLayer.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/renderer/canvas/TileLayer.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/renderer/canvas/Layer.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/renderer/canvas/VectorLayer.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/renderer/canvas/VectorLayer.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/renderer/canvas/ImageLayer.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/renderer/Layer.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/Object.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/DataTile.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/layer.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/functions.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/TileState.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/loadingstrategy.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/uri.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/index.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/transform.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/style.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/MapBrowserEventType.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/tilegrid.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/Tile.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/webgl.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/colorlike.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/TileQueue.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/has.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/Collection.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/console.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/source.js creating: /tmp/instance-5/output-1/build/openlayers-7.2.2/control/ inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/control/Control.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/control/Attribution.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/control/Attribution.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/control/ScaleLine.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/control/ZoomSlider.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/control/ZoomSlider.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/control/OverviewMap.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/control/Zoom.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/control/ZoomSlider.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/control/FullScreen.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/control/defaults.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/control/ZoomToExtent.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/control/FullScreen.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/control/ScaleLine.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/control/defaults.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/control/MousePosition.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/control/defaults.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/control/MousePosition.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/control/Zoom.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/control/ScaleLine.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/control/Control.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/control/FullScreen.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/control/OverviewMap.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/control/Control.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/control/Rotate.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/control/MousePosition.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/control/ZoomToExtent.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/control/Attribution.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/control/Rotate.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/control/ZoomToExtent.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/control/Rotate.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/control/Zoom.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/control/OverviewMap.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/TileState.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/ImageBase.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/util.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/css.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/array.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/pixel.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/Collection.d.ts creating: /tmp/instance-5/output-1/build/openlayers-7.2.2/interaction/ inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/interaction/Select.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/interaction/Draw.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/interaction/DragRotate.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/interaction/DragBox.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/interaction/Translate.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/interaction/Pointer.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/interaction/Property.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/interaction/DragZoom.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/interaction/MouseWheelZoom.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/interaction/Interaction.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/interaction/Link.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/interaction/Property.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/interaction/DragAndDrop.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/interaction/Draw.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/interaction/Translate.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/interaction/Pointer.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/interaction/Snap.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/interaction/DoubleClickZoom.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/interaction/DragPan.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/interaction/Translate.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/interaction/DragRotateAndZoom.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/interaction/Select.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/interaction/Property.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/interaction/PinchZoom.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/interaction/DragPan.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/interaction/defaults.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/interaction/Extent.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/interaction/Pointer.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/interaction/Link.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/interaction/defaults.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/interaction/DragZoom.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/interaction/Snap.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/interaction/DoubleClickZoom.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/interaction/KeyboardZoom.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/interaction/Modify.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/interaction/Select.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/interaction/DragRotate.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/interaction/DragBox.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/interaction/defaults.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/interaction/KeyboardPan.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/interaction/Interaction.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/interaction/Snap.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/interaction/DragAndDrop.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/interaction/Draw.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/interaction/DragRotateAndZoom.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/interaction/MouseWheelZoom.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/interaction/DragAndDrop.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/interaction/MouseWheelZoom.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/interaction/PinchRotate.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/interaction/Modify.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/interaction/KeyboardPan.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/interaction/KeyboardZoom.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/interaction/PinchRotate.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/interaction/Interaction.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/interaction/Modify.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/interaction/DragBox.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/interaction/DragRotateAndZoom.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/interaction/PinchZoom.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/interaction/DragRotate.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/interaction/Link.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/interaction/DragZoom.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/interaction/PinchZoom.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/interaction/KeyboardZoom.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/interaction/PinchRotate.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/interaction/DoubleClickZoom.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/interaction/Extent.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/interaction/DragPan.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/interaction/Extent.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/interaction/KeyboardPan.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/tileurlfunction.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/Kinetic.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/loadingstrategy.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/webgl.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/TileCache.d.ts.map creating: /tmp/instance-5/output-1/build/openlayers-7.2.2/events/ inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/events/condition.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/events/Target.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/events/EventType.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/events/Target.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/events/EventType.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/events/EventType.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/events/condition.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/events/condition.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/events/KeyCode.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/events/Target.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/events/KeyCode.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/events/Event.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/events/KeyCode.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/events/Event.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/events/Event.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/TileRange.js creating: /tmp/instance-5/output-1/build/openlayers-7.2.2/reproj/ inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/reproj/common.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/reproj/Triangulation.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/reproj/DataTile.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/reproj/Triangulation.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/reproj/Image.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/reproj/DataTile.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/reproj/Tile.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/reproj/Tile.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/reproj/DataTile.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/reproj/common.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/reproj/Tile.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/reproj/Image.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/reproj/Triangulation.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/reproj/common.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/reproj/Image.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/MapEventType.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/ViewHint.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/Image.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/proj.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/size.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/Geolocation.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/Observable.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/ImageTile.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/loadingstrategy.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/MapProperty.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/MapBrowserEventHandler.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/sphere.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/reproj.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/ImageState.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/ViewHint.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/net.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/tilecoord.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/resolutionconstraint.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/MapEvent.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/ViewProperty.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/MapBrowserEventHandler.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/format.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/xml.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/ImageTile.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/Kinetic.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/easing.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/ObjectEventType.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/TileRange.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/asserts.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/easing.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/asserts.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/VectorRenderTile.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/color.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/VectorRenderTile.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/MapEvent.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/Image.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/VectorRenderTile.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/Disposable.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/ImageCanvas.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/centerconstraint.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/coordinate.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/ViewProperty.js creating: /tmp/instance-5/output-1/build/openlayers-7.2.2/tilegrid/ inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/tilegrid/WMTS.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/tilegrid/common.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/tilegrid/TileGrid.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/tilegrid/TileGrid.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/tilegrid/TileGrid.js inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/tilegrid/WMTS.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/tilegrid/common.d.ts.map inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/tilegrid/WMTS.d.ts inflating: /tmp/instance-5/output-1/build/openlayers-7.2.2/tilegrid/common.d.ts >>> openlayers 7.2.2 Patching >>> openlayers 7.2.2 Configuring >>> openlayers 7.2.2 Building >>> openlayers 7.2.2 Installing to target /usr/bin/install -D -m 0644 /tmp/instance-5/output-1/build/openlayers-7.2.2/ol.css /tmp/instance-5/output-1/target/var/www/ol.css /usr/bin/install -D -m 0644 /tmp/instance-5/output-1/build/openlayers-7.2.2/dist/ol.js /tmp/instance-5/output-1/target/var/www/ol.js >>> openvpn 2.5.7 Downloading wget --passive-ftp -nd -t 3 -O '/tmp/instance-5/output-1/build/.openvpn-2.5.7.tar.gz.LfEfTv/output' 'https://swupdate.openvpn.net/community/releases/openvpn-2.5.7.tar.gz' --2023-02-19 23:59:29-- https://swupdate.openvpn.net/community/releases/openvpn-2.5.7.tar.gz Resolving swupdate.openvpn.net (swupdate.openvpn.net)... 104.18.109.96, 104.18.110.96 Connecting to swupdate.openvpn.net (swupdate.openvpn.net)|104.18.109.96|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 1855516 (1.8M) [application/x-gzip] Saving to: '/tmp/instance-5/output-1/build/.openvpn-2.5.7.tar.gz.LfEfTv/output' 0K .......... .......... .......... .......... .......... 2% 3.03M 1s 50K .......... .......... .......... .......... .......... 5% 7.72M 0s 100K .......... .......... .......... .......... .......... 8% 3.34M 0s 150K .......... .......... .......... .......... .......... 11% 10.2M 0s 200K .......... .......... .......... .......... .......... 13% 7.78M 0s 250K .......... .......... .......... .......... .......... 16% 16.5M 0s 300K .......... .......... .......... .......... .......... 19% 11.1M 0s 350K .......... .......... .......... .......... .......... 22% 11.3M 0s 400K .......... .......... .......... .......... .......... 24% 10.3M 0s 450K .......... .......... .......... .......... .......... 27% 158M 0s 500K .......... .......... .......... .......... .......... 30% 14.7M 0s 550K .......... .......... .......... .......... .......... 33% 153M 0s 600K .......... .......... .......... .......... .......... 35% 22.3M 0s 650K .......... .......... .......... .......... .......... 38% 41.9M 0s 700K .......... .......... .......... .......... .......... 41% 18.6M 0s 750K .......... .......... .......... .......... .......... 44% 43.4M 0s 800K .......... .......... .......... .......... .......... 46% 43.6M 0s 850K .......... .......... .......... .......... .......... 49% 25.9M 0s 900K .......... .......... .......... .......... .......... 52% 24.1M 0s 950K .......... .......... .......... .......... .......... 55% 55.7M 0s 1000K .......... .......... .......... .......... .......... 57% 54.1M 0s 1050K .......... .......... .......... .......... .......... 60% 26.1M 0s 1100K .......... .......... .......... .......... .......... 63% 41.4M 0s 1150K .......... .......... .......... .......... .......... 66% 15.0M 0s 1200K .......... .......... .......... .......... .......... 68% 53.0M 0s 1250K .......... .......... .......... .......... .......... 71% 191M 0s 1300K .......... .......... .......... .......... .......... 74% 38.3M 0s 1350K .......... .......... .......... .......... .......... 77% 250M 0s 1400K .......... .......... .......... .......... .......... 80% 286M 0s 1450K .......... .......... .......... .......... .......... 82% 283M 0s 1500K .......... .......... .......... .......... .......... 85% 30.3M 0s 1550K .......... .......... .......... .......... .......... 88% 180M 0s 1600K .......... .......... .......... .......... .......... 91% 260M 0s 1650K .......... .......... .......... .......... .......... 93% 171M 0s 1700K .......... .......... .......... .......... .......... 96% 66.0M 0s 1750K .......... .......... .......... .......... .......... 99% 40.2M 0s 1800K .......... .. 100% 397M=0.1s 2023-02-19 23:59:29 (18.4 MB/s) - '/tmp/instance-5/output-1/build/.openvpn-2.5.7.tar.gz.LfEfTv/output' saved [1855516/1855516] openvpn-2.5.7.tar.gz: OK (sha256: 08340a389905c84196b6cd750add1bc0fa2d46a1afebfd589c24120946c13e68) >>> openvpn 2.5.7 Extracting gzip -d -c /tmp/instance-5/dl/openvpn/openvpn-2.5.7.tar.gz | tar --strip-components=1 -C /tmp/instance-5/output-1/build/openvpn-2.5.7 -xf - >>> openvpn 2.5.7 Patching >>> openvpn 2.5.7 Updating config.sub and config.guess for file in config.guess config.sub; do for i in $(find /tmp/instance-5/output-1/build/openvpn-2.5.7 -name $file); do cp support/gnuconfig/$file $i; done; done >>> openvpn 2.5.7 Patching libtool patching file /tmp/instance-5/output-1/build/openvpn-2.5.7/ltmain.sh Hunk #1 succeeded at 2694 (offset 7 lines). Hunk #2 succeeded at 4284 (offset 7 lines). Hunk #3 succeeded at 6579 (offset 25 lines). Hunk #4 succeeded at 6589 (offset 25 lines). Hunk #5 succeeded at 6882 (offset 25 lines). Hunk #6 succeeded at 7174 (offset 25 lines). Hunk #7 succeeded at 8142 (offset 30 lines). Hunk #8 succeeded at 10771 (offset 61 lines). >>> openvpn 2.5.7 Configuring (cd /tmp/instance-5/output-1/build/openvpn-2.5.7/ && rm -rf config.cache && PATH="/tmp/instance-5/output-1/host/bin:/tmp/instance-5/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" AR="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-ar" AS="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-as" LD="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-ld" NM="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-nm" CC="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc" GCC="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc" CPP="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-cpp" CXX="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-g++" FC="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gfortran" F77="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gfortran" RANLIB="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-ranlib" READELF="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-readelf" STRIP="/bin/true" OBJCOPY="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-objcopy" OBJDUMP="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc" GCC_FOR_BUILD="/tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc" CXX_FOR_BUILD="/tmp/instance-5/output-1/host/bin/ccache /usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/tmp/instance-5/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/tmp/instance-5/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/tmp/instance-5/output-1/host/include" LDFLAGS_FOR_BUILD="-L/tmp/instance-5/output-1/host/lib -Wl,-rpath,/tmp/instance-5/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-as" DEFAULT_LINKER="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1" LDFLAGS="" FCFLAGS=" -Os -g0" FFLAGS=" -Os -g0" PKG_CONFIG="/tmp/instance-5/output-1/host/bin/pkg-config" STAGING_DIR="/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/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=no NETSTAT=/bin/netstat CONFIG_SITE=/dev/null ./configure --target=sh4a-buildroot-linux-gnu --host=sh4a-buildroot-linux-gnu --build=x86_64-pc-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 --disable-static --enable-shared --disable-unit-tests --disable-lzo --disable-selinux --disable-plugin-auth-pam --with-crypto-library=openssl --disable-pkcs11 --disable-systemd ) 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 checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for sh4a-buildroot-linux-gnu-strip... /bin/true checking for a thread-safe mkdir -p... /usr/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking build system type... x86_64-pc-linux-gnu checking host system type... sh4a-buildroot-linux-gnu checking whether make supports the include directive... yes (GNU style) checking for sh4a-buildroot-linux-gnu-gcc... /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-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 we are using the GNU C compiler... yes checking whether /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc accepts -g... yes checking for /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc option to accept ISO C89... none needed checking whether /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc understands -c and -o together... yes checking dependency style of /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc... none checking how to run the C preprocessor... /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-cpp checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking minix/config.h usability... no checking minix/config.h presence... no checking for minix/config.h... no checking whether it is safe to define __EXTENSIONS__... yes checking pkg-config is at least version 0.9.0... yes checking how to run the C preprocessor... /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-cpp checking whether ln -s works... yes checking for a sed that does not truncate output... /usr/bin/sed checking whether make sets $(MAKE)... (cached) yes checking for ifconfig... /usr/sbin/ifconfig checking for route... /usr/sbin/route checking for ip... /usr/sbin/ip checking for systemd-ask-password... /usr/bin/systemd-ask-password checking for netstat... /bin/netstat checking for git... git checking for rst2man... rst2man checking for rst2html... rst2html checking how to print strings... printf checking for a sed that does not truncate output... (cached) /usr/bin/sed checking for fgrep... /usr/bin/grep -F checking for ld used by /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc... /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-ld checking if the linker (/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-nm checking the name lister (/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-nm) interface... BSD nm checking the maximum length of command line arguments... 1572864 checking how to convert x86_64-pc-linux-gnu file names to sh4a-buildroot-linux-gnu format... func_convert_file_noop checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop checking for /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-ld option to reload object files... -r checking for sh4a-buildroot-linux-gnu-objdump... /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-objdump checking how to recognize dependent libraries... pass_all checking for sh4a-buildroot-linux-gnu-dlltool... no checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for sh4a-buildroot-linux-gnu-ar... /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-ar checking for archiver @FILE support... @ checking for sh4a-buildroot-linux-gnu-strip... (cached) /bin/true checking for sh4a-buildroot-linux-gnu-ranlib... /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-ranlib checking command to parse /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-nm output from /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc object... ok checking for sysroot... no checking for a working dd... /usr/bin/dd checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1 checking for sh4a-buildroot-linux-gnu-mt... no checking for mt... mt configure: WARNING: using cross tools not prefixed with host triplet checking if mt is a manifest tool... no checking for dlfcn.h... yes checking for objdir... .libs checking if /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc supports -fno-rtti -fno-exceptions... no checking for /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc option to produce PIC... -fPIC -DPIC checking if /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc PIC flag -fPIC -DPIC works... yes checking if /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc static flag -static works... no checking if /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc supports -c -o file.o... yes checking if /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc supports -c -o file.o... (cached) yes checking whether the /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc linker (/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... no checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no checking for sh4a-buildroot-linux-gnu-windres... no checking for windres... no checking for an ANSI C-conforming const... yes checking for inline... inline checking for working volatile... yes checking for off_t... yes checking for pid_t... yes checking for size_t... yes checking for uid_t in sys/types.h... yes checking for int8_t... yes checking for int16_t... yes checking for int32_t... yes checking for int64_t... yes checking for uint8_t... yes checking for uint16_t... yes checking for uint32_t... yes checking for uint64_t... yes checking return type of signal handlers... void checking for ISO C 1999 vararg macro support... yes checking for GNU GCC vararg macro support... yes checking for socklen_t... yes checking for C compiler empty array size... 0 checking size of unsigned int... 4 checking size of unsigned long... 4 checking stdio.h usability... yes checking stdio.h presence... yes checking for stdio.h... yes checking stdarg.h usability... yes checking stdarg.h presence... yes checking for stdarg.h... yes checking limits.h usability... yes checking limits.h presence... yes checking for limits.h... yes checking time.h usability... yes checking time.h presence... yes checking for time.h... yes checking errno.h usability... yes checking errno.h presence... yes checking for errno.h... yes checking fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking io.h usability... no checking io.h presence... no checking for io.h... no checking direct.h usability... no checking direct.h presence... no checking for direct.h... no checking ctype.h usability... yes checking ctype.h presence... yes checking for ctype.h... yes checking for sys/types.h... (cached) yes checking sys/socket.h usability... yes checking sys/socket.h presence... yes checking for sys/socket.h... yes checking signal.h usability... yes checking signal.h presence... yes checking for signal.h... yes checking for unistd.h... (cached) yes checking for dlfcn.h... (cached) yes checking netinet/in.h usability... yes checking netinet/in.h presence... yes checking for netinet/in.h... yes checking netinet/in_systm.h usability... yes checking netinet/in_systm.h presence... yes checking for netinet/in_systm.h... yes checking netinet/tcp.h usability... yes checking netinet/tcp.h presence... yes checking for netinet/tcp.h... yes checking arpa/inet.h usability... yes checking arpa/inet.h presence... yes checking for arpa/inet.h... yes checking netdb.h usability... yes checking netdb.h presence... yes checking for netdb.h... yes checking windows.h usability... no checking windows.h presence... no checking for windows.h... no checking winsock2.h usability... no checking winsock2.h presence... no checking for winsock2.h... no checking ws2tcpip.h usability... no checking ws2tcpip.h presence... no checking for ws2tcpip.h... no checking versionhelpers.h usability... no checking versionhelpers.h presence... no checking for versionhelpers.h... no checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking sys/ioctl.h usability... yes checking sys/ioctl.h presence... yes checking for sys/ioctl.h... yes checking for sys/stat.h... (cached) yes checking sys/mman.h usability... yes checking sys/mman.h presence... yes checking for sys/mman.h... yes checking sys/file.h usability... yes checking sys/file.h presence... yes checking for sys/file.h... yes checking sys/wait.h usability... yes checking sys/wait.h presence... yes checking for sys/wait.h... yes checking for unistd.h... (cached) yes checking for signal.h... (cached) yes checking libgen.h usability... yes checking libgen.h presence... yes checking for libgen.h... yes checking stropts.h usability... no checking stropts.h presence... no checking for stropts.h... no checking syslog.h usability... yes checking syslog.h presence... yes checking for syslog.h... yes checking pwd.h usability... yes checking pwd.h presence... yes checking for pwd.h... yes checking grp.h usability... yes checking grp.h presence... yes checking for grp.h... yes checking sys/sockio.h usability... no checking sys/sockio.h presence... no checking for sys/sockio.h... no checking sys/uio.h usability... yes checking sys/uio.h presence... yes checking for sys/uio.h... yes checking linux/sockios.h usability... yes checking linux/sockios.h presence... yes checking for linux/sockios.h... yes checking linux/types.h usability... yes checking linux/types.h presence... yes checking for linux/types.h... yes checking linux/errqueue.h usability... yes checking linux/errqueue.h presence... yes checking for linux/errqueue.h... yes checking poll.h usability... yes checking poll.h presence... yes checking for poll.h... yes checking sys/epoll.h usability... yes checking sys/epoll.h presence... yes checking for sys/epoll.h... yes checking err.h usability... yes checking err.h presence... yes checking for err.h... yes checking for net/if.h... yes checking for netinet/ip.h... yes checking for resolv.h... yes checking for sys/un.h... yes checking for net/if_utun.h... no checking for sys/kern_control.h... no checking for in_addr_t... yes checking for in_port_t... yes checking for struct iphdr... yes checking for struct msghdr... yes checking for struct cmsghdr... yes checking for struct in_pktinfo... yes checking for sa_family_t... yes checking for struct in_pktinfo.ipi_spec_dst... yes checking for struct sockaddr_in6... yes checking whether SO_MARK is declared... yes configure: checking anonymous union support... yes checking linker supports --wrap... yes checking whether SIGHUP is declared... yes checking whether SIGINT is declared... yes checking whether SIGUSR1 is declared... yes checking whether SIGUSR2 is declared... yes checking whether SIGTERM is declared... yes checking vfork.h usability... no checking vfork.h presence... no checking for vfork.h... no 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 for daemon... yes checking for chroot... yes checking for getpwnam... yes checking for setuid... yes checking for nice... yes checking for system... yes checking for getpid... yes checking for dup... yes checking for dup2... yes checking for getpass... yes checking for syslog... yes checking for openlog... yes checking for mlockall... yes checking for getgrnam... yes checking for setgid... yes checking for setgroups... yes checking for stat... yes checking for flock... yes checking for readv... yes checking for writev... yes checking for time... yes checking for gettimeofday... yes checking for ctime... yes checking for memset... yes checking for vsnprintf... yes checking for strdup... yes checking for setsid... yes checking for chdir... yes checking for putenv... yes checking for getpeername... yes checking for unlink... yes checking for chsize... no checking for ftruncate... yes checking for execve... yes checking for getpeereid... no checking for umask... yes checking for basename... yes checking for dirname... yes checking for access... yes checking for epoll_create... yes checking for strsep... yes checking for dlopen in -ldl... yes checking for inet_ntoa in -lnsl... no checking for socket in -lsocket... no checking for gethostbyname in -lresolv... yes checking for sendmsg... yes checking for recvmsg... yes checking for inet_ntop... yes checking for inet_pton... yes checking for socket... yes checking for recv... yes checking for recvfrom... yes checking for send... yes checking for sendto... yes checking for listen... yes checking for accept... yes checking for connect... yes checking for bind... yes checking for select... yes checking for gethostbyname... yes checking for inet_ntoa... yes checking for setsockopt... yes checking for getsockopt... yes checking for getsockname... yes checking for poll... yes checking for library containing __res_init... none required checking net/if_tun.h usability... no checking net/if_tun.h presence... no checking for net/if_tun.h... no checking net/tun/if_tun.h usability... no checking net/tun/if_tun.h presence... no checking for net/tun/if_tun.h... no checking linux/if_tun.h usability... yes checking linux/if_tun.h presence... yes checking for linux/if_tun.h... yes checking tap-windows.h usability... no checking tap-windows.h presence... no checking for tap-windows.h... no checking whether TUNSETPERSIST is declared... yes checking for setcon in -lselinux... no checking for pam_start in -lpam... no checking for PKCS11_HELPER... no checking for OPENSSL... yes checking for SSL_CTX_new... yes checking for EVP_CIPHER_CTX_set_key_length... yes checking for ENGINE_load_builtin_engines... yes checking for ENGINE_register_all_complete... yes checking for EVP_aes_256_gcm... yes checking for HMAC_CTX_new... yes checking for HMAC_CTX_free... yes checking for HMAC_CTX_reset... yes checking for EVP_MD_CTX_new... yes checking for EVP_MD_CTX_free... yes checking for EVP_MD_CTX_reset... yes checking for EVP_CIPHER_CTX_reset... yes checking for OpenSSL_version... yes checking for SSL_CTX_get_default_passwd_cb... yes checking for SSL_CTX_get_default_passwd_cb_userdata... yes checking for SSL_CTX_set1_groups... no checking for SSL_CTX_set_security_level... yes checking for X509_get0_notBefore... yes checking for X509_get0_notAfter... yes checking for X509_get0_pubkey... yes checking for X509_STORE_get0_objects... yes checking for X509_OBJECT_free... yes checking for X509_OBJECT_get_type... yes checking for EVP_PKEY_get0_RSA... yes checking for EVP_PKEY_get0_DSA... yes checking for EVP_PKEY_get0_EC_KEY... yes checking for RSA_set_flags... yes checking for RSA_bits... yes checking for RSA_get0_key... yes checking for RSA_set0_key... yes checking for DSA_get0_pqg... yes checking for DSA_bits... yes checking for RSA_meth_new... yes checking for RSA_meth_free... yes checking for RSA_meth_set_pub_enc... yes checking for RSA_meth_set_pub_dec... yes checking for RSA_meth_set_priv_enc... yes checking for RSA_meth_set_priv_dec... yes checking for RSA_meth_set_init... yes checking for RSA_meth_set_sign... yes checking for RSA_meth_set_finish... yes checking for RSA_meth_set0_app_data... yes checking for RSA_meth_get0_app_data... yes checking for EC_GROUP_order_bits... yes checking for lzo1x_1_15_compress in -llzo2... yes checking lzo/lzoutil.h usability... yes checking lzo/lzoutil.h presence... yes checking for lzo/lzoutil.h... yes checking lzo/lzo1x.h usability... yes checking lzo/lzo1x.h presence... yes checking for lzo/lzo1x.h... yes checking for LZ4... yes checking for LZ4_compress_default in -llz4... yes checking for LZ4_decompress_safe in -llz4... yes checking git checkout... no checking whether the compiler accepts -Wno-stringop-truncation... yes checking whether the compiler accepts -Wall... yes checking for CMOCKA... no configure: WARNING: cmocka.pc not found on the system. Unit tests disabled checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating version.sh config.status: creating Makefile config.status: creating build/Makefile config.status: creating build/msvc/Makefile config.status: creating build/msvc/msvc-generate/Makefile config.status: creating distro/Makefile config.status: creating distro/systemd/Makefile config.status: creating doc/Makefile config.status: creating doc/doxygen/Makefile config.status: creating doc/doxygen/openvpn.doxyfile config.status: creating include/Makefile config.status: creating sample/sample-plugins/Makefile config.status: creating src/Makefile config.status: creating src/compat/Makefile config.status: creating src/openvpn/Makefile config.status: creating src/openvpnmsica/Makefile config.status: creating src/openvpnserv/Makefile config.status: creating src/plugins/Makefile config.status: creating src/plugins/auth-pam/Makefile config.status: creating src/plugins/down-root/Makefile config.status: creating src/tapctl/Makefile config.status: creating tests/Makefile config.status: creating tests/unit_tests/Makefile config.status: creating tests/unit_tests/example_test/Makefile config.status: creating tests/unit_tests/openvpn/Makefile config.status: creating tests/unit_tests/plugins/Makefile config.status: creating tests/unit_tests/plugins/auth-pam/Makefile config.status: creating tests/unit_tests/engine-key/Makefile config.status: creating sample/Makefile config.status: creating tests/t_client.sh config.status: creating config.h config.status: creating include/openvpn-plugin.h config.status: include/openvpn-plugin.h is unchanged 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 >>> openvpn 2.5.7 Building PATH="/tmp/instance-5/output-1/host/bin:/tmp/instance-5/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /home/autobuild/make/make -j1 -C /tmp/instance-5/output-1/build/openvpn-2.5.7/ make[1]: Entering directory '/tmp/instance-5/output-1/build/openvpn-2.5.7' /home/autobuild/make/make all-recursive make[2]: Entering directory '/tmp/instance-5/output-1/build/openvpn-2.5.7' Making all in build make[3]: Entering directory '/tmp/instance-5/output-1/build/openvpn-2.5.7/build' Making all in msvc make[4]: Entering directory '/tmp/instance-5/output-1/build/openvpn-2.5.7/build/msvc' Making all in msvc-generate make[5]: Entering directory '/tmp/instance-5/output-1/build/openvpn-2.5.7/build/msvc/msvc-generate' make[5]: Nothing to be done for 'all'. make[5]: Leaving directory '/tmp/instance-5/output-1/build/openvpn-2.5.7/build/msvc/msvc-generate' make[5]: Entering directory '/tmp/instance-5/output-1/build/openvpn-2.5.7/build/msvc' make[5]: Nothing to be done for 'all-am'. make[5]: Leaving directory '/tmp/instance-5/output-1/build/openvpn-2.5.7/build/msvc' make[4]: Leaving directory '/tmp/instance-5/output-1/build/openvpn-2.5.7/build/msvc' make[4]: Entering directory '/tmp/instance-5/output-1/build/openvpn-2.5.7/build' make[4]: Nothing to be done for 'all-am'. make[4]: Leaving directory '/tmp/instance-5/output-1/build/openvpn-2.5.7/build' make[3]: Leaving directory '/tmp/instance-5/output-1/build/openvpn-2.5.7/build' Making all in distro make[3]: Entering directory '/tmp/instance-5/output-1/build/openvpn-2.5.7/distro' Making all in systemd make[4]: Entering directory '/tmp/instance-5/output-1/build/openvpn-2.5.7/distro/systemd' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/tmp/instance-5/output-1/build/openvpn-2.5.7/distro/systemd' make[4]: Entering directory '/tmp/instance-5/output-1/build/openvpn-2.5.7/distro' make[4]: Nothing to be done for 'all-am'. make[4]: Leaving directory '/tmp/instance-5/output-1/build/openvpn-2.5.7/distro' make[3]: Leaving directory '/tmp/instance-5/output-1/build/openvpn-2.5.7/distro' Making all in include make[3]: Entering directory '/tmp/instance-5/output-1/build/openvpn-2.5.7/include' /home/autobuild/make/make all-am make[4]: Entering directory '/tmp/instance-5/output-1/build/openvpn-2.5.7/include' make[4]: Leaving directory '/tmp/instance-5/output-1/build/openvpn-2.5.7/include' make[3]: Leaving directory '/tmp/instance-5/output-1/build/openvpn-2.5.7/include' Making all in src make[3]: Entering directory '/tmp/instance-5/output-1/build/openvpn-2.5.7/src' Making all in compat make[4]: Entering directory '/tmp/instance-5/output-1/build/openvpn-2.5.7/src/compat' /bin/bash ../../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -std=c99 -c -o compat-dirname.lo compat-dirname.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -std=c99 -c compat-dirname.c -fPIC -DPIC -o .libs/compat-dirname.o /bin/bash ../../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -std=c99 -c -o compat-basename.lo compat-basename.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -std=c99 -c compat-basename.c -fPIC -DPIC -o .libs/compat-basename.o /bin/bash ../../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -std=c99 -c -o compat-gettimeofday.lo compat-gettimeofday.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -std=c99 -c compat-gettimeofday.c -fPIC -DPIC -o .libs/compat-gettimeofday.o /bin/bash ../../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -std=c99 -c -o compat-daemon.lo compat-daemon.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -std=c99 -c compat-daemon.c -fPIC -DPIC -o .libs/compat-daemon.o /bin/bash ../../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -std=c99 -c -o compat-inet_ntop.lo compat-inet_ntop.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -std=c99 -c compat-inet_ntop.c -fPIC -DPIC -o .libs/compat-inet_ntop.o /bin/bash ../../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -std=c99 -c -o compat-inet_pton.lo compat-inet_pton.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -std=c99 -c compat-inet_pton.c -fPIC -DPIC -o .libs/compat-inet_pton.o /bin/bash ../../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -std=c99 -c -o compat-lz4.lo compat-lz4.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -std=c99 -c compat-lz4.c -fPIC -DPIC -o .libs/compat-lz4.o /bin/bash ../../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -std=c99 -c -o compat-strsep.lo compat-strsep.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -std=c99 -c compat-strsep.c -fPIC -DPIC -o .libs/compat-strsep.o /bin/bash ../../libtool --tag=CC --mode=link /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -std=c99 -o libcompat.la compat-dirname.lo compat-basename.lo compat-gettimeofday.lo compat-daemon.lo compat-inet_ntop.lo compat-inet_pton.lo compat-lz4.lo compat-strsep.lo libtool: link: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-ar cru .libs/libcompat.a .libs/compat-dirname.o .libs/compat-basename.o .libs/compat-gettimeofday.o .libs/compat-daemon.o .libs/compat-inet_ntop.o .libs/compat-inet_pton.o .libs/compat-lz4.o .libs/compat-strsep.o libtool: link: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-ranlib .libs/libcompat.a libtool: link: ( cd ".libs" && rm -f "libcompat.la" && ln -s "../libcompat.la" "libcompat.la" ) make[4]: Leaving directory '/tmp/instance-5/output-1/build/openvpn-2.5.7/src/compat' Making all in openvpn make[4]: Entering directory '/tmp/instance-5/output-1/build/openvpn-2.5.7/src/openvpn' /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -std=c99 -c -o argv.o argv.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -std=c99 -c -o auth_token.o auth_token.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -std=c99 -c -o base64.o base64.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -std=c99 -c -o buffer.o buffer.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -std=c99 -c -o clinat.o clinat.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -std=c99 -c -o comp.o comp.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -std=c99 -c -o compstub.o compstub.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -std=c99 -c -o comp-lz4.o comp-lz4.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -std=c99 -c -o crypto.o crypto.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -std=c99 -c -o crypto_openssl.o crypto_openssl.c crypto_openssl.c:935:39: warning: argument 2 of type 'unsigned char *' declared as a pointer [-Warray-parameter=] 935 | unsigned char *src, | ~~~~~~~~~~~~~~~^~~ In file included from crypto.h:125, from crypto_openssl.c:42: crypto_backend.h:217:43: note: previously declared as an array 'unsigned char[8]' 217 | unsigned char src[DES_KEY_LENGTH], | ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~ crypto_openssl.c:936:39: warning: argument 3 of type 'unsigned char *' declared as a pointer [-Warray-parameter=] 936 | unsigned char *dst) | ~~~~~~~~~~~~~~~^~~ In file included from crypto.h:125, from crypto_openssl.c:42: crypto_backend.h:218:43: note: previously declared as an array 'unsigned char[8]' 218 | unsigned char dst[DES_KEY_LENGTH]); | ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~ /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -std=c99 -c -o crypto_mbedtls.o crypto_mbedtls.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -std=c99 -c -o dhcp.o dhcp.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -std=c99 -c -o env_set.o env_set.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -std=c99 -c -o error.o error.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -std=c99 -c -o event.o event.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -std=c99 -c -o fdmisc.o fdmisc.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -std=c99 -c -o forward.o forward.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -std=c99 -c -o fragment.o fragment.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -std=c99 -c -o gremlin.o gremlin.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -std=c99 -c -o helper.o helper.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -std=c99 -c -o httpdigest.o httpdigest.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -std=c99 -c -o lladdr.o lladdr.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -std=c99 -c -o init.o init.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -std=c99 -c -o interval.o interval.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -std=c99 -c -o list.o list.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -std=c99 -c -o lzo.o lzo.c lzo.c:271:1: warning: 'dummy' defined but not used [-Wunused-function] 271 | dummy(void) | ^~~~~ /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -std=c99 -c -o manage.o manage.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -std=c99 -c -o mbuf.o mbuf.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -std=c99 -c -o misc.o misc.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -std=c99 -c -o platform.o platform.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -std=c99 -c -o console.o console.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -std=c99 -c -o console_builtin.o console_builtin.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -std=c99 -c -o console_systemd.o console_systemd.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -std=c99 -c -o mroute.o mroute.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -std=c99 -c -o mss.o mss.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -std=c99 -c -o mstats.o mstats.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -std=c99 -c -o mtcp.o mtcp.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -std=c99 -c -o mtu.o mtu.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -std=c99 -c -o mudp.o mudp.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -std=c99 -c -o multi.o multi.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -std=c99 -c -o networking_iproute2.o networking_iproute2.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -std=c99 -c -o networking_sitnl.o networking_sitnl.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -std=c99 -c -o ntlm.o ntlm.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -std=c99 -c -o occ.o occ.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -std=c99 -c -o pkcs11.o pkcs11.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -std=c99 -c -o pkcs11_openssl.o pkcs11_openssl.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -std=c99 -c -o pkcs11_mbedtls.o pkcs11_mbedtls.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -std=c99 -c -o openvpn.o openvpn.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -std=c99 -c -o options.o options.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -std=c99 -c -o otime.o otime.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -std=c99 -c -o packet_id.o packet_id.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -std=c99 -c -o perf.o perf.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -std=c99 -c -o pf.o pf.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -std=c99 -c -o ping.o ping.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -std=c99 -c -o plugin.o plugin.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -std=c99 -c -o pool.o pool.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -std=c99 -c -o proto.o proto.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -std=c99 -c -o proxy.o proxy.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -std=c99 -c -o ps.o ps.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -std=c99 -c -o push.o push.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -std=c99 -c -o reliable.o reliable.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -std=c99 -c -o route.o route.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -std=c99 -c -o run_command.o run_command.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -std=c99 -c -o schedule.o schedule.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -std=c99 -c -o session_id.o session_id.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -std=c99 -c -o shaper.o shaper.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -std=c99 -c -o sig.o sig.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -std=c99 -c -o socket.o socket.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -std=c99 -c -o socks.o socks.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -std=c99 -c -o ssl.o ssl.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -std=c99 -c -o ssl_openssl.o ssl_openssl.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -std=c99 -c -o ssl_mbedtls.o ssl_mbedtls.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -std=c99 -c -o ssl_ncp.o ssl_ncp.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -std=c99 -c -o ssl_verify.o ssl_verify.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -std=c99 -c -o ssl_verify_openssl.o ssl_verify_openssl.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -std=c99 -c -o ssl_verify_mbedtls.o ssl_verify_mbedtls.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -std=c99 -c -o status.o status.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -std=c99 -c -o tls_crypt.o tls_crypt.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -std=c99 -c -o tun.o tun.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -std=c99 -c -o vlan.o vlan.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -std=c99 -c -o win32.o win32.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../.. -I../../include -I../../include -I../../src/compat -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -std=c99 -c -o cryptoapi.o cryptoapi.c /bin/bash ../../libtool --tag=CC --mode=link /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -std=c99 -o openvpn argv.o auth_token.o base64.o buffer.o clinat.o comp.o compstub.o comp-lz4.o crypto.o crypto_openssl.o crypto_mbedtls.o dhcp.o env_set.o error.o event.o fdmisc.o forward.o fragment.o gremlin.o helper.o httpdigest.o lladdr.o init.o interval.o list.o lzo.o manage.o mbuf.o misc.o platform.o console.o console_builtin.o console_systemd.o mroute.o mss.o mstats.o mtcp.o mtu.o mudp.o multi.o networking_iproute2.o networking_sitnl.o ntlm.o occ.o pkcs11.o pkcs11_openssl.o pkcs11_mbedtls.o openvpn.o options.o otime.o packet_id.o perf.o pf.o ping.o plugin.o pool.o proto.o proxy.o ps.o push.o reliable.o route.o run_command.o schedule.o session_id.o shaper.o sig.o socket.o socks.o ssl.o ssl_openssl.o ssl_mbedtls.o ssl_ncp.o ssl_verify.o ssl_verify_openssl.o ssl_verify_mbedtls.o status.o tls_crypt.o tun.o vlan.o win32.o cryptoapi.o ../../src/compat/libcompat.la -lresolv -L/tmp/instance-5/output-1/host/bin/../sh4a-buildroot-linux-gnu/sysroot/usr/lib -llz4 -L/tmp/instance-5/output-1/host/bin/../sh4a-buildroot-linux-gnu/sysroot/usr/lib -lssl -lcrypto -ldl libtool: link: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DPLUGIN_LIBDIR=\"/usr/lib/openvpn/plugins\" -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -std=c99 -o openvpn argv.o auth_token.o base64.o buffer.o clinat.o comp.o compstub.o comp-lz4.o crypto.o crypto_openssl.o crypto_mbedtls.o dhcp.o env_set.o error.o event.o fdmisc.o forward.o fragment.o gremlin.o helper.o httpdigest.o lladdr.o init.o interval.o list.o lzo.o manage.o mbuf.o misc.o platform.o console.o console_builtin.o console_systemd.o mroute.o mss.o mstats.o mtcp.o mtu.o mudp.o multi.o networking_iproute2.o networking_sitnl.o ntlm.o occ.o pkcs11.o pkcs11_openssl.o pkcs11_mbedtls.o openvpn.o options.o otime.o packet_id.o perf.o pf.o ping.o plugin.o pool.o proto.o proxy.o ps.o push.o reliable.o route.o run_command.o schedule.o session_id.o shaper.o sig.o socket.o socks.o ssl.o ssl_openssl.o ssl_mbedtls.o ssl_ncp.o ssl_verify.o ssl_verify_openssl.o ssl_verify_mbedtls.o status.o tls_crypt.o tun.o vlan.o win32.o cryptoapi.o ../../src/compat/.libs/libcompat.a -lresolv -L/tmp/instance-5/output-1/host/bin/../sh4a-buildroot-linux-gnu/sysroot/usr/lib -llz4 -lssl -lcrypto -ldl make[4]: Leaving directory '/tmp/instance-5/output-1/build/openvpn-2.5.7/src/openvpn' Making all in openvpnmsica make[4]: Entering directory '/tmp/instance-5/output-1/build/openvpn-2.5.7/src/openvpnmsica' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/tmp/instance-5/output-1/build/openvpn-2.5.7/src/openvpnmsica' Making all in openvpnserv make[4]: Entering directory '/tmp/instance-5/output-1/build/openvpn-2.5.7/src/openvpnserv' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/tmp/instance-5/output-1/build/openvpn-2.5.7/src/openvpnserv' Making all in plugins make[4]: Entering directory '/tmp/instance-5/output-1/build/openvpn-2.5.7/src/plugins' Making all in auth-pam make[5]: Entering directory '/tmp/instance-5/output-1/build/openvpn-2.5.7/src/plugins/auth-pam' make[5]: Nothing to be done for 'all'. make[5]: Leaving directory '/tmp/instance-5/output-1/build/openvpn-2.5.7/src/plugins/auth-pam' Making all in down-root make[5]: Entering directory '/tmp/instance-5/output-1/build/openvpn-2.5.7/src/plugins/down-root' /bin/bash ../../../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I../../../include -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -std=c99 -c -o down-root.lo down-root.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../../.. -I../../../include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I../../../include -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -std=c99 -c down-root.c -fPIC -DPIC -o .libs/down-root.o /bin/bash ../../../libtool --tag=CC --mode=link /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I../../../include -Wall -Wno-stringop-truncation -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -std=c99 -export-symbols "./down-root.exports" -module -shared -avoid-version -no-undefined -o openvpn-plugin-down-root.la -rpath /usr/lib/openvpn/plugins down-root.lo libtool: link: echo "{ global:" > .libs/openvpn-plugin-down-root.ver libtool: link: cat ./down-root.exports | sed -e "s/\(.*\)/\1;/" >> .libs/openvpn-plugin-down-root.ver libtool: link: echo "local: *; };" >> .libs/openvpn-plugin-down-root.ver libtool: link: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -shared -fPIC -DPIC .libs/down-root.o -Os -g0 -Wl,-soname -Wl,openvpn-plugin-down-root.so -Wl,-version-script -Wl,.libs/openvpn-plugin-down-root.ver -o .libs/openvpn-plugin-down-root.so libtool: link: ( cd ".libs" && rm -f "openvpn-plugin-down-root.la" && ln -s "../openvpn-plugin-down-root.la" "openvpn-plugin-down-root.la" ) make[5]: Leaving directory '/tmp/instance-5/output-1/build/openvpn-2.5.7/src/plugins/down-root' make[5]: Entering directory '/tmp/instance-5/output-1/build/openvpn-2.5.7/src/plugins' make[5]: Nothing to be done for 'all-am'. make[5]: Leaving directory '/tmp/instance-5/output-1/build/openvpn-2.5.7/src/plugins' make[4]: Leaving directory '/tmp/instance-5/output-1/build/openvpn-2.5.7/src/plugins' Making all in tapctl make[4]: Entering directory '/tmp/instance-5/output-1/build/openvpn-2.5.7/src/tapctl' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/tmp/instance-5/output-1/build/openvpn-2.5.7/src/tapctl' make[4]: Entering directory '/tmp/instance-5/output-1/build/openvpn-2.5.7/src' make[4]: Nothing to be done for 'all-am'. make[4]: Leaving directory '/tmp/instance-5/output-1/build/openvpn-2.5.7/src' make[3]: Leaving directory '/tmp/instance-5/output-1/build/openvpn-2.5.7/src' Making all in sample make[3]: Entering directory '/tmp/instance-5/output-1/build/openvpn-2.5.7/sample' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/tmp/instance-5/output-1/build/openvpn-2.5.7/sample' Making all in doc make[3]: Entering directory '/tmp/instance-5/output-1/build/openvpn-2.5.7/doc' Making all in doxygen make[4]: Entering directory '/tmp/instance-5/output-1/build/openvpn-2.5.7/doc/doxygen' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/tmp/instance-5/output-1/build/openvpn-2.5.7/doc/doxygen' make[4]: Entering directory '/tmp/instance-5/output-1/build/openvpn-2.5.7/doc' make[4]: Nothing to be done for 'all-am'. make[4]: Leaving directory '/tmp/instance-5/output-1/build/openvpn-2.5.7/doc' make[3]: Leaving directory '/tmp/instance-5/output-1/build/openvpn-2.5.7/doc' Making all in tests make[3]: Entering directory '/tmp/instance-5/output-1/build/openvpn-2.5.7/tests' Making all in unit_tests make[4]: Entering directory '/tmp/instance-5/output-1/build/openvpn-2.5.7/tests/unit_tests' make[5]: Entering directory '/tmp/instance-5/output-1/build/openvpn-2.5.7/tests/unit_tests' make[5]: Nothing to be done for 'all-am'. make[5]: Leaving directory '/tmp/instance-5/output-1/build/openvpn-2.5.7/tests/unit_tests' make[4]: Leaving directory '/tmp/instance-5/output-1/build/openvpn-2.5.7/tests/unit_tests' make[4]: Entering directory '/tmp/instance-5/output-1/build/openvpn-2.5.7/tests' make[4]: Nothing to be done for 'all-am'. make[4]: Leaving directory '/tmp/instance-5/output-1/build/openvpn-2.5.7/tests' make[3]: Leaving directory '/tmp/instance-5/output-1/build/openvpn-2.5.7/tests' make[3]: Entering directory '/tmp/instance-5/output-1/build/openvpn-2.5.7' make[3]: Leaving directory '/tmp/instance-5/output-1/build/openvpn-2.5.7' make[2]: Leaving directory '/tmp/instance-5/output-1/build/openvpn-2.5.7' make[1]: Leaving directory '/tmp/instance-5/output-1/build/openvpn-2.5.7' >>> openvpn 2.5.7 Installing to target PATH="/tmp/instance-5/output-1/host/bin:/tmp/instance-5/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /home/autobuild/make/make -j1 DESTDIR=/tmp/instance-5/output-1/target install -C /tmp/instance-5/output-1/build/openvpn-2.5.7/ make[1]: Entering directory '/tmp/instance-5/output-1/build/openvpn-2.5.7' /home/autobuild/make/make install-recursive make[2]: Entering directory '/tmp/instance-5/output-1/build/openvpn-2.5.7' Making install in build make[3]: Entering directory '/tmp/instance-5/output-1/build/openvpn-2.5.7/build' Making install in msvc make[4]: Entering directory '/tmp/instance-5/output-1/build/openvpn-2.5.7/build/msvc' Making install in msvc-generate make[5]: Entering directory '/tmp/instance-5/output-1/build/openvpn-2.5.7/build/msvc/msvc-generate' make[6]: Entering directory '/tmp/instance-5/output-1/build/openvpn-2.5.7/build/msvc/msvc-generate' make[6]: Nothing to be done for 'install-exec-am'. make[6]: Nothing to be done for 'install-data-am'. make[6]: Leaving directory '/tmp/instance-5/output-1/build/openvpn-2.5.7/build/msvc/msvc-generate' make[5]: Leaving directory '/tmp/instance-5/output-1/build/openvpn-2.5.7/build/msvc/msvc-generate' make[5]: Entering directory '/tmp/instance-5/output-1/build/openvpn-2.5.7/build/msvc' make[6]: Entering directory '/tmp/instance-5/output-1/build/openvpn-2.5.7/build/msvc' make[6]: Nothing to be done for 'install-exec-am'. make[6]: Nothing to be done for 'install-data-am'. make[6]: Leaving directory '/tmp/instance-5/output-1/build/openvpn-2.5.7/build/msvc' make[5]: Leaving directory '/tmp/instance-5/output-1/build/openvpn-2.5.7/build/msvc' make[4]: Leaving directory '/tmp/instance-5/output-1/build/openvpn-2.5.7/build/msvc' make[4]: Entering directory '/tmp/instance-5/output-1/build/openvpn-2.5.7/build' make[5]: Entering directory '/tmp/instance-5/output-1/build/openvpn-2.5.7/build' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/tmp/instance-5/output-1/build/openvpn-2.5.7/build' make[4]: Leaving directory '/tmp/instance-5/output-1/build/openvpn-2.5.7/build' make[3]: Leaving directory '/tmp/instance-5/output-1/build/openvpn-2.5.7/build' Making install in distro make[3]: Entering directory '/tmp/instance-5/output-1/build/openvpn-2.5.7/distro' Making install in systemd make[4]: Entering directory '/tmp/instance-5/output-1/build/openvpn-2.5.7/distro/systemd' make[5]: Entering directory '/tmp/instance-5/output-1/build/openvpn-2.5.7/distro/systemd' make[5]: Nothing to be done for 'install-exec-am'. /home/autobuild/make/make install-data-hook make[6]: Entering directory '/tmp/instance-5/output-1/build/openvpn-2.5.7/distro/systemd' make[6]: Nothing to be done for 'install-data-hook'. make[6]: Leaving directory '/tmp/instance-5/output-1/build/openvpn-2.5.7/distro/systemd' make[5]: Leaving directory '/tmp/instance-5/output-1/build/openvpn-2.5.7/distro/systemd' make[4]: Leaving directory '/tmp/instance-5/output-1/build/openvpn-2.5.7/distro/systemd' make[4]: Entering directory '/tmp/instance-5/output-1/build/openvpn-2.5.7/distro' make[5]: Entering directory '/tmp/instance-5/output-1/build/openvpn-2.5.7/distro' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/tmp/instance-5/output-1/build/openvpn-2.5.7/distro' make[4]: Leaving directory '/tmp/instance-5/output-1/build/openvpn-2.5.7/distro' make[3]: Leaving directory '/tmp/instance-5/output-1/build/openvpn-2.5.7/distro' Making install in include make[3]: Entering directory '/tmp/instance-5/output-1/build/openvpn-2.5.7/include' make[4]: Entering directory '/tmp/instance-5/output-1/build/openvpn-2.5.7/include' make[4]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/tmp/instance-5/output-1/target/usr/include' /usr/bin/install -c -m 644 openvpn-plugin.h openvpn-msg.h '/tmp/instance-5/output-1/target/usr/include' make[4]: Leaving directory '/tmp/instance-5/output-1/build/openvpn-2.5.7/include' make[3]: Leaving directory '/tmp/instance-5/output-1/build/openvpn-2.5.7/include' Making install in src make[3]: Entering directory '/tmp/instance-5/output-1/build/openvpn-2.5.7/src' Making install in compat make[4]: Entering directory '/tmp/instance-5/output-1/build/openvpn-2.5.7/src/compat' make[5]: Entering directory '/tmp/instance-5/output-1/build/openvpn-2.5.7/src/compat' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/tmp/instance-5/output-1/build/openvpn-2.5.7/src/compat' make[4]: Leaving directory '/tmp/instance-5/output-1/build/openvpn-2.5.7/src/compat' Making install in openvpn make[4]: Entering directory '/tmp/instance-5/output-1/build/openvpn-2.5.7/src/openvpn' make[5]: Entering directory '/tmp/instance-5/output-1/build/openvpn-2.5.7/src/openvpn' /usr/bin/mkdir -p '/tmp/instance-5/output-1/target/usr/sbin' /bin/bash ../../libtool --mode=install /usr/bin/install -c openvpn '/tmp/instance-5/output-1/target/usr/sbin' libtool: install: /usr/bin/install -c openvpn /tmp/instance-5/output-1/target/usr/sbin/openvpn make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/tmp/instance-5/output-1/build/openvpn-2.5.7/src/openvpn' make[4]: Leaving directory '/tmp/instance-5/output-1/build/openvpn-2.5.7/src/openvpn' Making install in openvpnmsica make[4]: Entering directory '/tmp/instance-5/output-1/build/openvpn-2.5.7/src/openvpnmsica' make[5]: Entering directory '/tmp/instance-5/output-1/build/openvpn-2.5.7/src/openvpnmsica' make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/tmp/instance-5/output-1/build/openvpn-2.5.7/src/openvpnmsica' make[4]: Leaving directory '/tmp/instance-5/output-1/build/openvpn-2.5.7/src/openvpnmsica' Making install in openvpnserv make[4]: Entering directory '/tmp/instance-5/output-1/build/openvpn-2.5.7/src/openvpnserv' make[5]: Entering directory '/tmp/instance-5/output-1/build/openvpn-2.5.7/src/openvpnserv' make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/tmp/instance-5/output-1/build/openvpn-2.5.7/src/openvpnserv' make[4]: Leaving directory '/tmp/instance-5/output-1/build/openvpn-2.5.7/src/openvpnserv' Making install in plugins make[4]: Entering directory '/tmp/instance-5/output-1/build/openvpn-2.5.7/src/plugins' Making install in auth-pam make[5]: Entering directory '/tmp/instance-5/output-1/build/openvpn-2.5.7/src/plugins/auth-pam' make[6]: Entering directory '/tmp/instance-5/output-1/build/openvpn-2.5.7/src/plugins/auth-pam' make[6]: Nothing to be done for 'install-exec-am'. make[6]: Leaving directory '/tmp/instance-5/output-1/build/openvpn-2.5.7/src/plugins/auth-pam' make[5]: Leaving directory '/tmp/instance-5/output-1/build/openvpn-2.5.7/src/plugins/auth-pam' Making install in down-root make[5]: Entering directory '/tmp/instance-5/output-1/build/openvpn-2.5.7/src/plugins/down-root' make[6]: Entering directory '/tmp/instance-5/output-1/build/openvpn-2.5.7/src/plugins/down-root' make[6]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/tmp/instance-5/output-1/target/usr/share/doc/openvpn' /usr/bin/install -c -m 644 README.down-root '/tmp/instance-5/output-1/target/usr/share/doc/openvpn' /usr/bin/mkdir -p '/tmp/instance-5/output-1/target/usr/lib/openvpn/plugins' /bin/bash ../../../libtool --mode=install /usr/bin/install -c openvpn-plugin-down-root.la '/tmp/instance-5/output-1/target/usr/lib/openvpn/plugins' libtool: install: /usr/bin/install -c .libs/openvpn-plugin-down-root.so /tmp/instance-5/output-1/target/usr/lib/openvpn/plugins/openvpn-plugin-down-root.so libtool: install: /usr/bin/install -c .libs/openvpn-plugin-down-root.lai /tmp/instance-5/output-1/target/usr/lib/openvpn/plugins/openvpn-plugin-down-root.la libtool: warning: remember to run 'libtool --finish /usr/lib/openvpn/plugins' make[6]: Leaving directory '/tmp/instance-5/output-1/build/openvpn-2.5.7/src/plugins/down-root' make[5]: Leaving directory '/tmp/instance-5/output-1/build/openvpn-2.5.7/src/plugins/down-root' make[5]: Entering directory '/tmp/instance-5/output-1/build/openvpn-2.5.7/src/plugins' make[6]: Entering directory '/tmp/instance-5/output-1/build/openvpn-2.5.7/src/plugins' make[6]: Nothing to be done for 'install-exec-am'. make[6]: Nothing to be done for 'install-data-am'. make[6]: Leaving directory '/tmp/instance-5/output-1/build/openvpn-2.5.7/src/plugins' make[5]: Leaving directory '/tmp/instance-5/output-1/build/openvpn-2.5.7/src/plugins' make[4]: Leaving directory '/tmp/instance-5/output-1/build/openvpn-2.5.7/src/plugins' Making install in tapctl make[4]: Entering directory '/tmp/instance-5/output-1/build/openvpn-2.5.7/src/tapctl' make[5]: Entering directory '/tmp/instance-5/output-1/build/openvpn-2.5.7/src/tapctl' make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/tmp/instance-5/output-1/build/openvpn-2.5.7/src/tapctl' make[4]: Leaving directory '/tmp/instance-5/output-1/build/openvpn-2.5.7/src/tapctl' make[4]: Entering directory '/tmp/instance-5/output-1/build/openvpn-2.5.7/src' make[5]: Entering directory '/tmp/instance-5/output-1/build/openvpn-2.5.7/src' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/tmp/instance-5/output-1/build/openvpn-2.5.7/src' make[4]: Leaving directory '/tmp/instance-5/output-1/build/openvpn-2.5.7/src' make[3]: Leaving directory '/tmp/instance-5/output-1/build/openvpn-2.5.7/src' Making install in sample make[3]: Entering directory '/tmp/instance-5/output-1/build/openvpn-2.5.7/sample' make[4]: Entering directory '/tmp/instance-5/output-1/build/openvpn-2.5.7/sample' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Leaving directory '/tmp/instance-5/output-1/build/openvpn-2.5.7/sample' make[3]: Leaving directory '/tmp/instance-5/output-1/build/openvpn-2.5.7/sample' Making install in doc make[3]: Entering directory '/tmp/instance-5/output-1/build/openvpn-2.5.7/doc' Making install in doxygen make[4]: Entering directory '/tmp/instance-5/output-1/build/openvpn-2.5.7/doc/doxygen' make[5]: Entering directory '/tmp/instance-5/output-1/build/openvpn-2.5.7/doc/doxygen' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/tmp/instance-5/output-1/build/openvpn-2.5.7/doc/doxygen' make[4]: Leaving directory '/tmp/instance-5/output-1/build/openvpn-2.5.7/doc/doxygen' make[4]: Entering directory '/tmp/instance-5/output-1/build/openvpn-2.5.7/doc' make[5]: Entering directory '/tmp/instance-5/output-1/build/openvpn-2.5.7/doc' make[5]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/tmp/instance-5/output-1/target/usr/share/doc/openvpn' /usr/bin/install -c -m 644 management-notes.txt gui-notes.txt '/tmp/instance-5/output-1/target/usr/share/doc/openvpn' /usr/bin/mkdir -p '/tmp/instance-5/output-1/target/usr/share/doc/openvpn' /usr/bin/install -c -m 644 openvpn.8.html openvpn-examples.5.html '/tmp/instance-5/output-1/target/usr/share/doc/openvpn' /usr/bin/mkdir -p '/tmp/instance-5/output-1/target/usr/share/man/man5' /usr/bin/install -c -m 644 openvpn-examples.5 '/tmp/instance-5/output-1/target/usr/share/man/man5' /usr/bin/mkdir -p '/tmp/instance-5/output-1/target/usr/share/man/man8' /usr/bin/install -c -m 644 openvpn.8 '/tmp/instance-5/output-1/target/usr/share/man/man8' make[5]: Leaving directory '/tmp/instance-5/output-1/build/openvpn-2.5.7/doc' make[4]: Leaving directory '/tmp/instance-5/output-1/build/openvpn-2.5.7/doc' make[3]: Leaving directory '/tmp/instance-5/output-1/build/openvpn-2.5.7/doc' Making install in tests make[3]: Entering directory '/tmp/instance-5/output-1/build/openvpn-2.5.7/tests' Making install in unit_tests make[4]: Entering directory '/tmp/instance-5/output-1/build/openvpn-2.5.7/tests/unit_tests' make[5]: Entering directory '/tmp/instance-5/output-1/build/openvpn-2.5.7/tests/unit_tests' make[6]: Entering directory '/tmp/instance-5/output-1/build/openvpn-2.5.7/tests/unit_tests' make[6]: Nothing to be done for 'install-exec-am'. make[6]: Nothing to be done for 'install-data-am'. make[6]: Leaving directory '/tmp/instance-5/output-1/build/openvpn-2.5.7/tests/unit_tests' make[5]: Leaving directory '/tmp/instance-5/output-1/build/openvpn-2.5.7/tests/unit_tests' make[4]: Leaving directory '/tmp/instance-5/output-1/build/openvpn-2.5.7/tests/unit_tests' make[4]: Entering directory '/tmp/instance-5/output-1/build/openvpn-2.5.7/tests' make[5]: Entering directory '/tmp/instance-5/output-1/build/openvpn-2.5.7/tests' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/tmp/instance-5/output-1/build/openvpn-2.5.7/tests' make[4]: Leaving directory '/tmp/instance-5/output-1/build/openvpn-2.5.7/tests' make[3]: Leaving directory '/tmp/instance-5/output-1/build/openvpn-2.5.7/tests' make[3]: Entering directory '/tmp/instance-5/output-1/build/openvpn-2.5.7' make[4]: Entering directory '/tmp/instance-5/output-1/build/openvpn-2.5.7' make[4]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/tmp/instance-5/output-1/target/usr/share/doc/openvpn' /usr/bin/install -c -m 644 README README.IPv6 README.mbedtls Changes.rst COPYRIGHT.GPL COPYING '/tmp/instance-5/output-1/target/usr/share/doc/openvpn' make[4]: Leaving directory '/tmp/instance-5/output-1/build/openvpn-2.5.7' make[3]: Leaving directory '/tmp/instance-5/output-1/build/openvpn-2.5.7' make[2]: Leaving directory '/tmp/instance-5/output-1/build/openvpn-2.5.7' make[1]: Leaving directory '/tmp/instance-5/output-1/build/openvpn-2.5.7' >>> host-patchelf 0.13 Downloading wget --passive-ftp -nd -t 3 -O '/tmp/instance-5/output-1/build/.patchelf-0.13.tar.bz2.6iQKJc/output' 'https://github.com/NixOS/patchelf/releases/download/0.13/patchelf-0.13.tar.bz2' --2023-02-20 00:01:14-- https://github.com/NixOS/patchelf/releases/download/0.13/patchelf-0.13.tar.bz2 Resolving github.com (github.com)... 140.82.112.4 Connecting to github.com (github.com)|140.82.112.4|:443... connected. HTTP request sent, awaiting response... 302 Found Location: https://objects.githubusercontent.com/github-production-release-asset-2e65be/2928164/01108d9f-4a05-4c47-b476-3d77195d9e68?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20230220%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20230220T070114Z&X-Amz-Expires=300&X-Amz-Signature=d473db0aff1ad68f103a93f0a3a1a6e5821da30691308f3b9f45252c2b5a1dfa&X-Amz-SignedHeaders=host&actor_id=0&key_id=0&repo_id=2928164&response-content-disposition=attachment%3B%20filename%3Dpatchelf-0.13.tar.bz2&response-content-type=application%2Foctet-stream [following] --2023-02-20 00:01:14-- https://objects.githubusercontent.com/github-production-release-asset-2e65be/2928164/01108d9f-4a05-4c47-b476-3d77195d9e68?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20230220%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20230220T070114Z&X-Amz-Expires=300&X-Amz-Signature=d473db0aff1ad68f103a93f0a3a1a6e5821da30691308f3b9f45252c2b5a1dfa&X-Amz-SignedHeaders=host&actor_id=0&key_id=0&repo_id=2928164&response-content-disposition=attachment%3B%20filename%3Dpatchelf-0.13.tar.bz2&response-content-type=application%2Foctet-stream Resolving objects.githubusercontent.com (objects.githubusercontent.com)... 185.199.110.133, 185.199.109.133, 185.199.108.133, ... Connecting to objects.githubusercontent.com (objects.githubusercontent.com)|185.199.110.133|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 172499 (168K) [application/octet-stream] Saving to: '/tmp/instance-5/output-1/build/.patchelf-0.13.tar.bz2.6iQKJc/output' 0K .......... .......... .......... .......... .......... 29% 353K 0s 50K .......... .......... .......... .......... .......... 59% 75.0M 0s 100K .......... .......... .......... .......... .......... 89% 681K 0s 150K .......... ........ 100% 356M=0.2s 2023-02-20 00:01:15 (781 KB/s) - '/tmp/instance-5/output-1/build/.patchelf-0.13.tar.bz2.6iQKJc/output' saved [172499/172499] patchelf-0.13.tar.bz2: OK (sha256: 4c7ed4bcfc1a114d6286e4a0d3c1a90db147a4c3adda1814ee0eee0f9ee917ed) >>> host-patchelf 0.13 Extracting bzcat /tmp/instance-5/dl/patchelf/patchelf-0.13.tar.bz2 | tar --strip-components=1 -C /tmp/instance-5/output-1/build/host-patchelf-0.13 -xf - >>> host-patchelf 0.13 Patching Applying 0001-Add-option-to-make-the-rpath-relative-under-a-specif.patch using patch: patching file src/patchelf.cc Hunk #1 succeeded at 45 (offset -1 lines). Hunk #2 succeeded at 85 with fuzz 1 (offset 4 lines). Hunk #3 succeeded at 244 with fuzz 2 (offset 14 lines). Hunk #4 succeeded at 1318 with fuzz 2 (offset 226 lines). Hunk #5 succeeded at 1385 (offset 218 lines). Hunk #6 succeeded at 1419 (offset 223 lines). Hunk #7 succeeded at 1861 (offset 323 lines). Hunk #8 succeeded at 1887 (offset 322 lines). Hunk #9 succeeded at 1950 (offset 313 lines). Hunk #10 succeeded at 2021 with fuzz 1 (offset 325 lines). >>> host-patchelf 0.13 Updating config.sub and config.guess for file in config.guess config.sub; do for i in $(find /tmp/instance-5/output-1/build/host-patchelf-0.13 -name $file); do cp support/gnuconfig/$file $i; done; done >>> host-patchelf 0.13 Patching libtool >>> host-patchelf 0.13 Configuring (cd /tmp/instance-5/output-1/build/host-patchelf-0.13/ && rm -rf config.cache; PATH="/tmp/instance-5/output-1/host/bin:/tmp/instance-5/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PKG_CONFIG="/tmp/instance-5/output-1/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/tmp/instance-5/output-1/host/lib/pkgconfig:/tmp/instance-5/output-1/host/share/pkgconfig" AR="/usr/bin/ar" AS="/usr/bin/as" LD="/usr/bin/ld" NM="/usr/bin/nm" CC="/tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc" GCC="/tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc" CXX="/tmp/instance-5/output-1/host/bin/ccache /usr/bin/g++" CPP="/usr/bin/cpp" OBJCOPY="/usr/bin/objcopy" RANLIB="/usr/bin/ranlib" CPPFLAGS="-I/tmp/instance-5/output-1/host/include" CFLAGS="-O2 -I/tmp/instance-5/output-1/host/include" CXXFLAGS="-O2 -I/tmp/instance-5/output-1/host/include" LDFLAGS="-L/tmp/instance-5/output-1/host/lib -Wl,-rpath,/tmp/instance-5/output-1/host/lib" INTLTOOL_PERL=/usr/bin/perl CFLAGS="-O2 -I/tmp/instance-5/output-1/host/include" LDFLAGS="-L/tmp/instance-5/output-1/host/lib -Wl,-rpath,/tmp/instance-5/output-1/host/lib" CONFIG_SITE=/dev/null ./configure --prefix="/tmp/instance-5/output-1/host" --sysconfdir="/tmp/instance-5/output-1/host/etc" --localstatedir="/tmp/instance-5/output-1/host/var" --enable-shared --disable-static --disable-gtk-doc --disable-gtk-doc-html --disable-doc --disable-docs --disable-documentation --disable-debug --with-xmlto=no --with-fop=no --disable-nls --disable-dependency-tracking ) configure: WARNING: unrecognized options: --enable-shared, --disable-static, --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --disable-debug, --with-xmlto, --with-fop, --disable-nls checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /usr/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether make supports nested variables... yes checking whether make supports the include directive... yes (GNU style) checking for gcc... /tmp/instance-5/output-1/host/bin/ccache /usr/bin/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... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether /tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc accepts -g... yes checking for /tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc option to accept ISO C89... none needed checking whether /tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc understands -c and -o together... yes checking dependency style of /tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc... none checking whether we are using the GNU C++ compiler... yes checking whether /tmp/instance-5/output-1/host/bin/ccache /usr/bin/g++ accepts -g... yes checking dependency style of /tmp/instance-5/output-1/host/bin/ccache /usr/bin/g++... none checking dependency style of /tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc... none 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 tests/Makefile config.status: creating patchelf.spec config.status: executing depfiles commands configure: WARNING: unrecognized options: --enable-shared, --disable-static, --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --disable-debug, --with-xmlto, --with-fop, --disable-nls >>> host-patchelf 0.13 Building PATH="/tmp/instance-5/output-1/host/bin:/tmp/instance-5/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PKG_CONFIG="/tmp/instance-5/output-1/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/tmp/instance-5/output-1/host/lib/pkgconfig:/tmp/instance-5/output-1/host/share/pkgconfig" /home/autobuild/make/make -j1 -C /tmp/instance-5/output-1/build/host-patchelf-0.13/ make[1]: Entering directory '/tmp/instance-5/output-1/build/host-patchelf-0.13' Making all in src make[2]: Entering directory '/tmp/instance-5/output-1/build/host-patchelf-0.13/src' /tmp/instance-5/output-1/host/bin/ccache /usr/bin/g++ -DPACKAGE_NAME=\"patchelf\" -DPACKAGE_TARNAME=\"patchelf\" -DPACKAGE_VERSION=\"0.13.20210805.a949ff2\" -DPACKAGE_STRING=\"patchelf\ 0.13.20210805.a949ff2\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE_URL=\"\" -DPACKAGE=\"patchelf\" -DVERSION=\"0.13.20210805.a949ff2\" -I. -I/tmp/instance-5/output-1/host/include -Wall -std=c++11 -D_FILE_OFFSET_BITS=64 -O2 -I/tmp/instance-5/output-1/host/include -c -o patchelf.o patchelf.cc /tmp/instance-5/output-1/host/bin/ccache /usr/bin/g++ -Wall -std=c++11 -D_FILE_OFFSET_BITS=64 -O2 -I/tmp/instance-5/output-1/host/include -L/tmp/instance-5/output-1/host/lib -Wl,-rpath,/tmp/instance-5/output-1/host/lib -o patchelf patchelf.o make[2]: Leaving directory '/tmp/instance-5/output-1/build/host-patchelf-0.13/src' Making all in tests make[2]: Entering directory '/tmp/instance-5/output-1/build/host-patchelf-0.13/tests' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/tmp/instance-5/output-1/build/host-patchelf-0.13/tests' make[2]: Entering directory '/tmp/instance-5/output-1/build/host-patchelf-0.13' make[2]: Nothing to be done for 'all-am'. make[2]: Leaving directory '/tmp/instance-5/output-1/build/host-patchelf-0.13' make[1]: Leaving directory '/tmp/instance-5/output-1/build/host-patchelf-0.13' >>> host-patchelf 0.13 Installing to host directory PATH="/tmp/instance-5/output-1/host/bin:/tmp/instance-5/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PKG_CONFIG="/tmp/instance-5/output-1/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/tmp/instance-5/output-1/host/lib/pkgconfig:/tmp/instance-5/output-1/host/share/pkgconfig" /home/autobuild/make/make -j1 install -C /tmp/instance-5/output-1/build/host-patchelf-0.13/ make[1]: Entering directory '/tmp/instance-5/output-1/build/host-patchelf-0.13' Making install in src make[2]: Entering directory '/tmp/instance-5/output-1/build/host-patchelf-0.13/src' make[3]: Entering directory '/tmp/instance-5/output-1/build/host-patchelf-0.13/src' /usr/bin/mkdir -p '/tmp/instance-5/output-1/host/bin' /usr/bin/install -c patchelf '/tmp/instance-5/output-1/host/bin' make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/tmp/instance-5/output-1/build/host-patchelf-0.13/src' make[2]: Leaving directory '/tmp/instance-5/output-1/build/host-patchelf-0.13/src' Making install in tests make[2]: Entering directory '/tmp/instance-5/output-1/build/host-patchelf-0.13/tests' make[3]: Entering directory '/tmp/instance-5/output-1/build/host-patchelf-0.13/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-5/output-1/build/host-patchelf-0.13/tests' make[2]: Leaving directory '/tmp/instance-5/output-1/build/host-patchelf-0.13/tests' make[2]: Entering directory '/tmp/instance-5/output-1/build/host-patchelf-0.13' make[3]: Entering directory '/tmp/instance-5/output-1/build/host-patchelf-0.13' make[3]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/tmp/instance-5/output-1/host/share/doc/patchelf' /usr/bin/install -c -m 644 README.md '/tmp/instance-5/output-1/host/share/doc/patchelf' /usr/bin/mkdir -p '/tmp/instance-5/output-1/host/share/man/man1' /usr/bin/install -c -m 644 patchelf.1 '/tmp/instance-5/output-1/host/share/man/man1' make[3]: Leaving directory '/tmp/instance-5/output-1/build/host-patchelf-0.13' make[2]: Leaving directory '/tmp/instance-5/output-1/build/host-patchelf-0.13' make[1]: Leaving directory '/tmp/instance-5/output-1/build/host-patchelf-0.13' >>> pcre 8.45 Downloading wget --passive-ftp -nd -t 3 -O '/tmp/instance-5/output-1/build/.pcre-8.45.tar.bz2.fDlxlr/output' 'http://downloads.sourceforge.net/project/pcre/pcre/8.45/pcre-8.45.tar.bz2' --2023-02-20 00:01:22-- http://downloads.sourceforge.net/project/pcre/pcre/8.45/pcre-8.45.tar.bz2 Resolving downloads.sourceforge.net (downloads.sourceforge.net)... 204.68.111.105 Connecting to downloads.sourceforge.net (downloads.sourceforge.net)|204.68.111.105|:80... connected. HTTP request sent, awaiting response... 302 Found Location: http://newcontinuum.dl.sourceforge.net/project/pcre/pcre/8.45/pcre-8.45.tar.bz2 [following] --2023-02-20 00:01:22-- http://newcontinuum.dl.sourceforge.net/project/pcre/pcre/8.45/pcre-8.45.tar.bz2 Resolving newcontinuum.dl.sourceforge.net (newcontinuum.dl.sourceforge.net)... 64.79.96.4, 2607:ff50:0:11::32 Connecting to newcontinuum.dl.sourceforge.net (newcontinuum.dl.sourceforge.net)|64.79.96.4|:80... connected. HTTP request sent, awaiting response... 200 OK Length: 1578809 (1.5M) [application/octet-stream] Saving to: '/tmp/instance-5/output-1/build/.pcre-8.45.tar.bz2.fDlxlr/output' 0K .......... .......... .......... .......... .......... 3% 1.12M 1s 50K .......... .......... .......... .......... .......... 6% 2.26M 1s 100K .......... .......... .......... .......... .......... 9% 54.8M 1s 150K .......... .......... .......... .......... .......... 12% 32.1M 0s 200K .......... .......... .......... .......... .......... 16% 2.35M 0s 250K .......... .......... .......... .......... .......... 19% 45.4M 0s 300K .......... .......... .......... .......... .......... 22% 48.7M 0s 350K .......... .......... .......... .......... .......... 25% 56.9M 0s 400K .......... .......... .......... .......... .......... 29% 2.28M 0s 450K .......... .......... .......... .......... .......... 32% 259M 0s 500K .......... .......... .......... .......... .......... 35% 282M 0s 550K .......... .......... .......... .......... .......... 38% 13.8M 0s 600K .......... .......... .......... .......... .......... 42% 265M 0s 650K .......... .......... .......... .......... .......... 45% 244M 0s 700K .......... .......... .......... .......... .......... 48% 405M 0s 750K .......... .......... .......... .......... .......... 51% 32.6M 0s 800K .......... .......... .......... .......... .......... 55% 3.48M 0s 850K .......... .......... .......... .......... .......... 58% 42.7M 0s 900K .......... .......... .......... .......... .......... 61% 35.3M 0s 950K .......... .......... .......... .......... .......... 64% 389M 0s 1000K .......... .......... .......... .......... .......... 68% 40.9M 0s 1050K .......... .......... .......... .......... .......... 71% 43.3M 0s 1100K .......... .......... .......... .......... .......... 74% 63.0M 0s 1150K .......... .......... .......... .......... .......... 77% 88.8M 0s 1200K .......... .......... .......... .......... .......... 81% 50.8M 0s 1250K .......... .......... .......... .......... .......... 84% 32.5M 0s 1300K .......... .......... .......... .......... .......... 87% 84.0M 0s 1350K .......... .......... .......... .......... .......... 90% 98.5M 0s 1400K .......... .......... .......... .......... .......... 94% 34.2M 0s 1450K .......... .......... .......... .......... .......... 97% 51.0M 0s 1500K .......... .......... .......... .......... . 100% 46.0M=0.1s 2023-02-20 00:01:22 (10.3 MB/s) - '/tmp/instance-5/output-1/build/.pcre-8.45.tar.bz2.fDlxlr/output' saved [1578809/1578809] pcre-8.45.tar.bz2: OK (sha256: 4dae6fdcd2bb0bb6c37b5f97c33c2be954da743985369cddac3546e3218bffb8) >>> pcre 8.45 Extracting bzcat /tmp/instance-5/dl/pcre/pcre-8.45.tar.bz2 | tar --strip-components=1 -C /tmp/instance-5/output-1/build/pcre-8.45 -xf - >>> pcre 8.45 Patching Applying 0001-Kill-compatibility-bits.patch using patch: patching file pcrecpp.cc Applying 0002-Disable-C-unit-tests.patch using patch: patching file Makefile.in >>> pcre 8.45 Updating config.sub and config.guess for file in config.guess config.sub; do for i in $(find /tmp/instance-5/output-1/build/pcre-8.45 -name $file); do cp support/gnuconfig/$file $i; done; done >>> pcre 8.45 Patching libtool patching file /tmp/instance-5/output-1/build/pcre-8.45/ltmain.sh Hunk #1 succeeded at 2908 (offset 221 lines). Hunk #2 succeeded at 4498 (offset 221 lines). Hunk #3 succeeded at 6794 (offset 240 lines). Hunk #4 succeeded at 6804 (offset 240 lines). Hunk #5 succeeded at 7097 (offset 240 lines). Hunk #6 succeeded at 7389 (offset 240 lines). Hunk #7 succeeded at 8359 (offset 247 lines). Hunk #8 succeeded at 10991 (offset 281 lines). >>> pcre 8.45 Configuring (cd /tmp/instance-5/output-1/build/pcre-8.45/ && rm -rf config.cache && PATH="/tmp/instance-5/output-1/host/bin:/tmp/instance-5/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" AR="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-ar" AS="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-as" LD="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-ld" NM="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-nm" CC="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc" GCC="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc" CPP="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-cpp" CXX="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-g++" FC="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gfortran" F77="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gfortran" RANLIB="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-ranlib" READELF="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-readelf" STRIP="/bin/true" OBJCOPY="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-objcopy" OBJDUMP="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc" GCC_FOR_BUILD="/tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc" CXX_FOR_BUILD="/tmp/instance-5/output-1/host/bin/ccache /usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/tmp/instance-5/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/tmp/instance-5/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/tmp/instance-5/output-1/host/include" LDFLAGS_FOR_BUILD="-L/tmp/instance-5/output-1/host/lib -Wl,-rpath,/tmp/instance-5/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-as" DEFAULT_LINKER="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1" LDFLAGS="" FCFLAGS=" -Os -g0" FFLAGS=" -Os -g0" PKG_CONFIG="/tmp/instance-5/output-1/host/bin/pkg-config" STAGING_DIR="/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/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=no CONFIG_SITE=/dev/null ./configure --target=sh4a-buildroot-linux-gnu --host=sh4a-buildroot-linux-gnu --build=x86_64-pc-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 --disable-static --enable-shared --disable-cpp --enable-pcre8 --disable-pcre16 --disable-pcre32 --enable-utf --enable-unicode-properties ) 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 checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for sh4a-buildroot-linux-gnu-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 whether make supports nested variables... (cached) yes checking whether make supports the include directive... yes (GNU style) checking for sh4a-buildroot-linux-gnu-gcc... /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-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 /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc accepts -g... yes checking for /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc option to enable C11 features... none needed checking whether /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc understands -c and -o together... yes checking dependency style of /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc... none checking for sh4a-buildroot-linux-gnu-ar... /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-ar checking the archiver (/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-ar) interface... ar checking for sh4a-buildroot-linux-gnu-gcc... (cached) /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc checking whether the compiler supports GNU C... (cached) yes checking whether /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc accepts -g... (cached) yes checking for /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc option to enable C11 features... (cached) none needed checking whether /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc understands -c and -o together... (cached) yes checking dependency style of /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc... (cached) none checking whether the compiler supports GNU C++... no checking whether no accepts -g... no checking for no option to enable C++11 features... none needed checking dependency style of no... none 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 int64_t... yes checking build system type... x86_64-pc-linux-gnu checking host system type... sh4a-buildroot-linux-gnu checking how to print strings... printf checking for a sed that does not truncate output... /usr/bin/sed checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for fgrep... /usr/bin/grep -F checking for ld used by /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc... /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-ld checking if the linker (/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-nm checking the name lister (/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-nm) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 1572864 checking how to convert x86_64-pc-linux-gnu file names to sh4a-buildroot-linux-gnu format... func_convert_file_noop checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop checking for /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-ld option to reload object files... -r checking for sh4a-buildroot-linux-gnu-objdump... /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-objdump checking how to recognize dependent libraries... pass_all checking for sh4a-buildroot-linux-gnu-dlltool... dlltool checking how to associate runtime and link libraries... printf %s\n checking for sh4a-buildroot-linux-gnu-ar... (cached) /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-ar checking for archiver @FILE support... @ checking for sh4a-buildroot-linux-gnu-strip... (cached) /bin/true checking for sh4a-buildroot-linux-gnu-ranlib... /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-ranlib checking command to parse /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-nm output from /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc object... ok checking for sysroot... no checking for a working dd... /usr/bin/dd checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1 checking for sh4a-buildroot-linux-gnu-mt... no checking for mt... mt configure: WARNING: using cross tools not prefixed with host triplet checking if mt is a manifest tool... no checking for dlfcn.h... yes checking for objdir... .libs checking if /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc supports -fno-rtti -fno-exceptions... no checking for /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc option to produce PIC... -fPIC -DPIC checking if /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc PIC flag -fPIC -DPIC works... yes checking if /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc static flag -static works... no checking if /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc supports -c -o file.o... yes checking if /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc supports -c -o file.o... (cached) yes checking whether the /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc linker (/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... no checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no checking whether ln -s works... yes checking whether the -Werror option is usable... yes checking for simple visibility declarations... yes checking for egrep... (cached) /usr/bin/grep -E checking for limits.h... yes checking for sys/types.h... (cached) yes checking for sys/stat.h... (cached) yes checking for dirent.h... yes checking for windows.h... no checking for an ANSI C-conforming const... yes checking for size_t... yes checking for bcopy... yes checking for memmove... yes checking for strerror... yes checking for zlib.h... yes checking for gzopen in -lz... yes checking for bzlib.h... yes checking for libbz2... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating libpcre.pc config.status: creating libpcre16.pc config.status: creating libpcre32.pc config.status: creating libpcreposix.pc config.status: creating libpcrecpp.pc config.status: creating pcre-config config.status: creating pcre.h config.status: creating pcre_stringpiece.h config.status: creating pcrecpparg.h config.status: creating config.h config.status: executing depfiles commands config.status: executing libtool commands config.status: executing script-chmod commands config.status: executing delete-old-chartables 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 pcre-8.45 configuration summary: Install prefix .................. : /usr C preprocessor .................. : /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-cpp C compiler ...................... : /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc C++ preprocessor ................ : C++ compiler .................... : Linker .......................... : /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-ld C preprocessor flags ............ : -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 C compiler flags ................ : -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -fvisibility=hidden C++ compiler flags .............. : -fvisibility=hidden -fvisibility-inlines-hidden Linker flags .................... : Extra libraries ................. : Build 8 bit pcre library ........ : yes Build 16 bit pcre library ....... : no Build 32 bit pcre library ....... : no Build C++ library ............... : no Enable JIT compiling support .... : no Enable UTF-8/16/32 support ...... : yes Unicode properties .............. : yes Newline char/sequence ........... : lf \R matches only ANYCRLF ......... : no EBCDIC coding ................... : no EBCDIC code for NL .............. : n/a Rebuild char tables ............. : no Use stack recursion ............. : yes POSIX mem threshold ............. : 10 Internal link size .............. : 2 Nested parentheses limit ........ : 250 Match limit ..................... : 10000000 Match limit recursion ........... : MATCH_LIMIT Build shared libs ............... : yes Build static libs ............... : no Use JIT in pcregrep ............. : no Buffer size for pcregrep ........ : 20480 Link pcregrep with libz ......... : no Link pcregrep with libbz2 ....... : no Link pcretest with libedit ...... : no Link pcretest with libreadline .. : no Valgrind support ................ : no Code coverage ................... : no >>> pcre 8.45 Building PATH="/tmp/instance-5/output-1/host/bin:/tmp/instance-5/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /home/autobuild/make/make -j1 -C /tmp/instance-5/output-1/build/pcre-8.45/ make[1]: Entering directory '/tmp/instance-5/output-1/build/pcre-8.45' rm -f pcre_chartables.c ln -s ./pcre_chartables.c.dist pcre_chartables.c /home/autobuild/make/make all-am make[2]: Entering directory '/tmp/instance-5/output-1/build/pcre-8.45' CC pcretest-pcretest.o CC pcretest-pcre_printint.o CC libpcre_la-pcre_byte_order.lo CC libpcre_la-pcre_compile.lo CC libpcre_la-pcre_config.lo CC libpcre_la-pcre_dfa_exec.lo CC libpcre_la-pcre_exec.lo CC libpcre_la-pcre_fullinfo.lo CC libpcre_la-pcre_get.lo CC libpcre_la-pcre_globals.lo CC libpcre_la-pcre_jit_compile.lo CC libpcre_la-pcre_maketables.lo CC libpcre_la-pcre_newline.lo CC libpcre_la-pcre_ord2utf8.lo CC libpcre_la-pcre_refcount.lo CC libpcre_la-pcre_string_utils.lo CC libpcre_la-pcre_study.lo CC libpcre_la-pcre_tables.lo CC libpcre_la-pcre_ucd.lo CC libpcre_la-pcre_valid_utf8.lo CC libpcre_la-pcre_version.lo CC libpcre_la-pcre_xclass.lo CC libpcre_la-pcre_chartables.lo CCLD libpcre.la CC libpcreposix_la-pcreposix.lo CCLD libpcreposix.la CCLD pcretest CC pcregrep-pcregrep.o CCLD pcregrep make[2]: Leaving directory '/tmp/instance-5/output-1/build/pcre-8.45' make[1]: Leaving directory '/tmp/instance-5/output-1/build/pcre-8.45' >>> pcre 8.45 Installing to staging directory PATH="/tmp/instance-5/output-1/host/bin:/tmp/instance-5/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /home/autobuild/make/make -j1 DESTDIR=/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot install -C /tmp/instance-5/output-1/build/pcre-8.45/ make[1]: Entering directory '/tmp/instance-5/output-1/build/pcre-8.45' /home/autobuild/make/make install-am make[2]: Entering directory '/tmp/instance-5/output-1/build/pcre-8.45' make[3]: Entering directory '/tmp/instance-5/output-1/build/pcre-8.45' /usr/bin/mkdir -p '/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib' /bin/bash ./libtool --mode=install /usr/bin/install -c libpcre.la libpcreposix.la '/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib' libtool: install: /usr/bin/install -c .libs/libpcre.so.1.2.13 /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/libpcre.so.1.2.13 libtool: install: (cd /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib && { ln -s -f libpcre.so.1.2.13 libpcre.so.1 || { rm -f libpcre.so.1 && ln -s libpcre.so.1.2.13 libpcre.so.1; }; }) libtool: install: (cd /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib && { ln -s -f libpcre.so.1.2.13 libpcre.so || { rm -f libpcre.so && ln -s libpcre.so.1.2.13 libpcre.so; }; }) libtool: install: /usr/bin/install -c .libs/libpcre.lai /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/libpcre.la libtool: install: /usr/bin/install -c .libs/libpcreposix.so.0.0.7 /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/libpcreposix.so.0.0.7 libtool: install: (cd /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib && { ln -s -f libpcreposix.so.0.0.7 libpcreposix.so.0 || { rm -f libpcreposix.so.0 && ln -s libpcreposix.so.0.0.7 libpcreposix.so.0; }; }) libtool: install: (cd /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib && { ln -s -f libpcreposix.so.0.0.7 libpcreposix.so || { rm -f libpcreposix.so && ln -s libpcreposix.so.0.0.7 libpcreposix.so; }; }) libtool: install: /usr/bin/install -c .libs/libpcreposix.lai /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/libpcreposix.la libtool: warning: remember to run 'libtool --finish /usr/lib' /usr/bin/mkdir -p '/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin' /bin/bash ./libtool --mode=install /usr/bin/install -c pcretest pcregrep '/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin' libtool: install: /usr/bin/install -c pcretest /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/pcretest libtool: install: /usr/bin/install -c pcregrep /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/pcregrep /usr/bin/mkdir -p '/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin' /usr/bin/install -c pcre-config '/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin' /usr/bin/mkdir -p '/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/share/doc/pcre' /usr/bin/install -c -m 644 doc/pcre.txt doc/pcre-config.txt doc/pcregrep.txt doc/pcretest.txt AUTHORS COPYING ChangeLog LICENCE NEWS README '/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/share/doc/pcre' /usr/bin/mkdir -p '/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/share/doc/pcre/html' /usr/bin/install -c -m 644 doc/html/NON-AUTOTOOLS-BUILD.txt doc/html/README.txt doc/html/index.html doc/html/pcre-config.html doc/html/pcre.html doc/html/pcre16.html doc/html/pcre32.html doc/html/pcre_assign_jit_stack.html doc/html/pcre_compile.html doc/html/pcre_compile2.html doc/html/pcre_config.html doc/html/pcre_copy_named_substring.html doc/html/pcre_copy_substring.html doc/html/pcre_dfa_exec.html doc/html/pcre_exec.html doc/html/pcre_free_study.html doc/html/pcre_free_substring.html doc/html/pcre_free_substring_list.html doc/html/pcre_fullinfo.html doc/html/pcre_get_named_substring.html doc/html/pcre_get_stringnumber.html doc/html/pcre_get_stringtable_entries.html doc/html/pcre_get_substring.html doc/html/pcre_get_substring_list.html doc/html/pcre_jit_exec.html doc/html/pcre_jit_stack_alloc.html doc/html/pcre_jit_stack_free.html doc/html/pcre_maketables.html doc/html/pcre_pattern_to_host_byte_order.html doc/html/pcre_refcount.html doc/html/pcre_study.html doc/html/pcre_utf16_to_host_byte_order.html doc/html/pcre_utf32_to_host_byte_order.html doc/html/pcre_version.html doc/html/pcreapi.html doc/html/pcrebuild.html doc/html/pcrecallout.html doc/html/pcrecompat.html doc/html/pcredemo.html doc/html/pcregrep.html '/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/share/doc/pcre/html' /usr/bin/install -c -m 644 doc/html/pcrejit.html doc/html/pcrelimits.html doc/html/pcrematching.html doc/html/pcrepartial.html doc/html/pcrepattern.html doc/html/pcreperform.html doc/html/pcreposix.html doc/html/pcreprecompile.html doc/html/pcresample.html doc/html/pcrestack.html doc/html/pcresyntax.html doc/html/pcretest.html doc/html/pcreunicode.html '/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/share/doc/pcre/html' /usr/bin/mkdir -p '/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include' /usr/bin/install -c -m 644 pcreposix.h '/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include' /usr/bin/mkdir -p '/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/share/man/man1' /usr/bin/install -c -m 644 doc/pcre-config.1 doc/pcregrep.1 doc/pcretest.1 '/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/share/man/man1' /usr/bin/mkdir -p '/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/share/man/man3' /usr/bin/install -c -m 644 doc/pcre.3 doc/pcre16.3 doc/pcre32.3 doc/pcre_assign_jit_stack.3 doc/pcre_compile.3 doc/pcre_compile2.3 doc/pcre_config.3 doc/pcre_copy_named_substring.3 doc/pcre_copy_substring.3 doc/pcre_dfa_exec.3 doc/pcre_exec.3 doc/pcre_free_study.3 doc/pcre_free_substring.3 doc/pcre_free_substring_list.3 doc/pcre_fullinfo.3 doc/pcre_get_named_substring.3 doc/pcre_get_stringnumber.3 doc/pcre_get_stringtable_entries.3 doc/pcre_get_substring.3 doc/pcre_get_substring_list.3 doc/pcre_jit_exec.3 doc/pcre_jit_stack_alloc.3 doc/pcre_jit_stack_free.3 doc/pcre_maketables.3 doc/pcre_pattern_to_host_byte_order.3 doc/pcre_refcount.3 doc/pcre_study.3 doc/pcre_utf16_to_host_byte_order.3 doc/pcre_utf32_to_host_byte_order.3 doc/pcre_version.3 doc/pcreapi.3 doc/pcrebuild.3 doc/pcrecallout.3 doc/pcrecompat.3 doc/pcredemo.3 doc/pcrejit.3 doc/pcrelimits.3 doc/pcrematching.3 doc/pcrepartial.3 doc/pcrepattern.3 '/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/share/man/man3' /usr/bin/install -c -m 644 doc/pcreperform.3 doc/pcreposix.3 doc/pcreprecompile.3 doc/pcresample.3 doc/pcrestack.3 doc/pcresyntax.3 doc/pcreunicode.3 '/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/share/man/man3' /usr/bin/mkdir -p '/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include' /usr/bin/install -c -m 644 pcre.h '/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include' /usr/bin/mkdir -p '/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/pkgconfig' /usr/bin/install -c -m 644 libpcre.pc libpcreposix.pc '/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/pkgconfig' /home/autobuild/make/make install-data-hook make[4]: Entering directory '/tmp/instance-5/output-1/build/pcre-8.45' ln -sf pcre_assign_jit_stack.3 /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/share/man/man3/pcre16_assign_jit_stack.3 ln -sf pcre_compile.3 /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/share/man/man3/pcre16_compile.3 ln -sf pcre_compile2.3 /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/share/man/man3/pcre16_compile2.3 ln -sf pcre_config.3 /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/share/man/man3/pcre16_config.3 ln -sf pcre_copy_named_substring.3 /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/share/man/man3/pcre16_copy_named_substring.3 ln -sf pcre_copy_substring.3 /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/share/man/man3/pcre16_copy_substring.3 ln -sf pcre_dfa_exec.3 /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/share/man/man3/pcre16_dfa_exec.3 ln -sf pcre_exec.3 /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/share/man/man3/pcre16_exec.3 ln -sf pcre_free_study.3 /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/share/man/man3/pcre16_free_study.3 ln -sf pcre_free_substring.3 /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/share/man/man3/pcre16_free_substring.3 ln -sf pcre_free_substring_list.3 /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/share/man/man3/pcre16_free_substring_list.3 ln -sf pcre_fullinfo.3 /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/share/man/man3/pcre16_fullinfo.3 ln -sf pcre_get_named_substring.3 /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/share/man/man3/pcre16_get_named_substring.3 ln -sf pcre_get_stringnumber.3 /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/share/man/man3/pcre16_get_stringnumber.3 ln -sf pcre_get_stringtable_entries.3 /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/share/man/man3/pcre16_get_stringtable_entries.3 ln -sf pcre_get_substring.3 /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/share/man/man3/pcre16_get_substring.3 ln -sf pcre_get_substring_list.3 /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/share/man/man3/pcre16_get_substring_list.3 ln -sf pcre_jit_exec.3 /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/share/man/man3/pcre16_jit_exec.3 ln -sf pcre_jit_stack_alloc.3 /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/share/man/man3/pcre16_jit_stack_alloc.3 ln -sf pcre_jit_stack_free.3 /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/share/man/man3/pcre16_jit_stack_free.3 ln -sf pcre_maketables.3 /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/share/man/man3/pcre16_maketables.3 ln -sf pcre_pattern_to_host_byte_order.3 /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/share/man/man3/pcre16_pattern_to_host_byte_order.3 ln -sf pcre_refcount.3 /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/share/man/man3/pcre16_refcount.3 ln -sf pcre_study.3 /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/share/man/man3/pcre16_study.3 ln -sf pcre_utf16_to_host_byte_order.3 /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/share/man/man3/pcre16_utf16_to_host_byte_order.3 ln -sf pcre_version.3 /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/share/man/man3/pcre16_version.3 ln -sf pcre_assign_jit_stack.3 /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/share/man/man3/pcre32_assign_jit_stack.3 ln -sf pcre_compile.3 /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/share/man/man3/pcre32_compile.3 ln -sf pcre_compile2.3 /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/share/man/man3/pcre32_compile2.3 ln -sf pcre_config.3 /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/share/man/man3/pcre32_config.3 ln -sf pcre_copy_named_substring.3 /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/share/man/man3/pcre32_copy_named_substring.3 ln -sf pcre_copy_substring.3 /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/share/man/man3/pcre32_copy_substring.3 ln -sf pcre_dfa_exec.3 /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/share/man/man3/pcre32_dfa_exec.3 ln -sf pcre_exec.3 /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/share/man/man3/pcre32_exec.3 ln -sf pcre_free_study.3 /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/share/man/man3/pcre32_free_study.3 ln -sf pcre_free_substring.3 /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/share/man/man3/pcre32_free_substring.3 ln -sf pcre_free_substring_list.3 /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/share/man/man3/pcre32_free_substring_list.3 ln -sf pcre_fullinfo.3 /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/share/man/man3/pcre32_fullinfo.3 ln -sf pcre_get_named_substring.3 /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/share/man/man3/pcre32_get_named_substring.3 ln -sf pcre_get_stringnumber.3 /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/share/man/man3/pcre32_get_stringnumber.3 ln -sf pcre_get_stringtable_entries.3 /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/share/man/man3/pcre32_get_stringtable_entries.3 ln -sf pcre_get_substring.3 /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/share/man/man3/pcre32_get_substring.3 ln -sf pcre_get_substring_list.3 /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/share/man/man3/pcre32_get_substring_list.3 ln -sf pcre_jit_exec.3 /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/share/man/man3/pcre32_jit_exec.3 ln -sf pcre_jit_stack_alloc.3 /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/share/man/man3/pcre32_jit_stack_alloc.3 ln -sf pcre_jit_stack_free.3 /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/share/man/man3/pcre32_jit_stack_free.3 ln -sf pcre_maketables.3 /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/share/man/man3/pcre32_maketables.3 ln -sf pcre_pattern_to_host_byte_order.3 /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/share/man/man3/pcre32_pattern_to_host_byte_order.3 ln -sf pcre_refcount.3 /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/share/man/man3/pcre32_refcount.3 ln -sf pcre_study.3 /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/share/man/man3/pcre32_study.3 ln -sf pcre_utf32_to_host_byte_order.3 /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/share/man/man3/pcre32_utf32_to_host_byte_order.3 ln -sf pcre_version.3 /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/share/man/man3/pcre32_version.3 make[4]: Leaving directory '/tmp/instance-5/output-1/build/pcre-8.45' make[3]: Leaving directory '/tmp/instance-5/output-1/build/pcre-8.45' make[2]: Leaving directory '/tmp/instance-5/output-1/build/pcre-8.45' make[1]: Leaving directory '/tmp/instance-5/output-1/build/pcre-8.45' >>> pcre 8.45 Fixing package configuration files >>> pcre 8.45 Fixing libtool files for la in $(find /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib* -name "*.la"); do \ cp -a "${la}" "${la}.fixed" && \ /usr/bin/sed -i -e "s:/tmp/instance-5/output-1:@BASE_DIR@:g" \ -e "s:/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot:@STAGING_DIR@:g" \ \ -e "s:\(['= ]\)/usr:\\1@STAGING_DIR@/usr:g" \ -e "s:\(['= ]\)/lib:\\1@STAGING_DIR@/lib:g" \ \ -e "s:@STAGING_DIR@:/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot:g" \ -e "s:@BASE_DIR@:/tmp/instance-5/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 >>> pcre 8.45 Installing to target PATH="/tmp/instance-5/output-1/host/bin:/tmp/instance-5/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /home/autobuild/make/make -j1 DESTDIR=/tmp/instance-5/output-1/target install -C /tmp/instance-5/output-1/build/pcre-8.45/ make[1]: Entering directory '/tmp/instance-5/output-1/build/pcre-8.45' /home/autobuild/make/make install-am make[2]: Entering directory '/tmp/instance-5/output-1/build/pcre-8.45' make[3]: Entering directory '/tmp/instance-5/output-1/build/pcre-8.45' /usr/bin/mkdir -p '/tmp/instance-5/output-1/target/usr/lib' /bin/bash ./libtool --mode=install /usr/bin/install -c libpcre.la libpcreposix.la '/tmp/instance-5/output-1/target/usr/lib' libtool: install: /usr/bin/install -c .libs/libpcre.so.1.2.13 /tmp/instance-5/output-1/target/usr/lib/libpcre.so.1.2.13 libtool: install: (cd /tmp/instance-5/output-1/target/usr/lib && { ln -s -f libpcre.so.1.2.13 libpcre.so.1 || { rm -f libpcre.so.1 && ln -s libpcre.so.1.2.13 libpcre.so.1; }; }) libtool: install: (cd /tmp/instance-5/output-1/target/usr/lib && { ln -s -f libpcre.so.1.2.13 libpcre.so || { rm -f libpcre.so && ln -s libpcre.so.1.2.13 libpcre.so; }; }) libtool: install: /usr/bin/install -c .libs/libpcre.lai /tmp/instance-5/output-1/target/usr/lib/libpcre.la libtool: install: /usr/bin/install -c .libs/libpcreposix.so.0.0.7 /tmp/instance-5/output-1/target/usr/lib/libpcreposix.so.0.0.7 libtool: install: (cd /tmp/instance-5/output-1/target/usr/lib && { ln -s -f libpcreposix.so.0.0.7 libpcreposix.so.0 || { rm -f libpcreposix.so.0 && ln -s libpcreposix.so.0.0.7 libpcreposix.so.0; }; }) libtool: install: (cd /tmp/instance-5/output-1/target/usr/lib && { ln -s -f libpcreposix.so.0.0.7 libpcreposix.so || { rm -f libpcreposix.so && ln -s libpcreposix.so.0.0.7 libpcreposix.so; }; }) libtool: install: /usr/bin/install -c .libs/libpcreposix.lai /tmp/instance-5/output-1/target/usr/lib/libpcreposix.la libtool: warning: remember to run 'libtool --finish /usr/lib' /usr/bin/mkdir -p '/tmp/instance-5/output-1/target/usr/bin' /bin/bash ./libtool --mode=install /usr/bin/install -c pcretest pcregrep '/tmp/instance-5/output-1/target/usr/bin' libtool: install: /usr/bin/install -c pcretest /tmp/instance-5/output-1/target/usr/bin/pcretest libtool: install: /usr/bin/install -c pcregrep /tmp/instance-5/output-1/target/usr/bin/pcregrep /usr/bin/mkdir -p '/tmp/instance-5/output-1/target/usr/bin' /usr/bin/install -c pcre-config '/tmp/instance-5/output-1/target/usr/bin' /usr/bin/mkdir -p '/tmp/instance-5/output-1/target/usr/share/doc/pcre' /usr/bin/install -c -m 644 doc/pcre.txt doc/pcre-config.txt doc/pcregrep.txt doc/pcretest.txt AUTHORS COPYING ChangeLog LICENCE NEWS README '/tmp/instance-5/output-1/target/usr/share/doc/pcre' /usr/bin/mkdir -p '/tmp/instance-5/output-1/target/usr/share/doc/pcre/html' /usr/bin/install -c -m 644 doc/html/NON-AUTOTOOLS-BUILD.txt doc/html/README.txt doc/html/index.html doc/html/pcre-config.html doc/html/pcre.html doc/html/pcre16.html doc/html/pcre32.html doc/html/pcre_assign_jit_stack.html doc/html/pcre_compile.html doc/html/pcre_compile2.html doc/html/pcre_config.html doc/html/pcre_copy_named_substring.html doc/html/pcre_copy_substring.html doc/html/pcre_dfa_exec.html doc/html/pcre_exec.html doc/html/pcre_free_study.html doc/html/pcre_free_substring.html doc/html/pcre_free_substring_list.html doc/html/pcre_fullinfo.html doc/html/pcre_get_named_substring.html doc/html/pcre_get_stringnumber.html doc/html/pcre_get_stringtable_entries.html doc/html/pcre_get_substring.html doc/html/pcre_get_substring_list.html doc/html/pcre_jit_exec.html doc/html/pcre_jit_stack_alloc.html doc/html/pcre_jit_stack_free.html doc/html/pcre_maketables.html doc/html/pcre_pattern_to_host_byte_order.html doc/html/pcre_refcount.html doc/html/pcre_study.html doc/html/pcre_utf16_to_host_byte_order.html doc/html/pcre_utf32_to_host_byte_order.html doc/html/pcre_version.html doc/html/pcreapi.html doc/html/pcrebuild.html doc/html/pcrecallout.html doc/html/pcrecompat.html doc/html/pcredemo.html doc/html/pcregrep.html '/tmp/instance-5/output-1/target/usr/share/doc/pcre/html' /usr/bin/install -c -m 644 doc/html/pcrejit.html doc/html/pcrelimits.html doc/html/pcrematching.html doc/html/pcrepartial.html doc/html/pcrepattern.html doc/html/pcreperform.html doc/html/pcreposix.html doc/html/pcreprecompile.html doc/html/pcresample.html doc/html/pcrestack.html doc/html/pcresyntax.html doc/html/pcretest.html doc/html/pcreunicode.html '/tmp/instance-5/output-1/target/usr/share/doc/pcre/html' /usr/bin/mkdir -p '/tmp/instance-5/output-1/target/usr/include' /usr/bin/install -c -m 644 pcreposix.h '/tmp/instance-5/output-1/target/usr/include' /usr/bin/mkdir -p '/tmp/instance-5/output-1/target/usr/share/man/man1' /usr/bin/install -c -m 644 doc/pcre-config.1 doc/pcregrep.1 doc/pcretest.1 '/tmp/instance-5/output-1/target/usr/share/man/man1' /usr/bin/mkdir -p '/tmp/instance-5/output-1/target/usr/share/man/man3' /usr/bin/install -c -m 644 doc/pcre.3 doc/pcre16.3 doc/pcre32.3 doc/pcre_assign_jit_stack.3 doc/pcre_compile.3 doc/pcre_compile2.3 doc/pcre_config.3 doc/pcre_copy_named_substring.3 doc/pcre_copy_substring.3 doc/pcre_dfa_exec.3 doc/pcre_exec.3 doc/pcre_free_study.3 doc/pcre_free_substring.3 doc/pcre_free_substring_list.3 doc/pcre_fullinfo.3 doc/pcre_get_named_substring.3 doc/pcre_get_stringnumber.3 doc/pcre_get_stringtable_entries.3 doc/pcre_get_substring.3 doc/pcre_get_substring_list.3 doc/pcre_jit_exec.3 doc/pcre_jit_stack_alloc.3 doc/pcre_jit_stack_free.3 doc/pcre_maketables.3 doc/pcre_pattern_to_host_byte_order.3 doc/pcre_refcount.3 doc/pcre_study.3 doc/pcre_utf16_to_host_byte_order.3 doc/pcre_utf32_to_host_byte_order.3 doc/pcre_version.3 doc/pcreapi.3 doc/pcrebuild.3 doc/pcrecallout.3 doc/pcrecompat.3 doc/pcredemo.3 doc/pcrejit.3 doc/pcrelimits.3 doc/pcrematching.3 doc/pcrepartial.3 doc/pcrepattern.3 '/tmp/instance-5/output-1/target/usr/share/man/man3' /usr/bin/install -c -m 644 doc/pcreperform.3 doc/pcreposix.3 doc/pcreprecompile.3 doc/pcresample.3 doc/pcrestack.3 doc/pcresyntax.3 doc/pcreunicode.3 '/tmp/instance-5/output-1/target/usr/share/man/man3' /usr/bin/mkdir -p '/tmp/instance-5/output-1/target/usr/include' /usr/bin/install -c -m 644 pcre.h '/tmp/instance-5/output-1/target/usr/include' /usr/bin/mkdir -p '/tmp/instance-5/output-1/target/usr/lib/pkgconfig' /usr/bin/install -c -m 644 libpcre.pc libpcreposix.pc '/tmp/instance-5/output-1/target/usr/lib/pkgconfig' /home/autobuild/make/make install-data-hook make[4]: Entering directory '/tmp/instance-5/output-1/build/pcre-8.45' ln -sf pcre_assign_jit_stack.3 /tmp/instance-5/output-1/target/usr/share/man/man3/pcre16_assign_jit_stack.3 ln -sf pcre_compile.3 /tmp/instance-5/output-1/target/usr/share/man/man3/pcre16_compile.3 ln -sf pcre_compile2.3 /tmp/instance-5/output-1/target/usr/share/man/man3/pcre16_compile2.3 ln -sf pcre_config.3 /tmp/instance-5/output-1/target/usr/share/man/man3/pcre16_config.3 ln -sf pcre_copy_named_substring.3 /tmp/instance-5/output-1/target/usr/share/man/man3/pcre16_copy_named_substring.3 ln -sf pcre_copy_substring.3 /tmp/instance-5/output-1/target/usr/share/man/man3/pcre16_copy_substring.3 ln -sf pcre_dfa_exec.3 /tmp/instance-5/output-1/target/usr/share/man/man3/pcre16_dfa_exec.3 ln -sf pcre_exec.3 /tmp/instance-5/output-1/target/usr/share/man/man3/pcre16_exec.3 ln -sf pcre_free_study.3 /tmp/instance-5/output-1/target/usr/share/man/man3/pcre16_free_study.3 ln -sf pcre_free_substring.3 /tmp/instance-5/output-1/target/usr/share/man/man3/pcre16_free_substring.3 ln -sf pcre_free_substring_list.3 /tmp/instance-5/output-1/target/usr/share/man/man3/pcre16_free_substring_list.3 ln -sf pcre_fullinfo.3 /tmp/instance-5/output-1/target/usr/share/man/man3/pcre16_fullinfo.3 ln -sf pcre_get_named_substring.3 /tmp/instance-5/output-1/target/usr/share/man/man3/pcre16_get_named_substring.3 ln -sf pcre_get_stringnumber.3 /tmp/instance-5/output-1/target/usr/share/man/man3/pcre16_get_stringnumber.3 ln -sf pcre_get_stringtable_entries.3 /tmp/instance-5/output-1/target/usr/share/man/man3/pcre16_get_stringtable_entries.3 ln -sf pcre_get_substring.3 /tmp/instance-5/output-1/target/usr/share/man/man3/pcre16_get_substring.3 ln -sf pcre_get_substring_list.3 /tmp/instance-5/output-1/target/usr/share/man/man3/pcre16_get_substring_list.3 ln -sf pcre_jit_exec.3 /tmp/instance-5/output-1/target/usr/share/man/man3/pcre16_jit_exec.3 ln -sf pcre_jit_stack_alloc.3 /tmp/instance-5/output-1/target/usr/share/man/man3/pcre16_jit_stack_alloc.3 ln -sf pcre_jit_stack_free.3 /tmp/instance-5/output-1/target/usr/share/man/man3/pcre16_jit_stack_free.3 ln -sf pcre_maketables.3 /tmp/instance-5/output-1/target/usr/share/man/man3/pcre16_maketables.3 ln -sf pcre_pattern_to_host_byte_order.3 /tmp/instance-5/output-1/target/usr/share/man/man3/pcre16_pattern_to_host_byte_order.3 ln -sf pcre_refcount.3 /tmp/instance-5/output-1/target/usr/share/man/man3/pcre16_refcount.3 ln -sf pcre_study.3 /tmp/instance-5/output-1/target/usr/share/man/man3/pcre16_study.3 ln -sf pcre_utf16_to_host_byte_order.3 /tmp/instance-5/output-1/target/usr/share/man/man3/pcre16_utf16_to_host_byte_order.3 ln -sf pcre_version.3 /tmp/instance-5/output-1/target/usr/share/man/man3/pcre16_version.3 ln -sf pcre_assign_jit_stack.3 /tmp/instance-5/output-1/target/usr/share/man/man3/pcre32_assign_jit_stack.3 ln -sf pcre_compile.3 /tmp/instance-5/output-1/target/usr/share/man/man3/pcre32_compile.3 ln -sf pcre_compile2.3 /tmp/instance-5/output-1/target/usr/share/man/man3/pcre32_compile2.3 ln -sf pcre_config.3 /tmp/instance-5/output-1/target/usr/share/man/man3/pcre32_config.3 ln -sf pcre_copy_named_substring.3 /tmp/instance-5/output-1/target/usr/share/man/man3/pcre32_copy_named_substring.3 ln -sf pcre_copy_substring.3 /tmp/instance-5/output-1/target/usr/share/man/man3/pcre32_copy_substring.3 ln -sf pcre_dfa_exec.3 /tmp/instance-5/output-1/target/usr/share/man/man3/pcre32_dfa_exec.3 ln -sf pcre_exec.3 /tmp/instance-5/output-1/target/usr/share/man/man3/pcre32_exec.3 ln -sf pcre_free_study.3 /tmp/instance-5/output-1/target/usr/share/man/man3/pcre32_free_study.3 ln -sf pcre_free_substring.3 /tmp/instance-5/output-1/target/usr/share/man/man3/pcre32_free_substring.3 ln -sf pcre_free_substring_list.3 /tmp/instance-5/output-1/target/usr/share/man/man3/pcre32_free_substring_list.3 ln -sf pcre_fullinfo.3 /tmp/instance-5/output-1/target/usr/share/man/man3/pcre32_fullinfo.3 ln -sf pcre_get_named_substring.3 /tmp/instance-5/output-1/target/usr/share/man/man3/pcre32_get_named_substring.3 ln -sf pcre_get_stringnumber.3 /tmp/instance-5/output-1/target/usr/share/man/man3/pcre32_get_stringnumber.3 ln -sf pcre_get_stringtable_entries.3 /tmp/instance-5/output-1/target/usr/share/man/man3/pcre32_get_stringtable_entries.3 ln -sf pcre_get_substring.3 /tmp/instance-5/output-1/target/usr/share/man/man3/pcre32_get_substring.3 ln -sf pcre_get_substring_list.3 /tmp/instance-5/output-1/target/usr/share/man/man3/pcre32_get_substring_list.3 ln -sf pcre_jit_exec.3 /tmp/instance-5/output-1/target/usr/share/man/man3/pcre32_jit_exec.3 ln -sf pcre_jit_stack_alloc.3 /tmp/instance-5/output-1/target/usr/share/man/man3/pcre32_jit_stack_alloc.3 ln -sf pcre_jit_stack_free.3 /tmp/instance-5/output-1/target/usr/share/man/man3/pcre32_jit_stack_free.3 ln -sf pcre_maketables.3 /tmp/instance-5/output-1/target/usr/share/man/man3/pcre32_maketables.3 ln -sf pcre_pattern_to_host_byte_order.3 /tmp/instance-5/output-1/target/usr/share/man/man3/pcre32_pattern_to_host_byte_order.3 ln -sf pcre_refcount.3 /tmp/instance-5/output-1/target/usr/share/man/man3/pcre32_refcount.3 ln -sf pcre_study.3 /tmp/instance-5/output-1/target/usr/share/man/man3/pcre32_study.3 ln -sf pcre_utf32_to_host_byte_order.3 /tmp/instance-5/output-1/target/usr/share/man/man3/pcre32_utf32_to_host_byte_order.3 ln -sf pcre_version.3 /tmp/instance-5/output-1/target/usr/share/man/man3/pcre32_version.3 make[4]: Leaving directory '/tmp/instance-5/output-1/build/pcre-8.45' make[3]: Leaving directory '/tmp/instance-5/output-1/build/pcre-8.45' make[2]: Leaving directory '/tmp/instance-5/output-1/build/pcre-8.45' make[1]: Leaving directory '/tmp/instance-5/output-1/build/pcre-8.45' >>> host-perl 5.36.0 Downloading wget --passive-ftp -nd -t 3 -O '/tmp/instance-5/output-1/build/.perl-5.36.0.tar.xz.Eb7t9S/output' 'https://www.cpan.org/src/5.0/perl-5.36.0.tar.xz' --2023-02-20 00:02:16-- https://www.cpan.org/src/5.0/perl-5.36.0.tar.xz Resolving www.cpan.org (www.cpan.org)... 151.101.1.55, 151.101.65.55, 151.101.129.55, ... Connecting to www.cpan.org (www.cpan.org)|151.101.1.55|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 13051500 (12M) [application/x-xz] Saving to: '/tmp/instance-5/output-1/build/.perl-5.36.0.tar.xz.Eb7t9S/output' 0K .......... .......... .......... .......... .......... 0% 9.49M 1s 50K .......... .......... .......... .......... .......... 0% 15.8M 1s 100K .......... .......... .......... .......... .......... 1% 1.86M 3s 150K .......... .......... .......... .......... .......... 1% 250M 2s 200K .......... .......... .......... .......... .......... 1% 226M 2s 250K .......... .......... .......... .......... .......... 2% 28.0M 2s 300K .......... .......... .......... .......... .......... 2% 233M 1s 350K .......... .......... .......... .......... .......... 3% 274M 1s 400K .......... .......... .......... .......... .......... 3% 3.46M 1s 450K .......... .......... .......... .......... .......... 3% 80.0M 1s 500K .......... .......... .......... .......... .......... 4% 90.8M 1s 550K .......... .......... .......... .......... .......... 4% 5.30M 1s 600K .......... .......... .......... .......... .......... 5% 147M 1s 650K .......... .......... .......... .......... .......... 5% 158M 1s 700K .......... .......... .......... .......... .......... 5% 158M 1s 750K .......... .......... .......... .......... .......... 6% 160M 1s 800K .......... .......... .......... .......... .......... 6% 177M 1s 850K .......... .......... .......... .......... .......... 7% 183M 1s 900K .......... .......... .......... .......... .......... 7% 231M 1s 950K .......... .......... .......... .......... .......... 7% 194M 1s 1000K .......... .......... .......... .......... .......... 8% 124M 1s 1050K .......... .......... .......... .......... .......... 8% 195M 1s 1100K .......... .......... .......... .......... .......... 9% 213M 1s 1150K .......... .......... .......... .......... .......... 9% 192M 1s 1200K .......... .......... .......... .......... .......... 9% 180M 1s 1250K .......... .......... .......... .......... .......... 10% 207M 1s 1300K .......... .......... .......... .......... .......... 10% 192M 1s 1350K .......... .......... .......... .......... .......... 10% 180M 1s 1400K .......... .......... .......... .......... .......... 11% 158M 1s 1450K .......... .......... .......... .......... .......... 11% 73.6M 1s 1500K .......... .......... .......... .......... .......... 12% 172M 0s 1550K .......... .......... .......... .......... .......... 12% 189M 0s 1600K .......... .......... .......... .......... .......... 12% 183M 0s 1650K .......... .......... .......... .......... .......... 13% 178M 0s 1700K .......... .......... .......... .......... .......... 13% 193M 0s 1750K .......... .......... .......... .......... .......... 14% 195M 0s 1800K .......... .......... .......... .......... .......... 14% 151M 0s 1850K .......... .......... .......... .......... .......... 14% 198M 0s 1900K .......... .......... .......... .......... .......... 15% 189M 0s 1950K .......... .......... .......... .......... .......... 15% 196M 0s 2000K .......... .......... .......... .......... .......... 16% 183M 0s 2050K .......... .......... .......... .......... .......... 16% 211M 0s 2100K .......... .......... .......... .......... .......... 16% 151M 0s 2150K .......... .......... .......... .......... .......... 17% 181M 0s 2200K .......... .......... .......... .......... .......... 17% 139M 0s 2250K .......... .......... .......... .......... .......... 18% 191M 0s 2300K .......... .......... .......... .......... .......... 18% 197M 0s 2350K .......... .......... .......... .......... .......... 18% 197M 0s 2400K .......... .......... .......... .......... .......... 19% 189M 0s 2450K .......... .......... .......... .......... .......... 19% 211M 0s 2500K .......... .......... .......... .......... .......... 20% 234M 0s 2550K .......... .......... .......... .......... .......... 20% 219M 0s 2600K .......... .......... .......... .......... .......... 20% 121M 0s 2650K .......... .......... .......... .......... .......... 21% 111M 0s 2700K .......... .......... .......... .......... .......... 21% 122M 0s 2750K .......... .......... .......... .......... .......... 21% 91.1M 0s 2800K .......... .......... .......... .......... .......... 22% 70.3M 0s 2850K .......... .......... .......... .......... .......... 22% 243M 0s 2900K .......... .......... .......... .......... .......... 23% 99.5M 0s 2950K .......... .......... .......... .......... .......... 23% 95.0M 0s 3000K .......... .......... .......... .......... .......... 23% 89.4M 0s 3050K .......... .......... .......... .......... .......... 24% 91.9M 0s 3100K .......... .......... .......... .......... .......... 24% 134M 0s 3150K .......... .......... .......... .......... .......... 25% 88.9M 0s 3200K .......... .......... .......... .......... .......... 25% 131M 0s 3250K .......... .......... .......... .......... .......... 25% 91.1M 0s 3300K .......... .......... .......... .......... .......... 26% 108M 0s 3350K .......... .......... .......... .......... .......... 26% 107M 0s 3400K .......... .......... .......... .......... .......... 27% 83.0M 0s 3450K .......... .......... .......... .......... .......... 27% 114M 0s 3500K .......... .......... .......... .......... .......... 27% 103M 0s 3550K .......... .......... .......... .......... .......... 28% 113M 0s 3600K .......... .......... .......... .......... .......... 28% 97.5M 0s 3650K .......... .......... .......... .......... .......... 29% 65.7M 0s 3700K .......... .......... .......... .......... .......... 29% 199M 0s 3750K .......... .......... .......... .......... .......... 29% 93.1M 0s 3800K .......... .......... .......... .......... .......... 30% 100M 0s 3850K .......... .......... .......... .......... .......... 30% 94.8M 0s 3900K .......... .......... .......... .......... .......... 30% 123M 0s 3950K .......... .......... .......... .......... .......... 31% 94.7M 0s 4000K .......... .......... .......... .......... .......... 31% 67.6M 0s 4050K .......... .......... .......... .......... .......... 32% 199M 0s 4100K .......... .......... .......... .......... .......... 32% 105M 0s 4150K .......... .......... .......... .......... .......... 32% 126M 0s 4200K .......... .......... .......... .......... .......... 33% 81.5M 0s 4250K .......... .......... .......... .......... .......... 33% 117M 0s 4300K .......... .......... .......... .......... .......... 34% 96.0M 0s 4350K .......... .......... .......... .......... .......... 34% 57.3M 0s 4400K .......... .......... .......... .......... .......... 34% 154M 0s 4450K .......... .......... .......... .......... .......... 35% 153M 0s 4500K .......... .......... .......... .......... .......... 35% 117M 0s 4550K .......... .......... .......... .......... .......... 36% 99.4M 0s 4600K .......... .......... .......... .......... .......... 36% 87.7M 0s 4650K .......... .......... .......... .......... .......... 36% 105M 0s 4700K .......... .......... .......... .......... .......... 37% 89.6M 0s 4750K .......... .......... .......... .......... .......... 37% 113M 0s 4800K .......... .......... .......... .......... .......... 38% 37.6M 0s 4850K .......... .......... .......... .......... .......... 38% 214M 0s 4900K .......... .......... .......... .......... .......... 38% 218M 0s 4950K .......... .......... .......... .......... .......... 39% 220M 0s 5000K .......... .......... .......... .......... .......... 39% 75.4M 0s 5050K .......... .......... .......... .......... .......... 40% 94.3M 0s 5100K .......... .......... .......... .......... .......... 40% 95.1M 0s 5150K .......... .......... .......... .......... .......... 40% 128M 0s 5200K .......... .......... .......... .......... .......... 41% 87.6M 0s 5250K .......... .......... .......... .......... .......... 41% 131M 0s 5300K .......... .......... .......... .......... .......... 41% 93.9M 0s 5350K .......... .......... .......... .......... .......... 42% 101M 0s 5400K .......... .......... .......... .......... .......... 42% 74.9M 0s 5450K .......... .......... .......... .......... .......... 43% 99.5M 0s 5500K .......... .......... .......... .......... .......... 43% 119M 0s 5550K .......... .......... .......... .......... .......... 43% 94.9M 0s 5600K .......... .......... .......... .......... .......... 44% 81.3M 0s 5650K .......... .......... .......... .......... .......... 44% 136M 0s 5700K .......... .......... .......... .......... .......... 45% 98.4M 0s 5750K .......... .......... .......... .......... .......... 45% 105M 0s 5800K .......... .......... .......... .......... .......... 45% 84.4M 0s 5850K .......... .......... .......... .......... .......... 46% 93.2M 0s 5900K .......... .......... .......... .......... .......... 46% 125M 0s 5950K .......... .......... .......... .......... .......... 47% 85.6M 0s 6000K .......... .......... .......... .......... .......... 47% 108M 0s 6050K .......... .......... .......... .......... .......... 47% 94.3M 0s 6100K .......... .......... .......... .......... .......... 48% 118M 0s 6150K .......... .......... .......... .......... .......... 48% 85.5M 0s 6200K .......... .......... .......... .......... .......... 49% 70.4M 0s 6250K .......... .......... .......... .......... .......... 49% 114M 0s 6300K .......... .......... .......... .......... .......... 49% 83.5M 0s 6350K .......... .......... .......... .......... .......... 50% 113M 0s 6400K .......... .......... .......... .......... .......... 50% 100M 0s 6450K .......... .......... .......... .......... .......... 50% 95.5M 0s 6500K .......... .......... .......... .......... .......... 51% 116M 0s 6550K .......... .......... .......... .......... .......... 51% 104M 0s 6600K .......... .......... .......... .......... .......... 52% 84.8M 0s 6650K .......... .......... .......... .......... .......... 52% 105M 0s 6700K .......... .......... .......... .......... .......... 52% 116M 0s 6750K .......... .......... .......... .......... .......... 53% 42.4M 0s 6800K .......... .......... .......... .......... .......... 53% 178M 0s 6850K .......... .......... .......... .......... .......... 54% 203M 0s 6900K .......... .......... .......... .......... .......... 54% 212M 0s 6950K .......... .......... .......... .......... .......... 54% 111M 0s 7000K .......... .......... .......... .......... .......... 55% 81.3M 0s 7050K .......... .......... .......... .......... .......... 55% 95.4M 0s 7100K .......... .......... .......... .......... .......... 56% 123M 0s 7150K .......... .......... .......... .......... .......... 56% 131M 0s 7200K .......... .......... .......... .......... .......... 56% 91.3M 0s 7250K .......... .......... .......... .......... .......... 57% 94.1M 0s 7300K .......... .......... .......... .......... .......... 57% 92.7M 0s 7350K .......... .......... .......... .......... .......... 58% 96.5M 0s 7400K .......... .......... .......... .......... .......... 58% 100M 0s 7450K .......... .......... .......... .......... .......... 58% 76.6M 0s 7500K .......... .......... .......... .......... .......... 59% 12.4M 0s 7550K .......... .......... .......... .......... .......... 59% 207M 0s 7600K .......... .......... .......... .......... .......... 60% 224M 0s 7650K .......... .......... .......... .......... .......... 60% 142M 0s 7700K .......... .......... .......... .......... .......... 60% 162M 0s 7750K .......... .......... .......... .......... .......... 61% 173M 0s 7800K .......... .......... .......... .......... .......... 61% 124M 0s 7850K .......... .......... .......... .......... .......... 61% 177M 0s 7900K .......... .......... .......... .......... .......... 62% 163M 0s 7950K .......... .......... .......... .......... .......... 62% 159M 0s 8000K .......... .......... .......... .......... .......... 63% 184M 0s 8050K .......... .......... .......... .......... .......... 63% 267M 0s 8100K .......... .......... .......... .......... .......... 63% 171M 0s 8150K .......... .......... .......... .......... .......... 64% 163M 0s 8200K .......... .......... .......... .......... .......... 64% 136M 0s 8250K .......... .......... .......... .......... .......... 65% 159M 0s 8300K .......... .......... .......... .......... .......... 65% 157M 0s 8350K .......... .......... .......... .......... .......... 65% 110M 0s 8400K .......... .......... .......... .......... .......... 66% 103M 0s 8450K .......... .......... .......... .......... .......... 66% 108M 0s 8500K .......... .......... .......... .......... .......... 67% 98.0M 0s 8550K .......... .......... .......... .......... .......... 67% 97.9M 0s 8600K .......... .......... .......... .......... .......... 67% 46.8M 0s 8650K .......... .......... .......... .......... .......... 68% 179M 0s 8700K .......... .......... .......... .......... .......... 68% 192M 0s 8750K .......... .......... .......... .......... .......... 69% 103M 0s 8800K .......... .......... .......... .......... .......... 69% 61.7M 0s 8850K .......... .......... .......... .......... .......... 69% 208M 0s 8900K .......... .......... .......... .......... .......... 70% 49.7M 0s 8950K .......... .......... .......... .......... .......... 70% 73.8M 0s 9000K .......... .......... .......... .......... .......... 71% 93.7M 0s 9050K .......... .......... .......... .......... .......... 71% 52.0M 0s 9100K .......... .......... .......... .......... .......... 71% 174M 0s 9150K .......... .......... .......... .......... .......... 72% 153M 0s 9200K .......... .......... .......... .......... .......... 72% 106M 0s 9250K .......... .......... .......... .......... .......... 72% 54.7M 0s 9300K .......... .......... .......... .......... .......... 73% 86.6M 0s 9350K .......... .......... .......... .......... .......... 73% 48.8M 0s 9400K .......... .......... .......... .......... .......... 74% 146M 0s 9450K .......... .......... .......... .......... .......... 74% 175M 0s 9500K .......... .......... .......... .......... .......... 74% 63.7M 0s 9550K .......... .......... .......... .......... .......... 75% 178M 0s 9600K .......... .......... .......... .......... .......... 75% 125M 0s 9650K .......... .......... .......... .......... .......... 76% 46.0M 0s 9700K .......... .......... .......... .......... .......... 76% 52.2M 0s 9750K .......... .......... .......... .......... .......... 76% 186M 0s 9800K .......... .......... .......... .......... .......... 77% 121M 0s 9850K .......... .......... .......... .......... .......... 77% 81.6M 0s 9900K .......... .......... .......... .......... .......... 78% 99.9M 0s 9950K .......... .......... .......... .......... .......... 78% 89.8M 0s 10000K .......... .......... .......... .......... .......... 78% 88.0M 0s 10050K .......... .......... .......... .......... .......... 79% 107M 0s 10100K .......... .......... .......... .......... .......... 79% 104M 0s 10150K .......... .......... .......... .......... .......... 80% 103M 0s 10200K .......... .......... .......... .......... .......... 80% 79.9M 0s 10250K .......... .......... .......... .......... .......... 80% 106M 0s 10300K .......... .......... .......... .......... .......... 81% 88.0M 0s 10350K .......... .......... .......... .......... .......... 81% 117M 0s 10400K .......... .......... .......... .......... .......... 81% 96.3M 0s 10450K .......... .......... .......... .......... .......... 82% 100M 0s 10500K .......... .......... .......... .......... .......... 82% 103M 0s 10550K .......... .......... .......... .......... .......... 83% 98.6M 0s 10600K .......... .......... .......... .......... .......... 83% 88.5M 0s 10650K .......... .......... .......... .......... .......... 83% 90.7M 0s 10700K .......... .......... .......... .......... .......... 84% 106M 0s 10750K .......... .......... .......... .......... .......... 84% 98.7M 0s 10800K .......... .......... .......... .......... .......... 85% 91.6M 0s 10850K .......... .......... .......... .......... .......... 85% 92.1M 0s 10900K .......... .......... .......... .......... .......... 85% 129M 0s 10950K .......... .......... .......... .......... .......... 86% 94.6M 0s 11000K .......... .......... .......... .......... .......... 86% 77.8M 0s 11050K .......... .......... .......... .......... .......... 87% 34.2M 0s 11100K .......... .......... .......... .......... .......... 87% 191M 0s 11150K .......... .......... .......... .......... .......... 87% 208M 0s 11200K .......... .......... .......... .......... .......... 88% 185M 0s 11250K .......... .......... .......... .......... .......... 88% 167M 0s 11300K .......... .......... .......... .......... .......... 89% 96.3M 0s 11350K .......... .......... .......... .......... .......... 89% 93.4M 0s 11400K .......... .......... .......... .......... .......... 89% 36.8M 0s 11450K .......... .......... .......... .......... .......... 90% 93.8M 0s 11500K .......... .......... .......... .......... .......... 90% 127M 0s 11550K .......... .......... .......... .......... .......... 91% 95.2M 0s 11600K .......... .......... .......... .......... .......... 91% 119M 0s 11650K .......... .......... .......... .......... .......... 91% 95.8M 0s 11700K .......... .......... .......... .......... .......... 92% 85.0M 0s 11750K .......... .......... .......... .......... .......... 92% 91.1M 0s 11800K .......... .......... .......... .......... .......... 92% 81.9M 0s 11850K .......... .......... .......... .......... .......... 93% 106M 0s 11900K .......... .......... .......... .......... .......... 93% 96.5M 0s 11950K .......... .......... .......... .......... .......... 94% 101M 0s 12000K .......... .......... .......... .......... .......... 94% 92.9M 0s 12050K .......... .......... .......... .......... .......... 94% 98.3M 0s 12100K .......... .......... .......... .......... .......... 95% 109M 0s 12150K .......... .......... .......... .......... .......... 95% 111M 0s 12200K .......... .......... .......... .......... .......... 96% 80.2M 0s 12250K .......... .......... .......... .......... .......... 96% 87.4M 0s 12300K .......... .......... .......... .......... .......... 96% 98.9M 0s 12350K .......... .......... .......... .......... .......... 97% 99.8M 0s 12400K .......... .......... .......... .......... .......... 97% 94.7M 0s 12450K .......... .......... .......... .......... .......... 98% 107M 0s 12500K .......... .......... .......... .......... .......... 98% 108M 0s 12550K .......... .......... .......... .......... .......... 98% 92.9M 0s 12600K .......... .......... .......... .......... .......... 99% 73.7M 0s 12650K .......... .......... .......... .......... .......... 99% 98.9M 0s 12700K .......... .......... .......... .......... ..... 100% 128M=0.2s 2023-02-20 00:02:16 (70.7 MB/s) - '/tmp/instance-5/output-1/build/.perl-5.36.0.tar.xz.Eb7t9S/output' saved [13051500/13051500] perl-5.36.0.tar.xz: OK (md5: 826e42da130011699172fd655e49cfa2) perl-5.36.0.tar.xz: OK (sha1: 938c56a77ae094eb7f5019318a5e4efb2d9c74fa) perl-5.36.0.tar.xz: OK (sha256: 0f386dccbee8e26286404b2cca144e1005be65477979beb9b1ba272d4819bcf0) >>> host-perl 5.36.0 Extracting xzcat /tmp/instance-5/dl/perl/perl-5.36.0.tar.xz | tar --strip-components=1 -C /tmp/instance-5/output-1/build/host-perl-5.36.0 -xf - >>> host-perl 5.36.0 Patching >>> host-perl 5.36.0 Configuring (cd /tmp/instance-5/output-1/build/host-perl-5.36.0; PATH="/tmp/instance-5/output-1/host/bin:/tmp/instance-5/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PKG_CONFIG="/tmp/instance-5/output-1/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/tmp/instance-5/output-1/host/lib/pkgconfig:/tmp/instance-5/output-1/host/share/pkgconfig" HOSTCC='/usr/bin/gcc' ./Configure -des -Dprefix="/tmp/instance-5/output-1/host" -Dcc="/tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc") First let's make sure your kit is complete. Checking... Locating common programs... Checking compatibility between /usr/bin/echo and builtin echo (if any)... Symbolic links are supported. Checking how to test for symbolic links... You can test for symbolic links with 'test -h'. Checking for cross-compile No targethost for running compiler tests against defined, running locally Good, your tr supports [:lower:] and [:upper:] to convert case. Using [:upper:] and [:lower:] to convert case. aix dragonfly irix_4 netbsd sco_2_3_4 aix_3 dynix irix_5 newsos4 solaris_2 aix_4 dynixptx irix_6 nonstopux stellar altos486 epix irix_6_0 openbsd sunos_4_0 amigaos esix4 irix_6_1 opus sunos_4_1 atheos fps isc os2 super-ux aux_3 freebsd isc_2 os390 svr4 bitrig freemint linux-android os400 svr5 bsdos gnu linux posix-bc ti1500 catamount gnukfreebsd lynxos qnx ultrix_4 convexos gnuknetbsd midnightbsd riscos umips cxux greenhills minix sco unicos cygwin haiku mips sco_2_3_0 unicosmk darwin hpux mirbsd sco_2_3_1 unisysdynix dcosx i386 mpc sco_2_3_2 utekv dec_osf interix ncr_tower sco_2_3_3 vos Which of these apply, if any? [linux] Operating system name? [linux] Operating system version? [5.15.83-1-pve] Installation prefix to use? (~name ok) [/tmp/instance-5/output-1/host] AFS does not seem to be running... What installation prefix should I use for installing files? (~name ok) [/tmp/instance-5/output-1/host] Build a threading Perl? [n] Build Perl for multiplicity? [n] Use which C compiler? [/tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc] Checking for GNU cc in disguise and/or its version number... Now, how can we feed standard input to your C preprocessor... Directories to use for library searches? [/usr/local/lib /usr/lib/x86_64-linux-gnu /usr/lib /usr/lib64] What is the file extension used for shared libraries? [so] Make shared library basenames unique? [n] Build Perl for SOCKS? [n] Try to use long doubles if available? [n] Checking for optional libraries... What libraries to use? [-lpthread -lnsl -ldl -lm -lcrypt -lutil -lc] What optimizer/debugger flag should be used? [-O2] Checking if your compiler accepts -fno-strict-aliasing Yes, it does. Checking if your compiler accepts -pipe Yes, it does. Checking if your compiler accepts -fstack-protector-strong Yes, it does. Any additional cc flags? [-fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include] Let me guess what the preprocessor flags are... Any additional ld flags (NOT including libraries)? [ -fstack-protector-strong -L/usr/local/lib] Checking your choice of C compiler and flags for coherency... Checking to see how big your integers are... Checking to see if you have long long... Checking to see how big your long longs are... Computing filename position in cpp output for #include directives... found. Checking to see if you have int64_t... Checking which 64-bit integer type we could use... We could use 'long' for 64-bit integers. Try to use maximal 64-bit support, if available? [y] Checking if your C library has broken 64-bit functions... Checking for GNU C Library... nm probably won't work on the GNU C Library. Shall I use /usr/bin/nm to extract C symbols from the libraries? [n] Checking for C++... Checking to see how big your double precision numbers are... Checking to see if you have long double... You have long double. ldexpl() found. Checking to see how big your long doubles are... Your long doubles are 16 bytes long. Checking the kind of long doubles you have... You have x86 80-bit little endian long doubles. Getting the current patchlevel... What is your architecture name [x86_64-linux] Add the Perl API version to your archname? [n] This architecture is naturally 64-bit, not changing architecture name. Pathname where the public executables will reside? (~name ok) [/tmp/instance-5/output-1/host/bin] Use relocatable @INC? [n] Pathname where the private library files will reside? (~name ok) [/tmp/instance-5/output-1/host/lib/perl5/5.36.0] Where do you want to put the public architecture-dependent libraries? (~name ok) [/tmp/instance-5/output-1/host/lib/perl5/5.36.0/x86_64-linux] Other username to test security of setuid scripts with? [none] Well, the recommended value is *not* secure. Does your kernel have *secure* setuid scripts? [n] Installation prefix to use for add-on modules and utilities? (~name ok) [/tmp/instance-5/output-1/host] Pathname for the site-specific library files? (~name ok) [/tmp/instance-5/output-1/host/lib/perl5/site_perl/5.36.0] List of earlier versions to include in @INC? [none] NOT found. found. Checking to see how big your pointers are... Do you wish to wrap malloc calls to protect against potential overflows? [y] Do you wish to attempt to use the malloc that comes with perl5? [n] Your system wants malloc to return 'void *', it would seem. Your system uses void free(), it would seem. Pathname for the site-specific architecture-dependent library files? (~name ok) [/tmp/instance-5/output-1/host/lib/perl5/site_perl/5.36.0/x86_64-linux] Do you want to configure vendor-specific add-on directories? [n] Colon-separated list of additional directories for perl to search? [none] Support DTrace if available? [n] Install any extra modules (y or n)? [n] Directory for the main Perl5 html pages? (~name ok) [none] Directory for the Perl5 module html pages? (~name ok) [none] Do you want to install perl as /usr/bin/perl? [n] dlopen() found. found. Do you wish to use dynamic loading? [y] Source file to use for dynamic loading [ext/DynaLoader/dl_dlopen.xs] Any special flags to pass to /tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc -c to compile shared library modules? [-fPIC] What command should be used to create dynamic libraries? [/tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc] Any special flags to pass to /tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc to create a dynamically loaded library? [-shared -O2 -L/usr/local/lib -fstack-protector-strong] Any special flags to pass to /tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc to use dynamic linking? [-Wl,-E] ld supports scripting Build a shared libperl.so (y/n) [n] System manual is in /usr/share/man/man1. Where do the main Perl5 manual pages (source) go? (~name ok) [/tmp/instance-5/output-1/host/share/man/man1] What suffix should be used for the main Perl5 man pages? [1] You can have filenames longer than 14 characters. Where do the perl5 library man pages (source) go? (~name ok) [/tmp/instance-5/output-1/host/share/man/man3] What suffix should be used for the perl5 library man pages? [3] Figuring out host name... Your host name appears to be "denver001". Right? [y] What is your domain name? [.mooo.com] What is your e-mail address? [autobuild@denver001.mooo.com] Perl administrator e-mail address [autobuild@denver001.mooo.com] Do you want to use a version number suffix for installed binaries? [n] What shall I put after the #! to start up perl ("none" to not use #!)? [/tmp/instance-5/output-1/host/bin/perl] WARNING: Some systems limit the #! command to 32 characters. If you experience difficulty running Perl scripts with #!, try installing Perl in a directory with a shorter pathname. Where do you keep publicly executable scripts? (~name ok) [/tmp/instance-5/output-1/host/bin] Pathname where the add-on public executables should be installed? (~name ok) [/tmp/instance-5/output-1/host/bin] Pathname where the site-specific html pages should be installed? (~name ok) [none] Pathname where the site-specific library html pages should be installed? (~name ok) [none] Pathname where the site-specific manual pages should be installed? (~name ok) [/tmp/instance-5/output-1/host/share/man/man1] Pathname where the site-specific library manual pages should be installed? (~name ok) [/tmp/instance-5/output-1/host/share/man/man3] Pathname where add-on public executable scripts should be installed? (~name ok) [/tmp/instance-5/output-1/host/bin] backtrace() found. Use the "fast stdio" if available? [n] off_t found. Checking to see how big your file offsets are... fpos_t found. Checking the size of fpos_t... Try to understand large files, if available? [y] Rechecking to see how big your file offsets are... Rechecking the size of fpos_t... 16 bytes. qgcvt() found. Checking the kind of doubles you have... You have IEEE 754 64-bit little endian doubles. Checking how to print long doubles... gconvert NOT found. gcvt() found. sprintf() found. I'll use sprintf to convert floats into a string. fwalk() NOT found. accept4() found. access() found. defines the *_OK access constants. accessx() NOT found. acosh() found. aintl() NOT found. alarm() found. ctime64() NOT found. localtime64() NOT found. gmtime64() NOT found. mktime64() NOT found. difftime64() NOT found. asctime64() NOT found. found. found. found. Testing to see if we should include . We'll include . Checking to see if your struct tm has tm_zone field... Checking to see if your struct tm has tm_gmtoff field... asctime_r() found. asinh() found. atanh() found. atolf() NOT found. atoll() found. Checking whether your compiler can handle __attribute__((format)) ... Checking whether your compiler allows __printf__ format to be null ... Checking whether your compiler can handle __attribute__((malloc)) ... Checking whether your compiler can handle __attribute__((nonnull(1))) ... Checking whether your compiler can handle __attribute__((noreturn)) ... Checking whether your compiler can handle __attribute__((pure)) ... Checking whether your compiler can handle __attribute__((unused)) ... Checking whether your compiler can handle __attribute__((deprecated)) ... Checking whether your compiler can handle __attribute__((warn_unused_result)) ... Checking whether your compiler can handle __attribute__((always_inline)) ... getpgrp() found. You have to use getpgrp() instead of getpgrp(pid). setpgrp() found. You have to use setpgrp() instead of setpgrp(pid,pgrp). Checking whether your compiler can handle __builtin_add_overflow ... Checking whether your compiler can handle __builtin_sub_overflow ... Checking whether your compiler can handle __builtin_mul_overflow ... Checking whether your compiler can handle __builtin_choose_expr ... Checking whether your compiler can handle __builtin_expect ... Checking for C99 variadic macros. You have C99 variadic macros. You have void (*signal())(). Checking whether your C compiler can cast large floats to int32. Checking whether your C compiler can cast negative float to unsigned. cbrt() found. chown() found. chroot() found. chsize() NOT found. class() NOT found. clearenv() found. Hmm... Looks like you have Berkeley networking support. socketpair() found. Checking the availability sa_len in the sock struct ... Checking the availability struct sockaddr_in6 ... Checking the availability struct sockaddr_storage ... Checking the availability sin6_scope_id in struct sockaddr_in6 ... Checking the availability struct ip_mreq ... Checking the availability struct ip_mreq_source ... Checking the availability struct ipv6_mreq ... Checking the availability struct ipv6_mreq_source ... Checking the availability of certain socket constants... found. Checking to see if your system supports struct cmsghdr... copysign() found. copysignl() found. crypt() found. found. crypt_r() found. ctermid() found. ctermid_r() NOT found. ctime_r() found. cuserid() found. dbmclose() NOT found. difftime() found. found. Your directory entries are struct dirent. Your directory entry does not know about the d_namlen field. Checking to see if DIR has a dd_fd member variable found. NOT found. dirfd() found. dladdr() found. dlerror() found. found. What is the extension of dynamically loaded modules [so] Checking whether your dlsym() needs a leading underscore ... dlsym doesn't need a leading underscore. drand48_r() found. dup2() found. dup3() found. localeconv_l() NOT found. NOT found. newlocale() found. freelocale() found. uselocale() found. duplocale() found. querylocale() NOT found. eaccess() found. endgrent() found. found. endgrent_r() NOT found. endhostent() found. found. endhostent_r() NOT found. endnetent() found. endnetent_r() NOT found. endprotoent() found. endprotoent_r() NOT found. endpwent() found. found. endpwent_r() NOT found. endservent() found. endservent_r() NOT found. defines the O_* constants... and you have the 3 argument form of open(). found. We'll be including . found. We don't need to include if we include . fork() found. pipe() found. Figuring out the flag used by open() for non-blocking I/O... Let's see what value errno gets from read() on a O_NONBLOCK file... erf() found. erfc() found. exp2() found. expm1() found. Checking how std your stdio is... fchdir() found. fchmod() found. openat() found. unlinkat() found. renameat() found. linkat() found. fchmodat() found. fchown() found. fcntl() found. Well, your system has some sort of fd_set available... and you have the normal fd_set macros. fdclose() NOT found. fdim() found. fegetround() found. ffs() found. ffsl() found. fgetpos() found. finite() found. finitel() found. flock() found. fma() found. fmax() found. fmin() found. fp_class() NOT found. Checking to see if you have fpclassify... fp_classify() NOT found. fp_classl() NOT found. pathconf() found. fpathconf() found. fpclass() NOT found. fpclassl() NOT found. fpgetround() NOT found. Checking to see if you have fpos64_t... frexpl() found. found. found. Checking to see if your system supports struct fs_data... fseeko() found. fsetpos() found. fstatfs() found. statvfs() found. fstatvfs() found. fsync() found. ftello() found. Checking if you have a working futimes() Yes, you have A working gai_strerror() found. NOT found. NOT found. NOT found. getaddrinfo() found. getcwd() found. Checking to see if getenv() preserves a different thread's results getenv() didn't destroy another thread's buffer getespwnam() NOT found. getfsstat() NOT found. getgrent() found. getgrent_r() found. getgrgid_r() found. getgrnam_r() found. gethostbyaddr() found. gethostbyname() found. gethostent() found. gethostname() found. uname() found. Shall I ignore gethostname() from now on? [n] gethostbyaddr_r() found. gethostbyname_r() found. gethostent_r() found. getitimer() found. getlogin() found. getlogin_r() found. getmnt() NOT found. getmntent() found. getnameinfo() found. getnetbyaddr() found. getnetbyname() found. getnetent() found. getnetbyaddr_r() found. getnetbyname_r() found. getnetent_r() found. getpagesize() found. getprotobyname() found. getprotobynumber() found. getprotoent() found. getpgid() found. getpgrp2() NOT found. getppid() found. getpriority() found. getprotobyname_r() found. getprotobynumber_r() found. getprotoent_r() found. getprpwnam() NOT found. getpwent() found. getpwent_r() found. getpwnam_r() found. getpwuid_r() found. getservbyname() found. getservbyport() found. getservent() found. getservbyname_r() found. getservbyport_r() found. getservent_r() found. getspnam() found. found. getspnam_r() found. gettimeofday() found. gmtime_r() found. hasmntopt() found. found. found. htonl() found. hypot() found. ilogb() found. ilogbl() found. inet_aton() found. inet_ntop() found. inet_pton() found. isascii() found. isblank() found. Checking to see if you have isfinite... isfinitel() NOT found. Checking to see if you have isinf... isinfl() found. Checking to see if you have isless... Checking to see if you have isnan... isnanl() found. Checking to see if you have isnormal... j0() found. j0l() found. killpg() found. localeconv() found. lchown() found. LDBL_DIG found. lgamma() found. lgamma_r() found. Checking to see if your libm supports _LIB_VERSION... No, it does not (probably harmless) link() found. llrint() found. llrintl() found. llround() found. llroundl() found. localtime_r() found. lockf() found. log1p() found. log2() found. logb() found. lrint() found. lrintl() found. lround() found. lroundl() found. lstat() found. madvise() found. malloc_size() NOT found. malloc_good_size() NOT found. malloc_usable_size() found. mblen() found. mbrlen() found. mbrtowc() found. mbstowcs() found. mbtowc() found. memmem() found. memrchr() found. mkdir() found. mkdtemp() found. mkfifo() found. mkostemp() found. mkstemp() found. mkstemps() found. mktime() found. found. mmap() found. and it returns (void *). sqrtl() found. scalbnl() found. truncl() found. modfl() found. mprotect() found. msgctl() found. msgget() found. msgsnd() found. msgrcv() found. You have the full msg*(2) library. Checking to see if your system supports struct msghdr... msync() found. munmap() found. nan() found. nanosleep() found. nearbyint() found. nextafter() found. nexttoward() found. nice() found. found. nl_langinfo() found. found. Since threads aren't selected, we won't bother looking for nl_langinfo_l() Checking whether your compiler can handle struct bitfields that aren't 'int' or 'unsigned int' ... Your C compiler supports struct bitfields besides 'int' and 'unsigned int'. found. Choosing the C types to be used for Perl's internal types... Checking how many bits of your UVs your NVs can preserve... Your NVs can preserve only 53 bits of your UVs. Checking to find the largest integer value your NVs can hold... The largest integer your NVs can preserve is equal to 256.0*256.0*256.0*256.0*256.0*256.0*2.0*2.0*2.0*2.0*2.0 Checking whether NV 0.0 is all bits zero in memory... 0.0 is represented as all bits zero in memory Checking to see if you have off64_t... pause() found. pipe2() found. poll() found. prctl() found. readlink() found. vfork() found. Do you still want to use vfork()? [n] pthread_attr_setscope() found. Checking to see if you have ptrdiff_t... random_r() found. readdir() found. seekdir() found. telldir() found. rewinddir() found. readdir64_r() found. readdir_r() found. readv() found. recvmsg() found. regcomp() found. remainder() found. remquo() found. rename() found. rint() found. rmdir() found. round() found. scalbn() found. select() found. semctl() found. semget() found. semop() found. You have the full sem*(2) library. You do not have union semun in . You can use union semun for semctl IPC_STAT. You can also use struct semid_ds* for semctl IPC_STAT. sendmsg() found. setegid() found. seteuid() found. setgrent() found. setgrent_r() NOT found. sethostent() found. sethostent_r() NOT found. setitimer() found. setlinebuf() found. found. towupper() found. Checking to see if you have setlocale() and its behavior Your system has setlocale()... and it seems sane; you have a C.UTF-8 locale setlocale_r() NOT found. setnetent() found. setnetent_r() NOT found. setprotoent() found. setpgid() found. setpgrp2() NOT found. setpriority() found. setproctitle() NOT found. setprotoent_r() NOT found. setpwent() found. setpwent_r() NOT found. setregid() found. setresgid() found. setreuid() found. setresuid() found. setrgid() NOT found. setruid() NOT found. setservent() found. setservent_r() NOT found. setsid() found. setvbuf() found. shmctl() found. shmget() found. shmat() found. and it returns (void *). shmdt() found. You have the full shm*(2) library. sigaction() found. pid_t found. Checking if your siginfo_t has si_errno field... Checking if your siginfo_t has si_pid field... Checking if your siginfo_t has si_uid field... Checking if your siginfo_t has si_addr field... Checking if your siginfo_t has si_status field... Checking if your siginfo_t has si_band field... Checking if your siginfo_t has si_value field... Checking if your siginfo_t has si_fd field... NOT found. Checking to see if you have signbit() available to work on double... Yes. sigprocmask() found. POSIX sigsetjmp found. snprintf() found. vsnprintf() found. sockatmark() found. socks5_init() NOT found. srand48_r() found. srandom_r() found. stat() found. found. Checking to see if your struct stat has st_blocks field... found. found. Checking to see if your system supports struct statfs... Checking to see if your struct statfs has f_flags field... Your compiler supports static __inline__. Checking how to access stdio streams by file descriptor number... I can't figure out how to access stdio streams by file descriptor number. strcoll() found. strerror_l() found. strerror_r() found. strftime() found. strnlen() found. strtod() found. strtod_l() found. strtol() found. strtold() found. strtold_l() found. strtoll() found. strtoq() found. strtoul() found. strtoull() found. strtouq() found. strxfrm() found. strxfrm_l() found. symlink() found. syscall() found. sysconf() found. system() found. tcgetpgrp() found. tcsetpgrp() found. tgamma() found. Your compiler supports _Thread_local. time() found. time_t found. timegm() found. found. times() found. clock_t found. tmpnam_r() found. towlower() found. trunc() found. truncate() found. ttyname_r() found. tzname[] found. (Testing for character data alignment may crash the test. That's okay.) It seems that you must access character data in an aligned manner. ualarm() found. umask() found. unordered() NOT found. unsetenv() found. usleep() found. ustat() NOT found. closedir() found. Checking whether closedir() returns a status... wait4() found. waitpid() found. wcrtomb() found. A working wcscmp() found. wcstombs() found. A working wcsxfrm() found. wctomb() found. writev() found. Checking alignment constraints... Doubles must be aligned on a how-many-byte boundary? [8] Checking how long a character is (in bits)... What is the length of a character (in bits)? [8] Checking to see how your cpp does stuff like concatenate tokens... Oh! Smells like ANSI's been here. NOT found. Exclude . from @INC by default? [y] Checking the kind of infinities and nans you have... (The following tests may crash. That's okay.) Checking how many mantissa bits your doubles have... Checking how many mantissa bits your long doubles have... Checking how many mantissa bits your NVs have... Using our internal random number implementation... Determining whether or not we are on an EBCDIC system... Nope, no EBCDIC, probably ASCII or some ISO Latin. Or UTF-8. Checking how to flush all pending stdio output... Your fflush(NULL) works okay for output streams. Let's see if it clobbers input pipes... fflush(NULL) seems to behave okay with input streams. Checking the size of gid_t... Checking the sign of gid_t... Checking how to print 64-bit integers... Checking the format strings to be used for Perl's internal types... Checking the format string to be used for gids... getgroups() found. setgroups() found. What type pointer is the second argument to getgroups() and setgroups()? [gid_t] Checking if your /home/autobuild/make/make program sets $(MAKE)... mode_t found. It seems that va_copy() or similar will be needed. size_t found. What is the type for the 1st argument to gethostbyaddr? [char *] What is the type for the 2nd argument to gethostbyaddr? [size_t] What pager is used on your system? [/usr/bin/less -R] Checking how to generate random libraries on your machine... Your select() operates on 64 bits at a time. Generating a list of signal names and numbers... Checking the size of size_t... Checking to see if you have socklen_t... NOT found. I'll be using ssize_t for functions returning a byte count. Checking the size of st_dev... Checking the sign of st_dev... Checking the size of st_ino... Checking the sign of st_ino... Your stdio uses signed chars. Checking the size of uid_t... Checking the sign of uid_t... Checking the format string to be used for uids... Would you like to build perl with strict enabled by default? [n] Determining whether we can use sysctl with KERN_PROC_PATHNAME to find executing program... I'm unable to compile the test program. I'll assume no sysctl with KERN_PROC_PATHNAME here. Determining whether we can use _NSGetExecutablePath to find executing program... I'm unable to compile the test program. I'll assume no _NSGetExecutablePath here. Which compiler compiler (yacc or bison -y) shall I use? [yacc] found. found. found. NOT found. NOT found. NOT found. NOT found. NOT found. found. NOT found. found. found. NOT found. Guessing which symbols your C compiler and preprocessor define... awk: cmd. line:1: warning: regexp escape sequence `\=' is not a known regexp operator Adding -D_FORTIFY_SOURCE=2 to ccflags... tcsetattr() found. You have POSIX termios.h... good! found. found. NOT found. NOT found. found. found. NOT found. found. found. NOT found. found. found. found. found. NOT found. found. found. Looking for extensions... What extensions do you wish to load dynamically? [B Compress/Raw/Bzip2 Compress/Raw/Zlib Cwd Data/Dumper Devel/PPPort Devel/Peek Digest/MD5 Digest/SHA Encode Fcntl File/DosGlob File/Glob Filter/Util/Call Hash/Util Hash/Util/FieldHash I18N/Langinfo IO IPC/SysV List/Util MIME/Base64 Math/BigInt/FastCalc Opcode POSIX PerlIO/encoding PerlIO/mmap PerlIO/scalar PerlIO/via SDBM_File Socket Storable Sys/Hostname Sys/Syslog Time/HiRes Time/Piece Unicode/Collate Unicode/Normalize XS/APItest XS/Typemap attributes mro re threads threads/shared] What extensions do you wish to load statically? [none] Stripping down executable paths... Creating config.sh... Doing variable substitutions on .SH files... Extracting config.h (with variable substitutions) cflags.SH: Adding -std=c99. cflags.SH: Adding -Werror=pointer-arith. cflags.SH: Adding -Werror=vla. cflags.SH: Adding -Wextra. cflags.SH: Adding -Wno-long-long. cflags.SH: Adding -Wno-declaration-after-statement. cflags.SH: Adding -Wc++-compat. cflags.SH: Adding -Wwrite-strings. cflags.SH: cc = /tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc cflags.SH: ccflags = -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 cflags.SH: stdflags = -std=c99 cflags.SH: optimize = -O2 cflags.SH: warn = -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings Extracting cflags (with variable substitutions) Not re-extracting config.h Extracting makedepend (with variable substitutions) Extracting makedepend_file (with variable substitutions) Extracting Makefile (with variable substitutions) Extracting myconfig (with variable substitutions) Extracting pod/Makefile (with variable substitutions) Extracting Policy.sh (with variable substitutions) Extracting runtests (with variable substitutions) Run make depend now? [y] make[1]: Entering directory '/tmp/instance-5/output-1/build/host-perl-5.36.0' Makefile:258: warning: ignoring prerequisites on suffix rule definition Makefile:254: warning: ignoring prerequisites on suffix rule definition Makefile:258: warning: ignoring prerequisites on suffix rule definition Makefile:258: warning: ignoring prerequisites on suffix rule definition Makefile:254: warning: ignoring prerequisites on suffix rule definition Makefile:258: warning: ignoring prerequisites on suffix rule definition /tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc -c -DPERL_CORE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -std=c99 -O2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings generate_uudmap.c /tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc -o generate_uudmap -fstack-protector-strong -L/usr/local/lib generate_uudmap.o -lpthread -lnsl -ldl -lm -lcrypt -lutil -lc ./generate_uudmap uudmap.h bitcount.h mg_data.h sh ./makedepend MAKE="make" cflags make[2]: Entering directory '/tmp/instance-5/output-1/build/host-perl-5.36.0' makefile:258: warning: ignoring prerequisites on suffix rule definition makefile:254: warning: ignoring prerequisites on suffix rule definition makefile:258: warning: ignoring prerequisites on suffix rule definition makefile:258: warning: ignoring prerequisites on suffix rule definition makefile:254: warning: ignoring prerequisites on suffix rule definition makefile:258: warning: ignoring prerequisites on suffix rule definition rm -f opmini.c /usr/bin/ln -s op.c opmini.c rm -f perlmini.c /usr/bin/ln -s perl.c perlmini.c rm -f universalmini.c /usr/bin/ln -s universal.c universalmini.c echo av.c scope.c op.c doop.c doio.c dump.c gv.c hv.c mg.c reentr.c mro_core.c perl.c perly.c pp.c pp_hot.c pp_ctl.c pp_sys.c regcomp.c regexec.c utf8.c sv.c taint.c toke.c util.c deb.c run.c builtin.c universal.c pad.c globals.c keywords.c perlio.c numeric.c mathoms.c locale.c pp_pack.c pp_sort.c caretx.c dquote.c time64.c miniperlmain.c opmini.c perlmini.c universalmini.c | tr ' ' '\n' >.clist make[2]: Leaving directory '/tmp/instance-5/output-1/build/host-perl-5.36.0' make[2]: Entering directory '/tmp/instance-5/output-1/build/host-perl-5.36.0' makefile:258: warning: ignoring prerequisites on suffix rule definition makefile:254: warning: ignoring prerequisites on suffix rule definition makefile:258: warning: ignoring prerequisites on suffix rule definition makefile:258: warning: ignoring prerequisites on suffix rule definition makefile:254: warning: ignoring prerequisites on suffix rule definition makefile:258: warning: ignoring prerequisites on suffix rule definition sh ./makedepend_file av.c av.c.depends cflags Finding dependencies for av.o sh ./makedepend_file scope.c scope.c.depends cflags Finding dependencies for scope.o sh ./makedepend_file op.c op.c.depends cflags Finding dependencies for op.o sh ./makedepend_file doop.c doop.c.depends cflags Finding dependencies for doop.o sh ./makedepend_file doio.c doio.c.depends cflags Finding dependencies for doio.o sh ./makedepend_file dump.c dump.c.depends cflags Finding dependencies for dump.o sh ./makedepend_file gv.c gv.c.depends cflags Finding dependencies for gv.o sh ./makedepend_file hv.c hv.c.depends cflags Finding dependencies for hv.o sh ./makedepend_file mg.c mg.c.depends cflags Finding dependencies for mg.o sh ./makedepend_file reentr.c reentr.c.depends cflags Finding dependencies for reentr.o sh ./makedepend_file mro_core.c mro_core.c.depends cflags Finding dependencies for mro_core.o sh ./makedepend_file perl.c perl.c.depends cflags Finding dependencies for perl.o sh ./makedepend_file perly.c perly.c.depends cflags Finding dependencies for perly.o sh ./makedepend_file pp.c pp.c.depends cflags Finding dependencies for pp.o sh ./makedepend_file pp_hot.c pp_hot.c.depends cflags Finding dependencies for pp_hot.o sh ./makedepend_file pp_ctl.c pp_ctl.c.depends cflags Finding dependencies for pp_ctl.o sh ./makedepend_file pp_sys.c pp_sys.c.depends cflags Finding dependencies for pp_sys.o sh ./makedepend_file regcomp.c regcomp.c.depends cflags Finding dependencies for regcomp.o sh ./makedepend_file regexec.c regexec.c.depends cflags Finding dependencies for regexec.o sh ./makedepend_file utf8.c utf8.c.depends cflags Finding dependencies for utf8.o sh ./makedepend_file sv.c sv.c.depends cflags Finding dependencies for sv.o sh ./makedepend_file taint.c taint.c.depends cflags Finding dependencies for taint.o sh ./makedepend_file toke.c toke.c.depends cflags Finding dependencies for toke.o sh ./makedepend_file util.c util.c.depends cflags Finding dependencies for util.o sh ./makedepend_file deb.c deb.c.depends cflags Finding dependencies for deb.o sh ./makedepend_file run.c run.c.depends cflags Finding dependencies for run.o sh ./makedepend_file builtin.c builtin.c.depends cflags Finding dependencies for builtin.o sh ./makedepend_file universal.c universal.c.depends cflags Finding dependencies for universal.o sh ./makedepend_file pad.c pad.c.depends cflags Finding dependencies for pad.o sh ./makedepend_file globals.c globals.c.depends cflags Finding dependencies for globals.o sh ./makedepend_file keywords.c keywords.c.depends cflags Finding dependencies for keywords.o sh ./makedepend_file perlio.c perlio.c.depends cflags Finding dependencies for perlio.o sh ./makedepend_file numeric.c numeric.c.depends cflags Finding dependencies for numeric.o sh ./makedepend_file mathoms.c mathoms.c.depends cflags Finding dependencies for mathoms.o sh ./makedepend_file locale.c locale.c.depends cflags Finding dependencies for locale.o sh ./makedepend_file pp_pack.c pp_pack.c.depends cflags Finding dependencies for pp_pack.o sh ./makedepend_file pp_sort.c pp_sort.c.depends cflags Finding dependencies for pp_sort.o sh ./makedepend_file caretx.c caretx.c.depends cflags Finding dependencies for caretx.o sh ./makedepend_file dquote.c dquote.c.depends cflags Finding dependencies for dquote.o sh ./makedepend_file time64.c time64.c.depends cflags Finding dependencies for time64.o sh ./makedepend_file miniperlmain.c miniperlmain.c.depends cflags Finding dependencies for miniperlmain.o sh ./makedepend_file opmini.c opmini.c.depends cflags Finding dependencies for opmini.o sh ./makedepend_file perlmini.c perlmini.c.depends cflags Finding dependencies for perlmini.o sh ./makedepend_file universalmini.c universalmini.c.depends cflags Finding dependencies for universalmini.o make[2]: Leaving directory '/tmp/instance-5/output-1/build/host-perl-5.36.0' Updating makefile... make[1]: Leaving directory '/tmp/instance-5/output-1/build/host-perl-5.36.0' Now you must run 'make'. If you compile perl5 on a different machine or from a different object directory, copy the Policy.sh file from this object directory to the new one before you run Configure -- this will help you with most of the policy defaults. >>> host-perl 5.36.0 Building PATH="/tmp/instance-5/output-1/host/bin:/tmp/instance-5/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PKG_CONFIG="/tmp/instance-5/output-1/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/tmp/instance-5/output-1/host/lib/pkgconfig:/tmp/instance-5/output-1/host/share/pkgconfig" /home/autobuild/make/make -j1 -C /tmp/instance-5/output-1/build/host-perl-5.36.0 make[1]: Entering directory '/tmp/instance-5/output-1/build/host-perl-5.36.0' makefile:258: warning: ignoring prerequisites on suffix rule definition makefile:254: warning: ignoring prerequisites on suffix rule definition makefile:258: warning: ignoring prerequisites on suffix rule definition makefile:258: warning: ignoring prerequisites on suffix rule definition makefile:254: warning: ignoring prerequisites on suffix rule definition makefile:258: warning: ignoring prerequisites on suffix rule definition echo @`sh cflags "optimize='-O2'" opmini.o` -DPERL_IS_MINIPERL -DPERL_EXTERNAL_GLOB opmini.c @/tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc -c -DPERL_CORE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -std=c99 -O2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -DPERL_IS_MINIPERL -DPERL_EXTERNAL_GLOB opmini.c echo @`sh cflags "optimize='-O2'" perlmini.o` -DPERL_IS_MINIPERL -DPERL_EXTERNAL_GLOB perlmini.c @/tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc -c -DPERL_CORE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -std=c99 -O2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -DPERL_IS_MINIPERL -DPERL_EXTERNAL_GLOB perlmini.c echo @`sh cflags "optimize='-O2'" universalmini.o` -DPERL_IS_MINIPERL -DPERL_EXTERNAL_GLOB universalmini.c @/tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc -c -DPERL_CORE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -std=c99 -O2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -DPERL_IS_MINIPERL -DPERL_EXTERNAL_GLOB universalmini.c /tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc -c -DPERL_CORE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -std=c99 -O2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings gv.c /tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc -c -DPERL_CORE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -std=c99 -O2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings toke.c /tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc -c -DPERL_CORE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -std=c99 -O2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings perly.c /tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc -c -DPERL_CORE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -std=c99 -O2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings pad.c /tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc -c -DPERL_CORE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -std=c99 -O2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings regcomp.c /tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc -c -DPERL_CORE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -std=c99 -O2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings dump.c /tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc -c -DPERL_CORE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -std=c99 -O2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings util.c /tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc -c -DPERL_CORE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -std=c99 -O2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings mg.c /tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc -c -DPERL_CORE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -std=c99 -O2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings reentr.c /tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc -c -DPERL_CORE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -std=c99 -O2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings mro_core.c /tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc -c -DPERL_CORE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -std=c99 -O2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings keywords.c /tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc -c -DPERL_CORE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -std=c99 -O2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings builtin.c /tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc -c -DPERL_CORE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -std=c99 -O2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings hv.c /tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc -c -DPERL_CORE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -std=c99 -O2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings av.c /tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc -c -DPERL_CORE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -std=c99 -O2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings run.c /tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc -c -DPERL_CORE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -std=c99 -O2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings pp_hot.c /tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc -c -DPERL_CORE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -std=c99 -O2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings sv.c /tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc -c -DPERL_CORE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -std=c99 -O2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings pp.c /tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc -c -DPERL_CORE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -std=c99 -O2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings scope.c /tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc -c -DPERL_CORE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -std=c99 -O2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings pp_ctl.c /tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc -c -DPERL_CORE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -std=c99 -O2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings pp_sys.c /tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc -c -DPERL_CORE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -std=c99 -O2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings doop.c /tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc -c -DPERL_CORE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -std=c99 -O2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings doio.c /tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc -c -DPERL_CORE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -std=c99 -O2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings regexec.c /tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc -c -DPERL_CORE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -std=c99 -O2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings utf8.c /tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc -c -DPERL_CORE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -std=c99 -O2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings taint.c /tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc -c -DPERL_CORE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -std=c99 -O2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings deb.c /tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc -c -DPERL_CORE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -std=c99 -O2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings globals.c /tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc -c -DPERL_CORE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -std=c99 -O2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings perlio.c /tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc -c -DPERL_CORE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -std=c99 -O2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings numeric.c /tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc -c -DPERL_CORE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -std=c99 -O2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings mathoms.c /tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc -c -DPERL_CORE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -std=c99 -O2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings locale.c /tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc -c -DPERL_CORE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -std=c99 -O2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings pp_pack.c /tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc -c -DPERL_CORE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -std=c99 -O2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings pp_sort.c /tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc -c -DPERL_CORE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -std=c99 -O2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings caretx.c /tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc -c -DPERL_CORE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -std=c99 -O2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings dquote.c /tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc -c -DPERL_CORE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -std=c99 -O2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings time64.c /tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc -c -DPERL_CORE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -std=c99 -O2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings miniperlmain.c /tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc -fstack-protector-strong -L/usr/local/lib -o miniperl \ opmini.o perlmini.o universalmini.o gv.o toke.o perly.o pad.o regcomp.o dump.o util.o mg.o reentr.o mro_core.o keywords.o builtin.o hv.o av.o run.o pp_hot.o sv.o pp.o scope.o pp_ctl.o pp_sys.o doop.o doio.o regexec.o utf8.o taint.o deb.o globals.o perlio.o numeric.o mathoms.o locale.o pp_pack.o pp_sort.o caretx.o dquote.o time64.o miniperlmain.o -lpthread -lnsl -ldl -lm -lcrypt -lutil -lc ./miniperl -w -Ilib -Idist/Exporter/lib -MExporter -e '' || sh -c 'echo >&2 Failed to build miniperl. Please run make minitest; exit 1' ./miniperl -Ilib -f write_buildcustomize.pl rm -f pod/perl5360delta.pod /usr/bin/ln -s perldelta.pod pod/perl5360delta.pod ./miniperl -Ilib autodoc.pl ./miniperl -Ilib pod/perlmodlib.PL -q ./miniperl -Ilib make_patchnum.pl Updating 'git_version.h' and 'lib/Config_git.pl' ./miniperl -Ilib configpm written lib/Config.pod updated lib/Config.pm updated lib/Config_heavy.pl ./miniperl -Ilib make_ext.pl cpan/Archive-Tar/pm_to_blib MAKE="/home/autobuild/make/make" LIBPERL_A=libperl.a Generating a Unix-style Makefile Writing Makefile for Archive::Tar make[2]: Entering directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/cpan/Archive-Tar' make[2]: Leaving directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/cpan/Archive-Tar' ./miniperl -Ilib make_ext.pl dist/Attribute-Handlers/pm_to_blib MAKE="/home/autobuild/make/make" LIBPERL_A=libperl.a Running pm_to_blib for dist/Attribute-Handlers directly ./miniperl -Ilib make_ext.pl cpan/AutoLoader/pm_to_blib MAKE="/home/autobuild/make/make" LIBPERL_A=libperl.a Running pm_to_blib for cpan/AutoLoader directly ./miniperl -Ilib make_ext.pl cpan/CPAN/pm_to_blib MAKE="/home/autobuild/make/make" LIBPERL_A=libperl.a Generating a Unix-style Makefile Writing Makefile for CPAN make[2]: Entering directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/cpan/CPAN' make[2]: Leaving directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/cpan/CPAN' ./miniperl -Ilib make_ext.pl cpan/CPAN-Meta/pm_to_blib MAKE="/home/autobuild/make/make" LIBPERL_A=libperl.a Generating a Unix-style Makefile Writing Makefile for CPAN::Meta make[2]: Entering directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/cpan/CPAN-Meta' make[2]: Leaving directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/cpan/CPAN-Meta' ./miniperl -Ilib make_ext.pl cpan/CPAN-Meta-Requirements/pm_to_blib MAKE="/home/autobuild/make/make" LIBPERL_A=libperl.a Running pm_to_blib for cpan/CPAN-Meta-Requirements directly ./miniperl -Ilib make_ext.pl cpan/CPAN-Meta-YAML/pm_to_blib MAKE="/home/autobuild/make/make" LIBPERL_A=libperl.a Running pm_to_blib for cpan/CPAN-Meta-YAML directly ./miniperl -Ilib make_ext.pl dist/Carp/pm_to_blib MAKE="/home/autobuild/make/make" LIBPERL_A=libperl.a Running pm_to_blib for dist/Carp directly ./miniperl -Ilib make_ext.pl cpan/Config-Perl-V/pm_to_blib MAKE="/home/autobuild/make/make" LIBPERL_A=libperl.a Running pm_to_blib for cpan/Config-Perl-V directly ./miniperl -Ilib make_ext.pl dist/Devel-SelfStubber/pm_to_blib MAKE="/home/autobuild/make/make" LIBPERL_A=libperl.a Running pm_to_blib for dist/Devel-SelfStubber directly ./miniperl -Ilib make_ext.pl cpan/Digest/pm_to_blib MAKE="/home/autobuild/make/make" LIBPERL_A=libperl.a Running pm_to_blib for cpan/Digest directly ./miniperl -Ilib make_ext.pl dist/Dumpvalue/pm_to_blib MAKE="/home/autobuild/make/make" LIBPERL_A=libperl.a Running pm_to_blib for dist/Dumpvalue directly ./miniperl -Ilib make_ext.pl dist/Env/pm_to_blib MAKE="/home/autobuild/make/make" LIBPERL_A=libperl.a Running pm_to_blib for dist/Env directly ./miniperl -Ilib make_ext.pl ext/Errno/pm_to_blib MAKE="/home/autobuild/make/make" LIBPERL_A=libperl.a Generating a Unix-style Makefile Writing Makefile for Errno make[2]: Entering directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/ext/Errno' "../../miniperl" "-I../../lib" Errno_pm.PL Errno.pm make[2]: Leaving directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/ext/Errno' ./miniperl -Ilib make_ext.pl dist/Exporter/pm_to_blib MAKE="/home/autobuild/make/make" LIBPERL_A=libperl.a Running pm_to_blib for dist/Exporter directly ./miniperl -Ilib make_ext.pl dist/ExtUtils-CBuilder/pm_to_blib MAKE="/home/autobuild/make/make" LIBPERL_A=libperl.a Running pm_to_blib for dist/ExtUtils-CBuilder directly ./miniperl -Ilib make_ext.pl cpan/ExtUtils-Constant/pm_to_blib MAKE="/home/autobuild/make/make" LIBPERL_A=libperl.a Running pm_to_blib for cpan/ExtUtils-Constant directly ./miniperl -Ilib make_ext.pl cpan/ExtUtils-Install/pm_to_blib MAKE="/home/autobuild/make/make" LIBPERL_A=libperl.a Running pm_to_blib for cpan/ExtUtils-Install directly ./miniperl -Ilib make_ext.pl cpan/ExtUtils-MakeMaker/pm_to_blib MAKE="/home/autobuild/make/make" LIBPERL_A=libperl.a Generating a Unix-style Makefile Writing Makefile for ExtUtils::MakeMaker make[2]: Entering directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/cpan/ExtUtils-MakeMaker' make[2]: Leaving directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/cpan/ExtUtils-MakeMaker' ./miniperl -Ilib make_ext.pl cpan/ExtUtils-Manifest/pm_to_blib MAKE="/home/autobuild/make/make" LIBPERL_A=libperl.a Running pm_to_blib for cpan/ExtUtils-Manifest directly Generating a Unix-style Makefile Writing Makefile for ExtUtils::Manifest make[2]: Entering directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/cpan/ExtUtils-Manifest' make[2]: Leaving directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/cpan/ExtUtils-Manifest' ./miniperl -Ilib make_ext.pl ext/ExtUtils-Miniperl/pm_to_blib MAKE="/home/autobuild/make/make" LIBPERL_A=libperl.a Running pm_to_blib for ext/ExtUtils-Miniperl directly ./miniperl -Ilib make_ext.pl cpan/ExtUtils-PL2Bat/pm_to_blib MAKE="/home/autobuild/make/make" LIBPERL_A=libperl.a Running pm_to_blib for cpan/ExtUtils-PL2Bat directly ./miniperl -Ilib make_ext.pl dist/ExtUtils-ParseXS/pm_to_blib MAKE="/home/autobuild/make/make" LIBPERL_A=libperl.a Running pm_to_blib for dist/ExtUtils-ParseXS directly Generating a Unix-style Makefile Writing Makefile for ExtUtils::ParseXS make[2]: Entering directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/dist/ExtUtils-ParseXS' make[2]: Leaving directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/dist/ExtUtils-ParseXS' ./miniperl -Ilib make_ext.pl cpan/File-Fetch/pm_to_blib MAKE="/home/autobuild/make/make" LIBPERL_A=libperl.a Running pm_to_blib for cpan/File-Fetch directly ./miniperl -Ilib make_ext.pl ext/File-Find/pm_to_blib MAKE="/home/autobuild/make/make" LIBPERL_A=libperl.a Running pm_to_blib for ext/File-Find directly ./miniperl -Ilib make_ext.pl cpan/File-Path/pm_to_blib MAKE="/home/autobuild/make/make" LIBPERL_A=libperl.a Running pm_to_blib for cpan/File-Path directly ./miniperl -Ilib make_ext.pl cpan/File-Temp/pm_to_blib MAKE="/home/autobuild/make/make" LIBPERL_A=libperl.a Running pm_to_blib for cpan/File-Temp directly ./miniperl -Ilib make_ext.pl ext/FileCache/pm_to_blib MAKE="/home/autobuild/make/make" LIBPERL_A=libperl.a Running pm_to_blib for ext/FileCache directly ./miniperl -Ilib make_ext.pl dist/Filter-Simple/pm_to_blib MAKE="/home/autobuild/make/make" LIBPERL_A=libperl.a Running pm_to_blib for dist/Filter-Simple directly ./miniperl -Ilib make_ext.pl dist/FindBin/pm_to_blib MAKE="/home/autobuild/make/make" LIBPERL_A=libperl.a Running pm_to_blib for dist/FindBin directly ./miniperl -Ilib make_ext.pl cpan/Getopt-Long/pm_to_blib MAKE="/home/autobuild/make/make" LIBPERL_A=libperl.a Running pm_to_blib for cpan/Getopt-Long directly ./miniperl -Ilib make_ext.pl cpan/HTTP-Tiny/pm_to_blib MAKE="/home/autobuild/make/make" LIBPERL_A=libperl.a Generating a Unix-style Makefile Writing Makefile for HTTP::Tiny make[2]: Entering directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/cpan/HTTP-Tiny' make[2]: Leaving directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/cpan/HTTP-Tiny' ./miniperl -Ilib make_ext.pl dist/I18N-Collate/pm_to_blib MAKE="/home/autobuild/make/make" LIBPERL_A=libperl.a Running pm_to_blib for dist/I18N-Collate directly ./miniperl -Ilib make_ext.pl dist/I18N-LangTags/pm_to_blib MAKE="/home/autobuild/make/make" LIBPERL_A=libperl.a Running pm_to_blib for dist/I18N-LangTags directly ./miniperl -Ilib make_ext.pl dist/lib/pm_to_blib MAKE="/home/autobuild/make/make" LIBPERL_A=libperl.a Generating a Unix-style Makefile Writing Makefile for lib make[2]: Entering directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/dist/lib' "../../miniperl" "-I../../lib" lib_pm.PL lib.pm Extracting lib.pm (with variable substitutions) make[2]: Leaving directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/dist/lib' ./miniperl -Ilib make_ext.pl cpan/IO-Compress/pm_to_blib MAKE="/home/autobuild/make/make" LIBPERL_A=libperl.a Generating a Unix-style Makefile Writing Makefile for IO::Compress make[2]: Entering directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/cpan/IO-Compress' cp bin/streamzip blib/script/streamzip /tmp/instance-5/output-1/build/host-perl-5.36.0/cpan/IO-Compress/../../miniperl "-I../../lib" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/streamzip cp bin/zipdetails blib/script/zipdetails /tmp/instance-5/output-1/build/host-perl-5.36.0/cpan/IO-Compress/../../miniperl "-I../../lib" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/zipdetails make[2]: Leaving directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/cpan/IO-Compress' ./miniperl -Ilib make_ext.pl cpan/IO-Socket-IP/pm_to_blib MAKE="/home/autobuild/make/make" LIBPERL_A=libperl.a Running pm_to_blib for cpan/IO-Socket-IP directly ./miniperl -Ilib make_ext.pl cpan/IO-Zlib/pm_to_blib MAKE="/home/autobuild/make/make" LIBPERL_A=libperl.a Running pm_to_blib for cpan/IO-Zlib directly ./miniperl -Ilib make_ext.pl cpan/IPC-Cmd/pm_to_blib MAKE="/home/autobuild/make/make" LIBPERL_A=libperl.a Running pm_to_blib for cpan/IPC-Cmd directly ./miniperl -Ilib make_ext.pl ext/IPC-Open3/pm_to_blib MAKE="/home/autobuild/make/make" LIBPERL_A=libperl.a Running pm_to_blib for ext/IPC-Open3 directly ./miniperl -Ilib make_ext.pl cpan/JSON-PP/pm_to_blib MAKE="/home/autobuild/make/make" LIBPERL_A=libperl.a Generating a Unix-style Makefile Writing Makefile for JSON::PP make[2]: Entering directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/cpan/JSON-PP' make[2]: Leaving directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/cpan/JSON-PP' ./miniperl -Ilib make_ext.pl dist/Locale-Maketext/pm_to_blib MAKE="/home/autobuild/make/make" LIBPERL_A=libperl.a Running pm_to_blib for dist/Locale-Maketext directly ./miniperl -Ilib make_ext.pl cpan/Locale-Maketext-Simple/pm_to_blib MAKE="/home/autobuild/make/make" LIBPERL_A=libperl.a Running pm_to_blib for cpan/Locale-Maketext-Simple directly ./miniperl -Ilib make_ext.pl cpan/Math-BigInt/pm_to_blib MAKE="/home/autobuild/make/make" LIBPERL_A=libperl.a Running pm_to_blib for cpan/Math-BigInt directly ./miniperl -Ilib make_ext.pl cpan/Math-BigRat/pm_to_blib MAKE="/home/autobuild/make/make" LIBPERL_A=libperl.a Running pm_to_blib for cpan/Math-BigRat directly ./miniperl -Ilib make_ext.pl cpan/Math-Complex/pm_to_blib MAKE="/home/autobuild/make/make" LIBPERL_A=libperl.a Running pm_to_blib for cpan/Math-Complex directly ./miniperl -Ilib make_ext.pl cpan/Memoize/pm_to_blib MAKE="/home/autobuild/make/make" LIBPERL_A=libperl.a Running pm_to_blib for cpan/Memoize directly ./miniperl -Ilib make_ext.pl dist/Module-CoreList/pm_to_blib MAKE="/home/autobuild/make/make" LIBPERL_A=libperl.a Generating a Unix-style Makefile Writing Makefile for Module::CoreList make[2]: Entering directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/dist/Module-CoreList' cp corelist blib/script/corelist /tmp/instance-5/output-1/build/host-perl-5.36.0/dist/Module-CoreList/../../miniperl "-I../../lib" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/corelist make[2]: Leaving directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/dist/Module-CoreList' ./miniperl -Ilib make_ext.pl cpan/Module-Load/pm_to_blib MAKE="/home/autobuild/make/make" LIBPERL_A=libperl.a Running pm_to_blib for cpan/Module-Load directly ./miniperl -Ilib make_ext.pl cpan/Module-Load-Conditional/pm_to_blib MAKE="/home/autobuild/make/make" LIBPERL_A=libperl.a Running pm_to_blib for cpan/Module-Load-Conditional directly ./miniperl -Ilib make_ext.pl cpan/Module-Loaded/pm_to_blib MAKE="/home/autobuild/make/make" LIBPERL_A=libperl.a Running pm_to_blib for cpan/Module-Loaded directly ./miniperl -Ilib make_ext.pl cpan/Module-Metadata/pm_to_blib MAKE="/home/autobuild/make/make" LIBPERL_A=libperl.a Generating a Unix-style Makefile Writing Makefile for Module::Metadata make[2]: Entering directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/cpan/Module-Metadata' make[2]: Leaving directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/cpan/Module-Metadata' ./miniperl -Ilib make_ext.pl cpan/NEXT/pm_to_blib MAKE="/home/autobuild/make/make" LIBPERL_A=libperl.a Running pm_to_blib for cpan/NEXT directly ./miniperl -Ilib make_ext.pl dist/Net-Ping/pm_to_blib MAKE="/home/autobuild/make/make" LIBPERL_A=libperl.a Running pm_to_blib for dist/Net-Ping directly ./miniperl -Ilib make_ext.pl cpan/Params-Check/pm_to_blib MAKE="/home/autobuild/make/make" LIBPERL_A=libperl.a Running pm_to_blib for cpan/Params-Check directly ./miniperl -Ilib make_ext.pl cpan/Perl-OSType/pm_to_blib MAKE="/home/autobuild/make/make" LIBPERL_A=libperl.a Running pm_to_blib for cpan/Perl-OSType directly ./miniperl -Ilib make_ext.pl cpan/PerlIO-via-QuotedPrint/pm_to_blib MAKE="/home/autobuild/make/make" LIBPERL_A=libperl.a Running pm_to_blib for cpan/PerlIO-via-QuotedPrint directly ./miniperl -Ilib make_ext.pl cpan/Pod-Checker/pm_to_blib MAKE="/home/autobuild/make/make" LIBPERL_A=libperl.a Generating a Unix-style Makefile Writing Makefile for Pod::Checker make[2]: Entering directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/cpan/Pod-Checker' "../../miniperl" "-I../../lib" "-I../../lib" podchecker.PL podchecker Extracting podchecker (with variable substitutions) cp podchecker blib/script/podchecker /tmp/instance-5/output-1/build/host-perl-5.36.0/cpan/Pod-Checker/../../miniperl "-I../../lib" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/podchecker make[2]: Leaving directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/cpan/Pod-Checker' ./miniperl -Ilib make_ext.pl cpan/Pod-Escapes/pm_to_blib MAKE="/home/autobuild/make/make" LIBPERL_A=libperl.a Running pm_to_blib for cpan/Pod-Escapes directly ./miniperl -Ilib make_ext.pl dist/if/pm_to_blib MAKE="/home/autobuild/make/make" LIBPERL_A=libperl.a Generating a Unix-style Makefile Writing Makefile for if make[2]: Entering directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/dist/if' make[2]: Leaving directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/dist/if' ./miniperl -Ilib make_ext.pl cpan/Pod-Simple/pm_to_blib MAKE="/home/autobuild/make/make" LIBPERL_A=libperl.a Running pm_to_blib for cpan/Pod-Simple directly ./miniperl -Ilib make_ext.pl ext/Pod-Functions/pm_to_blib MAKE="/home/autobuild/make/make" LIBPERL_A=libperl.a Generating a Unix-style Makefile Writing Makefile for Pod::Functions make[2]: Entering directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/ext/Pod-Functions' "../../miniperl" "-I../../lib" Functions_pm.PL ../../pod/perlfunc.pod make[2]: Leaving directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/ext/Pod-Functions' ./miniperl -Ilib make_ext.pl ext/Pod-Html/pm_to_blib MAKE="/home/autobuild/make/make" LIBPERL_A=libperl.a Generating a Unix-style Makefile Writing Makefile for Pod::Html make[2]: Entering directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/ext/Pod-Html' make[2]: Leaving directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/ext/Pod-Html' ./miniperl -Ilib make_ext.pl cpan/Pod-Perldoc/pm_to_blib MAKE="/home/autobuild/make/make" LIBPERL_A=libperl.a Generating a Unix-style Makefile Writing Makefile for Pod::Perldoc make[2]: Entering directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/cpan/Pod-Perldoc' make[2]: Leaving directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/cpan/Pod-Perldoc' ./miniperl -Ilib make_ext.pl cpan/Pod-Usage/pm_to_blib MAKE="/home/autobuild/make/make" LIBPERL_A=libperl.a Generating a Unix-style Makefile Writing Makefile for Pod::Usage make[2]: Entering directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/cpan/Pod-Usage' "../../miniperl" "-I../../lib" "-I../../lib" pod2usage.PL pod2usage Extracting pod2usage (with variable substitutions) cp pod2usage blib/script/pod2usage /tmp/instance-5/output-1/build/host-perl-5.36.0/cpan/Pod-Usage/../../miniperl "-I../../lib" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/pod2usage make[2]: Leaving directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/cpan/Pod-Usage' ./miniperl -Ilib make_ext.pl dist/Safe/pm_to_blib MAKE="/home/autobuild/make/make" LIBPERL_A=libperl.a Running pm_to_blib for dist/Safe directly ./miniperl -Ilib make_ext.pl dist/Search-Dict/pm_to_blib MAKE="/home/autobuild/make/make" LIBPERL_A=libperl.a Running pm_to_blib for dist/Search-Dict directly ./miniperl -Ilib make_ext.pl dist/SelfLoader/pm_to_blib MAKE="/home/autobuild/make/make" LIBPERL_A=libperl.a Running pm_to_blib for dist/SelfLoader directly ./miniperl -Ilib make_ext.pl cpan/Term-ANSIColor/pm_to_blib MAKE="/home/autobuild/make/make" LIBPERL_A=libperl.a Running pm_to_blib for cpan/Term-ANSIColor directly ./miniperl -Ilib make_ext.pl cpan/Term-Cap/pm_to_blib MAKE="/home/autobuild/make/make" LIBPERL_A=libperl.a Generating a Unix-style Makefile Writing Makefile for Term::Cap make[2]: Entering directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/cpan/Term-Cap' make[2]: Leaving directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/cpan/Term-Cap' ./miniperl -Ilib make_ext.pl dist/Term-Complete/pm_to_blib MAKE="/home/autobuild/make/make" LIBPERL_A=libperl.a Running pm_to_blib for dist/Term-Complete directly ./miniperl -Ilib make_ext.pl dist/Term-ReadLine/pm_to_blib MAKE="/home/autobuild/make/make" LIBPERL_A=libperl.a Running pm_to_blib for dist/Term-ReadLine directly ./miniperl -Ilib make_ext.pl dist/Test/pm_to_blib MAKE="/home/autobuild/make/make" LIBPERL_A=libperl.a Running pm_to_blib for dist/Test directly ./miniperl -Ilib make_ext.pl cpan/Test-Harness/pm_to_blib MAKE="/home/autobuild/make/make" LIBPERL_A=libperl.a Generating a Unix-style Makefile Writing Makefile for Test::Harness make[2]: Entering directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/cpan/Test-Harness' make[2]: Leaving directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/cpan/Test-Harness' ./miniperl -Ilib make_ext.pl cpan/Test-Simple/pm_to_blib MAKE="/home/autobuild/make/make" LIBPERL_A=libperl.a Running pm_to_blib for cpan/Test-Simple directly ./miniperl -Ilib make_ext.pl dist/Text-Abbrev/pm_to_blib MAKE="/home/autobuild/make/make" LIBPERL_A=libperl.a Running pm_to_blib for dist/Text-Abbrev directly ./miniperl -Ilib make_ext.pl cpan/Text-Balanced/pm_to_blib MAKE="/home/autobuild/make/make" LIBPERL_A=libperl.a Running pm_to_blib for cpan/Text-Balanced directly ./miniperl -Ilib make_ext.pl cpan/Text-ParseWords/pm_to_blib MAKE="/home/autobuild/make/make" LIBPERL_A=libperl.a Running pm_to_blib for cpan/Text-ParseWords directly ./miniperl -Ilib make_ext.pl cpan/Text-Tabs/pm_to_blib MAKE="/home/autobuild/make/make" LIBPERL_A=libperl.a Running pm_to_blib for cpan/Text-Tabs directly ./miniperl -Ilib make_ext.pl dist/Thread-Queue/pm_to_blib MAKE="/home/autobuild/make/make" LIBPERL_A=libperl.a Running pm_to_blib for dist/Thread-Queue directly ./miniperl -Ilib make_ext.pl dist/Thread-Semaphore/pm_to_blib MAKE="/home/autobuild/make/make" LIBPERL_A=libperl.a Running pm_to_blib for dist/Thread-Semaphore directly ./miniperl -Ilib make_ext.pl dist/Tie-File/pm_to_blib MAKE="/home/autobuild/make/make" LIBPERL_A=libperl.a Running pm_to_blib for dist/Tie-File directly ./miniperl -Ilib make_ext.pl ext/Tie-Hash-NamedCapture/pm_to_blib MAKE="/home/autobuild/make/make" LIBPERL_A=libperl.a Running pm_to_blib for ext/Tie-Hash-NamedCapture directly ./miniperl -Ilib make_ext.pl ext/Tie-Memoize/pm_to_blib MAKE="/home/autobuild/make/make" LIBPERL_A=libperl.a Running pm_to_blib for ext/Tie-Memoize directly ./miniperl -Ilib make_ext.pl cpan/Tie-RefHash/pm_to_blib MAKE="/home/autobuild/make/make" LIBPERL_A=libperl.a Running pm_to_blib for cpan/Tie-RefHash directly ./miniperl -Ilib make_ext.pl cpan/Time-Local/pm_to_blib MAKE="/home/autobuild/make/make" LIBPERL_A=libperl.a Running pm_to_blib for cpan/Time-Local directly ./miniperl -Ilib make_ext.pl dist/XSLoader/pm_to_blib MAKE="/home/autobuild/make/make" LIBPERL_A=libperl.a Generating a Unix-style Makefile Writing Makefile for XSLoader make[2]: Entering directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/dist/XSLoader' "../../miniperl" "-I../../lib" XSLoader_pm.PL XSLoader.pm make[2]: Leaving directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/dist/XSLoader' ./miniperl -Ilib make_ext.pl cpan/autodie/pm_to_blib MAKE="/home/autobuild/make/make" LIBPERL_A=libperl.a Running pm_to_blib for cpan/autodie directly ./miniperl -Ilib make_ext.pl dist/autouse/pm_to_blib MAKE="/home/autobuild/make/make" LIBPERL_A=libperl.a Running pm_to_blib for dist/autouse directly ./miniperl -Ilib make_ext.pl dist/base/pm_to_blib MAKE="/home/autobuild/make/make" LIBPERL_A=libperl.a Generating a Unix-style Makefile Writing Makefile for base make[2]: Entering directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/dist/base' make[2]: Leaving directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/dist/base' ./miniperl -Ilib make_ext.pl cpan/bignum/pm_to_blib MAKE="/home/autobuild/make/make" LIBPERL_A=libperl.a Generating a Unix-style Makefile Writing Makefile for bignum make[2]: Entering directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/cpan/bignum' make[2]: Leaving directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/cpan/bignum' ./miniperl -Ilib make_ext.pl dist/constant/pm_to_blib MAKE="/home/autobuild/make/make" LIBPERL_A=libperl.a Running pm_to_blib for dist/constant directly ./miniperl -Ilib make_ext.pl dist/encoding-warnings/pm_to_blib MAKE="/home/autobuild/make/make" LIBPERL_A=libperl.a Running pm_to_blib for dist/encoding-warnings directly ./miniperl -Ilib make_ext.pl cpan/experimental/pm_to_blib MAKE="/home/autobuild/make/make" LIBPERL_A=libperl.a Running pm_to_blib for cpan/experimental directly ./miniperl -Ilib make_ext.pl cpan/libnet/pm_to_blib MAKE="/home/autobuild/make/make" LIBPERL_A=libperl.a Generating a Unix-style Makefile Writing Makefile for Net make[2]: Entering directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/cpan/libnet' make[2]: Leaving directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/cpan/libnet' ./miniperl -Ilib make_ext.pl cpan/parent/pm_to_blib MAKE="/home/autobuild/make/make" LIBPERL_A=libperl.a Running pm_to_blib for cpan/parent directly ./miniperl -Ilib make_ext.pl cpan/perlfaq/pm_to_blib MAKE="/home/autobuild/make/make" LIBPERL_A=libperl.a Running pm_to_blib for cpan/perlfaq directly ./miniperl -Ilib make_ext.pl cpan/podlators/pm_to_blib MAKE="/home/autobuild/make/make" LIBPERL_A=libperl.a Generating a Unix-style Makefile Writing Makefile for Pod make[2]: Entering directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/cpan/podlators' "../../miniperl" "-I../../lib" "-I../../lib" scripts/pod2man.PL scripts/pod2man Extracting pod2man (with variable substitutions) "../../miniperl" "-I../../lib" "-I../../lib" scripts/pod2text.PL scripts/pod2text Extracting pod2text (with variable substitutions) cp scripts/pod2man blib/script/pod2man /tmp/instance-5/output-1/build/host-perl-5.36.0/cpan/podlators/../../miniperl "-I../../lib" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/pod2man cp scripts/pod2text blib/script/pod2text /tmp/instance-5/output-1/build/host-perl-5.36.0/cpan/podlators/../../miniperl "-I../../lib" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/pod2text Manifying 2 pod documents make[2]: Leaving directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/cpan/podlators' ./miniperl -Ilib make_ext.pl cpan/version/pm_to_blib MAKE="/home/autobuild/make/make" LIBPERL_A=libperl.a Running pm_to_blib for cpan/version directly ./miniperl -Ilib lib/unicore/mktables -C lib/unicore -P pod -maketest -makelist -p Processing PropertyAliases.txt Finishing property setup Processing PropValueAliases.txt Processing extracted/DGeneralCategory.txt Processing extracted/DCombiningClass.txt Processing extracted/DNumType.txt Processing extracted/DEastAsianWidth.txt Processing extracted/DLineBreak.txt Processing extracted/DBidiClass.txt Processing extracted/DDecompositionType.txt Processing extracted/DBinaryProperties.txt Processing extracted/DNumValues.txt Processing extracted/DJoinGroup.txt Processing extracted/DJoinType.txt Processing Jamo.txt Processing UnicodeData.txt Processing ArabicShaping.txt Processing Blocks.txt Processing PropList.txt Processing SpecialCasing.txt Processing LineBreak.txt Processing EastAsianWidth.txt Processing CompositionExclusions.txt Processing BidiMirroring.txt Processing CaseFolding.txt Processing DCoreProperties.txt Processing Scripts.txt Processing DNormalizationProps.txt Processing DAge.txt Processing HangulSyllableType.txt Processing auxiliary/WordBreakProperty.txt Processing auxiliary/GraphemeBreakProperty.txt Processing auxiliary/GCBTest.txt Processing auxiliary/SBTest.txt Processing auxiliary/WBTest.txt Processing auxiliary/SentenceBreakProperty.txt Processing NamedSequences.txt Processing NameAliases.txt Processing auxiliary/LBTest.txt Processing ScriptExtensions.txt Processing IndicSyllabicCategory.txt Processing BidiBrackets.txt Processing IndicPositionalCategory.txt Processing VerticalOrientation.txt Processing EquivalentUnifiedIdeograph.txt Processing emoji/emoji.txt Processing IdStatus.txt Processing IdType.txt Finishing processing Unicode properties Compiling Perl properties Creating Perl synonyms Writing tables Making pod file Making test script Updating 'mktables.lst' ./miniperl -Ilib -MExtUtils::Miniperl -e 'writemain(\"perlmain.c", @ARGV)' DynaLoader /tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc -c -DPERL_CORE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -std=c99 -O2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings perlmain.c /tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc -c -DPERL_CORE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -std=c99 -O2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings op.c /tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc -c -DPERL_CORE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -std=c99 -O2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings perl.c /tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc -c -DPERL_CORE -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -std=c99 -O2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings universal.c ./miniperl -Ilib make_ext.pl DynaLoader.o MAKE="/home/autobuild/make/make" LIBPERL_A=libperl.a LINKTYPE=static CCCDLFLAGS= Generating a Unix-style Makefile Writing Makefile for DynaLoader make[2]: Entering directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/ext/DynaLoader' "../../miniperl" "-I../../lib" DynaLoader_pm.PL DynaLoader.pm rm -f DynaLoader.xs cp dl_dlopen.xs DynaLoader.xs "../../miniperl" "-I../../lib" "../../lib/ExtUtils/xsubpp" -noprototypes -typemap '/tmp/instance-5/output-1/build/host-perl-5.36.0/ext/DynaLoader/../../lib/ExtUtils/typemap' DynaLoader.xs > DynaLoader.xsc mv DynaLoader.xsc DynaLoader.c /usr/bin/gcc -c -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"1.52\" -DXS_VERSION=\"1.52\" "-I../.." -DLIBC="libc-2.31.so" DynaLoader.c rm -rf ../../DynaLoader.o cp DynaLoader.o ../../DynaLoader.o make[2]: Leaving directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/ext/DynaLoader' rm -f libperl.a /usr/bin/ar rc libperl.a op.o perl.o universal.o gv.o toke.o perly.o pad.o regcomp.o dump.o util.o mg.o reentr.o mro_core.o keywords.o builtin.o hv.o av.o run.o pp_hot.o sv.o pp.o scope.o pp_ctl.o pp_sys.o doop.o doio.o regexec.o utf8.o taint.o deb.o globals.o perlio.o numeric.o mathoms.o locale.o pp_pack.o pp_sort.o caretx.o dquote.o time64.o DynaLoader.o /tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc -o perl -fstack-protector-strong -L/usr/local/lib -Wl,-E perlmain.o libperl.a `cat ext.libs` -lpthread -lnsl -ldl -lm -lcrypt -lutil -lc ./miniperl -Ilib mkppport running "/tmp/instance-5/output-1/build/host-perl-5.36.0/miniperl" -I../../lib PPPort_pm.PL including ppphdoc including inctools including ppphbin including version including threads including limits including variables including subparse including newCONSTSUB including magic_defs including misc including sv_xpvf including SvPV including warn including format including uv including memory including mess including mPUSH including call including newRV including MY_CXT including SvREFCNT including newSV_type including newSVpv including Sv_set including shared_pv including HvNAME including gv including pvs including magic including cop including grok including snprintf including sprintf including exception including strlfuncs including utf8 including pv_tools including locale running "/tmp/instance-5/output-1/build/host-perl-5.36.0/miniperl" -I../../lib ppport_h.PL installing ppport.h for cpan/DB_File installing ppport.h for cpan/IPC-SysV installing ppport.h for cpan/Win32API-File installing ppport.h for dist/Data-Dumper ppport.h in dist/Devel-PPPort is up-to-date installing ppport.h for dist/ExtUtils-ParseXS installing ppport.h for dist/IO installing ppport.h for dist/PathTools installing ppport.h for dist/Storable installing ppport.h for dist/threads installing ppport.h for dist/threads-shared installing ppport.h for dist/Time-HiRes installing ppport.h for dist/Unicode-Normalize removing temporary file PPPort.pm removing temporary file ppport.h ./miniperl -Ilib make_ext.pl lib/auto/B/B.so MAKE="/home/autobuild/make/make" LIBPERL_A=libperl.a LINKTYPE=dynamic Generating a Unix-style Makefile Writing Makefile for B make[2]: Entering directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/ext/B' Running Mkbootstrap for B () chmod 644 "B.bs" /tmp/instance-5/output-1/build/host-perl-5.36.0/ext/B/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- B.bs ../../lib/auto/B/B.bs 644 "../../miniperl" "-I../../lib" "../../lib/ExtUtils/xsubpp" -typemap '/tmp/instance-5/output-1/build/host-perl-5.36.0/ext/B/../../lib/ExtUtils/typemap' -typemap '/tmp/instance-5/output-1/build/host-perl-5.36.0/ext/B/typemap' B.xs > B.xsc mv B.xsc B.c /usr/bin/gcc -c -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"1.83\" -DXS_VERSION=\"1.83\" -fPIC "-I../.." B.c rm -f ../../lib/auto/B/B.so /tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc -shared -O2 -L/usr/local/lib -fstack-protector-strong B.o -o ../../lib/auto/B/B.so \ \ chmod 755 ../../lib/auto/B/B.so make[2]: Leaving directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/ext/B' ./miniperl -Ilib make_ext.pl lib/auto/Compress/Raw/Bzip2/Bzip2.so MAKE="/home/autobuild/make/make" LIBPERL_A=libperl.a LINKTYPE=dynamic Generating a Unix-style Makefile Writing Makefile for Compress::Raw::Bzip2 make[2]: Entering directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/cpan/Compress-Raw-Bzip2' Running Mkbootstrap for Bzip2 () chmod 644 "Bzip2.bs" /tmp/instance-5/output-1/build/host-perl-5.36.0/cpan/Compress-Raw-Bzip2/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- Bzip2.bs ../../lib/auto/Compress/Raw/Bzip2/Bzip2.bs 644 "../../miniperl" "-I../../lib" "../../lib/ExtUtils/xsubpp" -typemap '/tmp/instance-5/output-1/build/host-perl-5.36.0/cpan/Compress-Raw-Bzip2/../../lib/ExtUtils/typemap' -typemap '/tmp/instance-5/output-1/build/host-perl-5.36.0/cpan/Compress-Raw-Bzip2/typemap' Bzip2.xs > Bzip2.xsc mv Bzip2.xsc Bzip2.c /usr/bin/gcc -c -I. -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"2.103\" -DXS_VERSION=\"2.103\" -fPIC "-I../.." -Wall -Wno-comment -DBZ_NO_STDIO Bzip2.c /usr/bin/gcc -c -I. -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"2.103\" -DXS_VERSION=\"2.103\" -fPIC "-I../.." -Wall -Wno-comment -DBZ_NO_STDIO blocksort.c /usr/bin/gcc -c -I. -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"2.103\" -DXS_VERSION=\"2.103\" -fPIC "-I../.." -Wall -Wno-comment -DBZ_NO_STDIO bzlib.c /usr/bin/gcc -c -I. -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"2.103\" -DXS_VERSION=\"2.103\" -fPIC "-I../.." -Wall -Wno-comment -DBZ_NO_STDIO compress.c /usr/bin/gcc -c -I. -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"2.103\" -DXS_VERSION=\"2.103\" -fPIC "-I../.." -Wall -Wno-comment -DBZ_NO_STDIO crctable.c /usr/bin/gcc -c -I. -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"2.103\" -DXS_VERSION=\"2.103\" -fPIC "-I../.." -Wall -Wno-comment -DBZ_NO_STDIO decompress.c /usr/bin/gcc -c -I. -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"2.103\" -DXS_VERSION=\"2.103\" -fPIC "-I../.." -Wall -Wno-comment -DBZ_NO_STDIO huffman.c /usr/bin/gcc -c -I. -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"2.103\" -DXS_VERSION=\"2.103\" -fPIC "-I../.." -Wall -Wno-comment -DBZ_NO_STDIO randtable.c rm -f ../../lib/auto/Compress/Raw/Bzip2/Bzip2.so /tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc -shared -O2 -L/usr/local/lib -fstack-protector-strong Bzip2.o blocksort.o bzlib.o compress.o crctable.o decompress.o huffman.o randtable.o -o ../../lib/auto/Compress/Raw/Bzip2/Bzip2.so \ \ chmod 755 ../../lib/auto/Compress/Raw/Bzip2/Bzip2.so make[2]: Leaving directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/cpan/Compress-Raw-Bzip2' ./miniperl -Ilib make_ext.pl lib/auto/Compress/Raw/Zlib/Zlib.so MAKE="/home/autobuild/make/make" LIBPERL_A=libperl.a LINKTYPE=dynamic Parsing config.in... Building Zlib enabled Auto Detect Gzip OS Code.. Setting Gzip OS Code to 3 [Unix/Default] Looks Good. Generating a Unix-style Makefile Writing Makefile for Compress::Raw::Zlib make[2]: Entering directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/cpan/Compress-Raw-Zlib' Running Mkbootstrap for Zlib () chmod 644 "Zlib.bs" /tmp/instance-5/output-1/build/host-perl-5.36.0/cpan/Compress-Raw-Zlib/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- Zlib.bs ../../lib/auto/Compress/Raw/Zlib/Zlib.bs 644 "../../miniperl" "-I../../lib" "../../lib/ExtUtils/xsubpp" -typemap '/tmp/instance-5/output-1/build/host-perl-5.36.0/cpan/Compress-Raw-Zlib/../../lib/ExtUtils/typemap' -typemap '/tmp/instance-5/output-1/build/host-perl-5.36.0/cpan/Compress-Raw-Zlib/typemap' Zlib.xs > Zlib.xsc mv Zlib.xsc Zlib.c /usr/bin/gcc -c -I./zlib-src -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"2.105\" -DXS_VERSION=\"2.105\" -fPIC "-I../.." -DNO_VIZ -DZ_SOLO -DZ_PREFIX -DGZIP_OS_CODE=3 -DPerl_crz_BUILD_ZLIB=1 Zlib.c /usr/bin/gcc -c -I./zlib-src -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"2.105\" -DXS_VERSION=\"2.105\" -fPIC "-I../.." -DNO_VIZ -DZ_SOLO -DZ_PREFIX -DGZIP_OS_CODE=3 -DPerl_crz_BUILD_ZLIB=1 adler32.c /usr/bin/gcc -c -I./zlib-src -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"2.105\" -DXS_VERSION=\"2.105\" -fPIC "-I../.." -DNO_VIZ -DZ_SOLO -DZ_PREFIX -DGZIP_OS_CODE=3 -DPerl_crz_BUILD_ZLIB=1 compress.c /usr/bin/gcc -c -I./zlib-src -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"2.105\" -DXS_VERSION=\"2.105\" -fPIC "-I../.." -DNO_VIZ -DZ_SOLO -DZ_PREFIX -DGZIP_OS_CODE=3 -DPerl_crz_BUILD_ZLIB=1 crc32.c /usr/bin/gcc -c -I./zlib-src -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"2.105\" -DXS_VERSION=\"2.105\" -fPIC "-I../.." -DNO_VIZ -DZ_SOLO -DZ_PREFIX -DGZIP_OS_CODE=3 -DPerl_crz_BUILD_ZLIB=1 deflate.c /usr/bin/gcc -c -I./zlib-src -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"2.105\" -DXS_VERSION=\"2.105\" -fPIC "-I../.." -DNO_VIZ -DZ_SOLO -DZ_PREFIX -DGZIP_OS_CODE=3 -DPerl_crz_BUILD_ZLIB=1 infback.c /usr/bin/gcc -c -I./zlib-src -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"2.105\" -DXS_VERSION=\"2.105\" -fPIC "-I../.." -DNO_VIZ -DZ_SOLO -DZ_PREFIX -DGZIP_OS_CODE=3 -DPerl_crz_BUILD_ZLIB=1 inffast.c /usr/bin/gcc -c -I./zlib-src -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"2.105\" -DXS_VERSION=\"2.105\" -fPIC "-I../.." -DNO_VIZ -DZ_SOLO -DZ_PREFIX -DGZIP_OS_CODE=3 -DPerl_crz_BUILD_ZLIB=1 inflate.c /usr/bin/gcc -c -I./zlib-src -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"2.105\" -DXS_VERSION=\"2.105\" -fPIC "-I../.." -DNO_VIZ -DZ_SOLO -DZ_PREFIX -DGZIP_OS_CODE=3 -DPerl_crz_BUILD_ZLIB=1 inftrees.c /usr/bin/gcc -c -I./zlib-src -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"2.105\" -DXS_VERSION=\"2.105\" -fPIC "-I../.." -DNO_VIZ -DZ_SOLO -DZ_PREFIX -DGZIP_OS_CODE=3 -DPerl_crz_BUILD_ZLIB=1 trees.c /usr/bin/gcc -c -I./zlib-src -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"2.105\" -DXS_VERSION=\"2.105\" -fPIC "-I../.." -DNO_VIZ -DZ_SOLO -DZ_PREFIX -DGZIP_OS_CODE=3 -DPerl_crz_BUILD_ZLIB=1 uncompr.c /usr/bin/gcc -c -I./zlib-src -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"2.105\" -DXS_VERSION=\"2.105\" -fPIC "-I../.." -DNO_VIZ -DZ_SOLO -DZ_PREFIX -DGZIP_OS_CODE=3 -DPerl_crz_BUILD_ZLIB=1 zutil.c rm -f ../../lib/auto/Compress/Raw/Zlib/Zlib.so /tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc -shared -O2 -L/usr/local/lib -fstack-protector-strong Zlib.o adler32.o compress.o crc32.o deflate.o infback.o inffast.o inflate.o inftrees.o trees.o uncompr.o zutil.o -o ../../lib/auto/Compress/Raw/Zlib/Zlib.so \ \ chmod 755 ../../lib/auto/Compress/Raw/Zlib/Zlib.so make[2]: Leaving directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/cpan/Compress-Raw-Zlib' ./miniperl -Ilib make_ext.pl lib/auto/Cwd/Cwd.so MAKE="/home/autobuild/make/make" LIBPERL_A=libperl.a LINKTYPE=dynamic Generating a Unix-style Makefile Writing Makefile for Cwd make[2]: Entering directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/dist/PathTools' Running Mkbootstrap for Cwd () chmod 644 "Cwd.bs" /tmp/instance-5/output-1/build/host-perl-5.36.0/dist/PathTools/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- Cwd.bs ../../lib/auto/Cwd/Cwd.bs 644 "../../miniperl" "-I../../lib" "../../lib/ExtUtils/xsubpp" -typemap '/tmp/instance-5/output-1/build/host-perl-5.36.0/dist/PathTools/../../lib/ExtUtils/typemap' Cwd.xs > Cwd.xsc mv Cwd.xsc Cwd.c /usr/bin/gcc -c -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"3.84\" -DXS_VERSION=\"3.84\" -fPIC "-I../.." -DDOUBLE_SLASHES_SPECIAL=0 -DNO_PPPORT_H Cwd.c rm -f ../../lib/auto/Cwd/Cwd.so /tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc -shared -O2 -L/usr/local/lib -fstack-protector-strong Cwd.o -o ../../lib/auto/Cwd/Cwd.so \ \ chmod 755 ../../lib/auto/Cwd/Cwd.so make[2]: Leaving directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/dist/PathTools' ./miniperl -Ilib make_ext.pl lib/auto/Data/Dumper/Dumper.so MAKE="/home/autobuild/make/make" LIBPERL_A=libperl.a LINKTYPE=dynamic Generating a Unix-style Makefile Writing Makefile for Data::Dumper make[2]: Entering directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/dist/Data-Dumper' Running Mkbootstrap for Dumper () chmod 644 "Dumper.bs" /tmp/instance-5/output-1/build/host-perl-5.36.0/dist/Data-Dumper/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- Dumper.bs ../../lib/auto/Data/Dumper/Dumper.bs 644 "../../miniperl" "-I../../lib" "../../lib/ExtUtils/xsubpp" -typemap '/tmp/instance-5/output-1/build/host-perl-5.36.0/dist/Data-Dumper/../../lib/ExtUtils/typemap' Dumper.xs > Dumper.xsc mv Dumper.xsc Dumper.c /usr/bin/gcc -c -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"2.184\" -DXS_VERSION=\"2.184\" -fPIC "-I../.." Dumper.c rm -f ../../lib/auto/Data/Dumper/Dumper.so /tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc -shared -O2 -L/usr/local/lib -fstack-protector-strong Dumper.o -o ../../lib/auto/Data/Dumper/Dumper.so \ \ chmod 755 ../../lib/auto/Data/Dumper/Dumper.so make[2]: Leaving directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/dist/Data-Dumper' ./miniperl -Ilib make_ext.pl lib/auto/Devel/PPPort/PPPort.so MAKE="/home/autobuild/make/make" LIBPERL_A=libperl.a LINKTYPE=dynamic Setting license tag... Adding META_MERGE... Generating a Unix-style Makefile Writing Makefile for Devel::PPPort make[2]: Entering directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/dist/Devel-PPPort' "../../miniperl" "-I../../lib" PPPort_pm.PL PPPort.pm including ppphdoc including inctools including ppphbin including version including threads including limits including variables including subparse including newCONSTSUB including magic_defs including misc including sv_xpvf including SvPV including warn including format including uv including memory including mess including mPUSH including call including newRV including MY_CXT including SvREFCNT including newSV_type including newSVpv including Sv_set including shared_pv including HvNAME including gv including pvs including magic including cop including grok including snprintf including sprintf including exception including strlfuncs including utf8 including pv_tools including locale Running Mkbootstrap for PPPort () chmod 644 "PPPort.bs" /tmp/instance-5/output-1/build/host-perl-5.36.0/dist/Devel-PPPort/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- PPPort.bs ../../lib/auto/Devel/PPPort/PPPort.bs 644 "../../miniperl" "-I../../lib" "-I../../lib" ppport_h.PL ppport.h "../../miniperl" "-I../../lib" "-I../../lib" RealPPPort_xs.PL RealPPPort.xs adding XS code from parts/inc/HvNAME adding XS code from parts/inc/MY_CXT adding XS code from parts/inc/SvPV adding XS code from parts/inc/SvREFCNT adding XS code from parts/inc/Sv_set adding XS code from parts/inc/call adding XS code from parts/inc/cop adding XS code from parts/inc/exception adding XS code from parts/inc/format adding XS code from parts/inc/grok adding XS code from parts/inc/gv adding XS code from parts/inc/limits adding XS code from parts/inc/locale adding XS code from parts/inc/mPUSH adding XS code from parts/inc/magic adding XS code from parts/inc/memory adding XS code from parts/inc/mess adding XS code from parts/inc/misc adding XS code from parts/inc/newCONSTSUB adding XS code from parts/inc/newRV adding XS code from parts/inc/newSV_type adding XS code from parts/inc/newSVpv adding XS code from parts/inc/pv_tools adding XS code from parts/inc/pvs adding XS code from parts/inc/shared_pv adding XS code from parts/inc/snprintf adding XS code from parts/inc/sprintf adding XS code from parts/inc/strlfuncs adding XS code from parts/inc/sv_xpvf adding XS code from parts/inc/threads adding XS code from parts/inc/utf8 adding XS code from parts/inc/uv adding XS code from parts/inc/variables adding XS code from parts/inc/warn "../../miniperl" "-I../../lib" "../../lib/ExtUtils/xsubpp" -noprototypes -typemap '/tmp/instance-5/output-1/build/host-perl-5.36.0/dist/Devel-PPPort/../../lib/ExtUtils/typemap' -typemap '/tmp/instance-5/output-1/build/host-perl-5.36.0/dist/Devel-PPPort/typemap' RealPPPort.xs > RealPPPort.xsc mv RealPPPort.xsc RealPPPort.c /usr/bin/gcc -c -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"3.68\" -DXS_VERSION=\"3.68\" -fPIC "-I../.." -W -Wall RealPPPort.c /usr/bin/gcc -c -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"3.68\" -DXS_VERSION=\"3.68\" -fPIC "-I../.." -W -Wall module2.c /usr/bin/gcc -c -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"3.68\" -DXS_VERSION=\"3.68\" -fPIC "-I../.." -W -Wall module3.c rm -f ../../lib/auto/Devel/PPPort/PPPort.so /tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc -shared -O2 -L/usr/local/lib -fstack-protector-strong RealPPPort.o module2.o module3.o -o ../../lib/auto/Devel/PPPort/PPPort.so \ \ chmod 755 ../../lib/auto/Devel/PPPort/PPPort.so "../../miniperl" "-I../../lib" "-I../../lib" mktests.PL t/01_test.t generating t/01_test.t generating t/HvNAME.t generating t/MY_CXT.t generating t/SvPV.t generating t/SvREFCNT.t generating t/Sv_set.t generating t/call.t generating t/cop.t generating t/exception.t generating t/format.t generating t/grok.t generating t/gv.t generating t/limits.t generating t/locale.t generating t/mPUSH.t generating t/magic.t generating t/memory.t generating t/mess.t generating t/misc.t generating t/newCONSTSUB.t generating t/newRV.t generating t/newSV_type.t generating t/newSVpv.t generating t/podtest.t generating t/ppphtest.t generating t/pv_tools.t generating t/pvs.t generating t/shared_pv.t generating t/snprintf.t generating t/sprintf.t generating t/strlfuncs.t generating t/sv_xpvf.t generating t/threads.t generating t/utf8.t generating t/uv.t generating t/variables.t generating t/warn.t make[2]: Leaving directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/dist/Devel-PPPort' ./miniperl -Ilib make_ext.pl lib/auto/Devel/Peek/Peek.so MAKE="/home/autobuild/make/make" LIBPERL_A=libperl.a LINKTYPE=dynamic Generating a Unix-style Makefile Writing Makefile for Devel::Peek make[2]: Entering directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/ext/Devel-Peek' Running Mkbootstrap for Peek () chmod 644 "Peek.bs" /tmp/instance-5/output-1/build/host-perl-5.36.0/ext/Devel-Peek/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- Peek.bs ../../lib/auto/Devel/Peek/Peek.bs 644 "../../miniperl" "-I../../lib" "../../lib/ExtUtils/xsubpp" -typemap '/tmp/instance-5/output-1/build/host-perl-5.36.0/ext/Devel-Peek/../../lib/ExtUtils/typemap' Peek.xs > Peek.xsc mv Peek.xsc Peek.c /usr/bin/gcc -c -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"1.32\" -DXS_VERSION=\"1.32\" -fPIC "-I../.." Peek.c rm -f ../../lib/auto/Devel/Peek/Peek.so /tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc -shared -O2 -L/usr/local/lib -fstack-protector-strong Peek.o -o ../../lib/auto/Devel/Peek/Peek.so \ \ chmod 755 ../../lib/auto/Devel/Peek/Peek.so make[2]: Leaving directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/ext/Devel-Peek' ./miniperl -Ilib make_ext.pl lib/auto/Digest/MD5/MD5.so MAKE="/home/autobuild/make/make" LIBPERL_A=libperl.a LINKTYPE=dynamic Generating a Unix-style Makefile Writing Makefile for Digest::MD5 make[2]: Entering directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/cpan/Digest-MD5' Running Mkbootstrap for MD5 () chmod 644 "MD5.bs" /tmp/instance-5/output-1/build/host-perl-5.36.0/cpan/Digest-MD5/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- MD5.bs ../../lib/auto/Digest/MD5/MD5.bs 644 "../../miniperl" "-I../../lib" "../../lib/ExtUtils/xsubpp" -typemap '/tmp/instance-5/output-1/build/host-perl-5.36.0/cpan/Digest-MD5/../../lib/ExtUtils/typemap' -typemap '/tmp/instance-5/output-1/build/host-perl-5.36.0/cpan/Digest-MD5/typemap' MD5.xs > MD5.xsc mv MD5.xsc MD5.c /usr/bin/gcc -c -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"2.58\" -DXS_VERSION=\"2.58\" -fPIC "-I../.." MD5.c rm -f ../../lib/auto/Digest/MD5/MD5.so /tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc -shared -O2 -L/usr/local/lib -fstack-protector-strong MD5.o -o ../../lib/auto/Digest/MD5/MD5.so \ \ chmod 755 ../../lib/auto/Digest/MD5/MD5.so make[2]: Leaving directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/cpan/Digest-MD5' ./miniperl -Ilib make_ext.pl lib/auto/Digest/SHA/SHA.so MAKE="/home/autobuild/make/make" LIBPERL_A=libperl.a LINKTYPE=dynamic Generating a Unix-style Makefile Writing Makefile for Digest::SHA make[2]: Entering directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/cpan/Digest-SHA' Running Mkbootstrap for SHA () chmod 644 "SHA.bs" /tmp/instance-5/output-1/build/host-perl-5.36.0/cpan/Digest-SHA/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- SHA.bs ../../lib/auto/Digest/SHA/SHA.bs 644 "../../miniperl" "-I../../lib" "../../lib/ExtUtils/xsubpp" -typemap '/tmp/instance-5/output-1/build/host-perl-5.36.0/cpan/Digest-SHA/../../lib/ExtUtils/typemap' -typemap '/tmp/instance-5/output-1/build/host-perl-5.36.0/cpan/Digest-SHA/typemap' SHA.xs > SHA.xsc mv SHA.xsc SHA.c /usr/bin/gcc -c -I. -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"6.02\" -DXS_VERSION=\"6.02\" -fPIC "-I../.." SHA.c rm -f ../../lib/auto/Digest/SHA/SHA.so /tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc -shared -O2 -L/usr/local/lib -fstack-protector-strong SHA.o -o ../../lib/auto/Digest/SHA/SHA.so \ \ chmod 755 ../../lib/auto/Digest/SHA/SHA.so cp shasum blib/script/shasum /tmp/instance-5/output-1/build/host-perl-5.36.0/cpan/Digest-SHA/../../miniperl "-I../../lib" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/shasum make[2]: Leaving directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/cpan/Digest-SHA' ./miniperl -Ilib make_ext.pl lib/auto/Encode/Encode.so MAKE="/home/autobuild/make/make" LIBPERL_A=libperl.a LINKTYPE=dynamic Generating a Unix-style Makefile Writing Makefile for Encode make[2]: Entering directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/cpan/Encode' make[3]: Entering directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/cpan/Encode/Byte' Running Mkbootstrap for Byte () chmod 644 "Byte.bs" /tmp/instance-5/output-1/build/host-perl-5.36.0/cpan/Encode/Byte/../../../miniperl "-I../../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- Byte.bs ../../../lib/auto/Encode/Byte/Byte.bs 644 "../../../miniperl" "-I../../../lib" ../bin/enc2xs -"Q" -"O" -o byte_t.c -f byte_t.fnm Reading iso-8859-2 (iso-8859-2) Reading iso-8859-3 (iso-8859-3) Reading iso-8859-4 (iso-8859-4) Reading iso-8859-5 (iso-8859-5) Reading iso-8859-6 (iso-8859-6) Reading iso-8859-7 (iso-8859-7) Reading iso-8859-8 (iso-8859-8) Reading iso-8859-9 (iso-8859-9) Reading iso-8859-10 (iso-8859-10) Reading iso-8859-11 (iso-8859-11) Reading iso-8859-13 (iso-8859-13) Reading iso-8859-14 (iso-8859-14) Reading iso-8859-15 (iso-8859-15) Reading iso-8859-16 (iso-8859-16) Reading AdobeStandardEncoding (AdobeStandardEncoding) Reading cp1006 (cp1006) Reading cp1250 (cp1250) Reading cp1251 (cp1251) Reading cp1253 (cp1253) Reading cp1254 (cp1254) Reading cp1255 (cp1255) Reading cp1256 (cp1256) Reading cp1257 (cp1257) Reading cp1258 (cp1258) Reading cp424 (cp424) Reading cp437 (cp437) Reading cp737 (cp737) Reading cp775 (cp775) Reading cp850 (cp850) Reading cp852 (cp852) Reading cp855 (cp855) Reading cp856 (cp856) Reading cp857 (cp857) Reading cp858 (cp858) Reading cp860 (cp860) Reading cp861 (cp861) Reading cp862 (cp862) Reading cp863 (cp863) Reading cp864 (cp864) Reading cp865 (cp865) Reading cp866 (cp866) Reading cp869 (cp869) Reading cp874 (cp874) Reading hp-roman8 (hp-roman8) Reading koi8-f (koi8-f) Reading koi8-r (koi8-r) Reading koi8-u (koi8-u) Reading MacArabic (MacArabic) Reading MacCentralEurRoman (MacCentralEurRoman) Reading MacCroatian (MacCroatian) Reading MacCyrillic (MacCyrillic) Reading MacFarsi (MacFarsi) Reading MacGreek (MacGreek) Reading MacHebrew (MacHebrew) Reading MacIcelandic (MacIcelandic) Reading MacRomanian (MacRomanian) Reading MacRumanian (MacRumanian) Reading MacRoman (MacRoman) Reading MacSami (MacSami) Reading MacThai (MacThai) Reading MacTurkish (MacTurkish) Reading MacUkrainian (MacUkrainian) Reading nextstep (nextstep) Reading viscii (viscii) "../../../miniperl" "-I../../../lib" "../../../lib/ExtUtils/xsubpp" -nolinenumbers -typemap '/tmp/instance-5/output-1/build/host-perl-5.36.0/cpan/Encode/Byte/../../../lib/ExtUtils/typemap' Byte.xs > Byte.xsc mv Byte.xsc Byte.c /usr/bin/gcc -c -I./Encode -I../Encode -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"2.04\" -DXS_VERSION=\"2.04\" -fPIC "-I../../.." Byte.c /usr/bin/gcc -c -I./Encode -I../Encode -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"2.04\" -DXS_VERSION=\"2.04\" -fPIC "-I../../.." byte_t.c rm -f ../../../lib/auto/Encode/Byte/Byte.so /tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc -shared -O2 -L/usr/local/lib -fstack-protector-strong Byte.o byte_t.o -o ../../../lib/auto/Encode/Byte/Byte.so \ \ chmod 755 ../../../lib/auto/Encode/Byte/Byte.so make[3]: Leaving directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/cpan/Encode/Byte' make[3]: Entering directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/cpan/Encode/CN' Running Mkbootstrap for CN () chmod 644 "CN.bs" /tmp/instance-5/output-1/build/host-perl-5.36.0/cpan/Encode/CN/../../../miniperl "-I../../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- CN.bs ../../../lib/auto/Encode/CN/CN.bs 644 "../../../miniperl" "-I../../../lib" ../bin/enc2xs -"Q" -o cp_00_t.c -f cp_00_t.fnm Reading cp936 (cp936) "../../../miniperl" "-I../../../lib" ../bin/enc2xs -"Q" -o eu_01_t.c -f eu_01_t.fnm Reading euc-cn (euc-cn) "../../../miniperl" "-I../../../lib" ../bin/enc2xs -"Q" -o gb_02_t.c -f gb_02_t.fnm Reading gb12345-raw (gb12345-raw) "../../../miniperl" "-I../../../lib" ../bin/enc2xs -"Q" -o gb_03_t.c -f gb_03_t.fnm Reading gb2312-raw (gb2312-raw) "../../../miniperl" "-I../../../lib" ../bin/enc2xs -"Q" -o ir_04_t.c -f ir_04_t.fnm Reading iso-ir-165 (iso-ir-165) "../../../miniperl" "-I../../../lib" ../bin/enc2xs -"Q" -o ma_05_t.c -f ma_05_t.fnm Reading MacChineseSimp (MacChineseSimp) "../../../miniperl" "-I../../../lib" "../../../lib/ExtUtils/xsubpp" -noprototypes -nolinenumbers -typemap '/tmp/instance-5/output-1/build/host-perl-5.36.0/cpan/Encode/CN/../../../lib/ExtUtils/typemap' CN.xs > CN.xsc mv CN.xsc CN.c /usr/bin/gcc -c -I./Encode -I../Encode -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"2.03\" -DXS_VERSION=\"2.03\" -fPIC "-I../../.." CN.c /usr/bin/gcc -c -I./Encode -I../Encode -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"2.03\" -DXS_VERSION=\"2.03\" -fPIC "-I../../.." cp_00_t.c /usr/bin/gcc -c -I./Encode -I../Encode -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"2.03\" -DXS_VERSION=\"2.03\" -fPIC "-I../../.." eu_01_t.c /usr/bin/gcc -c -I./Encode -I../Encode -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"2.03\" -DXS_VERSION=\"2.03\" -fPIC "-I../../.." gb_02_t.c /usr/bin/gcc -c -I./Encode -I../Encode -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"2.03\" -DXS_VERSION=\"2.03\" -fPIC "-I../../.." gb_03_t.c /usr/bin/gcc -c -I./Encode -I../Encode -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"2.03\" -DXS_VERSION=\"2.03\" -fPIC "-I../../.." ir_04_t.c /usr/bin/gcc -c -I./Encode -I../Encode -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"2.03\" -DXS_VERSION=\"2.03\" -fPIC "-I../../.." ma_05_t.c rm -f ../../../lib/auto/Encode/CN/CN.so /tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc -shared -O2 -L/usr/local/lib -fstack-protector-strong CN.o cp_00_t.o eu_01_t.o gb_02_t.o gb_03_t.o ir_04_t.o ma_05_t.o -o ../../../lib/auto/Encode/CN/CN.so \ \ chmod 755 ../../../lib/auto/Encode/CN/CN.so make[3]: Leaving directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/cpan/Encode/CN' make[3]: Entering directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/cpan/Encode/EBCDIC' Running Mkbootstrap for EBCDIC () chmod 644 "EBCDIC.bs" /tmp/instance-5/output-1/build/host-perl-5.36.0/cpan/Encode/EBCDIC/../../../miniperl "-I../../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- EBCDIC.bs ../../../lib/auto/Encode/EBCDIC/EBCDIC.bs 644 "../../../miniperl" "-I../../../lib" ../bin/enc2xs -"Q" -"O" -o ebcdic_t.c -f ebcdic_t.fnm Reading cp37 (cp37) Reading cp1026 (cp1026) Reading cp1047 (cp1047) Reading cp500 (cp500) Reading cp875 (cp875) Reading posix-bc (posix-bc) "../../../miniperl" "-I../../../lib" "../../../lib/ExtUtils/xsubpp" -nolinenumbers -typemap '/tmp/instance-5/output-1/build/host-perl-5.36.0/cpan/Encode/EBCDIC/../../../lib/ExtUtils/typemap' EBCDIC.xs > EBCDIC.xsc mv EBCDIC.xsc EBCDIC.c /usr/bin/gcc -c -I./Encode -I../Encode -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"2.02\" -DXS_VERSION=\"2.02\" -fPIC "-I../../.." EBCDIC.c /usr/bin/gcc -c -I./Encode -I../Encode -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"2.02\" -DXS_VERSION=\"2.02\" -fPIC "-I../../.." ebcdic_t.c rm -f ../../../lib/auto/Encode/EBCDIC/EBCDIC.so /tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc -shared -O2 -L/usr/local/lib -fstack-protector-strong EBCDIC.o ebcdic_t.o -o ../../../lib/auto/Encode/EBCDIC/EBCDIC.so \ \ chmod 755 ../../../lib/auto/Encode/EBCDIC/EBCDIC.so make[3]: Leaving directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/cpan/Encode/EBCDIC' make[3]: Entering directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/cpan/Encode/JP' Running Mkbootstrap for JP () chmod 644 "JP.bs" /tmp/instance-5/output-1/build/host-perl-5.36.0/cpan/Encode/JP/../../../miniperl "-I../../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- JP.bs ../../../lib/auto/Encode/JP/JP.bs 644 "../../../miniperl" "-I../../../lib" ../bin/enc2xs -"Q" -o cp_00_t.c -f cp_00_t.fnm Reading cp932 (cp932) "../../../miniperl" "-I../../../lib" ../bin/enc2xs -"Q" -o eu_01_t.c -f eu_01_t.fnm Reading euc-jp (euc-jp) "../../../miniperl" "-I../../../lib" ../bin/enc2xs -"Q" -o ji_02_t.c -f ji_02_t.fnm Reading jis0201-raw (jis0201-raw) "../../../miniperl" "-I../../../lib" ../bin/enc2xs -"Q" -o ji_03_t.c -f ji_03_t.fnm Reading jis0208-raw (jis0208-raw) "../../../miniperl" "-I../../../lib" ../bin/enc2xs -"Q" -o ji_04_t.c -f ji_04_t.fnm Reading jis0212-raw (jis0212-raw) "../../../miniperl" "-I../../../lib" ../bin/enc2xs -"Q" -o ma_05_t.c -f ma_05_t.fnm Reading MacJapanese (MacJapanese) "../../../miniperl" "-I../../../lib" ../bin/enc2xs -"Q" -o sh_06_t.c -f sh_06_t.fnm Reading shiftjis (shiftjis) "../../../miniperl" "-I../../../lib" "../../../lib/ExtUtils/xsubpp" -nolinenumbers -typemap '/tmp/instance-5/output-1/build/host-perl-5.36.0/cpan/Encode/JP/../../../lib/ExtUtils/typemap' JP.xs > JP.xsc mv JP.xsc JP.c /usr/bin/gcc -c -I./Encode -I../Encode -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"2.05\" -DXS_VERSION=\"2.05\" -fPIC "-I../../.." JP.c /usr/bin/gcc -c -I./Encode -I../Encode -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"2.05\" -DXS_VERSION=\"2.05\" -fPIC "-I../../.." cp_00_t.c /usr/bin/gcc -c -I./Encode -I../Encode -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"2.05\" -DXS_VERSION=\"2.05\" -fPIC "-I../../.." eu_01_t.c /usr/bin/gcc -c -I./Encode -I../Encode -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"2.05\" -DXS_VERSION=\"2.05\" -fPIC "-I../../.." ji_02_t.c /usr/bin/gcc -c -I./Encode -I../Encode -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"2.05\" -DXS_VERSION=\"2.05\" -fPIC "-I../../.." ji_03_t.c /usr/bin/gcc -c -I./Encode -I../Encode -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"2.05\" -DXS_VERSION=\"2.05\" -fPIC "-I../../.." ji_04_t.c /usr/bin/gcc -c -I./Encode -I../Encode -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"2.05\" -DXS_VERSION=\"2.05\" -fPIC "-I../../.." ma_05_t.c /usr/bin/gcc -c -I./Encode -I../Encode -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"2.05\" -DXS_VERSION=\"2.05\" -fPIC "-I../../.." sh_06_t.c rm -f ../../../lib/auto/Encode/JP/JP.so /tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc -shared -O2 -L/usr/local/lib -fstack-protector-strong JP.o cp_00_t.o eu_01_t.o ji_02_t.o ji_03_t.o ji_04_t.o ma_05_t.o sh_06_t.o -o ../../../lib/auto/Encode/JP/JP.so \ \ chmod 755 ../../../lib/auto/Encode/JP/JP.so make[3]: Leaving directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/cpan/Encode/JP' make[3]: Entering directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/cpan/Encode/KR' Running Mkbootstrap for KR () chmod 644 "KR.bs" /tmp/instance-5/output-1/build/host-perl-5.36.0/cpan/Encode/KR/../../../miniperl "-I../../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- KR.bs ../../../lib/auto/Encode/KR/KR.bs 644 "../../../miniperl" "-I../../../lib" ../bin/enc2xs -"Q" -o cp_00_t.c -f cp_00_t.fnm Reading cp949 (cp949) "../../../miniperl" "-I../../../lib" ../bin/enc2xs -"Q" -o eu_01_t.c -f eu_01_t.fnm Reading euc-kr (euc-kr) "../../../miniperl" "-I../../../lib" ../bin/enc2xs -"Q" -o jo_02_t.c -f jo_02_t.fnm Reading johab (johab) "../../../miniperl" "-I../../../lib" ../bin/enc2xs -"Q" -o ks_03_t.c -f ks_03_t.fnm Reading ksc5601-raw (ksc5601-raw) "../../../miniperl" "-I../../../lib" ../bin/enc2xs -"Q" -o ma_04_t.c -f ma_04_t.fnm Reading MacKorean (MacKorean) "../../../miniperl" "-I../../../lib" "../../../lib/ExtUtils/xsubpp" -nolinenumbers -typemap '/tmp/instance-5/output-1/build/host-perl-5.36.0/cpan/Encode/KR/../../../lib/ExtUtils/typemap' KR.xs > KR.xsc mv KR.xsc KR.c /usr/bin/gcc -c -I./Encode -I../Encode -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"2.03\" -DXS_VERSION=\"2.03\" -fPIC "-I../../.." KR.c /usr/bin/gcc -c -I./Encode -I../Encode -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"2.03\" -DXS_VERSION=\"2.03\" -fPIC "-I../../.." cp_00_t.c /usr/bin/gcc -c -I./Encode -I../Encode -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"2.03\" -DXS_VERSION=\"2.03\" -fPIC "-I../../.." eu_01_t.c /usr/bin/gcc -c -I./Encode -I../Encode -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"2.03\" -DXS_VERSION=\"2.03\" -fPIC "-I../../.." jo_02_t.c /usr/bin/gcc -c -I./Encode -I../Encode -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"2.03\" -DXS_VERSION=\"2.03\" -fPIC "-I../../.." ks_03_t.c /usr/bin/gcc -c -I./Encode -I../Encode -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"2.03\" -DXS_VERSION=\"2.03\" -fPIC "-I../../.." ma_04_t.c rm -f ../../../lib/auto/Encode/KR/KR.so /tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc -shared -O2 -L/usr/local/lib -fstack-protector-strong KR.o cp_00_t.o eu_01_t.o jo_02_t.o ks_03_t.o ma_04_t.o -o ../../../lib/auto/Encode/KR/KR.so \ \ chmod 755 ../../../lib/auto/Encode/KR/KR.so make[3]: Leaving directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/cpan/Encode/KR' make[3]: Entering directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/cpan/Encode/Symbol' Running Mkbootstrap for Symbol () chmod 644 "Symbol.bs" /tmp/instance-5/output-1/build/host-perl-5.36.0/cpan/Encode/Symbol/../../../miniperl "-I../../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- Symbol.bs ../../../lib/auto/Encode/Symbol/Symbol.bs 644 "../../../miniperl" "-I../../../lib" ../bin/enc2xs -"Q" -"O" -o symbol_t.c -f symbol_t.fnm Reading AdobeSymbol (AdobeSymbol) Reading AdobeZdingbat (AdobeZdingbat) Reading dingbats (dingbats) Reading MacDingbats (MacDingbats) Reading MacSymbol (MacSymbol) Reading symbol (symbol) "../../../miniperl" "-I../../../lib" "../../../lib/ExtUtils/xsubpp" -nolinenumbers -typemap '/tmp/instance-5/output-1/build/host-perl-5.36.0/cpan/Encode/Symbol/../../../lib/ExtUtils/typemap' Symbol.xs > Symbol.xsc mv Symbol.xsc Symbol.c /usr/bin/gcc -c -I./Encode -I../Encode -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"2.02\" -DXS_VERSION=\"2.02\" -fPIC "-I../../.." Symbol.c /usr/bin/gcc -c -I./Encode -I../Encode -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"2.02\" -DXS_VERSION=\"2.02\" -fPIC "-I../../.." symbol_t.c rm -f ../../../lib/auto/Encode/Symbol/Symbol.so /tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc -shared -O2 -L/usr/local/lib -fstack-protector-strong Symbol.o symbol_t.o -o ../../../lib/auto/Encode/Symbol/Symbol.so \ \ chmod 755 ../../../lib/auto/Encode/Symbol/Symbol.so make[3]: Leaving directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/cpan/Encode/Symbol' make[3]: Entering directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/cpan/Encode/TW' Running Mkbootstrap for TW () chmod 644 "TW.bs" /tmp/instance-5/output-1/build/host-perl-5.36.0/cpan/Encode/TW/../../../miniperl "-I../../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- TW.bs ../../../lib/auto/Encode/TW/TW.bs 644 "../../../miniperl" "-I../../../lib" ../bin/enc2xs -"Q" -o bi_00_t.c -f bi_00_t.fnm Reading big5-eten (big5-eten) "../../../miniperl" "-I../../../lib" ../bin/enc2xs -"Q" -o bi_01_t.c -f bi_01_t.fnm Reading big5-hkscs (big5-hkscs) "../../../miniperl" "-I../../../lib" ../bin/enc2xs -"Q" -o cp_02_t.c -f cp_02_t.fnm Reading cp950 (cp950) "../../../miniperl" "-I../../../lib" ../bin/enc2xs -"Q" -o ma_03_t.c -f ma_03_t.fnm Reading MacChineseTrad (MacChineseTrad) "../../../miniperl" "-I../../../lib" "../../../lib/ExtUtils/xsubpp" -nolinenumbers -typemap '/tmp/instance-5/output-1/build/host-perl-5.36.0/cpan/Encode/TW/../../../lib/ExtUtils/typemap' TW.xs > TW.xsc mv TW.xsc TW.c /usr/bin/gcc -c -I./Encode -I../Encode -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"2.03\" -DXS_VERSION=\"2.03\" -fPIC "-I../../.." TW.c /usr/bin/gcc -c -I./Encode -I../Encode -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"2.03\" -DXS_VERSION=\"2.03\" -fPIC "-I../../.." bi_00_t.c /usr/bin/gcc -c -I./Encode -I../Encode -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"2.03\" -DXS_VERSION=\"2.03\" -fPIC "-I../../.." bi_01_t.c /usr/bin/gcc -c -I./Encode -I../Encode -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"2.03\" -DXS_VERSION=\"2.03\" -fPIC "-I../../.." cp_02_t.c /usr/bin/gcc -c -I./Encode -I../Encode -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"2.03\" -DXS_VERSION=\"2.03\" -fPIC "-I../../.." ma_03_t.c rm -f ../../../lib/auto/Encode/TW/TW.so /tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc -shared -O2 -L/usr/local/lib -fstack-protector-strong TW.o bi_00_t.o bi_01_t.o cp_02_t.o ma_03_t.o -o ../../../lib/auto/Encode/TW/TW.so \ \ chmod 755 ../../../lib/auto/Encode/TW/TW.so make[3]: Leaving directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/cpan/Encode/TW' make[3]: Entering directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/cpan/Encode/Unicode' Running Mkbootstrap for Unicode () chmod 644 "Unicode.bs" /tmp/instance-5/output-1/build/host-perl-5.36.0/cpan/Encode/Unicode/../../../miniperl "-I../../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- Unicode.bs ../../../lib/auto/Encode/Unicode/Unicode.bs 644 "../../../miniperl" "-I../../../lib" "../../../lib/ExtUtils/xsubpp" -typemap '/tmp/instance-5/output-1/build/host-perl-5.36.0/cpan/Encode/Unicode/../../../lib/ExtUtils/typemap' Unicode.xs > Unicode.xsc mv Unicode.xsc Unicode.c /usr/bin/gcc -c -I./Encode -I../Encode -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"2.20\" -DXS_VERSION=\"2.20\" -fPIC "-I../../.." Unicode.c rm -f ../../../lib/auto/Encode/Unicode/Unicode.so /tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc -shared -O2 -L/usr/local/lib -fstack-protector-strong Unicode.o -o ../../../lib/auto/Encode/Unicode/Unicode.so \ \ chmod 755 ../../../lib/auto/Encode/Unicode/Unicode.so make[3]: Leaving directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/cpan/Encode/Unicode' Running Mkbootstrap for Encode () chmod 644 "Encode.bs" /tmp/instance-5/output-1/build/host-perl-5.36.0/cpan/Encode/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- Encode.bs ../../lib/auto/Encode/Encode.bs 644 "../../miniperl" "-I../../lib" "../../lib/ExtUtils/xsubpp" -typemap '/tmp/instance-5/output-1/build/host-perl-5.36.0/cpan/Encode/../../lib/ExtUtils/typemap' Encode.xs > Encode.xsc mv Encode.xsc Encode.c "../../miniperl" "-I../../lib" bin/enc2xs -"Q" -"O" -o def_t.c -f def_t.fnm Reading iso-8859-1 (iso-8859-1) Reading ascii (ascii) Reading cp1252 (cp1252) Reading ascii-ctrl (ascii-ctrl) Reading null (null) /usr/bin/gcc -c -I./Encode -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"3.17\" -DXS_VERSION=\"3.17\" -fPIC "-I../.." Encode.c /usr/bin/gcc -c -I./Encode -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"3.17\" -DXS_VERSION=\"3.17\" -fPIC "-I../.." def_t.c /usr/bin/gcc -c -I./Encode -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"3.17\" -DXS_VERSION=\"3.17\" -fPIC "-I../.." encengine.c rm -f ../../lib/auto/Encode/Encode.so /tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc -shared -O2 -L/usr/local/lib -fstack-protector-strong Encode.o def_t.o encengine.o -o ../../lib/auto/Encode/Encode.so \ \ chmod 755 ../../lib/auto/Encode/Encode.so cp bin/enc2xs blib/script/enc2xs /tmp/instance-5/output-1/build/host-perl-5.36.0/cpan/Encode/../../miniperl "-I../../lib" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/enc2xs cp bin/encguess blib/script/encguess /tmp/instance-5/output-1/build/host-perl-5.36.0/cpan/Encode/../../miniperl "-I../../lib" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/encguess cp bin/piconv blib/script/piconv /tmp/instance-5/output-1/build/host-perl-5.36.0/cpan/Encode/../../miniperl "-I../../lib" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/piconv make[2]: Leaving directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/cpan/Encode' ./miniperl -Ilib make_ext.pl lib/auto/Fcntl/Fcntl.so MAKE="/home/autobuild/make/make" LIBPERL_A=libperl.a LINKTYPE=dynamic Generating a Unix-style Makefile Writing Makefile for Fcntl make[2]: Entering directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/ext/Fcntl' Running Mkbootstrap for Fcntl () chmod 644 "Fcntl.bs" /tmp/instance-5/output-1/build/host-perl-5.36.0/ext/Fcntl/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- Fcntl.bs ../../lib/auto/Fcntl/Fcntl.bs 644 "../../miniperl" "-I../../lib" "../../lib/ExtUtils/xsubpp" -noprototypes -typemap '/tmp/instance-5/output-1/build/host-perl-5.36.0/ext/Fcntl/../../lib/ExtUtils/typemap' Fcntl.xs > Fcntl.xsc mv Fcntl.xsc Fcntl.c /usr/bin/gcc -c -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"1.15\" -DXS_VERSION=\"1.15\" -fPIC "-I../.." Fcntl.c rm -f ../../lib/auto/Fcntl/Fcntl.so /tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc -shared -O2 -L/usr/local/lib -fstack-protector-strong Fcntl.o -o ../../lib/auto/Fcntl/Fcntl.so \ \ chmod 755 ../../lib/auto/Fcntl/Fcntl.so make[2]: Leaving directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/ext/Fcntl' ./miniperl -Ilib make_ext.pl lib/auto/File/DosGlob/DosGlob.so MAKE="/home/autobuild/make/make" LIBPERL_A=libperl.a LINKTYPE=dynamic Generating a Unix-style Makefile Writing Makefile for File::DosGlob make[2]: Entering directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/ext/File-DosGlob' Running Mkbootstrap for DosGlob () chmod 644 "DosGlob.bs" /tmp/instance-5/output-1/build/host-perl-5.36.0/ext/File-DosGlob/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- DosGlob.bs ../../lib/auto/File/DosGlob/DosGlob.bs 644 "../../miniperl" "-I../../lib" "../../lib/ExtUtils/xsubpp" -typemap '/tmp/instance-5/output-1/build/host-perl-5.36.0/ext/File-DosGlob/../../lib/ExtUtils/typemap' DosGlob.xs > DosGlob.xsc mv DosGlob.xsc DosGlob.c /usr/bin/gcc -c -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"1.12\" -DXS_VERSION=\"1.12\" -fPIC "-I../.." DosGlob.c rm -f ../../lib/auto/File/DosGlob/DosGlob.so /tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc -shared -O2 -L/usr/local/lib -fstack-protector-strong DosGlob.o -o ../../lib/auto/File/DosGlob/DosGlob.so \ \ chmod 755 ../../lib/auto/File/DosGlob/DosGlob.so make[2]: Leaving directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/ext/File-DosGlob' ./miniperl -Ilib make_ext.pl lib/auto/File/Glob/Glob.so MAKE="/home/autobuild/make/make" LIBPERL_A=libperl.a LINKTYPE=dynamic Generating a Unix-style Makefile Writing Makefile for File::Glob make[2]: Entering directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/ext/File-Glob' Running Mkbootstrap for Glob () chmod 644 "Glob.bs" /tmp/instance-5/output-1/build/host-perl-5.36.0/ext/File-Glob/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- Glob.bs ../../lib/auto/File/Glob/Glob.bs 644 /usr/bin/gcc -c -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"1.37\" -DXS_VERSION=\"1.37\" -fPIC "-I../.." bsd_glob.c "../../miniperl" "-I../../lib" "../../lib/ExtUtils/xsubpp" -typemap '/tmp/instance-5/output-1/build/host-perl-5.36.0/ext/File-Glob/../../lib/ExtUtils/typemap' Glob.xs > Glob.xsc mv Glob.xsc Glob.c /usr/bin/gcc -c -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"1.37\" -DXS_VERSION=\"1.37\" -fPIC "-I../.." Glob.c rm -f ../../lib/auto/File/Glob/Glob.so /tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc -shared -O2 -L/usr/local/lib -fstack-protector-strong bsd_glob.o Glob.o -o ../../lib/auto/File/Glob/Glob.so \ \ chmod 755 ../../lib/auto/File/Glob/Glob.so make[2]: Leaving directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/ext/File-Glob' ./miniperl -Ilib make_ext.pl lib/auto/Filter/Util/Call/Call.so MAKE="/home/autobuild/make/make" LIBPERL_A=libperl.a LINKTYPE=dynamic Generating a Unix-style Makefile Writing Makefile for Filter::Util::Call make[2]: Entering directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/cpan/Filter-Util-Call' Running Mkbootstrap for Call () chmod 644 "Call.bs" /tmp/instance-5/output-1/build/host-perl-5.36.0/cpan/Filter-Util-Call/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- Call.bs ../../lib/auto/Filter/Util/Call/Call.bs 644 "../../miniperl" "-I../../lib" "../../lib/ExtUtils/xsubpp" -typemap '/tmp/instance-5/output-1/build/host-perl-5.36.0/cpan/Filter-Util-Call/../../lib/ExtUtils/typemap' Call.xs > Call.xsc mv Call.xsc Call.c /usr/bin/gcc -c -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"1.60\" -DXS_VERSION=\"1.60\" -fPIC "-I../.." Call.c rm -f ../../lib/auto/Filter/Util/Call/Call.so /tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc -shared -O2 -L/usr/local/lib -fstack-protector-strong Call.o -o ../../lib/auto/Filter/Util/Call/Call.so \ \ chmod 755 ../../lib/auto/Filter/Util/Call/Call.so make[2]: Leaving directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/cpan/Filter-Util-Call' ./miniperl -Ilib make_ext.pl lib/auto/Hash/Util/Util.so MAKE="/home/autobuild/make/make" LIBPERL_A=libperl.a LINKTYPE=dynamic Generating a Unix-style Makefile Writing Makefile for Hash::Util make[2]: Entering directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/ext/Hash-Util' Running Mkbootstrap for Util () chmod 644 "Util.bs" /tmp/instance-5/output-1/build/host-perl-5.36.0/ext/Hash-Util/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- Util.bs ../../lib/auto/Hash/Util/Util.bs 644 "../../miniperl" "-I../../lib" "../../lib/ExtUtils/xsubpp" -typemap '/tmp/instance-5/output-1/build/host-perl-5.36.0/ext/Hash-Util/../../lib/ExtUtils/typemap' Util.xs > Util.xsc mv Util.xsc Util.c /usr/bin/gcc -c -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"0.28\" -DXS_VERSION=\"0.28\" -fPIC "-I../.." -DPERL_EXT Util.c rm -f ../../lib/auto/Hash/Util/Util.so /tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc -shared -O2 -L/usr/local/lib -fstack-protector-strong Util.o -o ../../lib/auto/Hash/Util/Util.so \ \ chmod 755 ../../lib/auto/Hash/Util/Util.so make[2]: Leaving directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/ext/Hash-Util' ./miniperl -Ilib make_ext.pl lib/auto/Hash/Util/FieldHash/FieldHash.so MAKE="/home/autobuild/make/make" LIBPERL_A=libperl.a LINKTYPE=dynamic Generating a Unix-style Makefile Writing Makefile for Hash::Util::FieldHash make[2]: Entering directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/ext/Hash-Util-FieldHash' Running Mkbootstrap for FieldHash () chmod 644 "FieldHash.bs" /tmp/instance-5/output-1/build/host-perl-5.36.0/ext/Hash-Util-FieldHash/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- FieldHash.bs ../../lib/auto/Hash/Util/FieldHash/FieldHash.bs 644 "../../miniperl" "-I../../lib" "../../lib/ExtUtils/xsubpp" -typemap '/tmp/instance-5/output-1/build/host-perl-5.36.0/ext/Hash-Util-FieldHash/../../lib/ExtUtils/typemap' FieldHash.xs > FieldHash.xsc mv FieldHash.xsc FieldHash.c /usr/bin/gcc -c -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"1.26\" -DXS_VERSION=\"1.26\" -fPIC "-I../.." FieldHash.c rm -f ../../lib/auto/Hash/Util/FieldHash/FieldHash.so /tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc -shared -O2 -L/usr/local/lib -fstack-protector-strong FieldHash.o -o ../../lib/auto/Hash/Util/FieldHash/FieldHash.so \ \ chmod 755 ../../lib/auto/Hash/Util/FieldHash/FieldHash.so make[2]: Leaving directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/ext/Hash-Util-FieldHash' ./miniperl -Ilib make_ext.pl lib/auto/I18N/Langinfo/Langinfo.so MAKE="/home/autobuild/make/make" LIBPERL_A=libperl.a LINKTYPE=dynamic Generating a Unix-style Makefile Writing Makefile for I18N::Langinfo make[2]: Entering directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/ext/I18N-Langinfo' Running Mkbootstrap for Langinfo () chmod 644 "Langinfo.bs" /tmp/instance-5/output-1/build/host-perl-5.36.0/ext/I18N-Langinfo/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- Langinfo.bs ../../lib/auto/I18N/Langinfo/Langinfo.bs 644 "../../miniperl" "-I../../lib" "../../lib/ExtUtils/xsubpp" -typemap '/tmp/instance-5/output-1/build/host-perl-5.36.0/ext/I18N-Langinfo/../../lib/ExtUtils/typemap' Langinfo.xs > Langinfo.xsc mv Langinfo.xsc Langinfo.c /usr/bin/gcc -c -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"0.21\" -DXS_VERSION=\"0.21\" -fPIC "-I../.." Langinfo.c rm -f ../../lib/auto/I18N/Langinfo/Langinfo.so /tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc -shared -O2 -L/usr/local/lib -fstack-protector-strong Langinfo.o -o ../../lib/auto/I18N/Langinfo/Langinfo.so \ \ chmod 755 ../../lib/auto/I18N/Langinfo/Langinfo.so make[2]: Leaving directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/ext/I18N-Langinfo' ./miniperl -Ilib make_ext.pl lib/auto/IO/IO.so MAKE="/home/autobuild/make/make" LIBPERL_A=libperl.a LINKTYPE=dynamic Generating a Unix-style Makefile Writing Makefile for IO make[2]: Entering directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/dist/IO' Running Mkbootstrap for IO () chmod 644 "IO.bs" /tmp/instance-5/output-1/build/host-perl-5.36.0/dist/IO/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- IO.bs ../../lib/auto/IO/IO.bs 644 "../../miniperl" "-I../../lib" "../../lib/ExtUtils/xsubpp" -typemap '/tmp/instance-5/output-1/build/host-perl-5.36.0/dist/IO/../../lib/ExtUtils/typemap' IO.xs > IO.xsc mv IO.xsc IO.c /usr/bin/gcc -c -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"1.50\" -DXS_VERSION=\"1.50\" -fPIC "-I../.." IO.c /usr/bin/gcc -c -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"1.50\" -DXS_VERSION=\"1.50\" -fPIC "-I../.." poll.c rm -f ../../lib/auto/IO/IO.so /tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc -shared -O2 -L/usr/local/lib -fstack-protector-strong IO.o poll.o -o ../../lib/auto/IO/IO.so \ \ chmod 755 ../../lib/auto/IO/IO.so make[2]: Leaving directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/dist/IO' ./miniperl -Ilib make_ext.pl lib/auto/IPC/SysV/SysV.so MAKE="/home/autobuild/make/make" LIBPERL_A=libperl.a LINKTYPE=dynamic Setting license tag... Generating a Unix-style Makefile Writing Makefile for IPC::SysV make[2]: Entering directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/cpan/IPC-SysV' Running Mkbootstrap for SysV () chmod 644 "SysV.bs" /tmp/instance-5/output-1/build/host-perl-5.36.0/cpan/IPC-SysV/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- SysV.bs ../../lib/auto/IPC/SysV/SysV.bs 644 make[3]: Entering directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/cpan/IPC-SysV' "../../miniperl" -I../../lib -I../../lib regen.pl Writing const-xs.inc Writing const-c.inc make[3]: Leaving directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/cpan/IPC-SysV' "../../miniperl" "-I../../lib" "../../lib/ExtUtils/xsubpp" -typemap '/tmp/instance-5/output-1/build/host-perl-5.36.0/cpan/IPC-SysV/../../lib/ExtUtils/typemap' -typemap '/tmp/instance-5/output-1/build/host-perl-5.36.0/cpan/IPC-SysV/typemap' SysV.xs > SysV.xsc mv SysV.xsc SysV.c /usr/bin/gcc -c -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"2.09\" -DXS_VERSION=\"2.09\" -fPIC "-I../.." -DNO_PPPORT_H SysV.c rm -f ../../lib/auto/IPC/SysV/SysV.so /tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc -shared -O2 -L/usr/local/lib -fstack-protector-strong SysV.o -o ../../lib/auto/IPC/SysV/SysV.so \ \ chmod 755 ../../lib/auto/IPC/SysV/SysV.so make[2]: Leaving directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/cpan/IPC-SysV' ./miniperl -Ilib make_ext.pl lib/auto/List/Util/Util.so MAKE="/home/autobuild/make/make" LIBPERL_A=libperl.a LINKTYPE=dynamic Generating a Unix-style Makefile Writing Makefile for List::Util make[2]: Entering directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/cpan/Scalar-List-Utils' Running Mkbootstrap for Util () chmod 644 "Util.bs" /tmp/instance-5/output-1/build/host-perl-5.36.0/cpan/Scalar-List-Utils/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- Util.bs ../../lib/auto/List/Util/Util.bs 644 "../../miniperl" "-I../../lib" "../../lib/ExtUtils/xsubpp" -typemap '/tmp/instance-5/output-1/build/host-perl-5.36.0/cpan/Scalar-List-Utils/../../lib/ExtUtils/typemap' ListUtil.xs > ListUtil.xsc mv ListUtil.xsc ListUtil.c /usr/bin/gcc -c -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"1.62\" -DXS_VERSION=\"1.62\" -fPIC "-I../.." -DPERL_EXT ListUtil.c rm -f ../../lib/auto/List/Util/Util.so /tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc -shared -O2 -L/usr/local/lib -fstack-protector-strong ListUtil.o -o ../../lib/auto/List/Util/Util.so \ \ chmod 755 ../../lib/auto/List/Util/Util.so make[2]: Leaving directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/cpan/Scalar-List-Utils' ./miniperl -Ilib make_ext.pl lib/auto/MIME/Base64/Base64.so MAKE="/home/autobuild/make/make" LIBPERL_A=libperl.a LINKTYPE=dynamic Generating a Unix-style Makefile Writing Makefile for MIME::Base64 make[2]: Entering directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/cpan/MIME-Base64' Running Mkbootstrap for Base64 () chmod 644 "Base64.bs" /tmp/instance-5/output-1/build/host-perl-5.36.0/cpan/MIME-Base64/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- Base64.bs ../../lib/auto/MIME/Base64/Base64.bs 644 "../../miniperl" "-I../../lib" "../../lib/ExtUtils/xsubpp" -typemap '/tmp/instance-5/output-1/build/host-perl-5.36.0/cpan/MIME-Base64/../../lib/ExtUtils/typemap' Base64.xs > Base64.xsc mv Base64.xsc Base64.c /usr/bin/gcc -c -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"3.16\" -DXS_VERSION=\"3.16\" -fPIC "-I../.." Base64.c rm -f ../../lib/auto/MIME/Base64/Base64.so /tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc -shared -O2 -L/usr/local/lib -fstack-protector-strong Base64.o -o ../../lib/auto/MIME/Base64/Base64.so \ \ chmod 755 ../../lib/auto/MIME/Base64/Base64.so make[2]: Leaving directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/cpan/MIME-Base64' ./miniperl -Ilib make_ext.pl lib/auto/Math/BigInt/FastCalc/FastCalc.so MAKE="/home/autobuild/make/make" LIBPERL_A=libperl.a LINKTYPE=dynamic Generating a Unix-style Makefile Writing Makefile for Math::BigInt::FastCalc make[2]: Entering directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/cpan/Math-BigInt-FastCalc' Running Mkbootstrap for FastCalc () chmod 644 "FastCalc.bs" /tmp/instance-5/output-1/build/host-perl-5.36.0/cpan/Math-BigInt-FastCalc/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- FastCalc.bs ../../lib/auto/Math/BigInt/FastCalc/FastCalc.bs 644 "../../miniperl" "-I../../lib" "../../lib/ExtUtils/xsubpp" -typemap '/tmp/instance-5/output-1/build/host-perl-5.36.0/cpan/Math-BigInt-FastCalc/../../lib/ExtUtils/typemap' FastCalc.xs > FastCalc.xsc mv FastCalc.xsc FastCalc.c /usr/bin/gcc -c -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"0.5012\" -DXS_VERSION=\"0.5012\" -fPIC "-I../.." FastCalc.c rm -f ../../lib/auto/Math/BigInt/FastCalc/FastCalc.so /tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc -shared -O2 -L/usr/local/lib -fstack-protector-strong FastCalc.o -o ../../lib/auto/Math/BigInt/FastCalc/FastCalc.so \ \ chmod 755 ../../lib/auto/Math/BigInt/FastCalc/FastCalc.so make[2]: Leaving directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/cpan/Math-BigInt-FastCalc' ./miniperl -Ilib make_ext.pl lib/auto/Opcode/Opcode.so MAKE="/home/autobuild/make/make" LIBPERL_A=libperl.a LINKTYPE=dynamic Generating a Unix-style Makefile Writing Makefile for Opcode make[2]: Entering directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/ext/Opcode' Running Mkbootstrap for Opcode () chmod 644 "Opcode.bs" /tmp/instance-5/output-1/build/host-perl-5.36.0/ext/Opcode/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- Opcode.bs ../../lib/auto/Opcode/Opcode.bs 644 "../../miniperl" "-I../../lib" "../../lib/ExtUtils/xsubpp" -typemap '/tmp/instance-5/output-1/build/host-perl-5.36.0/ext/Opcode/../../lib/ExtUtils/typemap' Opcode.xs > Opcode.xsc mv Opcode.xsc Opcode.c /usr/bin/gcc -c -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"1.57\" -DXS_VERSION=\"1.57\" -fPIC "-I../.." Opcode.c rm -f ../../lib/auto/Opcode/Opcode.so /tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc -shared -O2 -L/usr/local/lib -fstack-protector-strong Opcode.o -o ../../lib/auto/Opcode/Opcode.so \ \ chmod 755 ../../lib/auto/Opcode/Opcode.so make[2]: Leaving directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/ext/Opcode' ./miniperl -Ilib make_ext.pl lib/auto/POSIX/POSIX.so MAKE="/home/autobuild/make/make" LIBPERL_A=libperl.a LINKTYPE=dynamic Warning (mostly harmless): No library found for -lposix Warning (mostly harmless): No library found for -lcposix Generating a Unix-style Makefile Writing Makefile for POSIX make[2]: Entering directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/ext/POSIX' Running Mkbootstrap for POSIX () chmod 644 "POSIX.bs" /tmp/instance-5/output-1/build/host-perl-5.36.0/ext/POSIX/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- POSIX.bs ../../lib/auto/POSIX/POSIX.bs 644 "../../miniperl" "-I../../lib" "../../lib/ExtUtils/xsubpp" -noprototypes -typemap '/tmp/instance-5/output-1/build/host-perl-5.36.0/ext/POSIX/../../lib/ExtUtils/typemap' -typemap '/tmp/instance-5/output-1/build/host-perl-5.36.0/ext/POSIX/typemap' POSIX.xs > POSIX.xsc mv POSIX.xsc POSIX.c /usr/bin/gcc -c -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -DSTRUCT_TM_HASZONE -DHINT_SC_EXIST -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"2.03\" -DXS_VERSION=\"2.03\" -fPIC "-I../.." POSIX.c rm -f ../../lib/auto/POSIX/POSIX.so /tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc -shared -O2 -L/usr/local/lib -fstack-protector-strong POSIX.o -o ../../lib/auto/POSIX/POSIX.so \ -lm \ chmod 755 ../../lib/auto/POSIX/POSIX.so make[2]: Leaving directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/ext/POSIX' ./miniperl -Ilib make_ext.pl lib/auto/PerlIO/encoding/encoding.so MAKE="/home/autobuild/make/make" LIBPERL_A=libperl.a LINKTYPE=dynamic Generating a Unix-style Makefile Writing Makefile for PerlIO::encoding make[2]: Entering directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/ext/PerlIO-encoding' Running Mkbootstrap for encoding () chmod 644 "encoding.bs" /tmp/instance-5/output-1/build/host-perl-5.36.0/ext/PerlIO-encoding/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- encoding.bs ../../lib/auto/PerlIO/encoding/encoding.bs 644 "../../miniperl" "-I../../lib" "../../lib/ExtUtils/xsubpp" -typemap '/tmp/instance-5/output-1/build/host-perl-5.36.0/ext/PerlIO-encoding/../../lib/ExtUtils/typemap' encoding.xs > encoding.xsc mv encoding.xsc encoding.c /usr/bin/gcc -c -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"0.30\" -DXS_VERSION=\"0.30\" -fPIC "-I../.." encoding.c rm -f ../../lib/auto/PerlIO/encoding/encoding.so /tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc -shared -O2 -L/usr/local/lib -fstack-protector-strong encoding.o -o ../../lib/auto/PerlIO/encoding/encoding.so \ \ chmod 755 ../../lib/auto/PerlIO/encoding/encoding.so make[2]: Leaving directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/ext/PerlIO-encoding' ./miniperl -Ilib make_ext.pl lib/auto/PerlIO/mmap/mmap.so MAKE="/home/autobuild/make/make" LIBPERL_A=libperl.a LINKTYPE=dynamic Generating a Unix-style Makefile Writing Makefile for PerlIO::mmap make[2]: Entering directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/ext/PerlIO-mmap' Running Mkbootstrap for mmap () chmod 644 "mmap.bs" /tmp/instance-5/output-1/build/host-perl-5.36.0/ext/PerlIO-mmap/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- mmap.bs ../../lib/auto/PerlIO/mmap/mmap.bs 644 "../../miniperl" "-I../../lib" "../../lib/ExtUtils/xsubpp" -typemap '/tmp/instance-5/output-1/build/host-perl-5.36.0/ext/PerlIO-mmap/../../lib/ExtUtils/typemap' mmap.xs > mmap.xsc mv mmap.xsc mmap.c /usr/bin/gcc -c -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"0.017\" -DXS_VERSION=\"0.017\" -fPIC "-I../.." mmap.c rm -f ../../lib/auto/PerlIO/mmap/mmap.so /tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc -shared -O2 -L/usr/local/lib -fstack-protector-strong mmap.o -o ../../lib/auto/PerlIO/mmap/mmap.so \ \ chmod 755 ../../lib/auto/PerlIO/mmap/mmap.so make[2]: Leaving directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/ext/PerlIO-mmap' ./miniperl -Ilib make_ext.pl lib/auto/PerlIO/scalar/scalar.so MAKE="/home/autobuild/make/make" LIBPERL_A=libperl.a LINKTYPE=dynamic Generating a Unix-style Makefile Writing Makefile for PerlIO::scalar make[2]: Entering directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/ext/PerlIO-scalar' Running Mkbootstrap for scalar () chmod 644 "scalar.bs" /tmp/instance-5/output-1/build/host-perl-5.36.0/ext/PerlIO-scalar/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- scalar.bs ../../lib/auto/PerlIO/scalar/scalar.bs 644 "../../miniperl" "-I../../lib" "../../lib/ExtUtils/xsubpp" -typemap '/tmp/instance-5/output-1/build/host-perl-5.36.0/ext/PerlIO-scalar/../../lib/ExtUtils/typemap' scalar.xs > scalar.xsc mv scalar.xsc scalar.c /usr/bin/gcc -c -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"0.31\" -DXS_VERSION=\"0.31\" -fPIC "-I../.." scalar.c rm -f ../../lib/auto/PerlIO/scalar/scalar.so /tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc -shared -O2 -L/usr/local/lib -fstack-protector-strong scalar.o -o ../../lib/auto/PerlIO/scalar/scalar.so \ \ chmod 755 ../../lib/auto/PerlIO/scalar/scalar.so make[2]: Leaving directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/ext/PerlIO-scalar' ./miniperl -Ilib make_ext.pl lib/auto/PerlIO/via/via.so MAKE="/home/autobuild/make/make" LIBPERL_A=libperl.a LINKTYPE=dynamic Generating a Unix-style Makefile Writing Makefile for PerlIO::via make[2]: Entering directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/ext/PerlIO-via' Running Mkbootstrap for via () chmod 644 "via.bs" /tmp/instance-5/output-1/build/host-perl-5.36.0/ext/PerlIO-via/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- via.bs ../../lib/auto/PerlIO/via/via.bs 644 "../../miniperl" "-I../../lib" "../../lib/ExtUtils/xsubpp" -typemap '/tmp/instance-5/output-1/build/host-perl-5.36.0/ext/PerlIO-via/../../lib/ExtUtils/typemap' via.xs > via.xsc mv via.xsc via.c /usr/bin/gcc -c -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"0.18\" -DXS_VERSION=\"0.18\" -fPIC "-I../.." via.c rm -f ../../lib/auto/PerlIO/via/via.so /tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc -shared -O2 -L/usr/local/lib -fstack-protector-strong via.o -o ../../lib/auto/PerlIO/via/via.so \ \ chmod 755 ../../lib/auto/PerlIO/via/via.so make[2]: Leaving directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/ext/PerlIO-via' ./miniperl -Ilib make_ext.pl lib/auto/SDBM_File/SDBM_File.so MAKE="/home/autobuild/make/make" LIBPERL_A=libperl.a LINKTYPE=dynamic Generating a Unix-style Makefile Writing Makefile for SDBM_File make[2]: Entering directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/ext/SDBM_File' Running Mkbootstrap for SDBM_File () chmod 644 "SDBM_File.bs" /tmp/instance-5/output-1/build/host-perl-5.36.0/ext/SDBM_File/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- SDBM_File.bs ../../lib/auto/SDBM_File/SDBM_File.bs 644 "../../miniperl" "-I../../lib" "../../lib/ExtUtils/xsubpp" -typemap '/tmp/instance-5/output-1/build/host-perl-5.36.0/ext/SDBM_File/../../lib/ExtUtils/typemap' -typemap '/tmp/instance-5/output-1/build/host-perl-5.36.0/ext/SDBM_File/typemap' SDBM_File.xs > SDBM_File.xsc mv SDBM_File.xsc SDBM_File.c /usr/bin/gcc -c -I../.. -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"1.15\" -DXS_VERSION=\"1.15\" -fPIC "-I../.." -DSDBM -DDUFF SDBM_File.c /usr/bin/gcc -c -I../.. -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"1.15\" -DXS_VERSION=\"1.15\" -fPIC "-I../.." -DSDBM -DDUFF hash.c /usr/bin/gcc -c -I../.. -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"1.15\" -DXS_VERSION=\"1.15\" -fPIC "-I../.." -DSDBM -DDUFF pair.c /usr/bin/gcc -c -I../.. -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"1.15\" -DXS_VERSION=\"1.15\" -fPIC "-I../.." -DSDBM -DDUFF sdbm.c rm -f ../../lib/auto/SDBM_File/SDBM_File.so /tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc -shared -O2 -L/usr/local/lib -fstack-protector-strong SDBM_File.o hash.o pair.o sdbm.o -o ../../lib/auto/SDBM_File/SDBM_File.so \ \ chmod 755 ../../lib/auto/SDBM_File/SDBM_File.so make[2]: Leaving directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/ext/SDBM_File' ./miniperl -Ilib make_ext.pl lib/auto/Socket/Socket.so MAKE="/home/autobuild/make/make" LIBPERL_A=libperl.a LINKTYPE=dynamic Generating a Unix-style Makefile Writing Makefile for Socket make[2]: Entering directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/cpan/Socket' Running Mkbootstrap for Socket () chmod 644 "Socket.bs" /tmp/instance-5/output-1/build/host-perl-5.36.0/cpan/Socket/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- Socket.bs ../../lib/auto/Socket/Socket.bs 644 "../../miniperl" "-I../../lib" "../../lib/ExtUtils/xsubpp" -noprototypes -typemap '/tmp/instance-5/output-1/build/host-perl-5.36.0/cpan/Socket/../../lib/ExtUtils/typemap' -typemap '/tmp/instance-5/output-1/build/host-perl-5.36.0/cpan/Socket/typemap' Socket.xs > Socket.xsc mv Socket.xsc Socket.c /usr/bin/gcc -c -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"2.033\" -DXS_VERSION=\"2.033\" -fPIC "-I../.." Socket.c rm -f ../../lib/auto/Socket/Socket.so /tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc -shared -O2 -L/usr/local/lib -fstack-protector-strong Socket.o -o ../../lib/auto/Socket/Socket.so \ \ chmod 755 ../../lib/auto/Socket/Socket.so make[2]: Leaving directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/cpan/Socket' ./miniperl -Ilib make_ext.pl lib/auto/Storable/Storable.so MAKE="/home/autobuild/make/make" LIBPERL_A=libperl.a LINKTYPE=dynamic Generating a Unix-style Makefile Writing Makefile for Storable make[2]: Entering directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/dist/Storable' Running Mkbootstrap for Storable () chmod 644 "Storable.bs" /tmp/instance-5/output-1/build/host-perl-5.36.0/dist/Storable/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- Storable.bs ../../lib/auto/Storable/Storable.bs 644 "../../miniperl" "-I../../lib" "../../lib/ExtUtils/xsubpp" -typemap '/tmp/instance-5/output-1/build/host-perl-5.36.0/dist/Storable/../../lib/ExtUtils/typemap' Storable.xs > Storable.xsc mv Storable.xsc Storable.c /usr/bin/gcc -c -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"3.26\" -DXS_VERSION=\"3.26\" -fPIC "-I../.." Storable.c rm -f ../../lib/auto/Storable/Storable.so /tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc -shared -O2 -L/usr/local/lib -fstack-protector-strong Storable.o -o ../../lib/auto/Storable/Storable.so \ \ chmod 755 ../../lib/auto/Storable/Storable.so make[2]: Leaving directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/dist/Storable' ./miniperl -Ilib make_ext.pl lib/auto/Sys/Hostname/Hostname.so MAKE="/home/autobuild/make/make" LIBPERL_A=libperl.a LINKTYPE=dynamic Generating a Unix-style Makefile Writing Makefile for Sys::Hostname make[2]: Entering directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/ext/Sys-Hostname' Running Mkbootstrap for Hostname () chmod 644 "Hostname.bs" /tmp/instance-5/output-1/build/host-perl-5.36.0/ext/Sys-Hostname/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- Hostname.bs ../../lib/auto/Sys/Hostname/Hostname.bs 644 "../../miniperl" "-I../../lib" "../../lib/ExtUtils/xsubpp" -typemap '/tmp/instance-5/output-1/build/host-perl-5.36.0/ext/Sys-Hostname/../../lib/ExtUtils/typemap' Hostname.xs > Hostname.xsc mv Hostname.xsc Hostname.c /usr/bin/gcc -c -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"1.24\" -DXS_VERSION=\"1.24\" -fPIC "-I../.." Hostname.c rm -f ../../lib/auto/Sys/Hostname/Hostname.so /tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc -shared -O2 -L/usr/local/lib -fstack-protector-strong Hostname.o -o ../../lib/auto/Sys/Hostname/Hostname.so \ \ chmod 755 ../../lib/auto/Sys/Hostname/Hostname.so make[2]: Leaving directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/ext/Sys-Hostname' ./miniperl -Ilib make_ext.pl lib/auto/Sys/Syslog/Syslog.so MAKE="/home/autobuild/make/make" LIBPERL_A=libperl.a LINKTYPE=dynamic Generating a Unix-style Makefile Writing Makefile for Sys::Syslog make[2]: Entering directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/cpan/Sys-Syslog' Running Mkbootstrap for Syslog () chmod 644 "Syslog.bs" /tmp/instance-5/output-1/build/host-perl-5.36.0/cpan/Sys-Syslog/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- Syslog.bs ../../lib/auto/Sys/Syslog/Syslog.bs 644 "../../miniperl" "-I../../lib" "../../lib/ExtUtils/xsubpp" -noprototypes -typemap '/tmp/instance-5/output-1/build/host-perl-5.36.0/cpan/Sys-Syslog/../../lib/ExtUtils/typemap' Syslog.xs > Syslog.xsc mv Syslog.xsc Syslog.c /usr/bin/gcc -c -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"0.36\" -DXS_VERSION=\"0.36\" -fPIC "-I../.." Syslog.c rm -f ../../lib/auto/Sys/Syslog/Syslog.so /tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc -shared -O2 -L/usr/local/lib -fstack-protector-strong Syslog.o -o ../../lib/auto/Sys/Syslog/Syslog.so \ \ chmod 755 ../../lib/auto/Sys/Syslog/Syslog.so make[2]: Leaving directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/cpan/Sys-Syslog' ./miniperl -Ilib make_ext.pl lib/auto/Time/HiRes/HiRes.so MAKE="/home/autobuild/make/make" LIBPERL_A=libperl.a LINKTYPE=dynamic Configuring Time::HiRes... Using hints hints/linux.pl... Extra libraries: -lrt... Have syscall()... looking for syscall.h... found . Looking for gettimeofday()... found. Looking for setitimer()... found. Looking for getitimer()... found. You have interval timers (both setitimer and getitimer). Looking for ualarm()... found. Looking for usleep()... found. Looking for nanosleep()... believing $Config{d_nanosleep}... found. You can mix subsecond sleeps with signals, if you want to. (It's still not portable, though.) Looking for clockid_t... found. Looking for clock_gettime()... found. Looking for clock_getres()... found. Looking for clock_nanosleep()... found. Looking for clock()... found. Looking for working futimens()... found. Looking for working utimensat()... found. You seem to have subsecond timestamp setting. Looking for stat() subsecond timestamps... Trying struct stat st_atimespec.tv_nsec...NOT found. Trying struct stat st_atimensec...NOT found. Trying struct stat st_atime_n...NOT found. Trying struct stat st_atim.tv_nsec...found. Trying struct stat st_uatime...NOT found. You seem to have subsecond timestamp reading. (Your struct stat has them, but the filesystems must help.) Generating a Unix-style Makefile Writing Makefile for Time::HiRes make[2]: Entering directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/dist/Time-HiRes' Running Mkbootstrap for HiRes () chmod 644 "HiRes.bs" /tmp/instance-5/output-1/build/host-perl-5.36.0/dist/Time-HiRes/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- HiRes.bs ../../lib/auto/Time/HiRes/HiRes.bs 644 "../../miniperl" "-I../../lib" "../../lib/ExtUtils/xsubpp" -typemap '/tmp/instance-5/output-1/build/host-perl-5.36.0/dist/Time-HiRes/../../lib/ExtUtils/typemap' -typemap '/tmp/instance-5/output-1/build/host-perl-5.36.0/dist/Time-HiRes/typemap' HiRes.xs > HiRes.xsc mv HiRes.xsc HiRes.c /usr/bin/gcc -c -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"1.9770\" -DXS_VERSION=\"1.9770\" -fPIC "-I../.." -DTIME_HIRES_NANOSLEEP -DTIME_HIRES_CLOCKID_T -DTIME_HIRES_CLOCK_GETTIME -DTIME_HIRES_CLOCK_GETRES -DTIME_HIRES_CLOCK_NANOSLEEP -DTIME_HIRES_CLOCK -DHAS_FUTIMENS -DHAS_UTIMENSAT -DTIME_HIRES_UTIME -DTIME_HIRES_STAT_XTIM -DTIME_HIRES_STAT=4 HiRes.c rm -f ../../lib/auto/Time/HiRes/HiRes.so LD_RUN_PATH="/usr/lib/x86_64-linux-gnu" /tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc -shared -O2 -L/usr/local/lib -fstack-protector-strong HiRes.o -o ../../lib/auto/Time/HiRes/HiRes.so \ -lrt \ chmod 755 ../../lib/auto/Time/HiRes/HiRes.so make[2]: Leaving directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/dist/Time-HiRes' ./miniperl -Ilib make_ext.pl lib/auto/Time/Piece/Piece.so MAKE="/home/autobuild/make/make" LIBPERL_A=libperl.a LINKTYPE=dynamic Generating a Unix-style Makefile Writing Makefile for Time::Piece make[2]: Entering directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/cpan/Time-Piece' Running Mkbootstrap for Piece () chmod 644 "Piece.bs" /tmp/instance-5/output-1/build/host-perl-5.36.0/cpan/Time-Piece/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- Piece.bs ../../lib/auto/Time/Piece/Piece.bs 644 "../../miniperl" "-I../../lib" "../../lib/ExtUtils/xsubpp" -typemap '/tmp/instance-5/output-1/build/host-perl-5.36.0/cpan/Time-Piece/../../lib/ExtUtils/typemap' Piece.xs > Piece.xsc mv Piece.xsc Piece.c /usr/bin/gcc -c -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"1.3401\" -DXS_VERSION=\"1.3401\" -fPIC "-I../.." Piece.c rm -f ../../lib/auto/Time/Piece/Piece.so /tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc -shared -O2 -L/usr/local/lib -fstack-protector-strong Piece.o -o ../../lib/auto/Time/Piece/Piece.so \ \ chmod 755 ../../lib/auto/Time/Piece/Piece.so make[2]: Leaving directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/cpan/Time-Piece' ./miniperl -Ilib make_ext.pl lib/auto/Unicode/Collate/Collate.so MAKE="/home/autobuild/make/make" LIBPERL_A=libperl.a LINKTYPE=dynamic Making header files for XS... Generating a Unix-style Makefile Writing Makefile for Unicode::Collate make[2]: Entering directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/cpan/Unicode-Collate' Running Mkbootstrap for Collate () chmod 644 "Collate.bs" /tmp/instance-5/output-1/build/host-perl-5.36.0/cpan/Unicode-Collate/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- Collate.bs ../../lib/auto/Unicode/Collate/Collate.bs 644 "../../miniperl" "-I../../lib" "../../lib/ExtUtils/xsubpp" -typemap '/tmp/instance-5/output-1/build/host-perl-5.36.0/cpan/Unicode-Collate/../../lib/ExtUtils/typemap' Collate.xs > Collate.xsc mv Collate.xsc Collate.c /usr/bin/gcc -c -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"1.31\" -DXS_VERSION=\"1.31\" -fPIC "-I../.." Collate.c rm -f ../../lib/auto/Unicode/Collate/Collate.so /tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc -shared -O2 -L/usr/local/lib -fstack-protector-strong Collate.o -o ../../lib/auto/Unicode/Collate/Collate.so \ \ chmod 755 ../../lib/auto/Unicode/Collate/Collate.so make[2]: Leaving directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/cpan/Unicode-Collate' ./miniperl -Ilib make_ext.pl lib/auto/Unicode/Normalize/Normalize.so MAKE="/home/autobuild/make/make" LIBPERL_A=libperl.a LINKTYPE=dynamic Making header files for XS... Generating a Unix-style Makefile Writing Makefile for Unicode::Normalize make[2]: Entering directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/dist/Unicode-Normalize' Running Mkbootstrap for Normalize () chmod 644 "Normalize.bs" /tmp/instance-5/output-1/build/host-perl-5.36.0/dist/Unicode-Normalize/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- Normalize.bs ../../lib/auto/Unicode/Normalize/Normalize.bs 644 "../../miniperl" "-I../../lib" "../../lib/ExtUtils/xsubpp" -typemap '/tmp/instance-5/output-1/build/host-perl-5.36.0/dist/Unicode-Normalize/../../lib/ExtUtils/typemap' Normalize.xs > Normalize.xsc mv Normalize.xsc Normalize.c /usr/bin/gcc -c -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"1.31\" -DXS_VERSION=\"1.31\" -fPIC "-I../.." Normalize.c rm -f ../../lib/auto/Unicode/Normalize/Normalize.so /tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc -shared -O2 -L/usr/local/lib -fstack-protector-strong Normalize.o -o ../../lib/auto/Unicode/Normalize/Normalize.so \ \ chmod 755 ../../lib/auto/Unicode/Normalize/Normalize.so make[2]: Leaving directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/dist/Unicode-Normalize' ./miniperl -Ilib make_ext.pl lib/auto/XS/APItest/APItest.so MAKE="/home/autobuild/make/make" LIBPERL_A=libperl.a LINKTYPE=dynamic Generating a Unix-style Makefile Writing Makefile for XS::APItest make[2]: Entering directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/ext/XS-APItest' Running Mkbootstrap for APItest () Writing APItest.bs chmod 644 "APItest.bs" /tmp/instance-5/output-1/build/host-perl-5.36.0/ext/XS-APItest/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- APItest.bs ../../lib/auto/XS/APItest/APItest.bs 644 "../../miniperl" "-I../../lib" "../../lib/ExtUtils/xsubpp" -typemap '/tmp/instance-5/output-1/build/host-perl-5.36.0/ext/XS-APItest/../../lib/ExtUtils/typemap' -typemap '/tmp/instance-5/output-1/build/host-perl-5.36.0/ext/XS-APItest/typemap' APItest.xs > APItest.xsc mv APItest.xsc APItest.c /usr/bin/gcc -c -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -Wno-deprecated-declarations -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"1.22\" -DXS_VERSION=\"1.22\" -fPIC "-I../.." APItest.c "../../miniperl" "-I../../lib" "../../lib/ExtUtils/xsubpp" -typemap '/tmp/instance-5/output-1/build/host-perl-5.36.0/ext/XS-APItest/../../lib/ExtUtils/typemap' -typemap '/tmp/instance-5/output-1/build/host-perl-5.36.0/ext/XS-APItest/typemap' XSUB-undef-XS_VERSION.xs > XSUB-undef-XS_VERSION.xsc mv XSUB-undef-XS_VERSION.xsc XSUB-undef-XS_VERSION.c /usr/bin/gcc -c -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -Wno-deprecated-declarations -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"1.22\" -DXS_VERSION=\"1.22\" -fPIC "-I../.." XSUB-undef-XS_VERSION.c "../../miniperl" "-I../../lib" "../../lib/ExtUtils/xsubpp" -typemap '/tmp/instance-5/output-1/build/host-perl-5.36.0/ext/XS-APItest/../../lib/ExtUtils/typemap' -typemap '/tmp/instance-5/output-1/build/host-perl-5.36.0/ext/XS-APItest/typemap' XSUB-redefined-macros.xs > XSUB-redefined-macros.xsc mv XSUB-redefined-macros.xsc XSUB-redefined-macros.c /usr/bin/gcc -c -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -Wno-deprecated-declarations -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"1.22\" -DXS_VERSION=\"1.22\" -fPIC "-I../.." XSUB-redefined-macros.c /usr/bin/gcc -c -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -Wno-deprecated-declarations -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"1.22\" -DXS_VERSION=\"1.22\" -fPIC "-I../.." core.c /usr/bin/gcc -c -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -Wno-deprecated-declarations -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"1.22\" -DXS_VERSION=\"1.22\" -fPIC "-I../.." exception.c /usr/bin/gcc -c -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -Wno-deprecated-declarations -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"1.22\" -DXS_VERSION=\"1.22\" -fPIC "-I../.." notcore.c rm -f ../../lib/auto/XS/APItest/APItest.so /tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc -shared -O2 -L/usr/local/lib -fstack-protector-strong APItest.o XSUB-undef-XS_VERSION.o XSUB-redefined-macros.o core.o exception.o notcore.o -o ../../lib/auto/XS/APItest/APItest.so \ \ chmod 755 ../../lib/auto/XS/APItest/APItest.so make[2]: Leaving directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/ext/XS-APItest' ./miniperl -Ilib make_ext.pl lib/auto/XS/Typemap/Typemap.so MAKE="/home/autobuild/make/make" LIBPERL_A=libperl.a LINKTYPE=dynamic Generating a Unix-style Makefile Writing Makefile for XS::Typemap make[2]: Entering directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/ext/XS-Typemap' Running Mkbootstrap for Typemap () chmod 644 "Typemap.bs" /tmp/instance-5/output-1/build/host-perl-5.36.0/ext/XS-Typemap/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- Typemap.bs ../../lib/auto/XS/Typemap/Typemap.bs 644 /usr/bin/gcc -c -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"0.19\" -DXS_VERSION=\"0.19\" -fPIC "-I../.." stdio.c "../../miniperl" "-I../../lib" "../../lib/ExtUtils/xsubpp" -typemap '/tmp/instance-5/output-1/build/host-perl-5.36.0/ext/XS-Typemap/../../lib/ExtUtils/typemap' Typemap.xs > Typemap.xsc mv Typemap.xsc Typemap.c /usr/bin/gcc -c -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"0.19\" -DXS_VERSION=\"0.19\" -fPIC "-I../.." Typemap.c rm -f ../../lib/auto/XS/Typemap/Typemap.so /tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc -shared -O2 -L/usr/local/lib -fstack-protector-strong stdio.o Typemap.o -o ../../lib/auto/XS/Typemap/Typemap.so \ \ chmod 755 ../../lib/auto/XS/Typemap/Typemap.so make[2]: Leaving directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/ext/XS-Typemap' ./miniperl -Ilib make_ext.pl lib/auto/attributes/attributes.so MAKE="/home/autobuild/make/make" LIBPERL_A=libperl.a LINKTYPE=dynamic Generating a Unix-style Makefile Writing Makefile for attributes make[2]: Entering directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/ext/attributes' Running Mkbootstrap for attributes () chmod 644 "attributes.bs" /tmp/instance-5/output-1/build/host-perl-5.36.0/ext/attributes/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- attributes.bs ../../lib/auto/attributes/attributes.bs 644 "../../miniperl" "-I../../lib" "../../lib/ExtUtils/xsubpp" -typemap '/tmp/instance-5/output-1/build/host-perl-5.36.0/ext/attributes/../../lib/ExtUtils/typemap' attributes.xs > attributes.xsc mv attributes.xsc attributes.c /usr/bin/gcc -c -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"0.34\" -DXS_VERSION=\"0.34\" -fPIC "-I../.." attributes.c rm -f ../../lib/auto/attributes/attributes.so /tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc -shared -O2 -L/usr/local/lib -fstack-protector-strong attributes.o -o ../../lib/auto/attributes/attributes.so \ \ chmod 755 ../../lib/auto/attributes/attributes.so make[2]: Leaving directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/ext/attributes' ./miniperl -Ilib make_ext.pl lib/auto/mro/mro.so MAKE="/home/autobuild/make/make" LIBPERL_A=libperl.a LINKTYPE=dynamic Generating a Unix-style Makefile Writing Makefile for mro make[2]: Entering directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/ext/mro' Running Mkbootstrap for mro () chmod 644 "mro.bs" /tmp/instance-5/output-1/build/host-perl-5.36.0/ext/mro/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- mro.bs ../../lib/auto/mro/mro.bs 644 "../../miniperl" "-I../../lib" "../../lib/ExtUtils/xsubpp" -typemap '/tmp/instance-5/output-1/build/host-perl-5.36.0/ext/mro/../../lib/ExtUtils/typemap' mro.xs > mro.xsc mv mro.xsc mro.c /usr/bin/gcc -c -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"1.26\" -DXS_VERSION=\"1.26\" -fPIC "-I../.." mro.c rm -f ../../lib/auto/mro/mro.so /tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc -shared -O2 -L/usr/local/lib -fstack-protector-strong mro.o -o ../../lib/auto/mro/mro.so \ \ chmod 755 ../../lib/auto/mro/mro.so make[2]: Leaving directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/ext/mro' ./miniperl -Ilib make_ext.pl lib/auto/re/re.so MAKE="/home/autobuild/make/make" LIBPERL_A=libperl.a LINKTYPE=dynamic Generating a Unix-style Makefile Writing Makefile for re make[2]: Entering directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/ext/re' Running Mkbootstrap for re () chmod 644 "re.bs" /tmp/instance-5/output-1/build/host-perl-5.36.0/ext/re/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- re.bs ../../lib/auto/re/re.bs 644 rm -f re_exec.c cp ../../regexec.c re_exec.c rm -f invlist_inline.h cp ../../invlist_inline.h invlist_inline.h /usr/bin/gcc -c -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"0.43\" -DXS_VERSION=\"0.43\" -fPIC "-I../.." -DPERL_EXT_RE_BUILD -DPERL_EXT_RE_DEBUG -DPERL_EXT re_exec.c rm -f re_comp.c cp ../../regcomp.c re_comp.c rm -f dquote.c cp ../../dquote.c dquote.c /usr/bin/gcc -c -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"0.43\" -DXS_VERSION=\"0.43\" -fPIC "-I../.." -DPERL_EXT_RE_BUILD -DPERL_EXT_RE_DEBUG -DPERL_EXT re_comp.c "../../miniperl" "-I../../lib" "../../lib/ExtUtils/xsubpp" -noprototypes -typemap '/tmp/instance-5/output-1/build/host-perl-5.36.0/ext/re/../../lib/ExtUtils/typemap' re.xs > re.xsc mv re.xsc re.c /usr/bin/gcc -c -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"0.43\" -DXS_VERSION=\"0.43\" -fPIC "-I../.." -DPERL_EXT_RE_BUILD -DPERL_EXT_RE_DEBUG -DPERL_EXT re.c rm -f ../../lib/auto/re/re.so /tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc -shared -O2 -L/usr/local/lib -fstack-protector-strong re_exec.o re_comp.o re.o -o ../../lib/auto/re/re.so \ \ chmod 755 ../../lib/auto/re/re.so make[2]: Leaving directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/ext/re' ./miniperl -Ilib make_ext.pl lib/auto/threads/threads.so MAKE="/home/autobuild/make/make" LIBPERL_A=libperl.a LINKTYPE=dynamic Generating a Unix-style Makefile Writing Makefile for threads make[2]: Entering directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/dist/threads' Running Mkbootstrap for threads () chmod 644 "threads.bs" /tmp/instance-5/output-1/build/host-perl-5.36.0/dist/threads/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- threads.bs ../../lib/auto/threads/threads.bs 644 "../../miniperl" "-I../../lib" "../../lib/ExtUtils/xsubpp" -typemap '/tmp/instance-5/output-1/build/host-perl-5.36.0/dist/threads/../../lib/ExtUtils/typemap' threads.xs > threads.xsc mv threads.xsc threads.c /usr/bin/gcc -c -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"2.27\" -DXS_VERSION=\"2.27\" -fPIC "-I../.." threads.c rm -f ../../lib/auto/threads/threads.so /tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc -shared -O2 -L/usr/local/lib -fstack-protector-strong threads.o -o ../../lib/auto/threads/threads.so \ -lpthread \ chmod 755 ../../lib/auto/threads/threads.so make[2]: Leaving directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/dist/threads' ./miniperl -Ilib make_ext.pl lib/auto/threads/shared/shared.so MAKE="/home/autobuild/make/make" LIBPERL_A=libperl.a LINKTYPE=dynamic Generating a Unix-style Makefile Writing Makefile for threads::shared make[2]: Entering directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/dist/threads-shared' Running Mkbootstrap for shared () chmod 644 "shared.bs" /tmp/instance-5/output-1/build/host-perl-5.36.0/dist/threads-shared/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- shared.bs ../../lib/auto/threads/shared/shared.bs 644 "../../miniperl" "-I../../lib" "../../lib/ExtUtils/xsubpp" -typemap '/tmp/instance-5/output-1/build/host-perl-5.36.0/dist/threads-shared/../../lib/ExtUtils/typemap' shared.xs > shared.xsc mv shared.xsc shared.c /usr/bin/gcc -c -fwrapv -fno-strict-aliasing -pipe -fstack-protector-strong -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -D_FORTIFY_SOURCE=2 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -O2 -DVERSION=\"1.64\" -DXS_VERSION=\"1.64\" -fPIC "-I../.." shared.c rm -f ../../lib/auto/threads/shared/shared.so /tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc -shared -O2 -L/usr/local/lib -fstack-protector-strong shared.o -o ../../lib/auto/threads/shared/shared.so \ -lpthread \ chmod 755 ../../lib/auto/threads/shared/shared.so make[2]: Leaving directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/dist/threads-shared' ./perl -Ilib -I. -f pod/buildtoc -q ./miniperl -Ilib utils/Makefile.PL Extracting utils/Makefile (with variable substitutions) Making utilities make[2]: Entering directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/utils' ../miniperl -I../lib corelist.PL Extracting corelist (with variable substitutions) ../miniperl -I../lib cpan.PL Extracting cpan (with variable substitutions) ../miniperl -I../lib h2ph.PL Extracting h2ph (with variable substitutions) ../miniperl -I../lib h2xs.PL Extracting h2xs (with variable substitutions) ../miniperl -I../lib instmodsh.PL Extracting instmodsh (with variable substitutions) ../miniperl -I../lib json_pp.PL Extracting json_pp (with variable substitutions) ../miniperl -I../lib perlbug.PL Extracting perlbug (with variable substitutions) ../miniperl -I../lib perldoc.PL Extracting "perldoc" (with variable substitutions) ../miniperl -I../lib perlivp.PL Extracting perlivp (with variable substitutions) ../miniperl -I../lib pl2pm.PL Extracting pl2pm (with variable substitutions) ../miniperl -I../lib prove.PL Extracting prove (with variable substitutions) ../miniperl -I../lib ptar.PL Extracting ptar (with variable substitutions) ../miniperl -I../lib ptardiff.PL Extracting ptardiff (with variable substitutions) ../miniperl -I../lib ptargrep.PL Extracting ptargrep (with variable substitutions) ../miniperl -I../lib shasum.PL Extracting shasum (with variable substitutions) ../miniperl -I../lib splain.PL Extracting splain (with variable substitutions) ../miniperl -I../lib libnetcfg.PL Extracting libnetcfg (with variable substitutions) ../miniperl -I../lib piconv.PL Extracting piconv (with variable substitutions) ../miniperl -I../lib enc2xs.PL Extracting enc2xs (with variable substitutions) ../miniperl -I../lib encguess.PL Extracting encguess (with variable substitutions) ../miniperl -I../lib xsubpp.PL Extracting xsubpp (with variable substitutions) ../miniperl -I../lib pod2html.PL Extracting pod2html (with variable substitutions) ../miniperl -I../lib zipdetails.PL Extracting zipdetails (with variable substitutions) ../miniperl -I../lib streamzip.PL Extracting streamzip (with variable substitutions) make[2]: Leaving directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/utils' Everything is up to date. Type '/home/autobuild/make/make test' to run test suite. make[1]: Leaving directory '/tmp/instance-5/output-1/build/host-perl-5.36.0' >>> host-perl 5.36.0 Installing to host directory PATH="/tmp/instance-5/output-1/host/bin:/tmp/instance-5/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PKG_CONFIG="/tmp/instance-5/output-1/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/tmp/instance-5/output-1/host/lib/pkgconfig:/tmp/instance-5/output-1/host/share/pkgconfig" /home/autobuild/make/make -j1 -C /tmp/instance-5/output-1/build/host-perl-5.36.0 INSTALL_DEPENDENCE='' install make[1]: Entering directory '/tmp/instance-5/output-1/build/host-perl-5.36.0' makefile:258: warning: ignoring prerequisites on suffix rule definition makefile:254: warning: ignoring prerequisites on suffix rule definition makefile:258: warning: ignoring prerequisites on suffix rule definition makefile:258: warning: ignoring prerequisites on suffix rule definition makefile:254: warning: ignoring prerequisites on suffix rule definition makefile:258: warning: ignoring prerequisites on suffix rule definition ./miniperl -Ilib make_ext.pl cpan/Archive-Tar/pm_to_blib MAKE="/home/autobuild/make/make" LIBPERL_A=libperl.a make[2]: Entering directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/cpan/Archive-Tar' make[2]: Leaving directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/cpan/Archive-Tar' ./miniperl -Ilib make_ext.pl dist/Attribute-Handlers/pm_to_blib MAKE="/home/autobuild/make/make" LIBPERL_A=libperl.a Running pm_to_blib for dist/Attribute-Handlers directly ./miniperl -Ilib make_ext.pl cpan/AutoLoader/pm_to_blib MAKE="/home/autobuild/make/make" LIBPERL_A=libperl.a Running pm_to_blib for cpan/AutoLoader directly ./miniperl -Ilib make_ext.pl cpan/CPAN/pm_to_blib MAKE="/home/autobuild/make/make" LIBPERL_A=libperl.a make[2]: Entering directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/cpan/CPAN' make[2]: Leaving directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/cpan/CPAN' ./miniperl -Ilib make_ext.pl cpan/CPAN-Meta/pm_to_blib MAKE="/home/autobuild/make/make" LIBPERL_A=libperl.a make[2]: Entering directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/cpan/CPAN-Meta' make[2]: Leaving directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/cpan/CPAN-Meta' ./miniperl -Ilib make_ext.pl cpan/CPAN-Meta-Requirements/pm_to_blib MAKE="/home/autobuild/make/make" LIBPERL_A=libperl.a Running pm_to_blib for cpan/CPAN-Meta-Requirements directly ./miniperl -Ilib make_ext.pl cpan/CPAN-Meta-YAML/pm_to_blib MAKE="/home/autobuild/make/make" LIBPERL_A=libperl.a Running pm_to_blib for cpan/CPAN-Meta-YAML directly ./miniperl -Ilib make_ext.pl dist/Carp/pm_to_blib MAKE="/home/autobuild/make/make" LIBPERL_A=libperl.a Running pm_to_blib for dist/Carp directly ./miniperl -Ilib make_ext.pl cpan/Config-Perl-V/pm_to_blib MAKE="/home/autobuild/make/make" LIBPERL_A=libperl.a Running pm_to_blib for cpan/Config-Perl-V directly ./miniperl -Ilib make_ext.pl dist/Devel-SelfStubber/pm_to_blib MAKE="/home/autobuild/make/make" LIBPERL_A=libperl.a Running pm_to_blib for dist/Devel-SelfStubber directly ./miniperl -Ilib make_ext.pl cpan/Digest/pm_to_blib MAKE="/home/autobuild/make/make" LIBPERL_A=libperl.a Running pm_to_blib for cpan/Digest directly ./miniperl -Ilib make_ext.pl dist/Dumpvalue/pm_to_blib MAKE="/home/autobuild/make/make" LIBPERL_A=libperl.a Running pm_to_blib for dist/Dumpvalue directly ./miniperl -Ilib make_ext.pl dist/Env/pm_to_blib MAKE="/home/autobuild/make/make" LIBPERL_A=libperl.a Running pm_to_blib for dist/Env directly ./miniperl -Ilib make_ext.pl ext/Errno/pm_to_blib MAKE="/home/autobuild/make/make" LIBPERL_A=libperl.a make[2]: Entering directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/ext/Errno' make[2]: Leaving directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/ext/Errno' ./miniperl -Ilib make_ext.pl dist/Exporter/pm_to_blib MAKE="/home/autobuild/make/make" LIBPERL_A=libperl.a Running pm_to_blib for dist/Exporter directly ./miniperl -Ilib make_ext.pl dist/ExtUtils-CBuilder/pm_to_blib MAKE="/home/autobuild/make/make" LIBPERL_A=libperl.a Running pm_to_blib for dist/ExtUtils-CBuilder directly ./miniperl -Ilib make_ext.pl cpan/ExtUtils-Constant/pm_to_blib MAKE="/home/autobuild/make/make" LIBPERL_A=libperl.a Running pm_to_blib for cpan/ExtUtils-Constant directly ./miniperl -Ilib make_ext.pl cpan/ExtUtils-Install/pm_to_blib MAKE="/home/autobuild/make/make" LIBPERL_A=libperl.a Running pm_to_blib for cpan/ExtUtils-Install directly ./miniperl -Ilib make_ext.pl cpan/ExtUtils-MakeMaker/pm_to_blib MAKE="/home/autobuild/make/make" LIBPERL_A=libperl.a make[2]: Entering directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/cpan/ExtUtils-MakeMaker' make[2]: Leaving directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/cpan/ExtUtils-MakeMaker' ./miniperl -Ilib make_ext.pl cpan/ExtUtils-Manifest/pm_to_blib MAKE="/home/autobuild/make/make" LIBPERL_A=libperl.a make[2]: Entering directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/cpan/ExtUtils-Manifest' make[2]: Leaving directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/cpan/ExtUtils-Manifest' ./miniperl -Ilib make_ext.pl ext/ExtUtils-Miniperl/pm_to_blib MAKE="/home/autobuild/make/make" LIBPERL_A=libperl.a Running pm_to_blib for ext/ExtUtils-Miniperl directly ./miniperl -Ilib make_ext.pl cpan/ExtUtils-PL2Bat/pm_to_blib MAKE="/home/autobuild/make/make" LIBPERL_A=libperl.a Running pm_to_blib for cpan/ExtUtils-PL2Bat directly ./miniperl -Ilib make_ext.pl dist/ExtUtils-ParseXS/pm_to_blib MAKE="/home/autobuild/make/make" LIBPERL_A=libperl.a make[2]: Entering directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/dist/ExtUtils-ParseXS' make[2]: Leaving directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/dist/ExtUtils-ParseXS' ./miniperl -Ilib make_ext.pl cpan/File-Fetch/pm_to_blib MAKE="/home/autobuild/make/make" LIBPERL_A=libperl.a Running pm_to_blib for cpan/File-Fetch directly ./miniperl -Ilib make_ext.pl ext/File-Find/pm_to_blib MAKE="/home/autobuild/make/make" LIBPERL_A=libperl.a Running pm_to_blib for ext/File-Find directly ./miniperl -Ilib make_ext.pl cpan/File-Path/pm_to_blib MAKE="/home/autobuild/make/make" LIBPERL_A=libperl.a Running pm_to_blib for cpan/File-Path directly ./miniperl -Ilib make_ext.pl cpan/File-Temp/pm_to_blib MAKE="/home/autobuild/make/make" LIBPERL_A=libperl.a Running pm_to_blib for cpan/File-Temp directly ./miniperl -Ilib make_ext.pl ext/FileCache/pm_to_blib MAKE="/home/autobuild/make/make" LIBPERL_A=libperl.a Running pm_to_blib for ext/FileCache directly ./miniperl -Ilib make_ext.pl dist/Filter-Simple/pm_to_blib MAKE="/home/autobuild/make/make" LIBPERL_A=libperl.a Running pm_to_blib for dist/Filter-Simple directly ./miniperl -Ilib make_ext.pl dist/FindBin/pm_to_blib MAKE="/home/autobuild/make/make" LIBPERL_A=libperl.a Running pm_to_blib for dist/FindBin directly ./miniperl -Ilib make_ext.pl cpan/Getopt-Long/pm_to_blib MAKE="/home/autobuild/make/make" LIBPERL_A=libperl.a Running pm_to_blib for cpan/Getopt-Long directly ./miniperl -Ilib make_ext.pl cpan/HTTP-Tiny/pm_to_blib MAKE="/home/autobuild/make/make" LIBPERL_A=libperl.a make[2]: Entering directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/cpan/HTTP-Tiny' make[2]: Leaving directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/cpan/HTTP-Tiny' ./miniperl -Ilib make_ext.pl dist/I18N-Collate/pm_to_blib MAKE="/home/autobuild/make/make" LIBPERL_A=libperl.a Running pm_to_blib for dist/I18N-Collate directly ./miniperl -Ilib make_ext.pl dist/I18N-LangTags/pm_to_blib MAKE="/home/autobuild/make/make" LIBPERL_A=libperl.a Running pm_to_blib for dist/I18N-LangTags directly ./miniperl -Ilib make_ext.pl dist/lib/pm_to_blib MAKE="/home/autobuild/make/make" LIBPERL_A=libperl.a make[2]: Entering directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/dist/lib' make[2]: Leaving directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/dist/lib' ./miniperl -Ilib make_ext.pl cpan/IO-Compress/pm_to_blib MAKE="/home/autobuild/make/make" LIBPERL_A=libperl.a make[2]: Entering directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/cpan/IO-Compress' make[2]: Leaving directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/cpan/IO-Compress' ./miniperl -Ilib make_ext.pl cpan/IO-Socket-IP/pm_to_blib MAKE="/home/autobuild/make/make" LIBPERL_A=libperl.a Running pm_to_blib for cpan/IO-Socket-IP directly ./miniperl -Ilib make_ext.pl cpan/IO-Zlib/pm_to_blib MAKE="/home/autobuild/make/make" LIBPERL_A=libperl.a Running pm_to_blib for cpan/IO-Zlib directly ./miniperl -Ilib make_ext.pl cpan/IPC-Cmd/pm_to_blib MAKE="/home/autobuild/make/make" LIBPERL_A=libperl.a Running pm_to_blib for cpan/IPC-Cmd directly ./miniperl -Ilib make_ext.pl ext/IPC-Open3/pm_to_blib MAKE="/home/autobuild/make/make" LIBPERL_A=libperl.a Running pm_to_blib for ext/IPC-Open3 directly ./miniperl -Ilib make_ext.pl cpan/JSON-PP/pm_to_blib MAKE="/home/autobuild/make/make" LIBPERL_A=libperl.a make[2]: Entering directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/cpan/JSON-PP' make[2]: Leaving directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/cpan/JSON-PP' ./miniperl -Ilib make_ext.pl dist/Locale-Maketext/pm_to_blib MAKE="/home/autobuild/make/make" LIBPERL_A=libperl.a Running pm_to_blib for dist/Locale-Maketext directly ./miniperl -Ilib make_ext.pl cpan/Locale-Maketext-Simple/pm_to_blib MAKE="/home/autobuild/make/make" LIBPERL_A=libperl.a Running pm_to_blib for cpan/Locale-Maketext-Simple directly ./miniperl -Ilib make_ext.pl cpan/Math-BigInt/pm_to_blib MAKE="/home/autobuild/make/make" LIBPERL_A=libperl.a Running pm_to_blib for cpan/Math-BigInt directly ./miniperl -Ilib make_ext.pl cpan/Math-BigRat/pm_to_blib MAKE="/home/autobuild/make/make" LIBPERL_A=libperl.a Running pm_to_blib for cpan/Math-BigRat directly ./miniperl -Ilib make_ext.pl cpan/Math-Complex/pm_to_blib MAKE="/home/autobuild/make/make" LIBPERL_A=libperl.a Running pm_to_blib for cpan/Math-Complex directly ./miniperl -Ilib make_ext.pl cpan/Memoize/pm_to_blib MAKE="/home/autobuild/make/make" LIBPERL_A=libperl.a Running pm_to_blib for cpan/Memoize directly ./miniperl -Ilib make_ext.pl dist/Module-CoreList/pm_to_blib MAKE="/home/autobuild/make/make" LIBPERL_A=libperl.a make[2]: Entering directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/dist/Module-CoreList' make[2]: Leaving directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/dist/Module-CoreList' ./miniperl -Ilib make_ext.pl cpan/Module-Load/pm_to_blib MAKE="/home/autobuild/make/make" LIBPERL_A=libperl.a Running pm_to_blib for cpan/Module-Load directly ./miniperl -Ilib make_ext.pl cpan/Module-Load-Conditional/pm_to_blib MAKE="/home/autobuild/make/make" LIBPERL_A=libperl.a Running pm_to_blib for cpan/Module-Load-Conditional directly ./miniperl -Ilib make_ext.pl cpan/Module-Loaded/pm_to_blib MAKE="/home/autobuild/make/make" LIBPERL_A=libperl.a Running pm_to_blib for cpan/Module-Loaded directly ./miniperl -Ilib make_ext.pl cpan/Module-Metadata/pm_to_blib MAKE="/home/autobuild/make/make" LIBPERL_A=libperl.a make[2]: Entering directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/cpan/Module-Metadata' make[2]: Leaving directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/cpan/Module-Metadata' ./miniperl -Ilib make_ext.pl cpan/NEXT/pm_to_blib MAKE="/home/autobuild/make/make" LIBPERL_A=libperl.a Running pm_to_blib for cpan/NEXT directly ./miniperl -Ilib make_ext.pl dist/Net-Ping/pm_to_blib MAKE="/home/autobuild/make/make" LIBPERL_A=libperl.a Running pm_to_blib for dist/Net-Ping directly ./miniperl -Ilib make_ext.pl cpan/Params-Check/pm_to_blib MAKE="/home/autobuild/make/make" LIBPERL_A=libperl.a Running pm_to_blib for cpan/Params-Check directly ./miniperl -Ilib make_ext.pl cpan/Perl-OSType/pm_to_blib MAKE="/home/autobuild/make/make" LIBPERL_A=libperl.a Running pm_to_blib for cpan/Perl-OSType directly ./miniperl -Ilib make_ext.pl cpan/PerlIO-via-QuotedPrint/pm_to_blib MAKE="/home/autobuild/make/make" LIBPERL_A=libperl.a Running pm_to_blib for cpan/PerlIO-via-QuotedPrint directly ./miniperl -Ilib make_ext.pl cpan/Pod-Checker/pm_to_blib MAKE="/home/autobuild/make/make" LIBPERL_A=libperl.a make[2]: Entering directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/cpan/Pod-Checker' make[2]: Leaving directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/cpan/Pod-Checker' ./miniperl -Ilib make_ext.pl cpan/Pod-Escapes/pm_to_blib MAKE="/home/autobuild/make/make" LIBPERL_A=libperl.a Running pm_to_blib for cpan/Pod-Escapes directly ./miniperl -Ilib make_ext.pl dist/if/pm_to_blib MAKE="/home/autobuild/make/make" LIBPERL_A=libperl.a make[2]: Entering directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/dist/if' make[2]: Leaving directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/dist/if' ./miniperl -Ilib make_ext.pl cpan/Pod-Simple/pm_to_blib MAKE="/home/autobuild/make/make" LIBPERL_A=libperl.a Running pm_to_blib for cpan/Pod-Simple directly ./miniperl -Ilib make_ext.pl ext/Pod-Functions/pm_to_blib MAKE="/home/autobuild/make/make" LIBPERL_A=libperl.a make[2]: Entering directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/ext/Pod-Functions' make[2]: Leaving directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/ext/Pod-Functions' ./miniperl -Ilib make_ext.pl ext/Pod-Html/pm_to_blib MAKE="/home/autobuild/make/make" LIBPERL_A=libperl.a make[2]: Entering directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/ext/Pod-Html' make[2]: Leaving directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/ext/Pod-Html' ./miniperl -Ilib make_ext.pl cpan/Pod-Perldoc/pm_to_blib MAKE="/home/autobuild/make/make" LIBPERL_A=libperl.a make[2]: Entering directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/cpan/Pod-Perldoc' make[2]: Leaving directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/cpan/Pod-Perldoc' ./miniperl -Ilib make_ext.pl cpan/Pod-Usage/pm_to_blib MAKE="/home/autobuild/make/make" LIBPERL_A=libperl.a make[2]: Entering directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/cpan/Pod-Usage' make[2]: Leaving directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/cpan/Pod-Usage' ./miniperl -Ilib make_ext.pl dist/Safe/pm_to_blib MAKE="/home/autobuild/make/make" LIBPERL_A=libperl.a Running pm_to_blib for dist/Safe directly ./miniperl -Ilib make_ext.pl dist/Search-Dict/pm_to_blib MAKE="/home/autobuild/make/make" LIBPERL_A=libperl.a Running pm_to_blib for dist/Search-Dict directly ./miniperl -Ilib make_ext.pl dist/SelfLoader/pm_to_blib MAKE="/home/autobuild/make/make" LIBPERL_A=libperl.a Running pm_to_blib for dist/SelfLoader directly ./miniperl -Ilib make_ext.pl cpan/Term-ANSIColor/pm_to_blib MAKE="/home/autobuild/make/make" LIBPERL_A=libperl.a Running pm_to_blib for cpan/Term-ANSIColor directly ./miniperl -Ilib make_ext.pl cpan/Term-Cap/pm_to_blib MAKE="/home/autobuild/make/make" LIBPERL_A=libperl.a make[2]: Entering directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/cpan/Term-Cap' make[2]: Leaving directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/cpan/Term-Cap' ./miniperl -Ilib make_ext.pl dist/Term-Complete/pm_to_blib MAKE="/home/autobuild/make/make" LIBPERL_A=libperl.a Running pm_to_blib for dist/Term-Complete directly ./miniperl -Ilib make_ext.pl dist/Term-ReadLine/pm_to_blib MAKE="/home/autobuild/make/make" LIBPERL_A=libperl.a Running pm_to_blib for dist/Term-ReadLine directly ./miniperl -Ilib make_ext.pl dist/Test/pm_to_blib MAKE="/home/autobuild/make/make" LIBPERL_A=libperl.a Running pm_to_blib for dist/Test directly ./miniperl -Ilib make_ext.pl cpan/Test-Harness/pm_to_blib MAKE="/home/autobuild/make/make" LIBPERL_A=libperl.a make[2]: Entering directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/cpan/Test-Harness' make[2]: Leaving directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/cpan/Test-Harness' ./miniperl -Ilib make_ext.pl cpan/Test-Simple/pm_to_blib MAKE="/home/autobuild/make/make" LIBPERL_A=libperl.a Running pm_to_blib for cpan/Test-Simple directly ./miniperl -Ilib make_ext.pl dist/Text-Abbrev/pm_to_blib MAKE="/home/autobuild/make/make" LIBPERL_A=libperl.a Running pm_to_blib for dist/Text-Abbrev directly ./miniperl -Ilib make_ext.pl cpan/Text-Balanced/pm_to_blib MAKE="/home/autobuild/make/make" LIBPERL_A=libperl.a Running pm_to_blib for cpan/Text-Balanced directly ./miniperl -Ilib make_ext.pl cpan/Text-ParseWords/pm_to_blib MAKE="/home/autobuild/make/make" LIBPERL_A=libperl.a Running pm_to_blib for cpan/Text-ParseWords directly ./miniperl -Ilib make_ext.pl cpan/Text-Tabs/pm_to_blib MAKE="/home/autobuild/make/make" LIBPERL_A=libperl.a Running pm_to_blib for cpan/Text-Tabs directly ./miniperl -Ilib make_ext.pl dist/Thread-Queue/pm_to_blib MAKE="/home/autobuild/make/make" LIBPERL_A=libperl.a Running pm_to_blib for dist/Thread-Queue directly ./miniperl -Ilib make_ext.pl dist/Thread-Semaphore/pm_to_blib MAKE="/home/autobuild/make/make" LIBPERL_A=libperl.a Running pm_to_blib for dist/Thread-Semaphore directly ./miniperl -Ilib make_ext.pl dist/Tie-File/pm_to_blib MAKE="/home/autobuild/make/make" LIBPERL_A=libperl.a Running pm_to_blib for dist/Tie-File directly ./miniperl -Ilib make_ext.pl ext/Tie-Hash-NamedCapture/pm_to_blib MAKE="/home/autobuild/make/make" LIBPERL_A=libperl.a Running pm_to_blib for ext/Tie-Hash-NamedCapture directly ./miniperl -Ilib make_ext.pl ext/Tie-Memoize/pm_to_blib MAKE="/home/autobuild/make/make" LIBPERL_A=libperl.a Running pm_to_blib for ext/Tie-Memoize directly ./miniperl -Ilib make_ext.pl cpan/Tie-RefHash/pm_to_blib MAKE="/home/autobuild/make/make" LIBPERL_A=libperl.a Running pm_to_blib for cpan/Tie-RefHash directly ./miniperl -Ilib make_ext.pl cpan/Time-Local/pm_to_blib MAKE="/home/autobuild/make/make" LIBPERL_A=libperl.a Running pm_to_blib for cpan/Time-Local directly ./miniperl -Ilib make_ext.pl dist/XSLoader/pm_to_blib MAKE="/home/autobuild/make/make" LIBPERL_A=libperl.a make[2]: Entering directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/dist/XSLoader' make[2]: Leaving directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/dist/XSLoader' ./miniperl -Ilib make_ext.pl cpan/autodie/pm_to_blib MAKE="/home/autobuild/make/make" LIBPERL_A=libperl.a Running pm_to_blib for cpan/autodie directly ./miniperl -Ilib make_ext.pl dist/autouse/pm_to_blib MAKE="/home/autobuild/make/make" LIBPERL_A=libperl.a Running pm_to_blib for dist/autouse directly ./miniperl -Ilib make_ext.pl dist/base/pm_to_blib MAKE="/home/autobuild/make/make" LIBPERL_A=libperl.a make[2]: Entering directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/dist/base' make[2]: Leaving directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/dist/base' ./miniperl -Ilib make_ext.pl cpan/bignum/pm_to_blib MAKE="/home/autobuild/make/make" LIBPERL_A=libperl.a make[2]: Entering directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/cpan/bignum' make[2]: Leaving directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/cpan/bignum' ./miniperl -Ilib make_ext.pl dist/constant/pm_to_blib MAKE="/home/autobuild/make/make" LIBPERL_A=libperl.a Running pm_to_blib for dist/constant directly ./miniperl -Ilib make_ext.pl dist/encoding-warnings/pm_to_blib MAKE="/home/autobuild/make/make" LIBPERL_A=libperl.a Running pm_to_blib for dist/encoding-warnings directly ./miniperl -Ilib make_ext.pl cpan/experimental/pm_to_blib MAKE="/home/autobuild/make/make" LIBPERL_A=libperl.a Running pm_to_blib for cpan/experimental directly ./miniperl -Ilib make_ext.pl cpan/libnet/pm_to_blib MAKE="/home/autobuild/make/make" LIBPERL_A=libperl.a make[2]: Entering directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/cpan/libnet' make[2]: Leaving directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/cpan/libnet' ./miniperl -Ilib make_ext.pl cpan/parent/pm_to_blib MAKE="/home/autobuild/make/make" LIBPERL_A=libperl.a Running pm_to_blib for cpan/parent directly ./miniperl -Ilib make_ext.pl cpan/perlfaq/pm_to_blib MAKE="/home/autobuild/make/make" LIBPERL_A=libperl.a Running pm_to_blib for cpan/perlfaq directly ./miniperl -Ilib make_ext.pl cpan/podlators/pm_to_blib MAKE="/home/autobuild/make/make" LIBPERL_A=libperl.a make[2]: Entering directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/cpan/podlators' Manifying 2 pod documents make[2]: Leaving directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/cpan/podlators' ./miniperl -Ilib make_ext.pl cpan/version/pm_to_blib MAKE="/home/autobuild/make/make" LIBPERL_A=libperl.a Running pm_to_blib for cpan/version directly ./miniperl -Ilib lib/unicore/mktables -C lib/unicore -P pod -maketest -makelist -p lib/unicore/mktables: Files seem to be ok, not bothering to rebuild. Add '-w' option to force build ./miniperl -Ilib make_ext.pl DynaLoader.o MAKE="/home/autobuild/make/make" LIBPERL_A=libperl.a LINKTYPE=static CCCDLFLAGS= make[2]: Entering directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/ext/DynaLoader' make[2]: Leaving directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/ext/DynaLoader' ./miniperl -Ilib mkppport ppport.h in cpan/DB_File is up-to-date ppport.h in cpan/IPC-SysV is up-to-date ppport.h in cpan/Win32API-File is up-to-date ppport.h in dist/Data-Dumper is up-to-date ppport.h in dist/Devel-PPPort is up-to-date ppport.h in dist/ExtUtils-ParseXS is up-to-date ppport.h in dist/IO is up-to-date ppport.h in dist/PathTools is up-to-date ppport.h in dist/Storable is up-to-date ppport.h in dist/threads is up-to-date ppport.h in dist/threads-shared is up-to-date ppport.h in dist/Time-HiRes is up-to-date ppport.h in dist/Unicode-Normalize is up-to-date ./miniperl -Ilib make_ext.pl lib/auto/B/B.so MAKE="/home/autobuild/make/make" LIBPERL_A=libperl.a LINKTYPE=dynamic make[2]: Entering directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/ext/B' /tmp/instance-5/output-1/build/host-perl-5.36.0/ext/B/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- B.bs ../../lib/auto/B/B.bs 644 make[2]: Leaving directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/ext/B' ./miniperl -Ilib make_ext.pl lib/auto/Compress/Raw/Bzip2/Bzip2.so MAKE="/home/autobuild/make/make" LIBPERL_A=libperl.a LINKTYPE=dynamic make[2]: Entering directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/cpan/Compress-Raw-Bzip2' /tmp/instance-5/output-1/build/host-perl-5.36.0/cpan/Compress-Raw-Bzip2/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- Bzip2.bs ../../lib/auto/Compress/Raw/Bzip2/Bzip2.bs 644 make[2]: Leaving directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/cpan/Compress-Raw-Bzip2' ./miniperl -Ilib make_ext.pl lib/auto/Compress/Raw/Zlib/Zlib.so MAKE="/home/autobuild/make/make" LIBPERL_A=libperl.a LINKTYPE=dynamic make[2]: Entering directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/cpan/Compress-Raw-Zlib' /tmp/instance-5/output-1/build/host-perl-5.36.0/cpan/Compress-Raw-Zlib/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- Zlib.bs ../../lib/auto/Compress/Raw/Zlib/Zlib.bs 644 make[2]: Leaving directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/cpan/Compress-Raw-Zlib' ./miniperl -Ilib make_ext.pl lib/auto/Cwd/Cwd.so MAKE="/home/autobuild/make/make" LIBPERL_A=libperl.a LINKTYPE=dynamic make[2]: Entering directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/dist/PathTools' /tmp/instance-5/output-1/build/host-perl-5.36.0/dist/PathTools/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- Cwd.bs ../../lib/auto/Cwd/Cwd.bs 644 make[2]: Leaving directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/dist/PathTools' ./miniperl -Ilib make_ext.pl lib/auto/Data/Dumper/Dumper.so MAKE="/home/autobuild/make/make" LIBPERL_A=libperl.a LINKTYPE=dynamic make[2]: Entering directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/dist/Data-Dumper' /tmp/instance-5/output-1/build/host-perl-5.36.0/dist/Data-Dumper/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- Dumper.bs ../../lib/auto/Data/Dumper/Dumper.bs 644 make[2]: Leaving directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/dist/Data-Dumper' ./miniperl -Ilib make_ext.pl lib/auto/Devel/PPPort/PPPort.so MAKE="/home/autobuild/make/make" LIBPERL_A=libperl.a LINKTYPE=dynamic make[2]: Entering directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/dist/Devel-PPPort' /tmp/instance-5/output-1/build/host-perl-5.36.0/dist/Devel-PPPort/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- PPPort.bs ../../lib/auto/Devel/PPPort/PPPort.bs 644 make[2]: Leaving directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/dist/Devel-PPPort' ./miniperl -Ilib make_ext.pl lib/auto/Devel/Peek/Peek.so MAKE="/home/autobuild/make/make" LIBPERL_A=libperl.a LINKTYPE=dynamic make[2]: Entering directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/ext/Devel-Peek' /tmp/instance-5/output-1/build/host-perl-5.36.0/ext/Devel-Peek/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- Peek.bs ../../lib/auto/Devel/Peek/Peek.bs 644 make[2]: Leaving directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/ext/Devel-Peek' ./miniperl -Ilib make_ext.pl lib/auto/Digest/MD5/MD5.so MAKE="/home/autobuild/make/make" LIBPERL_A=libperl.a LINKTYPE=dynamic make[2]: Entering directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/cpan/Digest-MD5' /tmp/instance-5/output-1/build/host-perl-5.36.0/cpan/Digest-MD5/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- MD5.bs ../../lib/auto/Digest/MD5/MD5.bs 644 make[2]: Leaving directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/cpan/Digest-MD5' ./miniperl -Ilib make_ext.pl lib/auto/Digest/SHA/SHA.so MAKE="/home/autobuild/make/make" LIBPERL_A=libperl.a LINKTYPE=dynamic make[2]: Entering directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/cpan/Digest-SHA' /tmp/instance-5/output-1/build/host-perl-5.36.0/cpan/Digest-SHA/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- SHA.bs ../../lib/auto/Digest/SHA/SHA.bs 644 make[2]: Leaving directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/cpan/Digest-SHA' ./miniperl -Ilib make_ext.pl lib/auto/Encode/Encode.so MAKE="/home/autobuild/make/make" LIBPERL_A=libperl.a LINKTYPE=dynamic make[2]: Entering directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/cpan/Encode' make[3]: Entering directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/cpan/Encode/Byte' /tmp/instance-5/output-1/build/host-perl-5.36.0/cpan/Encode/Byte/../../../miniperl "-I../../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- Byte.bs ../../../lib/auto/Encode/Byte/Byte.bs 644 make[3]: Leaving directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/cpan/Encode/Byte' make[3]: Entering directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/cpan/Encode/CN' /tmp/instance-5/output-1/build/host-perl-5.36.0/cpan/Encode/CN/../../../miniperl "-I../../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- CN.bs ../../../lib/auto/Encode/CN/CN.bs 644 make[3]: Leaving directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/cpan/Encode/CN' make[3]: Entering directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/cpan/Encode/EBCDIC' /tmp/instance-5/output-1/build/host-perl-5.36.0/cpan/Encode/EBCDIC/../../../miniperl "-I../../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- EBCDIC.bs ../../../lib/auto/Encode/EBCDIC/EBCDIC.bs 644 make[3]: Leaving directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/cpan/Encode/EBCDIC' make[3]: Entering directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/cpan/Encode/JP' /tmp/instance-5/output-1/build/host-perl-5.36.0/cpan/Encode/JP/../../../miniperl "-I../../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- JP.bs ../../../lib/auto/Encode/JP/JP.bs 644 make[3]: Leaving directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/cpan/Encode/JP' make[3]: Entering directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/cpan/Encode/KR' /tmp/instance-5/output-1/build/host-perl-5.36.0/cpan/Encode/KR/../../../miniperl "-I../../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- KR.bs ../../../lib/auto/Encode/KR/KR.bs 644 make[3]: Leaving directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/cpan/Encode/KR' make[3]: Entering directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/cpan/Encode/Symbol' /tmp/instance-5/output-1/build/host-perl-5.36.0/cpan/Encode/Symbol/../../../miniperl "-I../../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- Symbol.bs ../../../lib/auto/Encode/Symbol/Symbol.bs 644 make[3]: Leaving directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/cpan/Encode/Symbol' make[3]: Entering directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/cpan/Encode/TW' /tmp/instance-5/output-1/build/host-perl-5.36.0/cpan/Encode/TW/../../../miniperl "-I../../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- TW.bs ../../../lib/auto/Encode/TW/TW.bs 644 make[3]: Leaving directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/cpan/Encode/TW' make[3]: Entering directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/cpan/Encode/Unicode' /tmp/instance-5/output-1/build/host-perl-5.36.0/cpan/Encode/Unicode/../../../miniperl "-I../../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- Unicode.bs ../../../lib/auto/Encode/Unicode/Unicode.bs 644 make[3]: Leaving directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/cpan/Encode/Unicode' /tmp/instance-5/output-1/build/host-perl-5.36.0/cpan/Encode/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- Encode.bs ../../lib/auto/Encode/Encode.bs 644 make[2]: Leaving directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/cpan/Encode' ./miniperl -Ilib make_ext.pl lib/auto/Fcntl/Fcntl.so MAKE="/home/autobuild/make/make" LIBPERL_A=libperl.a LINKTYPE=dynamic make[2]: Entering directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/ext/Fcntl' /tmp/instance-5/output-1/build/host-perl-5.36.0/ext/Fcntl/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- Fcntl.bs ../../lib/auto/Fcntl/Fcntl.bs 644 make[2]: Leaving directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/ext/Fcntl' ./miniperl -Ilib make_ext.pl lib/auto/File/DosGlob/DosGlob.so MAKE="/home/autobuild/make/make" LIBPERL_A=libperl.a LINKTYPE=dynamic make[2]: Entering directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/ext/File-DosGlob' /tmp/instance-5/output-1/build/host-perl-5.36.0/ext/File-DosGlob/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- DosGlob.bs ../../lib/auto/File/DosGlob/DosGlob.bs 644 make[2]: Leaving directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/ext/File-DosGlob' ./miniperl -Ilib make_ext.pl lib/auto/File/Glob/Glob.so MAKE="/home/autobuild/make/make" LIBPERL_A=libperl.a LINKTYPE=dynamic make[2]: Entering directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/ext/File-Glob' /tmp/instance-5/output-1/build/host-perl-5.36.0/ext/File-Glob/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- Glob.bs ../../lib/auto/File/Glob/Glob.bs 644 make[2]: Leaving directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/ext/File-Glob' ./miniperl -Ilib make_ext.pl lib/auto/Filter/Util/Call/Call.so MAKE="/home/autobuild/make/make" LIBPERL_A=libperl.a LINKTYPE=dynamic make[2]: Entering directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/cpan/Filter-Util-Call' /tmp/instance-5/output-1/build/host-perl-5.36.0/cpan/Filter-Util-Call/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- Call.bs ../../lib/auto/Filter/Util/Call/Call.bs 644 make[2]: Leaving directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/cpan/Filter-Util-Call' ./miniperl -Ilib make_ext.pl lib/auto/Hash/Util/Util.so MAKE="/home/autobuild/make/make" LIBPERL_A=libperl.a LINKTYPE=dynamic make[2]: Entering directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/ext/Hash-Util' /tmp/instance-5/output-1/build/host-perl-5.36.0/ext/Hash-Util/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- Util.bs ../../lib/auto/Hash/Util/Util.bs 644 make[2]: Leaving directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/ext/Hash-Util' ./miniperl -Ilib make_ext.pl lib/auto/Hash/Util/FieldHash/FieldHash.so MAKE="/home/autobuild/make/make" LIBPERL_A=libperl.a LINKTYPE=dynamic make[2]: Entering directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/ext/Hash-Util-FieldHash' /tmp/instance-5/output-1/build/host-perl-5.36.0/ext/Hash-Util-FieldHash/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- FieldHash.bs ../../lib/auto/Hash/Util/FieldHash/FieldHash.bs 644 make[2]: Leaving directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/ext/Hash-Util-FieldHash' ./miniperl -Ilib make_ext.pl lib/auto/I18N/Langinfo/Langinfo.so MAKE="/home/autobuild/make/make" LIBPERL_A=libperl.a LINKTYPE=dynamic make[2]: Entering directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/ext/I18N-Langinfo' /tmp/instance-5/output-1/build/host-perl-5.36.0/ext/I18N-Langinfo/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- Langinfo.bs ../../lib/auto/I18N/Langinfo/Langinfo.bs 644 make[2]: Leaving directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/ext/I18N-Langinfo' ./miniperl -Ilib make_ext.pl lib/auto/IO/IO.so MAKE="/home/autobuild/make/make" LIBPERL_A=libperl.a LINKTYPE=dynamic make[2]: Entering directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/dist/IO' /tmp/instance-5/output-1/build/host-perl-5.36.0/dist/IO/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- IO.bs ../../lib/auto/IO/IO.bs 644 make[2]: Leaving directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/dist/IO' ./miniperl -Ilib make_ext.pl lib/auto/IPC/SysV/SysV.so MAKE="/home/autobuild/make/make" LIBPERL_A=libperl.a LINKTYPE=dynamic make[2]: Entering directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/cpan/IPC-SysV' /tmp/instance-5/output-1/build/host-perl-5.36.0/cpan/IPC-SysV/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- SysV.bs ../../lib/auto/IPC/SysV/SysV.bs 644 make[2]: Leaving directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/cpan/IPC-SysV' ./miniperl -Ilib make_ext.pl lib/auto/List/Util/Util.so MAKE="/home/autobuild/make/make" LIBPERL_A=libperl.a LINKTYPE=dynamic make[2]: Entering directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/cpan/Scalar-List-Utils' /tmp/instance-5/output-1/build/host-perl-5.36.0/cpan/Scalar-List-Utils/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- Util.bs ../../lib/auto/List/Util/Util.bs 644 make[2]: Leaving directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/cpan/Scalar-List-Utils' ./miniperl -Ilib make_ext.pl lib/auto/MIME/Base64/Base64.so MAKE="/home/autobuild/make/make" LIBPERL_A=libperl.a LINKTYPE=dynamic make[2]: Entering directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/cpan/MIME-Base64' /tmp/instance-5/output-1/build/host-perl-5.36.0/cpan/MIME-Base64/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- Base64.bs ../../lib/auto/MIME/Base64/Base64.bs 644 make[2]: Leaving directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/cpan/MIME-Base64' ./miniperl -Ilib make_ext.pl lib/auto/Math/BigInt/FastCalc/FastCalc.so MAKE="/home/autobuild/make/make" LIBPERL_A=libperl.a LINKTYPE=dynamic make[2]: Entering directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/cpan/Math-BigInt-FastCalc' /tmp/instance-5/output-1/build/host-perl-5.36.0/cpan/Math-BigInt-FastCalc/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- FastCalc.bs ../../lib/auto/Math/BigInt/FastCalc/FastCalc.bs 644 make[2]: Leaving directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/cpan/Math-BigInt-FastCalc' ./miniperl -Ilib make_ext.pl lib/auto/Opcode/Opcode.so MAKE="/home/autobuild/make/make" LIBPERL_A=libperl.a LINKTYPE=dynamic make[2]: Entering directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/ext/Opcode' /tmp/instance-5/output-1/build/host-perl-5.36.0/ext/Opcode/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- Opcode.bs ../../lib/auto/Opcode/Opcode.bs 644 make[2]: Leaving directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/ext/Opcode' ./miniperl -Ilib make_ext.pl lib/auto/POSIX/POSIX.so MAKE="/home/autobuild/make/make" LIBPERL_A=libperl.a LINKTYPE=dynamic make[2]: Entering directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/ext/POSIX' /tmp/instance-5/output-1/build/host-perl-5.36.0/ext/POSIX/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- POSIX.bs ../../lib/auto/POSIX/POSIX.bs 644 make[2]: Leaving directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/ext/POSIX' ./miniperl -Ilib make_ext.pl lib/auto/PerlIO/encoding/encoding.so MAKE="/home/autobuild/make/make" LIBPERL_A=libperl.a LINKTYPE=dynamic make[2]: Entering directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/ext/PerlIO-encoding' /tmp/instance-5/output-1/build/host-perl-5.36.0/ext/PerlIO-encoding/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- encoding.bs ../../lib/auto/PerlIO/encoding/encoding.bs 644 make[2]: Leaving directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/ext/PerlIO-encoding' ./miniperl -Ilib make_ext.pl lib/auto/PerlIO/mmap/mmap.so MAKE="/home/autobuild/make/make" LIBPERL_A=libperl.a LINKTYPE=dynamic make[2]: Entering directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/ext/PerlIO-mmap' /tmp/instance-5/output-1/build/host-perl-5.36.0/ext/PerlIO-mmap/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- mmap.bs ../../lib/auto/PerlIO/mmap/mmap.bs 644 make[2]: Leaving directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/ext/PerlIO-mmap' ./miniperl -Ilib make_ext.pl lib/auto/PerlIO/scalar/scalar.so MAKE="/home/autobuild/make/make" LIBPERL_A=libperl.a LINKTYPE=dynamic make[2]: Entering directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/ext/PerlIO-scalar' /tmp/instance-5/output-1/build/host-perl-5.36.0/ext/PerlIO-scalar/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- scalar.bs ../../lib/auto/PerlIO/scalar/scalar.bs 644 make[2]: Leaving directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/ext/PerlIO-scalar' ./miniperl -Ilib make_ext.pl lib/auto/PerlIO/via/via.so MAKE="/home/autobuild/make/make" LIBPERL_A=libperl.a LINKTYPE=dynamic make[2]: Entering directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/ext/PerlIO-via' /tmp/instance-5/output-1/build/host-perl-5.36.0/ext/PerlIO-via/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- via.bs ../../lib/auto/PerlIO/via/via.bs 644 make[2]: Leaving directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/ext/PerlIO-via' ./miniperl -Ilib make_ext.pl lib/auto/SDBM_File/SDBM_File.so MAKE="/home/autobuild/make/make" LIBPERL_A=libperl.a LINKTYPE=dynamic make[2]: Entering directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/ext/SDBM_File' /tmp/instance-5/output-1/build/host-perl-5.36.0/ext/SDBM_File/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- SDBM_File.bs ../../lib/auto/SDBM_File/SDBM_File.bs 644 make[2]: Leaving directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/ext/SDBM_File' ./miniperl -Ilib make_ext.pl lib/auto/Socket/Socket.so MAKE="/home/autobuild/make/make" LIBPERL_A=libperl.a LINKTYPE=dynamic make[2]: Entering directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/cpan/Socket' /tmp/instance-5/output-1/build/host-perl-5.36.0/cpan/Socket/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- Socket.bs ../../lib/auto/Socket/Socket.bs 644 make[2]: Leaving directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/cpan/Socket' ./miniperl -Ilib make_ext.pl lib/auto/Storable/Storable.so MAKE="/home/autobuild/make/make" LIBPERL_A=libperl.a LINKTYPE=dynamic make[2]: Entering directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/dist/Storable' /tmp/instance-5/output-1/build/host-perl-5.36.0/dist/Storable/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- Storable.bs ../../lib/auto/Storable/Storable.bs 644 make[2]: Leaving directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/dist/Storable' ./miniperl -Ilib make_ext.pl lib/auto/Sys/Hostname/Hostname.so MAKE="/home/autobuild/make/make" LIBPERL_A=libperl.a LINKTYPE=dynamic make[2]: Entering directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/ext/Sys-Hostname' /tmp/instance-5/output-1/build/host-perl-5.36.0/ext/Sys-Hostname/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- Hostname.bs ../../lib/auto/Sys/Hostname/Hostname.bs 644 make[2]: Leaving directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/ext/Sys-Hostname' ./miniperl -Ilib make_ext.pl lib/auto/Sys/Syslog/Syslog.so MAKE="/home/autobuild/make/make" LIBPERL_A=libperl.a LINKTYPE=dynamic make[2]: Entering directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/cpan/Sys-Syslog' /tmp/instance-5/output-1/build/host-perl-5.36.0/cpan/Sys-Syslog/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- Syslog.bs ../../lib/auto/Sys/Syslog/Syslog.bs 644 make[2]: Leaving directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/cpan/Sys-Syslog' ./miniperl -Ilib make_ext.pl lib/auto/Time/HiRes/HiRes.so MAKE="/home/autobuild/make/make" LIBPERL_A=libperl.a LINKTYPE=dynamic make[2]: Entering directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/dist/Time-HiRes' /tmp/instance-5/output-1/build/host-perl-5.36.0/dist/Time-HiRes/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- HiRes.bs ../../lib/auto/Time/HiRes/HiRes.bs 644 make[2]: Leaving directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/dist/Time-HiRes' ./miniperl -Ilib make_ext.pl lib/auto/Time/Piece/Piece.so MAKE="/home/autobuild/make/make" LIBPERL_A=libperl.a LINKTYPE=dynamic make[2]: Entering directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/cpan/Time-Piece' /tmp/instance-5/output-1/build/host-perl-5.36.0/cpan/Time-Piece/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- Piece.bs ../../lib/auto/Time/Piece/Piece.bs 644 make[2]: Leaving directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/cpan/Time-Piece' ./miniperl -Ilib make_ext.pl lib/auto/Unicode/Collate/Collate.so MAKE="/home/autobuild/make/make" LIBPERL_A=libperl.a LINKTYPE=dynamic make[2]: Entering directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/cpan/Unicode-Collate' /tmp/instance-5/output-1/build/host-perl-5.36.0/cpan/Unicode-Collate/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- Collate.bs ../../lib/auto/Unicode/Collate/Collate.bs 644 make[2]: Leaving directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/cpan/Unicode-Collate' ./miniperl -Ilib make_ext.pl lib/auto/Unicode/Normalize/Normalize.so MAKE="/home/autobuild/make/make" LIBPERL_A=libperl.a LINKTYPE=dynamic make[2]: Entering directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/dist/Unicode-Normalize' /tmp/instance-5/output-1/build/host-perl-5.36.0/dist/Unicode-Normalize/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- Normalize.bs ../../lib/auto/Unicode/Normalize/Normalize.bs 644 make[2]: Leaving directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/dist/Unicode-Normalize' ./miniperl -Ilib make_ext.pl lib/auto/XS/APItest/APItest.so MAKE="/home/autobuild/make/make" LIBPERL_A=libperl.a LINKTYPE=dynamic make[2]: Entering directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/ext/XS-APItest' make[2]: Leaving directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/ext/XS-APItest' ./miniperl -Ilib make_ext.pl lib/auto/XS/Typemap/Typemap.so MAKE="/home/autobuild/make/make" LIBPERL_A=libperl.a LINKTYPE=dynamic make[2]: Entering directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/ext/XS-Typemap' /tmp/instance-5/output-1/build/host-perl-5.36.0/ext/XS-Typemap/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- Typemap.bs ../../lib/auto/XS/Typemap/Typemap.bs 644 make[2]: Leaving directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/ext/XS-Typemap' ./miniperl -Ilib make_ext.pl lib/auto/attributes/attributes.so MAKE="/home/autobuild/make/make" LIBPERL_A=libperl.a LINKTYPE=dynamic make[2]: Entering directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/ext/attributes' /tmp/instance-5/output-1/build/host-perl-5.36.0/ext/attributes/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- attributes.bs ../../lib/auto/attributes/attributes.bs 644 make[2]: Leaving directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/ext/attributes' ./miniperl -Ilib make_ext.pl lib/auto/mro/mro.so MAKE="/home/autobuild/make/make" LIBPERL_A=libperl.a LINKTYPE=dynamic make[2]: Entering directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/ext/mro' /tmp/instance-5/output-1/build/host-perl-5.36.0/ext/mro/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- mro.bs ../../lib/auto/mro/mro.bs 644 make[2]: Leaving directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/ext/mro' ./miniperl -Ilib make_ext.pl lib/auto/re/re.so MAKE="/home/autobuild/make/make" LIBPERL_A=libperl.a LINKTYPE=dynamic make[2]: Entering directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/ext/re' /tmp/instance-5/output-1/build/host-perl-5.36.0/ext/re/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- re.bs ../../lib/auto/re/re.bs 644 make[2]: Leaving directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/ext/re' ./miniperl -Ilib make_ext.pl lib/auto/threads/threads.so MAKE="/home/autobuild/make/make" LIBPERL_A=libperl.a LINKTYPE=dynamic make[2]: Entering directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/dist/threads' /tmp/instance-5/output-1/build/host-perl-5.36.0/dist/threads/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- threads.bs ../../lib/auto/threads/threads.bs 644 make[2]: Leaving directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/dist/threads' ./miniperl -Ilib make_ext.pl lib/auto/threads/shared/shared.so MAKE="/home/autobuild/make/make" LIBPERL_A=libperl.a LINKTYPE=dynamic make[2]: Entering directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/dist/threads-shared' /tmp/instance-5/output-1/build/host-perl-5.36.0/dist/threads-shared/../../miniperl "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- shared.bs ../../lib/auto/threads/shared/shared.bs 644 make[2]: Leaving directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/dist/threads-shared' Making utilities make[2]: Entering directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/utils' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/tmp/instance-5/output-1/build/host-perl-5.36.0/utils' Everything is up to date. Type '/home/autobuild/make/make test' to run test suite. ./perl -Ilib -I. installperl --destdir= WARNING: You've never run 'make test' or some tests failed! (Installing anyway.) /tmp/instance-5/output-1/host/bin/perl5.36.0 /tmp/instance-5/output-1/host/lib/perl5/5.36.0/x86_64-linux/threads.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/x86_64-linux/re.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/x86_64-linux/mro.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/x86_64-linux/attributes.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/x86_64-linux/Storable.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/x86_64-linux/Socket.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/x86_64-linux/SDBM_File.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/x86_64-linux/POSIX.pod /tmp/instance-5/output-1/host/lib/perl5/5.36.0/x86_64-linux/POSIX.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/x86_64-linux/ops.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/x86_64-linux/Opcode.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/x86_64-linux/IO.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/x86_64-linux/Fcntl.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/x86_64-linux/encoding.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/x86_64-linux/Encode.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/x86_64-linux/Cwd.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/x86_64-linux/O.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/x86_64-linux/B.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/x86_64-linux/DynaLoader.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/version.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/version.pod /tmp/instance-5/output-1/host/lib/perl5/5.36.0/perlfaq.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/parent.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/experimental.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/constant.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/bignum.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/bigint.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/bigfloat.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/bigrat.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/base.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/fields.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/autouse.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Fatal.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/autodie.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/XSLoader.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/ok.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Test2.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Test.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/SelfLoader.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Safe.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/if.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/NEXT.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Memoize.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/x86_64-linux/lib.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/FindBin.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/FileCache.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Exporter.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/x86_64-linux/Errno.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Env.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Dumpvalue.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Digest.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Carp.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/CPAN.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/AutoLoader.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/AutoSplit.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/x86_64-linux/Config_heavy.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/x86_64-linux/Config.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/x86_64-linux/Config.pod /tmp/instance-5/output-1/host/lib/perl5/5.36.0/x86_64-linux/Config_git.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/UNIVERSAL.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/builtin.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/overload.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/less.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/blib.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/DirHandle.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/meta_notation.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/bytes.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/English.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/open.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/dumpvar.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Internals.pod /tmp/instance-5/output-1/host/lib/perl5/5.36.0/locale.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/integer.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/CORE.pod /tmp/instance-5/output-1/host/lib/perl5/5.36.0/overloading.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Symbol.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/feature.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/PerlIO.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/_charnames.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/subs.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/vmsish.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/bytes_heavy.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/strict.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/diagnostics.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/sort.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/utf8.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/filetest.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/warnings.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/perl5db.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Thread.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Benchmark.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/charnames.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/SelectSaver.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/sigtrap.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/AnyDBM_File.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/deprecate.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/FileHandle.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/vars.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/DB.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/DBM_Filter.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/x86_64-linux/threads/shared.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/x86_64-linux/Sys/Syslog.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/x86_64-linux/Sys/Hostname.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/x86_64-linux/MIME/QuotedPrint.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/x86_64-linux/MIME/Base64.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/x86_64-linux/Sub/Util.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/x86_64-linux/Scalar/Util.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/x86_64-linux/List/Util.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/x86_64-linux/List/Util/XS.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/x86_64-linux/Hash/Util.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/x86_64-linux/Hash/Util/FieldHash.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/x86_64-linux/Encode/Unicode.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/x86_64-linux/Encode/TW.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/x86_64-linux/Encode/Symbol.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/x86_64-linux/Encode/KR.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/x86_64-linux/Encode/JP.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/x86_64-linux/Encode/EBCDIC.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/x86_64-linux/Encode/CN.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/x86_64-linux/Encode/Byte.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Encode/Supported.pod /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Encode/README.e2x /tmp/instance-5/output-1/host/lib/perl5/5.36.0/x86_64-linux/Encode/GSM0338.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/x86_64-linux/Encode/Encoding.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/x86_64-linux/Encode/Encoder.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Encode/Makefile_PL.e2x /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Encode/_T.e2x /tmp/instance-5/output-1/host/lib/perl5/5.36.0/x86_64-linux/Encode/Config.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Encode/_PM.e2x /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Encode/Changes.e2x /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Encode/ConfigLocal_PM.e2x /tmp/instance-5/output-1/host/lib/perl5/5.36.0/x86_64-linux/Encode/CJKConstants.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/x86_64-linux/Encode/Guess.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Encode/encode.h /tmp/instance-5/output-1/host/lib/perl5/5.36.0/x86_64-linux/Encode/Alias.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Encode/PerlIO.pod /tmp/instance-5/output-1/host/lib/perl5/5.36.0/x86_64-linux/Encode/Unicode/UTF7.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/x86_64-linux/Encode/JP/H2Z.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/x86_64-linux/Encode/JP/JIS7.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/x86_64-linux/Encode/CN/HZ.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/x86_64-linux/Encode/KR/2022_KR.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/x86_64-linux/Encode/MIME/Header.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/x86_64-linux/Encode/MIME/Name.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/x86_64-linux/Encode/MIME/Header/ISO_2022_JP.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/x86_64-linux/Data/Dumper.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/version/regex.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/version/Internals.pod /tmp/instance-5/output-1/host/lib/perl5/5.36.0/encoding/warnings.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/autodie/Util.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/autodie/skip.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/autodie/exception.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/autodie/hints.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/autodie/exception/system.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/autodie/Scope/Guard.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/autodie/Scope/GuardStack.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Thread/Semaphore.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Thread/Queue.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Text/Tabs.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Text/Wrap.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Text/ParseWords.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Text/Balanced.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Text/Abbrev.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Test2/API.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Test2/Hub.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Test2/Event.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Test2/Util.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Test2/IPC.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Test2/Transition.pod /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Test2/EventFacet.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Test2/Formatter.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Test2/IPC/Driver.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Test2/IPC/Driver/Files.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Test2/Util/HashBase.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Test2/Util/Trace.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Test2/Util/ExternalMeta.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Test2/Util/Facets2Legacy.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Test2/Formatter/TAP.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Test2/API/InterceptResult.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Test2/API/Stack.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Test2/API/Breakage.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Test2/API/Context.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Test2/API/Instance.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Test2/API/InterceptResult/Hub.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Test2/API/InterceptResult/Facet.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Test2/API/InterceptResult/Event.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Test2/API/InterceptResult/Squasher.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Test2/Tools/Tiny.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Test2/EventFacet/Plan.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Test2/EventFacet/About.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Test2/EventFacet/Info.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Test2/EventFacet/Error.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Test2/EventFacet/Control.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Test2/EventFacet/Parent.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Test2/EventFacet/Meta.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Test2/EventFacet/Hub.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Test2/EventFacet/Render.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Test2/EventFacet/Trace.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Test2/EventFacet/Amnesty.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Test2/EventFacet/Assert.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Test2/EventFacet/Info/Table.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Test2/Hub/Interceptor.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Test2/Hub/Subtest.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Test2/Hub/Interceptor/Terminator.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Test2/Event/Ok.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Test2/Event/Fail.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Test2/Event/Encoding.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Test2/Event/V2.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Test2/Event/Diag.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Test2/Event/Plan.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Test2/Event/Skip.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Test2/Event/Waiting.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Test2/Event/Pass.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Test2/Event/Note.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Test2/Event/Subtest.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Test2/Event/Exception.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Test2/Event/Bail.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Test2/Event/Generic.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Test2/Event/TAP/Version.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/TAP/Harness.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/TAP/Object.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/TAP/Base.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/TAP/Parser.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/TAP/Harness/Env.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/TAP/Harness/Beyond.pod /tmp/instance-5/output-1/host/lib/perl5/5.36.0/TAP/Formatter/File.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/TAP/Formatter/Session.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/TAP/Formatter/Console.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/TAP/Formatter/Base.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/TAP/Formatter/Color.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/TAP/Formatter/File/Session.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/TAP/Formatter/Console/ParallelSession.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/TAP/Formatter/Console/Session.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/TAP/Parser/SourceHandler.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/TAP/Parser/Source.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/TAP/Parser/Multiplexer.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/TAP/Parser/IteratorFactory.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/TAP/Parser/Scheduler.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/TAP/Parser/Iterator.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/TAP/Parser/Grammar.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/TAP/Parser/ResultFactory.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/TAP/Parser/Aggregator.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/TAP/Parser/Result.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/TAP/Parser/SourceHandler/Perl.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/TAP/Parser/SourceHandler/Handle.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/TAP/Parser/SourceHandler/File.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/TAP/Parser/SourceHandler/Executable.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/TAP/Parser/SourceHandler/RawTAP.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/TAP/Parser/YAMLish/Writer.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/TAP/Parser/YAMLish/Reader.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/TAP/Parser/Scheduler/Spinner.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/TAP/Parser/Scheduler/Job.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/TAP/Parser/Iterator/Stream.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/TAP/Parser/Iterator/Process.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/TAP/Parser/Iterator/Array.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/TAP/Parser/Result/Test.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/TAP/Parser/Result/YAML.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/TAP/Parser/Result/Bailout.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/TAP/Parser/Result/Pragma.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/TAP/Parser/Result/Version.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/TAP/Parser/Result/Plan.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/TAP/Parser/Result/Unknown.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/TAP/Parser/Result/Comment.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Test/Simple.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Test/Builder.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Test/Tutorial.pod /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Test/More.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Test/Tester.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Test/Harness.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Test/use/ok.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Test/Tester/Delegate.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Test/Tester/CaptureRunner.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Test/Tester/Capture.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Test/Builder/TodoDiag.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Test/Builder/Module.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Test/Builder/Formatter.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Test/Builder/Tester.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Test/Builder/Tester/Color.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Test/Builder/IO/Scalar.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Term/ReadLine.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Term/Complete.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Term/Cap.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Term/ANSIColor.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Search/Dict.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/x86_64-linux/PerlIO/via.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/x86_64-linux/PerlIO/scalar.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/x86_64-linux/PerlIO/mmap.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/x86_64-linux/PerlIO/encoding.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/PerlIO/via/QuotedPrint.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Perl/OSType.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Params/Check.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Module/Metadata.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Module/Loaded.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Module/Load.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Module/CoreList.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Module/CoreList.pod /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Module/Load/Conditional.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Module/CoreList/Utils.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Memoize/NDBM_File.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Memoize/Expire.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Memoize/AnyDBM_File.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Memoize/ExpireTest.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Memoize/SDBM_File.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Memoize/Storable.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Memoize/ExpireFile.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Math/Trig.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Math/Complex.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Math/BigRat.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Math/BigFloat.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Math/BigInt.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Math/BigRat/Trace.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Math/BigFloat/Trace.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/x86_64-linux/Math/BigInt/FastCalc.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Math/BigInt/Trace.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Math/BigInt/Calc.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Math/BigInt/Lib.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Locale/Maketext.pod /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Locale/Maketext.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Locale/Maketext/Simple.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Locale/Maketext/Cookbook.pod /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Locale/Maketext/GutsLoader.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Locale/Maketext/Guts.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Locale/Maketext/TPJ13.pod /tmp/instance-5/output-1/host/lib/perl5/5.36.0/JSON/PP.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/JSON/PP/Boolean.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/x86_64-linux/IPC/Msg.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/x86_64-linux/IPC/Semaphore.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/x86_64-linux/IPC/SysV.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/x86_64-linux/IPC/SharedMem.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/IPC/Open2.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/IPC/Open3.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/IPC/Cmd.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Compress/Zlib.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/x86_64-linux/Compress/Raw/Zlib.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/x86_64-linux/Compress/Raw/Bzip2.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/x86_64-linux/IO/Dir.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/x86_64-linux/IO/Poll.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/x86_64-linux/IO/Select.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/x86_64-linux/IO/Seekable.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/x86_64-linux/IO/Pipe.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/x86_64-linux/IO/Handle.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/x86_64-linux/IO/File.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/x86_64-linux/IO/Socket.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/IO/Zlib.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/x86_64-linux/IO/Socket/INET.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/x86_64-linux/IO/Socket/UNIX.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/IO/Socket/IP.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/IO/Compress/Deflate.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/IO/Compress/Gzip.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/IO/Compress/Base.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/IO/Compress/Zip.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/IO/Compress/Bzip2.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/IO/Compress/RawDeflate.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/IO/Compress/FAQ.pod /tmp/instance-5/output-1/host/lib/perl5/5.36.0/IO/Compress/Base/Common.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/IO/Compress/Zip/Constants.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/IO/Compress/Gzip/Constants.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/IO/Compress/Zlib/Extra.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/IO/Compress/Zlib/Constants.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/IO/Compress/Adapter/Bzip2.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/IO/Compress/Adapter/Deflate.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/IO/Compress/Adapter/Identity.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/IO/Uncompress/RawInflate.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/IO/Uncompress/AnyInflate.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/IO/Uncompress/Unzip.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/IO/Uncompress/AnyUncompress.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/IO/Uncompress/Bunzip2.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/IO/Uncompress/Gunzip.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/IO/Uncompress/Inflate.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/IO/Uncompress/Base.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/IO/Uncompress/Adapter/Bunzip2.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/IO/Uncompress/Adapter/Inflate.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/IO/Uncompress/Adapter/Identity.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/x86_64-linux/I18N/Langinfo.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/I18N/LangTags.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/I18N/Collate.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/I18N/LangTags/Detect.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/I18N/LangTags/List.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/HTTP/Tiny.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Filter/Simple.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/x86_64-linux/Filter/Util/Call.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Exporter/Heavy.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/x86_64-linux/Digest/SHA.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/x86_64-linux/Digest/MD5.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Digest/file.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Digest/base.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/x86_64-linux/Devel/Peek.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/x86_64-linux/Devel/PPPort.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Devel/SelfStubber.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Carp/Heavy.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Parse/CPAN/Meta.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/App/Prove.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/App/Cpan.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/App/Prove/State.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/App/Prove/State/Result.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/App/Prove/State/Result/Test.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/CPAN/Meta.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/CPAN/DeferredCode.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/CPAN/Author.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/CPAN/Debug.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/CPAN/URL.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/CPAN/Mirrors.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/CPAN/FTP.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/CPAN/HandleConfig.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/CPAN/Kwalify.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/CPAN/Index.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/CPAN/FirstTime.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/CPAN/Distrostatus.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/CPAN/Plugin.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/CPAN/Module.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/CPAN/Complete.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/CPAN/Shell.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/CPAN/Distribution.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/CPAN/Tarzip.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/CPAN/Version.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/CPAN/Prompt.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/CPAN/InfoObj.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/CPAN/Queue.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/CPAN/CacheMgr.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/CPAN/Distroprefs.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/CPAN/Bundle.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/CPAN/Nox.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/CPAN/Meta/YAML.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/CPAN/Meta/Requirements.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/CPAN/Meta/History.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/CPAN/Meta/Converter.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/CPAN/Meta/Feature.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/CPAN/Meta/Prereqs.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/CPAN/Meta/Validator.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/CPAN/Meta/Spec.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/CPAN/Meta/Merge.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/CPAN/Meta/History/Meta_1_1.pod /tmp/instance-5/output-1/host/lib/perl5/5.36.0/CPAN/Meta/History/Meta_1_2.pod /tmp/instance-5/output-1/host/lib/perl5/5.36.0/CPAN/Meta/History/Meta_1_3.pod /tmp/instance-5/output-1/host/lib/perl5/5.36.0/CPAN/Meta/History/Meta_1_4.pod /tmp/instance-5/output-1/host/lib/perl5/5.36.0/CPAN/Meta/History/Meta_1_0.pod /tmp/instance-5/output-1/host/lib/perl5/5.36.0/CPAN/API/HOWTO.pod /tmp/instance-5/output-1/host/lib/perl5/5.36.0/CPAN/Plugin/Specfile.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/CPAN/LWP/UserAgent.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/CPAN/FTP/netrc.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/CPAN/Kwalify/distroprefs.yml /tmp/instance-5/output-1/host/lib/perl5/5.36.0/CPAN/Kwalify/distroprefs.dd /tmp/instance-5/output-1/host/lib/perl5/5.36.0/CPAN/Exception/blocked_urllist.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/CPAN/Exception/yaml_not_installed.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/CPAN/Exception/yaml_process_error.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/CPAN/Exception/RecursiveDependency.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/CPAN/HTTP/Client.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/CPAN/HTTP/Credentials.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Attribute/Handlers.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/x86_64-linux/auto/threads/threads.so /tmp/instance-5/output-1/host/lib/perl5/5.36.0/x86_64-linux/auto/threads/shared/shared.so /tmp/instance-5/output-1/host/lib/perl5/5.36.0/x86_64-linux/auto/re/re.so /tmp/instance-5/output-1/host/lib/perl5/5.36.0/x86_64-linux/auto/mro/mro.so /tmp/instance-5/output-1/host/lib/perl5/5.36.0/x86_64-linux/auto/attributes/attributes.so /tmp/instance-5/output-1/host/lib/perl5/5.36.0/x86_64-linux/auto/Unicode/Normalize/Normalize.so /tmp/instance-5/output-1/host/lib/perl5/5.36.0/x86_64-linux/auto/Unicode/Collate/Collate.so /tmp/instance-5/output-1/host/lib/perl5/5.36.0/x86_64-linux/auto/Time/Piece/Piece.so /tmp/instance-5/output-1/host/lib/perl5/5.36.0/x86_64-linux/auto/Time/HiRes/HiRes.so /tmp/instance-5/output-1/host/lib/perl5/5.36.0/x86_64-linux/auto/Sys/Syslog/Syslog.so /tmp/instance-5/output-1/host/lib/perl5/5.36.0/x86_64-linux/auto/Sys/Hostname/Hostname.so /tmp/instance-5/output-1/host/lib/perl5/5.36.0/x86_64-linux/auto/Storable/Storable.so /tmp/instance-5/output-1/host/lib/perl5/5.36.0/x86_64-linux/auto/Socket/Socket.so /tmp/instance-5/output-1/host/lib/perl5/5.36.0/x86_64-linux/auto/SDBM_File/SDBM_File.so /tmp/instance-5/output-1/host/lib/perl5/5.36.0/x86_64-linux/auto/PerlIO/via/via.so /tmp/instance-5/output-1/host/lib/perl5/5.36.0/x86_64-linux/auto/PerlIO/scalar/scalar.so /tmp/instance-5/output-1/host/lib/perl5/5.36.0/x86_64-linux/auto/PerlIO/mmap/mmap.so /tmp/instance-5/output-1/host/lib/perl5/5.36.0/x86_64-linux/auto/PerlIO/encoding/encoding.so /tmp/instance-5/output-1/host/lib/perl5/5.36.0/x86_64-linux/auto/POSIX/POSIX.so /tmp/instance-5/output-1/host/lib/perl5/5.36.0/x86_64-linux/auto/Opcode/Opcode.so /tmp/instance-5/output-1/host/lib/perl5/5.36.0/x86_64-linux/auto/Math/BigInt/FastCalc/FastCalc.so /tmp/instance-5/output-1/host/lib/perl5/5.36.0/x86_64-linux/auto/MIME/Base64/Base64.so /tmp/instance-5/output-1/host/lib/perl5/5.36.0/x86_64-linux/auto/List/Util/Util.so /tmp/instance-5/output-1/host/lib/perl5/5.36.0/x86_64-linux/auto/IPC/SysV/SysV.so /tmp/instance-5/output-1/host/lib/perl5/5.36.0/x86_64-linux/auto/I18N/Langinfo/Langinfo.so /tmp/instance-5/output-1/host/lib/perl5/5.36.0/x86_64-linux/auto/Hash/Util/Util.so /tmp/instance-5/output-1/host/lib/perl5/5.36.0/x86_64-linux/auto/Hash/Util/FieldHash/FieldHash.so /tmp/instance-5/output-1/host/lib/perl5/5.36.0/x86_64-linux/auto/Filter/Util/Call/Call.so /tmp/instance-5/output-1/host/lib/perl5/5.36.0/x86_64-linux/auto/File/Glob/Glob.so /tmp/instance-5/output-1/host/lib/perl5/5.36.0/x86_64-linux/auto/File/DosGlob/DosGlob.so /tmp/instance-5/output-1/host/lib/perl5/5.36.0/x86_64-linux/auto/Fcntl/Fcntl.so /tmp/instance-5/output-1/host/lib/perl5/5.36.0/x86_64-linux/auto/Encode/Encode.so /tmp/instance-5/output-1/host/lib/perl5/5.36.0/x86_64-linux/auto/Encode/Unicode/Unicode.so /tmp/instance-5/output-1/host/lib/perl5/5.36.0/x86_64-linux/auto/Encode/TW/TW.so /tmp/instance-5/output-1/host/lib/perl5/5.36.0/x86_64-linux/auto/Encode/Symbol/Symbol.so /tmp/instance-5/output-1/host/lib/perl5/5.36.0/x86_64-linux/auto/Encode/KR/KR.so /tmp/instance-5/output-1/host/lib/perl5/5.36.0/x86_64-linux/auto/Encode/JP/JP.so /tmp/instance-5/output-1/host/lib/perl5/5.36.0/x86_64-linux/auto/Encode/EBCDIC/EBCDIC.so /tmp/instance-5/output-1/host/lib/perl5/5.36.0/x86_64-linux/auto/Encode/CN/CN.so /tmp/instance-5/output-1/host/lib/perl5/5.36.0/x86_64-linux/auto/Encode/Byte/Byte.so /tmp/instance-5/output-1/host/lib/perl5/5.36.0/x86_64-linux/auto/Digest/SHA/SHA.so /tmp/instance-5/output-1/host/lib/perl5/5.36.0/x86_64-linux/auto/Digest/MD5/MD5.so /tmp/instance-5/output-1/host/lib/perl5/5.36.0/x86_64-linux/auto/Devel/Peek/Peek.so /tmp/instance-5/output-1/host/lib/perl5/5.36.0/x86_64-linux/auto/Data/Dumper/Dumper.so /tmp/instance-5/output-1/host/lib/perl5/5.36.0/x86_64-linux/auto/Cwd/Cwd.so /tmp/instance-5/output-1/host/lib/perl5/5.36.0/x86_64-linux/auto/Compress/Raw/Zlib/Zlib.so /tmp/instance-5/output-1/host/lib/perl5/5.36.0/x86_64-linux/auto/Compress/Raw/Bzip2/Bzip2.so /tmp/instance-5/output-1/host/lib/perl5/5.36.0/x86_64-linux/auto/B/B.so /tmp/instance-5/output-1/host/lib/perl5/5.36.0/x86_64-linux/auto/IO/IO.so /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Archive/Tar.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Archive/Tar/File.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Archive/Tar/Constant.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/overload/numbers.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/warnings/register.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/x86_64-linux/B/Xref.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/x86_64-linux/B/Concise.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/x86_64-linux/B/Showlex.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/x86_64-linux/B/Terse.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/B/Deparse.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/B/Op_private.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Class/Struct.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/ExtUtils/ParseXS.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/ExtUtils/Typemaps.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/ExtUtils/ParseXS.pod /tmp/instance-5/output-1/host/lib/perl5/5.36.0/ExtUtils/xsubpp /tmp/instance-5/output-1/host/lib/perl5/5.36.0/ExtUtils/PL2Bat.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/ExtUtils/Miniperl.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/ExtUtils/Manifest.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/ExtUtils/MANIFEST.SKIP /tmp/instance-5/output-1/host/lib/perl5/5.36.0/ExtUtils/Mkbootstrap.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/ExtUtils/MM.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/ExtUtils/MM_BeOS.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/ExtUtils/MM_Darwin.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/ExtUtils/MM_QNX.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/ExtUtils/MM_OS390.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/ExtUtils/MY.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/ExtUtils/Mksymlists.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/ExtUtils/Liblist.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/ExtUtils/testlib.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/ExtUtils/MM_Win32.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/ExtUtils/MM_DOS.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/ExtUtils/MM_NW5.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/ExtUtils/MM_Win95.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/ExtUtils/MM_Cygwin.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/ExtUtils/MM_VMS.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/ExtUtils/MM_VOS.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/ExtUtils/MakeMaker.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/ExtUtils/MM_Any.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/ExtUtils/MM_MacOS.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/ExtUtils/MM_AIX.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/ExtUtils/MM_OS2.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/ExtUtils/MM_Unix.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/ExtUtils/Command.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/ExtUtils/MM_UWIN.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/ExtUtils/Install.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/ExtUtils/Packlist.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/ExtUtils/Installed.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/ExtUtils/Constant.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/ExtUtils/CBuilder.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/ExtUtils/typemap /tmp/instance-5/output-1/host/lib/perl5/5.36.0/ExtUtils/Embed.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/ExtUtils/ParseXS/CountLines.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/ExtUtils/ParseXS/Utilities.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/ExtUtils/ParseXS/Eval.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/ExtUtils/ParseXS/Constants.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/ExtUtils/Typemaps/Type.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/ExtUtils/Typemaps/Cmd.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/ExtUtils/Typemaps/OutputMap.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/ExtUtils/Typemaps/InputMap.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/ExtUtils/Liblist/Kid.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/ExtUtils/Command/MM.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/ExtUtils/MakeMaker/FAQ.pod /tmp/instance-5/output-1/host/lib/perl5/5.36.0/ExtUtils/MakeMaker/version.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/ExtUtils/MakeMaker/Config.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/ExtUtils/MakeMaker/Tutorial.pod /tmp/instance-5/output-1/host/lib/perl5/5.36.0/ExtUtils/MakeMaker/Locale.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/ExtUtils/Constant/XS.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/ExtUtils/Constant/Base.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/ExtUtils/Constant/ProxySubs.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/ExtUtils/Constant/Utils.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/ExtUtils/CBuilder/Base.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/ExtUtils/CBuilder/Platform/android.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/ExtUtils/CBuilder/Platform/Windows.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/ExtUtils/CBuilder/Platform/Unix.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/ExtUtils/CBuilder/Platform/os2.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/ExtUtils/CBuilder/Platform/darwin.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/ExtUtils/CBuilder/Platform/aix.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/ExtUtils/CBuilder/Platform/VMS.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/ExtUtils/CBuilder/Platform/cygwin.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/ExtUtils/CBuilder/Platform/dec_osf.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/ExtUtils/CBuilder/Platform/Windows/GCC.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/ExtUtils/CBuilder/Platform/Windows/MSVC.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/ExtUtils/CBuilder/Platform/Windows/BCC.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Tie/RefHash.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Tie/Memoize.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Tie/File.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Tie/Array.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Tie/Hash.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Tie/Handle.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Tie/SubstrHash.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Tie/Scalar.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Tie/StdHandle.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Tie/Hash/NamedCapture.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/x86_64-linux/Time/Seconds.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/x86_64-linux/Time/Piece.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/x86_64-linux/Time/HiRes.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Time/Local.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Time/localtime.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Time/gmtime.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Time/tm.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/UCD.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/Name.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/Name.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/CombiningClass.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/Decomposition.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/version /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/uni_keywords.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/NamedSequences.txt /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/Blocks.txt /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/SpecialCasing.txt /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/To/Vo.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/To/Uc.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/To/Tc.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/To/Scx.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/To/Sc.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/To/Nv.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/To/Nt.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/To/Na1.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/To/Lc.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/To/Lb.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/To/Jt.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/To/Jg.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/To/Isc.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/To/Hst.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/To/Gc.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/To/Ea.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/To/Cf.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/To/Bpt.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/To/Bpb.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/To/Bmg.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/To/Bc.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/To/Age.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/To/_PerlSCX.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/To/_PerlLB.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/To/WB.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/To/SB.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/To/PerlDeci.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/To/NameAlia.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/To/NFKDQC.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/To/NFKCQC.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/To/NFKCCF.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/To/NFDQC.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/To/NFCQC.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/To/InSC.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/To/InPC.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/To/Identif2.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/To/Identifi.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/To/GCB.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/To/EqUIdeo.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Vo/Tu.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Vo/Tr.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Vo/U.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Vo/R.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Scx/Zzzz.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Scx/Zyyy.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Scx/Zinh.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Scx/Yezi.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Scx/Xsux.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Scx/Vith.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Scx/Tirh.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Scx/Tibt.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Scx/Thaa.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Scx/Telu.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Scx/Tang.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Scx/Taml.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Scx/Talu.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Scx/Takr.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Scx/Tagb.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Scx/Syrc.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Scx/Sinh.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Scx/Sind.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Scx/Shrd.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Scx/Rohg.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Scx/Phlp.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Scx/Orya.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Scx/Nand.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Scx/Mymr.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Scx/Mult.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Scx/Mong.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Scx/Mlym.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Scx/Linb.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Scx/Lina.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Scx/Limb.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Scx/Latn.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Scx/Lana.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Scx/Kthi.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Scx/Knda.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Scx/Khoj.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Scx/Khmr.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Scx/Khar.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Scx/Kana.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Scx/Hmnp.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Scx/Hmng.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Scx/Hira.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Scx/Hebr.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Scx/Hang.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Scx/Guru.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Scx/Gujr.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Scx/Grek.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Scx/Gran.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Scx/Gonm.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Scx/Gong.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Scx/Glag.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Scx/Geor.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Scx/Ethi.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Scx/Dupl.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Scx/Diak.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Scx/Deva.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Scx/Cyrl.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Scx/Cprt.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Scx/Copt.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Scx/Cham.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Scx/Cakm.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Scx/Bopo.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Scx/Bhks.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Scx/Beng.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Scx/Armn.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Scx/Arab.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Scx/Adlm.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Scx/Nko.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Scx/Lao.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Scx/Han.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Scx/Yi.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Sc/Zyyy.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Sc/Zinh.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Sc/Telu.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Sc/Taml.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Sc/Syrc.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Sc/Sinh.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Sc/Orya.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Sc/Mult.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Sc/Mong.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Sc/Mlym.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Sc/Linb.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Sc/Limb.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Sc/Latn.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Sc/Knda.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Sc/Kana.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Sc/Hira.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Sc/Hang.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Sc/Guru.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Sc/Gujr.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Sc/Grek.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Sc/Gran.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Sc/Gonm.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Sc/Gong.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Sc/Glag.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Sc/Geor.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Sc/Dupl.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Sc/Deva.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Sc/Cyrl.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Sc/Cprt.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Sc/Beng.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Sc/Arab.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Sc/Han.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Nv/100000.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Nv/90000.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Nv/80000.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Nv/70000.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Nv/60000.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Nv/50000.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Nv/40000.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Nv/30000.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Nv/20000.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Nv/10000.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Nv/9000.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Nv/8000.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Nv/7000.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Nv/6000.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Nv/5000.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Nv/4000.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Nv/3000.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Nv/3_16.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Nv/2000.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Nv/1000.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Nv/1_16.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Nv/900.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Nv/800.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Nv/700.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Nv/600.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Nv/500.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Nv/400.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Nv/300.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Nv/3_4.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Nv/200.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Nv/2_3.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Nv/100.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Nv/1_8.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Nv/1_6.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Nv/1_4.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Nv/1_3.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Nv/1_2.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Nv/90.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Nv/80.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Nv/70.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Nv/60.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Nv/50.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Nv/40.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Nv/30.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Nv/20.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Nv/19.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Nv/18.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Nv/17.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Nv/16.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Nv/15.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Nv/14.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Nv/13.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Nv/12.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Nv/11.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Nv/10.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Nv/9.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Nv/8.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Nv/7.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Nv/6.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Nv/5.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Nv/4.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Nv/3.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Nv/2.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Nv/1.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Nv/0.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Nt/None.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Nt/Nu.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Nt/Di.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Lb/XX.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Lb/SA.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Lb/QU.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Lb/PR.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Lb/PO.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Lb/OP.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Lb/NU.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Lb/NS.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Lb/IS.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Lb/IN.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Lb/ID.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Lb/GL.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Lb/EX.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Lb/CM.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Lb/CL.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Lb/CJ.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Lb/BB.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Lb/BA.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Lb/AL.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Lb/AI.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Jt/U.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Jt/T.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Jt/R.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Jt/L.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Jt/D.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Jt/C.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Jg/HanifiRo.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Jg/NoJoinin.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Jg/FarsiYeh.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Jg/Seen.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Jg/Noon.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Jg/Alef.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Jg/Yeh.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Jg/Waw.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Jg/Tah.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Jg/Sad.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Jg/Reh.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Jg/Qaf.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Jg/Lam.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Jg/Kaf.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Jg/Hah.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Jg/Gaf.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Jg/Feh.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Jg/Dal.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Jg/Beh.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Jg/Ain.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Hst/NA.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Gc/Zs.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Gc/So.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Gc/Sm.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Gc/Sk.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Gc/Sc.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Gc/Ps.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Gc/Po.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Gc/Pi.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Gc/Pf.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Gc/Pe.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Gc/Pd.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Gc/Pc.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Gc/No.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Gc/Nl.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Gc/Nd.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Gc/Mn.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Gc/Me.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Gc/Mc.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Gc/Lu.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Gc/Lo.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Gc/Lm.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Gc/Ll.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Gc/LC.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Gc/Cn.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Gc/Cf.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Gc/Z.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Gc/S.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Gc/P.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Gc/N.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Gc/M.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Gc/L.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Gc/C.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Ea/Na.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Ea/W.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Ea/N.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Ea/H.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Ea/A.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Dt/NonCanon.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Dt/Vert.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Dt/Init.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Dt/Font.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Dt/Sup.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Dt/Sub.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Dt/Sqr.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Dt/Nar.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Dt/Med.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Dt/Iso.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Dt/Fin.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Dt/Enc.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Dt/Com.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Dt/Nb.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Bpt/O.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Bpt/N.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Bpt/C.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Blk/NB.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Bc/NSM.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Bc/WS.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Bc/ON.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Bc/ET.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Bc/ES.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Bc/EN.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Bc/CS.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Bc/BN.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Bc/AN.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Bc/AL.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Bc/R.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Bc/L.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Bc/B.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Age/V140.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Age/V130.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Age/V120.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Age/V110.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Age/V100.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Age/V90.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Age/V80.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Age/V70.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Age/V61.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Age/V60.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Age/V52.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Age/V51.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Age/V50.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Age/V41.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Age/V40.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Age/V32.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Age/V31.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Age/V30.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Age/V20.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Age/V11.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Age/NA.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/XIDS/Y.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/XIDC/Y.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/WB/WSegSpac.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/WB/Extend.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/WB/XX.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/WB/NU.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/WB/MN.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/WB/ML.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/WB/MB.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/WB/LE.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/WB/KA.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/WB/HL.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/WB/FO.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/WB/EX.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/VS/Y.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/UIdeo/Y.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Term/Y.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/STerm/Y.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/SD/Y.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/SB/XX.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/SB/UP.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/SB/Sp.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/SB/ST.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/SB/SC.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/SB/NU.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/SB/LO.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/SB/LE.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/SB/FO.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/SB/EX.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/SB/CL.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/SB/AT.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/QMark/Y.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/PatSyn/Y.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/PCM/Y.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/NFKDQC/Y.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/NFKDQC/N.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/NFKCQC/Y.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/NFKCQC/N.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/NFDQC/Y.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/NFDQC/N.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/NFCQC/Y.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/NFCQC/M.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Math/Y.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/InSC/Consona8.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/InSC/Consona7.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/InSC/Consona6.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/InSC/Consona5.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/InSC/VowelInd.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/InSC/Syllable.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/InSC/Invisibl.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/InSC/Cantilla.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/InSC/Consona4.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/InSC/VowelDep.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/InSC/Consona3.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/InSC/Consona2.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/InSC/PureKill.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/InSC/Consonan.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/InSC/ToneMark.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/InSC/Avagraha.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/InSC/Visarga.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/InSC/Virama.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/InSC/Number.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/InSC/Vowel.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/InSC/Other.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/InSC/Nukta.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/InSC/Bindu.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/InPC/TopAndL2.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/InPC/VisualOr.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/InPC/BottomAn.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/InPC/TopAndBo.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/InPC/LeftAndR.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/InPC/TopAndRi.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/InPC/TopAndLe.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/InPC/Overstru.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/InPC/Bottom.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/InPC/Right.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/InPC/Left.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/InPC/Top.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/InPC/NA.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/In/14_0.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/In/13_0.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/In/12_1.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/In/12_0.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/In/11_0.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/In/10_0.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/In/9_0.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/In/8_0.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/In/7_0.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/In/6_3.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/In/6_2.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/In/6_1.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/In/6_0.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/In/5_2.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/In/5_1.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/In/5_0.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/In/4_1.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/In/4_0.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/In/3_2.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/In/3_1.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/In/3_0.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/In/2_1.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/In/2_0.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Ideo/Y.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/IdType/DefaultI.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/IdType/NotChara.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/IdType/Uncommon.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/IdType/Recommen.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/IdType/LimitedU.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/IdType/Technica.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/IdType/Inclusio.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/IdType/Exclusio.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/IdType/Obsolete.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/IdType/NotNFKC.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/IdType/NotXID.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/IdStatus/Restrict.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/IdStatus/Allowed.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/IDS/Y.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/IDC/Y.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Hyphen/T.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Hex/Y.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/GrExt/Y.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/GrBase/Y.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/GCB/LVT.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/GCB/XX.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/GCB/SM.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/GCB/PP.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/GCB/LV.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/GCB/EX.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/GCB/CN.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/ExtPict/Y.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Ext/Y.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Emoji/Y.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/EPres/Y.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/EComp/Y.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/EBase/Y.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Dia/Y.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Dep/Y.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Dash/Y.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/DI/Y.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/CompEx/Y.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Cased/Y.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/CWU/Y.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/CWT/Y.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/CWL/Y.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/CWKCF/Y.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/CWCM/Y.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/CWCF/Y.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/CI/Y.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/CE/Y.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/BidiM/Y.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/BidiC/Y.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Alpha/Y.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Upper/Y.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Lower/Y.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Ccc/ATAR.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Ccc/VR.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Ccc/OV.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Ccc/NR.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Ccc/NK.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Ccc/DB.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Ccc/BR.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Ccc/AR.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Ccc/AL.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Ccc/B.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Ccc/A.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Perl/_PerlPr2.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Perl/_PerlPro.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Perl/_PerlIsI.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Perl/_PerlFol.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Perl/_PerlCh2.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Perl/_PerlCha.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Perl/_PerlQuo.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Perl/_PerlAny.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Perl/_PerlIDS.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Perl/_PerlIDC.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Perl/XPosixPu.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Perl/_PerlPat.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Perl/_PerlNch.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Perl/PosixPun.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Perl/SpacePer.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Perl/PerlWord.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Perl/Assigned.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Perl/Title.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Perl/Print.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Perl/Graph.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Perl/Blank.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Perl/Alnum.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/unicore/lib/Perl/Word.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/User/pwent.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/User/grent.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Config/Extensions.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Config/Perl/V.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Getopt/Long.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Getopt/Std.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/DBM_Filter/compress.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/DBM_Filter/int32.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/DBM_Filter/null.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/DBM_Filter/utf8.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/DBM_Filter/encode.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/x86_64-linux/File/Glob.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/x86_64-linux/File/DosGlob.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/x86_64-linux/File/Spec.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/File/GlobMapper.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/File/Temp.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/File/Path.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/File/Find.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/File/Fetch.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/File/Compare.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/File/stat.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/File/Basename.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/File/Copy.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/x86_64-linux/File/Spec/Cygwin.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/x86_64-linux/File/Spec/Epoc.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/x86_64-linux/File/Spec/OS2.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/x86_64-linux/File/Spec/Unix.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/x86_64-linux/File/Spec/Functions.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/x86_64-linux/File/Spec/Win32.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/x86_64-linux/File/Spec/AmigaOS.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/x86_64-linux/File/Spec/Mac.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/x86_64-linux/File/Spec/VMS.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/x86_64-linux/Unicode/Normalize.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/x86_64-linux/Unicode/Collate.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Unicode/UCD.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Unicode/Collate/keys.txt /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Unicode/Collate/allkeys.txt /tmp/instance-5/output-1/host/lib/perl5/5.36.0/x86_64-linux/Unicode/Collate/Locale.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Unicode/Collate/CJK/GB2312.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Unicode/Collate/CJK/Korean.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Unicode/Collate/CJK/Pinyin.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Unicode/Collate/CJK/Zhuyin.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Unicode/Collate/CJK/Big5.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Unicode/Collate/CJK/Stroke.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Unicode/Collate/CJK/JISX0208.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Unicode/Collate/Locale/te.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Unicode/Collate/Locale/ur.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Unicode/Collate/Locale/zh_big5.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Unicode/Collate/Locale/yo.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Unicode/Collate/Locale/ta.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Unicode/Collate/Locale/to.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Unicode/Collate/Locale/th.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Unicode/Collate/Locale/zh_gb.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Unicode/Collate/Locale/wo.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Unicode/Collate/Locale/vi.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Unicode/Collate/Locale/tr.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Unicode/Collate/Locale/zh_strk.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Unicode/Collate/Locale/vo.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Unicode/Collate/Locale/zh_zhu.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Unicode/Collate/Locale/ug_cyrl.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Unicode/Collate/Locale/wae.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Unicode/Collate/Locale/zh.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Unicode/Collate/Locale/tn.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Unicode/Collate/Locale/uk.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Unicode/Collate/Locale/zh_pin.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Unicode/Collate/Locale/om.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Unicode/Collate/Locale/kn.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Unicode/Collate/Locale/ro.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Unicode/Collate/Locale/si_dict.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Unicode/Collate/Locale/hu.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Unicode/Collate/Locale/sa.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Unicode/Collate/Locale/lkt.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Unicode/Collate/Locale/lv.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Unicode/Collate/Locale/ja.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Unicode/Collate/Locale/sr.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Unicode/Collate/Locale/pa.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Unicode/Collate/Locale/sq.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Unicode/Collate/Locale/mt.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Unicode/Collate/Locale/or.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Unicode/Collate/Locale/mr.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Unicode/Collate/Locale/sv_refo.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Unicode/Collate/Locale/si.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Unicode/Collate/Locale/is.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Unicode/Collate/Locale/hr.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Unicode/Collate/Locale/ml.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Unicode/Collate/Locale/mk.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Unicode/Collate/Locale/nb.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Unicode/Collate/Locale/kl.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Unicode/Collate/Locale/kk.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Unicode/Collate/Locale/ko.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Unicode/Collate/Locale/nn.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Unicode/Collate/Locale/pl.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Unicode/Collate/Locale/ln.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Unicode/Collate/Locale/hi.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Unicode/Collate/Locale/lt.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Unicode/Collate/Locale/sl.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Unicode/Collate/Locale/sk.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Unicode/Collate/Locale/nso.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Unicode/Collate/Locale/kok.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Unicode/Collate/Locale/hy.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Unicode/Collate/Locale/se.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Unicode/Collate/Locale/ig.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Unicode/Collate/Locale/sv.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Unicode/Collate/Locale/de_phone.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Unicode/Collate/Locale/af.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Unicode/Collate/Locale/haw.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Unicode/Collate/Locale/cu.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Unicode/Collate/Locale/as.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Unicode/Collate/Locale/fi.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Unicode/Collate/Locale/ha.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Unicode/Collate/Locale/es.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Unicode/Collate/Locale/be.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Unicode/Collate/Locale/fi_phone.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Unicode/Collate/Locale/da.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Unicode/Collate/Locale/eo.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Unicode/Collate/Locale/de_at_ph.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Unicode/Collate/Locale/az.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Unicode/Collate/Locale/fr_ca.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Unicode/Collate/Locale/he.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Unicode/Collate/Locale/ca.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Unicode/Collate/Locale/dsb.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Unicode/Collate/Locale/fo.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Unicode/Collate/Locale/fa.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Unicode/Collate/Locale/cs.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Unicode/Collate/Locale/et.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Unicode/Collate/Locale/fil.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Unicode/Collate/Locale/es_trad.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Unicode/Collate/Locale/cy.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Unicode/Collate/Locale/ee.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Unicode/Collate/Locale/bn.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Unicode/Collate/Locale/gu.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Unicode/Collate/Locale/ar.pl /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Net/POP3.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Net/Time.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Net/Domain.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Net/Netrc.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Net/Config.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Net/libnetFAQ.pod /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Net/FTP.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Net/SMTP.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Net/Cmd.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Net/NNTP.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Net/Ping.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Net/hostent.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Net/servent.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Net/netent.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Net/protoent.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Net/FTP/E.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Net/FTP/L.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Net/FTP/A.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Net/FTP/I.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Net/FTP/dataconn.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Pod/Man.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Pod/Text.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Pod/ParseLink.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Pod/Usage.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Pod/Perldoc.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Pod/Html.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Pod/Functions.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Pod/Simple.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Pod/Simple.pod /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Pod/Escapes.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Pod/Checker.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Pod/Text/Overstrike.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Pod/Text/Termcap.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Pod/Text/Color.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Pod/Perldoc/BaseTo.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Pod/Perldoc/ToMan.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Pod/Perldoc/ToANSI.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Pod/Perldoc/ToRtf.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Pod/Perldoc/ToText.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Pod/Perldoc/ToTerm.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Pod/Perldoc/ToTk.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Pod/Perldoc/ToNroff.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Pod/Perldoc/ToXml.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Pod/Perldoc/ToPod.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Pod/Perldoc/GetOptsOO.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Pod/Perldoc/ToChecker.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Pod/Html/Util.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Pod/Simple/Checker.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Pod/Simple/TextContent.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Pod/Simple/HTMLLegacy.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Pod/Simple/PullParser.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Pod/Simple/Methody.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Pod/Simple/Search.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Pod/Simple/HTML.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Pod/Simple/TranscodeDumb.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Pod/Simple/PullParserTextToken.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Pod/Simple/PullParserEndToken.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Pod/Simple/LinkSection.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Pod/Simple/TranscodeSmart.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Pod/Simple/BlackBox.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Pod/Simple/TiedOutFH.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Pod/Simple/XMLOutStream.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Pod/Simple/HTMLBatch.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Pod/Simple/PullParserToken.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Pod/Simple/Progress.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Pod/Simple/DumpAsText.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Pod/Simple/RTF.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Pod/Simple/DumpAsXML.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Pod/Simple/JustPod.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Pod/Simple/PullParserStartToken.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Pod/Simple/Text.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Pod/Simple/Debug.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Pod/Simple/SimpleTree.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Pod/Simple/Subclassing.pod /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Pod/Simple/Transcode.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/Pod/Simple/XHTML.pm /tmp/instance-5/output-1/host/lib/perl5/5.36.0/x86_64-linux/CORE/av.h /tmp/instance-5/output-1/host/lib/perl5/5.36.0/x86_64-linux/CORE/bitcount.h /tmp/instance-5/output-1/host/lib/perl5/5.36.0/x86_64-linux/CORE/charclass_invlists.h /tmp/instance-5/output-1/host/lib/perl5/5.36.0/x86_64-linux/CORE/config.h /tmp/instance-5/output-1/host/lib/perl5/5.36.0/x86_64-linux/CORE/cop.h /tmp/instance-5/output-1/host/lib/perl5/5.36.0/x86_64-linux/CORE/cv.h /tmp/instance-5/output-1/host/lib/perl5/5.36.0/x86_64-linux/CORE/dosish.h /tmp/instance-5/output-1/host/lib/perl5/5.36.0/x86_64-linux/CORE/ebcdic_tables.h /tmp/instance-5/output-1/host/lib/perl5/5.36.0/x86_64-linux/CORE/embed.h /tmp/instance-5/output-1/host/lib/perl5/5.36.0/x86_64-linux/CORE/embedvar.h /tmp/instance-5/output-1/host/lib/perl5/5.36.0/x86_64-linux/CORE/EXTERN.h /tmp/instance-5/output-1/host/lib/perl5/5.36.0/x86_64-linux/CORE/fakesdio.h /tmp/instance-5/output-1/host/lib/perl5/5.36.0/x86_64-linux/CORE/feature.h /tmp/instance-5/output-1/host/lib/perl5/5.36.0/x86_64-linux/CORE/form.h /tmp/instance-5/output-1/host/lib/perl5/5.36.0/x86_64-linux/CORE/git_version.h /tmp/instance-5/output-1/host/lib/perl5/5.36.0/x86_64-linux/CORE/gv.h /tmp/instance-5/output-1/host/lib/perl5/5.36.0/x86_64-linux/CORE/handy.h /tmp/instance-5/output-1/host/lib/perl5/5.36.0/x86_64-linux/CORE/hv.h /tmp/instance-5/output-1/host/lib/perl5/5.36.0/x86_64-linux/CORE/hv_func.h /tmp/instance-5/output-1/host/lib/perl5/5.36.0/x86_64-linux/CORE/hv_macro.h /tmp/instance-5/output-1/host/lib/perl5/5.36.0/x86_64-linux/CORE/inline.h /tmp/instance-5/output-1/host/lib/perl5/5.36.0/x86_64-linux/CORE/INTERN.h /tmp/instance-5/output-1/host/lib/perl5/5.36.0/x86_64-linux/CORE/intrpvar.h /tmp/instance-5/output-1/host/lib/perl5/5.36.0/x86_64-linux/CORE/invlist_inline.h /tmp/instance-5/output-1/host/lib/perl5/5.36.0/x86_64-linux/CORE/iperlsys.h /tmp/instance-5/output-1/host/lib/perl5/5.36.0/x86_64-linux/CORE/keywords.h /tmp/instance-5/output-1/host/lib/perl5/5.36.0/x86_64-linux/CORE/l1_char_class_tab.h /tmp/instance-5/output-1/host/lib/perl5/5.36.0/x86_64-linux/CORE/malloc_ctl.h /tmp/instance-5/output-1/host/lib/perl5/5.36.0/x86_64-linux/CORE/metaconfig.h /tmp/instance-5/output-1/host/lib/perl5/5.36.0/x86_64-linux/CORE/mg.h /tmp/instance-5/output-1/host/lib/perl5/5.36.0/x86_64-linux/CORE/mg_data.h /tmp/instance-5/output-1/host/lib/perl5/5.36.0/x86_64-linux/CORE/mg_raw.h /tmp/instance-5/output-1/host/lib/perl5/5.36.0/x86_64-linux/CORE/mg_vtable.h /tmp/instance-5/output-1/host/lib/perl5/5.36.0/x86_64-linux/CORE/mydtrace.h /tmp/instance-5/output-1/host/lib/perl5/5.36.0/x86_64-linux/CORE/nostdio.h /tmp/instance-5/output-1/host/lib/perl5/5.36.0/x86_64-linux/CORE/op.h /tmp/instance-5/output-1/host/lib/perl5/5.36.0/x86_64-linux/CORE/op_reg_common.h /tmp/instance-5/output-1/host/lib/perl5/5.36.0/x86_64-linux/CORE/opcode.h /tmp/instance-5/output-1/host/lib/perl5/5.36.0/x86_64-linux/CORE/opnames.h /tmp/instance-5/output-1/host/lib/perl5/5.36.0/x86_64-linux/CORE/overload.h /tmp/instance-5/output-1/host/lib/perl5/5.36.0/x86_64-linux/CORE/pad.h /tmp/instance-5/output-1/host/lib/perl5/5.36.0/x86_64-linux/CORE/parser.h /tmp/instance-5/output-1/host/lib/perl5/5.36.0/x86_64-linux/CORE/patchlevel.h /tmp/instance-5/output-1/host/lib/perl5/5.36.0/x86_64-linux/CORE/perl.h /tmp/instance-5/output-1/host/lib/perl5/5.36.0/x86_64-linux/CORE/perl_inc_macro.h /tmp/instance-5/output-1/host/lib/perl5/5.36.0/x86_64-linux/CORE/perl_langinfo.h /tmp/instance-5/output-1/host/lib/perl5/5.36.0/x86_64-linux/CORE/perl_siphash.h /tmp/instance-5/output-1/host/lib/perl5/5.36.0/x86_64-linux/CORE/perlapi.h /tmp/instance-5/output-1/host/lib/perl5/5.36.0/x86_64-linux/CORE/perlio.h /tmp/instance-5/output-1/host/lib/perl5/5.36.0/x86_64-linux/CORE/perliol.h /tmp/instance-5/output-1/host/lib/perl5/5.36.0/x86_64-linux/CORE/perlsdio.h /tmp/instance-5/output-1/host/lib/perl5/5.36.0/x86_64-linux/CORE/perlvars.h /tmp/instance-5/output-1/host/lib/perl5/5.36.0/x86_64-linux/CORE/perly.h /tmp/instance-5/output-1/host/lib/perl5/5.36.0/x86_64-linux/CORE/pp.h /tmp/instance-5/output-1/host/lib/perl5/5.36.0/x86_64-linux/CORE/pp_proto.h /tmp/instance-5/output-1/host/lib/perl5/5.36.0/x86_64-linux/CORE/proto.h /tmp/instance-5/output-1/host/lib/perl5/5.36.0/x86_64-linux/CORE/reentr.h /tmp/instance-5/output-1/host/lib/perl5/5.36.0/x86_64-linux/CORE/regcharclass.h /tmp/instance-5/output-1/host/lib/perl5/5.36.0/x86_64-linux/CORE/regcomp.h /tmp/instance-5/output-1/host/lib/perl5/5.36.0/x86_64-linux/CORE/regexp.h /tmp/instance-5/output-1/host/lib/perl5/5.36.0/x86_64-linux/CORE/regnodes.h /tmp/instance-5/output-1/host/lib/perl5/5.36.0/x86_64-linux/CORE/sbox32_hash.h /tmp/instance-5/output-1/host/lib/perl5/5.36.0/x86_64-linux/CORE/scope.h /tmp/instance-5/output-1/host/lib/perl5/5.36.0/x86_64-linux/CORE/sv.h /tmp/instance-5/output-1/host/lib/perl5/5.36.0/x86_64-linux/CORE/sv_inline.h /tmp/instance-5/output-1/host/lib/perl5/5.36.0/x86_64-linux/CORE/thread.h /tmp/instance-5/output-1/host/lib/perl5/5.36.0/x86_64-linux/CORE/time64.h /tmp/instance-5/output-1/host/lib/perl5/5.36.0/x86_64-linux/CORE/time64_config.h /tmp/instance-5/output-1/host/lib/perl5/5.36.0/x86_64-linux/CORE/uconfig.h /tmp/instance-5/output-1/host/lib/perl5/5.36.0/x86_64-linux/CORE/uni_keywords.h /tmp/instance-5/output-1/host/lib/perl5/5.36.0/x86_64-linux/CORE/unicode_constants.h /tmp/instance-5/output-1/host/lib/perl5/5.36.0/x86_64-linux/CORE/unixish.h /tmp/instance-5/output-1/host/lib/perl5/5.36.0/x86_64-linux/CORE/utf8.h /tmp/instance-5/output-1/host/lib/perl5/5.36.0/x86_64-linux/CORE/utfebcdic.h /tmp/instance-5/output-1/host/lib/perl5/5.36.0/x86_64-linux/CORE/util.h /tmp/instance-5/output-1/host/lib/perl5/5.36.0/x86_64-linux/CORE/uudmap.h /tmp/instance-5/output-1/host/lib/perl5/5.36.0/x86_64-linux/CORE/vutil.h /tmp/instance-5/output-1/host/lib/perl5/5.36.0/x86_64-linux/CORE/warnings.h /tmp/instance-5/output-1/host/lib/perl5/5.36.0/x86_64-linux/CORE/XSUB.h /tmp/instance-5/output-1/host/lib/perl5/5.36.0/x86_64-linux/CORE/zaphod32_hash.h /tmp/instance-5/output-1/host/lib/perl5/5.36.0/x86_64-linux/CORE/libperl.a /tmp/instance-5/output-1/host/bin/perl /tmp/instance-5/output-1/host/bin/pod2man /tmp/instance-5/output-1/host/bin/pod2text /tmp/instance-5/output-1/host/bin/pod2usage /tmp/instance-5/output-1/host/bin/podchecker /tmp/instance-5/output-1/host/bin/cpan /tmp/instance-5/output-1/host/bin/corelist /tmp/instance-5/output-1/host/bin/enc2xs /tmp/instance-5/output-1/host/bin/encguess /tmp/instance-5/output-1/host/bin/h2ph /tmp/instance-5/output-1/host/bin/h2xs /tmp/instance-5/output-1/host/bin/instmodsh /tmp/instance-5/output-1/host/bin/json_pp /tmp/instance-5/output-1/host/bin/libnetcfg /tmp/instance-5/output-1/host/bin/perlbug /tmp/instance-5/output-1/host/bin/perldoc /tmp/instance-5/output-1/host/bin/perlivp /tmp/instance-5/output-1/host/bin/piconv /tmp/instance-5/output-1/host/bin/pl2pm /tmp/instance-5/output-1/host/bin/pod2html /tmp/instance-5/output-1/host/bin/prove /tmp/instance-5/output-1/host/bin/ptar /tmp/instance-5/output-1/host/bin/ptardiff /tmp/instance-5/output-1/host/bin/ptargrep /tmp/instance-5/output-1/host/bin/shasum /tmp/instance-5/output-1/host/bin/splain /tmp/instance-5/output-1/host/bin/streamzip /tmp/instance-5/output-1/host/bin/xsubpp /tmp/instance-5/output-1/host/bin/zipdetails /tmp/instance-5/output-1/host/bin/perlthanks /tmp/instance-5/output-1/host/lib/perl5/5.36.0/pod/perl.pod /tmp/instance-5/output-1/host/lib/perl5/5.36.0/pod/perlintro.pod /tmp/instance-5/output-1/host/lib/perl5/5.36.0/pod/perlrun.pod /tmp/instance-5/output-1/host/lib/perl5/5.36.0/pod/perltoc.pod /tmp/instance-5/output-1/host/lib/perl5/5.36.0/pod/perlreftut.pod /tmp/instance-5/output-1/host/lib/perl5/5.36.0/pod/perldsc.pod /tmp/instance-5/output-1/host/lib/perl5/5.36.0/pod/perllol.pod /tmp/instance-5/output-1/host/lib/perl5/5.36.0/pod/perlrequick.pod /tmp/instance-5/output-1/host/lib/perl5/5.36.0/pod/perlretut.pod /tmp/instance-5/output-1/host/lib/perl5/5.36.0/pod/perlootut.pod /tmp/instance-5/output-1/host/lib/perl5/5.36.0/pod/perlperf.pod /tmp/instance-5/output-1/host/lib/perl5/5.36.0/pod/perlstyle.pod /tmp/instance-5/output-1/host/lib/perl5/5.36.0/pod/perlcheat.pod /tmp/instance-5/output-1/host/lib/perl5/5.36.0/pod/perltrap.pod /tmp/instance-5/output-1/host/lib/perl5/5.36.0/pod/perldebtut.pod /tmp/instance-5/output-1/host/lib/perl5/5.36.0/pod/perlfaq.pod /tmp/instance-5/output-1/host/lib/perl5/5.36.0/pod/perlfaq1.pod /tmp/instance-5/output-1/host/lib/perl5/5.36.0/pod/perlfaq2.pod /tmp/instance-5/output-1/host/lib/perl5/5.36.0/pod/perlfaq3.pod /tmp/instance-5/output-1/host/lib/perl5/5.36.0/pod/perlfaq4.pod /tmp/instance-5/output-1/host/lib/perl5/5.36.0/pod/perlfaq5.pod /tmp/instance-5/output-1/host/lib/perl5/5.36.0/pod/perlfaq6.pod /tmp/instance-5/output-1/host/lib/perl5/5.36.0/pod/perlfaq7.pod /tmp/instance-5/output-1/host/lib/perl5/5.36.0/pod/perlfaq8.pod /tmp/instance-5/output-1/host/lib/perl5/5.36.0/pod/perlfaq9.pod /tmp/instance-5/output-1/host/lib/perl5/5.36.0/pod/perlsyn.pod /tmp/instance-5/output-1/host/lib/perl5/5.36.0/pod/perldata.pod /tmp/instance-5/output-1/host/lib/perl5/5.36.0/pod/perlop.pod /tmp/instance-5/output-1/host/lib/perl5/5.36.0/pod/perlsub.pod /tmp/instance-5/output-1/host/lib/perl5/5.36.0/pod/perlfunc.pod /tmp/instance-5/output-1/host/lib/perl5/5.36.0/pod/perlopentut.pod /tmp/instance-5/output-1/host/lib/perl5/5.36.0/pod/perlpacktut.pod /tmp/instance-5/output-1/host/lib/perl5/5.36.0/pod/perlpod.pod /tmp/instance-5/output-1/host/lib/perl5/5.36.0/pod/perlpodspec.pod /tmp/instance-5/output-1/host/lib/perl5/5.36.0/pod/perldocstyle.pod /tmp/instance-5/output-1/host/lib/perl5/5.36.0/pod/perlpodstyle.pod /tmp/instance-5/output-1/host/lib/perl5/5.36.0/pod/perldiag.pod /tmp/instance-5/output-1/host/lib/perl5/5.36.0/pod/perldeprecation.pod /tmp/instance-5/output-1/host/lib/perl5/5.36.0/pod/perllexwarn.pod /tmp/instance-5/output-1/host/lib/perl5/5.36.0/pod/perldebug.pod /tmp/instance-5/output-1/host/lib/perl5/5.36.0/pod/perlvar.pod /tmp/instance-5/output-1/host/lib/perl5/5.36.0/pod/perlre.pod /tmp/instance-5/output-1/host/lib/perl5/5.36.0/pod/perlrebackslash.pod /tmp/instance-5/output-1/host/lib/perl5/5.36.0/pod/perlrecharclass.pod /tmp/instance-5/output-1/host/lib/perl5/5.36.0/pod/perlreref.pod /tmp/instance-5/output-1/host/lib/perl5/5.36.0/pod/perlref.pod /tmp/instance-5/output-1/host/lib/perl5/5.36.0/pod/perlform.pod /tmp/instance-5/output-1/host/lib/perl5/5.36.0/pod/perlobj.pod /tmp/instance-5/output-1/host/lib/perl5/5.36.0/pod/perltie.pod /tmp/instance-5/output-1/host/lib/perl5/5.36.0/pod/perldbmfilter.pod /tmp/instance-5/output-1/host/lib/perl5/5.36.0/pod/perlipc.pod /tmp/instance-5/output-1/host/lib/perl5/5.36.0/pod/perlfork.pod /tmp/instance-5/output-1/host/lib/perl5/5.36.0/pod/perlnumber.pod /tmp/instance-5/output-1/host/lib/perl5/5.36.0/pod/perlthrtut.pod /tmp/instance-5/output-1/host/lib/perl5/5.36.0/pod/perlport.pod /tmp/instance-5/output-1/host/lib/perl5/5.36.0/pod/perllocale.pod /tmp/instance-5/output-1/host/lib/perl5/5.36.0/pod/perluniintro.pod /tmp/instance-5/output-1/host/lib/perl5/5.36.0/pod/perlunicode.pod /tmp/instance-5/output-1/host/lib/perl5/5.36.0/pod/perlunicook.pod /tmp/instance-5/output-1/host/lib/perl5/5.36.0/pod/perlunifaq.pod /tmp/instance-5/output-1/host/lib/perl5/5.36.0/pod/perluniprops.pod /tmp/instance-5/output-1/host/lib/perl5/5.36.0/pod/perlunitut.pod /tmp/instance-5/output-1/host/lib/perl5/5.36.0/pod/perlebcdic.pod /tmp/instance-5/output-1/host/lib/perl5/5.36.0/pod/perlsec.pod /tmp/instance-5/output-1/host/lib/perl5/5.36.0/pod/perlsecpolicy.pod /tmp/instance-5/output-1/host/lib/perl5/5.36.0/pod/perlmod.pod /tmp/instance-5/output-1/host/lib/perl5/5.36.0/pod/perlmodlib.pod /tmp/instance-5/output-1/host/lib/perl5/5.36.0/pod/perlmodstyle.pod /tmp/instance-5/output-1/host/lib/perl5/5.36.0/pod/perlmodinstall.pod /tmp/instance-5/output-1/host/lib/perl5/5.36.0/pod/perlnewmod.pod /tmp/instance-5/output-1/host/lib/perl5/5.36.0/pod/perlpragma.pod /tmp/instance-5/output-1/host/lib/perl5/5.36.0/pod/perlutil.pod /tmp/instance-5/output-1/host/lib/perl5/5.36.0/pod/perlfilter.pod /tmp/instance-5/output-1/host/lib/perl5/5.36.0/pod/perldtrace.pod /tmp/instance-5/output-1/host/lib/perl5/5.36.0/pod/perlglossary.pod /tmp/instance-5/output-1/host/lib/perl5/5.36.0/pod/perlembed.pod /tmp/instance-5/output-1/host/lib/perl5/5.36.0/pod/perldebguts.pod /tmp/instance-5/output-1/host/lib/perl5/5.36.0/pod/perlxstut.pod /tmp/instance-5/output-1/host/lib/perl5/5.36.0/pod/perlxs.pod /tmp/instance-5/output-1/host/lib/perl5/5.36.0/pod/perlxstypemap.pod /tmp/instance-5/output-1/host/lib/perl5/5.36.0/pod/perlclib.pod /tmp/instance-5/output-1/host/lib/perl5/5.36.0/pod/perlguts.pod /tmp/instance-5/output-1/host/lib/perl5/5.36.0/pod/perlcall.pod /tmp/instance-5/output-1/host/lib/perl5/5.36.0/pod/perlmroapi.pod /tmp/instance-5/output-1/host/lib/perl5/5.36.0/pod/perlreapi.pod /tmp/instance-5/output-1/host/lib/perl5/5.36.0/pod/perlreguts.pod /tmp/instance-5/output-1/host/lib/perl5/5.36.0/pod/perlapi.pod /tmp/instance-5/output-1/host/lib/perl5/5.36.0/pod/perlintern.pod /tmp/instance-5/output-1/host/lib/perl5/5.36.0/pod/perliol.pod /tmp/instance-5/output-1/host/lib/perl5/5.36.0/pod/perlapio.pod /tmp/instance-5/output-1/host/lib/perl5/5.36.0/pod/perlhack.pod /tmp/instance-5/output-1/host/lib/perl5/5.36.0/pod/perlsource.pod /tmp/instance-5/output-1/host/lib/perl5/5.36.0/pod/perlinterp.pod /tmp/instance-5/output-1/host/lib/perl5/5.36.0/pod/perlhacktut.pod /tmp/instance-5/output-1/host/lib/perl5/5.36.0/pod/perlhacktips.pod /tmp/instance-5/output-1/host/lib/perl5/5.36.0/pod/perlpolicy.pod /tmp/instance-5/output-1/host/lib/perl5/5.36.0/pod/perlgov.pod /tmp/instance-5/output-1/host/lib/perl5/5.36.0/pod/perlgit.pod /tmp/instance-5/output-1/host/lib/perl5/5.36.0/pod/perlhist.pod /tmp/instance-5/output-1/host/lib/perl5/5.36.0/pod/perldelta.pod /tmp/instance-5/output-1/host/lib/perl5/5.36.0/pod/perl5360delta.pod /tmp/instance-5/output-1/host/lib/perl5/5.36.0/pod/perl5341delta.pod /tmp/instance-5/output-1/host/lib/perl5/5.36.0/pod/perl5340delta.pod /tmp/instance-5/output-1/host/lib/perl5/5.36.0/pod/perl5321delta.pod /tmp/instance-5/output-1/host/lib/perl5/5.36.0/pod/perl5320delta.pod /tmp/instance-5/output-1/host/lib/perl5/5.36.0/pod/perl5303delta.pod /tmp/instance-5/output-1/host/lib/perl5/5.36.0/pod/perl5302delta.pod /tmp/instance-5/output-1/host/lib/perl5/5.36.0/pod/perl5301delta.pod /tmp/instance-5/output-1/host/lib/perl5/5.36.0/pod/perl5300delta.pod /tmp/instance-5/output-1/host/lib/perl5/5.36.0/pod/perl5283delta.pod /tmp/instance-5/output-1/host/lib/perl5/5.36.0/pod/perl5282delta.pod /tmp/instance-5/output-1/host/lib/perl5/5.36.0/pod/perl5281delta.pod /tmp/instance-5/output-1/host/lib/perl5/5.36.0/pod/perl5280delta.pod /tmp/instance-5/output-1/host/lib/perl5/5.36.0/pod/perl5263delta.pod /tmp/instance-5/output-1/host/lib/perl5/5.36.0/pod/perl5262delta.pod /tmp/instance-5/output-1/host/lib/perl5/5.36.0/pod/perl5261delta.pod /tmp/instance-5/output-1/host/lib/perl5/5.36.0/pod/perl5260delta.pod /tmp/instance-5/output-1/host/lib/perl5/5.36.0/pod/perl5244delta.pod /tmp/instance-5/output-1/host/lib/perl5/5.36.0/pod/perl5243delta.pod /tmp/instance-5/output-1/host/lib/perl5/5.36.0/pod/perl5242delta.pod /tmp/instance-5/output-1/host/lib/perl5/5.36.0/pod/perl5241delta.pod /tmp/instance-5/output-1/host/lib/perl5/5.36.0/pod/perl5240delta.pod /tmp/instance-5/output-1/host/lib/perl5/5.36.0/pod/perl5224delta.pod /tmp/instance-5/output-1/host/lib/perl5/5.36.0/pod/perl5223delta.pod /tmp/instance-5/output-1/host/lib/perl5/5.36.0/pod/perl5222delta.pod /tmp/instance-5/output-1/host/lib/perl5/5.36.0/pod/perl5221delta.pod /tmp/instance-5/output-1/host/lib/perl5/5.36.0/pod/perl5220delta.pod /tmp/instance-5/output-1/host/lib/perl5/5.36.0/pod/perl5203delta.pod /tmp/instance-5/output-1/host/lib/perl5/5.36.0/pod/perl5202delta.pod /tmp/instance-5/output-1/host/lib/perl5/5.36.0/pod/perl5201delta.pod /tmp/instance-5/output-1/host/lib/perl5/5.36.0/pod/perl5200delta.pod /tmp/instance-5/output-1/host/lib/perl5/5.36.0/pod/perl5184delta.pod /tmp/instance-5/output-1/host/lib/perl5/5.36.0/pod/perl5182delta.pod /tmp/instance-5/output-1/host/lib/perl5/5.36.0/pod/perl5181delta.pod /tmp/instance-5/output-1/host/lib/perl5/5.36.0/pod/perl5180delta.pod /tmp/instance-5/output-1/host/lib/perl5/5.36.0/pod/perl5163delta.pod /tmp/instance-5/output-1/host/lib/perl5/5.36.0/pod/perl5162delta.pod /tmp/instance-5/output-1/host/lib/perl5/5.36.0/pod/perl5161delta.pod /tmp/instance-5/output-1/host/lib/perl5/5.36.0/pod/perl5160delta.pod /tmp/instance-5/output-1/host/lib/perl5/5.36.0/pod/perl5144delta.pod /tmp/instance-5/output-1/host/lib/perl5/5.36.0/pod/perl5143delta.pod /tmp/instance-5/output-1/host/lib/perl5/5.36.0/pod/perl5142delta.pod /tmp/instance-5/output-1/host/lib/perl5/5.36.0/pod/perl5141delta.pod /tmp/instance-5/output-1/host/lib/perl5/5.36.0/pod/perl5140delta.pod /tmp/instance-5/output-1/host/lib/perl5/5.36.0/pod/perl5125delta.pod /tmp/instance-5/output-1/host/lib/perl5/5.36.0/pod/perl5124delta.pod /tmp/instance-5/output-1/host/lib/perl5/5.36.0/pod/perl5123delta.pod /tmp/instance-5/output-1/host/lib/perl5/5.36.0/pod/perl5122delta.pod /tmp/instance-5/output-1/host/lib/perl5/5.36.0/pod/perl5121delta.pod /tmp/instance-5/output-1/host/lib/perl5/5.36.0/pod/perl5120delta.pod /tmp/instance-5/output-1/host/lib/perl5/5.36.0/pod/perl5101delta.pod /tmp/instance-5/output-1/host/lib/perl5/5.36.0/pod/perl5100delta.pod /tmp/instance-5/output-1/host/lib/perl5/5.36.0/pod/perl589delta.pod /tmp/instance-5/output-1/host/lib/perl5/5.36.0/pod/perl588delta.pod /tmp/instance-5/output-1/host/lib/perl5/5.36.0/pod/perl587delta.pod /tmp/instance-5/output-1/host/lib/perl5/5.36.0/pod/perl586delta.pod /tmp/instance-5/output-1/host/lib/perl5/5.36.0/pod/perl585delta.pod /tmp/instance-5/output-1/host/lib/perl5/5.36.0/pod/perl584delta.pod /tmp/instance-5/output-1/host/lib/perl5/5.36.0/pod/perl583delta.pod /tmp/instance-5/output-1/host/lib/perl5/5.36.0/pod/perl582delta.pod /tmp/instance-5/output-1/host/lib/perl5/5.36.0/pod/perl581delta.pod /tmp/instance-5/output-1/host/lib/perl5/5.36.0/pod/perl58delta.pod /tmp/instance-5/output-1/host/lib/perl5/5.36.0/pod/perl561delta.pod /tmp/instance-5/output-1/host/lib/perl5/5.36.0/pod/perl56delta.pod /tmp/instance-5/output-1/host/lib/perl5/5.36.0/pod/perl5005delta.pod /tmp/instance-5/output-1/host/lib/perl5/5.36.0/pod/perl5004delta.pod /tmp/instance-5/output-1/host/lib/perl5/5.36.0/pod/perlbook.pod /tmp/instance-5/output-1/host/lib/perl5/5.36.0/pod/perlcommunity.pod /tmp/instance-5/output-1/host/lib/perl5/5.36.0/pod/perldoc.pod /tmp/instance-5/output-1/host/lib/perl5/5.36.0/pod/perlexperiment.pod /tmp/instance-5/output-1/host/lib/perl5/5.36.0/pod/perlartistic.pod /tmp/instance-5/output-1/host/lib/perl5/5.36.0/pod/perlgpl.pod /tmp/instance-5/output-1/host/lib/perl5/5.36.0/pod/perlcn.pod /tmp/instance-5/output-1/host/lib/perl5/5.36.0/pod/perljp.pod /tmp/instance-5/output-1/host/lib/perl5/5.36.0/pod/perlko.pod /tmp/instance-5/output-1/host/lib/perl5/5.36.0/pod/perltw.pod /tmp/instance-5/output-1/host/lib/perl5/5.36.0/pod/perlaix.pod /tmp/instance-5/output-1/host/lib/perl5/5.36.0/pod/perlamiga.pod /tmp/instance-5/output-1/host/lib/perl5/5.36.0/pod/perlandroid.pod /tmp/instance-5/output-1/host/lib/perl5/5.36.0/pod/perlbs2000.pod /tmp/instance-5/output-1/host/lib/perl5/5.36.0/pod/perlcygwin.pod /tmp/instance-5/output-1/host/lib/perl5/5.36.0/pod/perlfreebsd.pod /tmp/instance-5/output-1/host/lib/perl5/5.36.0/pod/perlhaiku.pod /tmp/instance-5/output-1/host/lib/perl5/5.36.0/pod/perlhpux.pod /tmp/instance-5/output-1/host/lib/perl5/5.36.0/pod/perlhurd.pod /tmp/instance-5/output-1/host/lib/perl5/5.36.0/pod/perlirix.pod /tmp/instance-5/output-1/host/lib/perl5/5.36.0/pod/perllinux.pod /tmp/instance-5/output-1/host/lib/perl5/5.36.0/pod/perlmacosx.pod /tmp/instance-5/output-1/host/lib/perl5/5.36.0/pod/perlopenbsd.pod /tmp/instance-5/output-1/host/lib/perl5/5.36.0/pod/perlos2.pod /tmp/instance-5/output-1/host/lib/perl5/5.36.0/pod/perlos390.pod /tmp/instance-5/output-1/host/lib/perl5/5.36.0/pod/perlos400.pod /tmp/instance-5/output-1/host/lib/perl5/5.36.0/pod/perlplan9.pod /tmp/instance-5/output-1/host/lib/perl5/5.36.0/pod/perlqnx.pod /tmp/instance-5/output-1/host/lib/perl5/5.36.0/pod/perlriscos.pod /tmp/instance-5/output-1/host/lib/perl5/5.36.0/pod/perlsolaris.pod /tmp/instance-5/output-1/host/lib/perl5/5.36.0/pod/perlsynology.pod /tmp/instance-5/output-1/host/lib/perl5/5.36.0/pod/perltru64.pod /tmp/instance-5/output-1/host/lib/perl5/5.36.0/pod/perlvms.pod /tmp/instance-5/output-1/host/lib/perl5/5.36.0/pod/perlvos.pod /tmp/instance-5/output-1/host/lib/perl5/5.36.0/pod/perlwin32.pod /tmp/instance-5/output-1/host/lib/perl5/5.36.0/pod/perlboot.pod /tmp/instance-5/output-1/host/lib/perl5/5.36.0/pod/perlbot.pod /tmp/instance-5/output-1/host/lib/perl5/5.36.0/pod/perlrepository.pod /tmp/instance-5/output-1/host/lib/perl5/5.36.0/pod/perltodo.pod /tmp/instance-5/output-1/host/lib/perl5/5.36.0/pod/perltooc.pod /tmp/instance-5/output-1/host/lib/perl5/5.36.0/pod/perltoot.pod ./perl -Ilib -I. installman --destdir= WARNING: You've never run 'make test'!!! (Installing anyway.) /tmp/instance-5/output-1/host/share/man/man1/perl.1 /tmp/instance-5/output-1/host/share/man/man1/perl5004delta.1 /tmp/instance-5/output-1/host/share/man/man1/perl5005delta.1 /tmp/instance-5/output-1/host/share/man/man1/perl5100delta.1 /tmp/instance-5/output-1/host/share/man/man1/perl5101delta.1 /tmp/instance-5/output-1/host/share/man/man1/perl5120delta.1 /tmp/instance-5/output-1/host/share/man/man1/perl5121delta.1 /tmp/instance-5/output-1/host/share/man/man1/perl5122delta.1 /tmp/instance-5/output-1/host/share/man/man1/perl5123delta.1 /tmp/instance-5/output-1/host/share/man/man1/perl5124delta.1 /tmp/instance-5/output-1/host/share/man/man1/perl5125delta.1 /tmp/instance-5/output-1/host/share/man/man1/perl5140delta.1 /tmp/instance-5/output-1/host/share/man/man1/perl5141delta.1 /tmp/instance-5/output-1/host/share/man/man1/perl5142delta.1 /tmp/instance-5/output-1/host/share/man/man1/perl5143delta.1 /tmp/instance-5/output-1/host/share/man/man1/perl5144delta.1 /tmp/instance-5/output-1/host/share/man/man1/perl5160delta.1 /tmp/instance-5/output-1/host/share/man/man1/perl5161delta.1 /tmp/instance-5/output-1/host/share/man/man1/perl5162delta.1 /tmp/instance-5/output-1/host/share/man/man1/perl5163delta.1 /tmp/instance-5/output-1/host/share/man/man1/perl5180delta.1 /tmp/instance-5/output-1/host/share/man/man1/perl5181delta.1 /tmp/instance-5/output-1/host/share/man/man1/perl5182delta.1 /tmp/instance-5/output-1/host/share/man/man1/perl5184delta.1 /tmp/instance-5/output-1/host/share/man/man1/perl5200delta.1 /tmp/instance-5/output-1/host/share/man/man1/perl5201delta.1 /tmp/instance-5/output-1/host/share/man/man1/perl5202delta.1 /tmp/instance-5/output-1/host/share/man/man1/perl5203delta.1 /tmp/instance-5/output-1/host/share/man/man1/perl5220delta.1 /tmp/instance-5/output-1/host/share/man/man1/perl5221delta.1 /tmp/instance-5/output-1/host/share/man/man1/perl5222delta.1 /tmp/instance-5/output-1/host/share/man/man1/perl5223delta.1 /tmp/instance-5/output-1/host/share/man/man1/perl5224delta.1 /tmp/instance-5/output-1/host/share/man/man1/perl5240delta.1 /tmp/instance-5/output-1/host/share/man/man1/perl5241delta.1 /tmp/instance-5/output-1/host/share/man/man1/perl5242delta.1 /tmp/instance-5/output-1/host/share/man/man1/perl5243delta.1 /tmp/instance-5/output-1/host/share/man/man1/perl5244delta.1 /tmp/instance-5/output-1/host/share/man/man1/perl5260delta.1 /tmp/instance-5/output-1/host/share/man/man1/perl5261delta.1 /tmp/instance-5/output-1/host/share/man/man1/perl5262delta.1 /tmp/instance-5/output-1/host/share/man/man1/perl5263delta.1 /tmp/instance-5/output-1/host/share/man/man1/perl5280delta.1 /tmp/instance-5/output-1/host/share/man/man1/perl5281delta.1 /tmp/instance-5/output-1/host/share/man/man1/perl5282delta.1 /tmp/instance-5/output-1/host/share/man/man1/perl5283delta.1 /tmp/instance-5/output-1/host/share/man/man1/perl5300delta.1 /tmp/instance-5/output-1/host/share/man/man1/perl5301delta.1 /tmp/instance-5/output-1/host/share/man/man1/perl5302delta.1 /tmp/instance-5/output-1/host/share/man/man1/perl5303delta.1 /tmp/instance-5/output-1/host/share/man/man1/perl5320delta.1 /tmp/instance-5/output-1/host/share/man/man1/perl5321delta.1 /tmp/instance-5/output-1/host/share/man/man1/perl5340delta.1 /tmp/instance-5/output-1/host/share/man/man1/perl5341delta.1 /tmp/instance-5/output-1/host/share/man/man1/perl5360delta.1 /tmp/instance-5/output-1/host/share/man/man1/perl561delta.1 /tmp/instance-5/output-1/host/share/man/man1/perl56delta.1 /tmp/instance-5/output-1/host/share/man/man1/perl581delta.1 /tmp/instance-5/output-1/host/share/man/man1/perl582delta.1 /tmp/instance-5/output-1/host/share/man/man1/perl583delta.1 /tmp/instance-5/output-1/host/share/man/man1/perl584delta.1 /tmp/instance-5/output-1/host/share/man/man1/perl585delta.1 /tmp/instance-5/output-1/host/share/man/man1/perl586delta.1 /tmp/instance-5/output-1/host/share/man/man1/perl587delta.1 /tmp/instance-5/output-1/host/share/man/man1/perl588delta.1 /tmp/instance-5/output-1/host/share/man/man1/perl589delta.1 /tmp/instance-5/output-1/host/share/man/man1/perl58delta.1 /tmp/instance-5/output-1/host/share/man/man1/perlaix.1 /tmp/instance-5/output-1/host/share/man/man1/perlamiga.1 /tmp/instance-5/output-1/host/share/man/man1/perlandroid.1 /tmp/instance-5/output-1/host/share/man/man1/perlapi.1 /tmp/instance-5/output-1/host/share/man/man1/perlapio.1 /tmp/instance-5/output-1/host/share/man/man1/perlartistic.1 /tmp/instance-5/output-1/host/share/man/man1/perlbook.1 /tmp/instance-5/output-1/host/share/man/man1/perlboot.1 /tmp/instance-5/output-1/host/share/man/man1/perlbot.1 /tmp/instance-5/output-1/host/share/man/man1/perlbs2000.1 /tmp/instance-5/output-1/host/share/man/man1/perlcall.1 /tmp/instance-5/output-1/host/share/man/man1/perlcheat.1 /tmp/instance-5/output-1/host/share/man/man1/perlclib.1 /tmp/instance-5/output-1/host/share/man/man1/perlcn.1 /tmp/instance-5/output-1/host/share/man/man1/perlcommunity.1 /tmp/instance-5/output-1/host/share/man/man1/perlcygwin.1 /tmp/instance-5/output-1/host/share/man/man1/perldata.1 /tmp/instance-5/output-1/host/share/man/man1/perldbmfilter.1 /tmp/instance-5/output-1/host/share/man/man1/perldebguts.1 /tmp/instance-5/output-1/host/share/man/man1/perldebtut.1 /tmp/instance-5/output-1/host/share/man/man1/perldebug.1 /tmp/instance-5/output-1/host/share/man/man1/perldelta.1 /tmp/instance-5/output-1/host/share/man/man1/perldeprecation.1 /tmp/instance-5/output-1/host/share/man/man1/perldiag.1 /tmp/instance-5/output-1/host/share/man/man1/perldoc.1 /tmp/instance-5/output-1/host/share/man/man1/perldocstyle.1 /tmp/instance-5/output-1/host/share/man/man1/perldsc.1 /tmp/instance-5/output-1/host/share/man/man1/perldtrace.1 /tmp/instance-5/output-1/host/share/man/man1/perlebcdic.1 /tmp/instance-5/output-1/host/share/man/man1/perlembed.1 /tmp/instance-5/output-1/host/share/man/man1/perlexperiment.1 /tmp/instance-5/output-1/host/share/man/man1/perlfaq.1 /tmp/instance-5/output-1/host/share/man/man1/perlfaq1.1 /tmp/instance-5/output-1/host/share/man/man1/perlfaq2.1 /tmp/instance-5/output-1/host/share/man/man1/perlfaq3.1 /tmp/instance-5/output-1/host/share/man/man1/perlfaq4.1 /tmp/instance-5/output-1/host/share/man/man1/perlfaq5.1 /tmp/instance-5/output-1/host/share/man/man1/perlfaq6.1 /tmp/instance-5/output-1/host/share/man/man1/perlfaq7.1 /tmp/instance-5/output-1/host/share/man/man1/perlfaq8.1 /tmp/instance-5/output-1/host/share/man/man1/perlfaq9.1 /tmp/instance-5/output-1/host/share/man/man1/perlfilter.1 /tmp/instance-5/output-1/host/share/man/man1/perlfork.1 /tmp/instance-5/output-1/host/share/man/man1/perlform.1 /tmp/instance-5/output-1/host/share/man/man1/perlfreebsd.1 /tmp/instance-5/output-1/host/share/man/man1/perlfunc.1 /tmp/instance-5/output-1/host/share/man/man1/perlgit.1 /tmp/instance-5/output-1/host/share/man/man1/perlglossary.1 /tmp/instance-5/output-1/host/share/man/man1/perlgov.1 /tmp/instance-5/output-1/host/share/man/man1/perlgpl.1 /tmp/instance-5/output-1/host/share/man/man1/perlguts.1 /tmp/instance-5/output-1/host/share/man/man1/perlhack.1 /tmp/instance-5/output-1/host/share/man/man1/perlhacktips.1 /tmp/instance-5/output-1/host/share/man/man1/perlhacktut.1 /tmp/instance-5/output-1/host/share/man/man1/perlhaiku.1 /tmp/instance-5/output-1/host/share/man/man1/perlhist.1 /tmp/instance-5/output-1/host/share/man/man1/perlhpux.1 /tmp/instance-5/output-1/host/share/man/man1/perlhurd.1 /tmp/instance-5/output-1/host/share/man/man1/perlintern.1 /tmp/instance-5/output-1/host/share/man/man1/perlinterp.1 /tmp/instance-5/output-1/host/share/man/man1/perlintro.1 /tmp/instance-5/output-1/host/share/man/man1/perliol.1 /tmp/instance-5/output-1/host/share/man/man1/perlipc.1 /tmp/instance-5/output-1/host/share/man/man1/perlirix.1 /tmp/instance-5/output-1/host/share/man/man1/perljp.1 /tmp/instance-5/output-1/host/share/man/man1/perlko.1 /tmp/instance-5/output-1/host/share/man/man1/perllexwarn.1 /tmp/instance-5/output-1/host/share/man/man1/perllinux.1 /tmp/instance-5/output-1/host/share/man/man1/perllocale.1 /tmp/instance-5/output-1/host/share/man/man1/perllol.1 /tmp/instance-5/output-1/host/share/man/man1/perlmacosx.1 /tmp/instance-5/output-1/host/share/man/man1/perlmod.1 /tmp/instance-5/output-1/host/share/man/man1/perlmodinstall.1 /tmp/instance-5/output-1/host/share/man/man1/perlmodlib.1 /tmp/instance-5/output-1/host/share/man/man1/perlmodstyle.1 /tmp/instance-5/output-1/host/share/man/man1/perlmroapi.1 /tmp/instance-5/output-1/host/share/man/man1/perlnewmod.1 /tmp/instance-5/output-1/host/share/man/man1/perlnumber.1 /tmp/instance-5/output-1/host/share/man/man1/perlobj.1 /tmp/instance-5/output-1/host/share/man/man1/perlootut.1 /tmp/instance-5/output-1/host/share/man/man1/perlop.1 /tmp/instance-5/output-1/host/share/man/man1/perlopenbsd.1 /tmp/instance-5/output-1/host/share/man/man1/perlopentut.1 /tmp/instance-5/output-1/host/share/man/man1/perlos2.1 /tmp/instance-5/output-1/host/share/man/man1/perlos390.1 /tmp/instance-5/output-1/host/share/man/man1/perlos400.1 /tmp/instance-5/output-1/host/share/man/man1/perlpacktut.1 /tmp/instance-5/output-1/host/share/man/man1/perlperf.1 /tmp/instance-5/output-1/host/share/man/man1/perlplan9.1 /tmp/instance-5/output-1/host/share/man/man1/perlpod.1 /tmp/instance-5/output-1/host/share/man/man1/perlpodspec.1 /tmp/instance-5/output-1/host/share/man/man1/perlpodstyle.1 /tmp/instance-5/output-1/host/share/man/man1/perlpolicy.1 /tmp/instance-5/output-1/host/share/man/man1/perlport.1 /tmp/instance-5/output-1/host/share/man/man1/perlpragma.1 /tmp/instance-5/output-1/host/share/man/man1/perlqnx.1 /tmp/instance-5/output-1/host/share/man/man1/perlre.1 /tmp/instance-5/output-1/host/share/man/man1/perlreapi.1 /tmp/instance-5/output-1/host/share/man/man1/perlrebackslash.1 /tmp/instance-5/output-1/host/share/man/man1/perlrecharclass.1 /tmp/instance-5/output-1/host/share/man/man1/perlref.1 /tmp/instance-5/output-1/host/share/man/man1/perlreftut.1 /tmp/instance-5/output-1/host/share/man/man1/perlreguts.1 /tmp/instance-5/output-1/host/share/man/man1/perlrepository.1 /tmp/instance-5/output-1/host/share/man/man1/perlrequick.1 /tmp/instance-5/output-1/host/share/man/man1/perlreref.1 /tmp/instance-5/output-1/host/share/man/man1/perlretut.1 /tmp/instance-5/output-1/host/share/man/man1/perlriscos.1 /tmp/instance-5/output-1/host/share/man/man1/perlrun.1 /tmp/instance-5/output-1/host/share/man/man1/perlsec.1 /tmp/instance-5/output-1/host/share/man/man1/perlsecpolicy.1 /tmp/instance-5/output-1/host/share/man/man1/perlsolaris.1 /tmp/instance-5/output-1/host/share/man/man1/perlsource.1 /tmp/instance-5/output-1/host/share/man/man1/perlstyle.1 /tmp/instance-5/output-1/host/share/man/man1/perlsub.1 /tmp/instance-5/output-1/host/share/man/man1/perlsyn.1 /tmp/instance-5/output-1/host/share/man/man1/perlsynology.1 /tmp/instance-5/output-1/host/share/man/man1/perlthrtut.1 /tmp/instance-5/output-1/host/share/man/man1/perltie.1 /tmp/instance-5/output-1/host/share/man/man1/perltoc.1 /tmp/instance-5/output-1/host/share/man/man1/perltodo.1 /tmp/instance-5/output-1/host/share/man/man1/perltooc.1 /tmp/instance-5/output-1/host/share/man/man1/perltoot.1 /tmp/instance-5/output-1/host/share/man/man1/perltrap.1 /tmp/instance-5/output-1/host/share/man/man1/perltru64.1 /tmp/instance-5/output-1/host/share/man/man1/perltw.1 /tmp/instance-5/output-1/host/share/man/man1/perlunicode.1 /tmp/instance-5/output-1/host/share/man/man1/perlunicook.1 /tmp/instance-5/output-1/host/share/man/man1/perlunifaq.1 /tmp/instance-5/output-1/host/share/man/man1/perluniintro.1 /tmp/instance-5/output-1/host/share/man/man1/perluniprops.1 /tmp/instance-5/output-1/host/share/man/man1/perlunitut.1 /tmp/instance-5/output-1/host/share/man/man1/perlutil.1 /tmp/instance-5/output-1/host/share/man/man1/perlvar.1 /tmp/instance-5/output-1/host/share/man/man1/perlvms.1 /tmp/instance-5/output-1/host/share/man/man1/perlvos.1 /tmp/instance-5/output-1/host/share/man/man1/perlwin32.1 /tmp/instance-5/output-1/host/share/man/man1/perlxs.1 /tmp/instance-5/output-1/host/share/man/man1/perlxstut.1 /tmp/instance-5/output-1/host/share/man/man1/perlxstypemap.1 /tmp/instance-5/output-1/host/share/man/man3/AnyDBM_File.3 /tmp/instance-5/output-1/host/share/man/man3/App::Cpan.3 /tmp/instance-5/output-1/host/share/man/man3/App::Prove.3 /tmp/instance-5/output-1/host/share/man/man3/App::Prove::State.3 /tmp/instance-5/output-1/host/share/man/man3/App::Prove::State::Result.3 /tmp/instance-5/output-1/host/share/man/man3/App::Prove::State::Result::Test.3 /tmp/instance-5/output-1/host/share/man/man3/Archive::Tar.3 /tmp/instance-5/output-1/host/share/man/man3/Archive::Tar::File.3 /tmp/instance-5/output-1/host/share/man/man3/Attribute::Handlers.3 /tmp/instance-5/output-1/host/share/man/man3/AutoLoader.3 /tmp/instance-5/output-1/host/share/man/man3/AutoSplit.3 /tmp/instance-5/output-1/host/share/man/man3/B.3 /tmp/instance-5/output-1/host/share/man/man3/B::Concise.3 /tmp/instance-5/output-1/host/share/man/man3/B::Deparse.3 /tmp/instance-5/output-1/host/share/man/man3/B::Op_private.3 /tmp/instance-5/output-1/host/share/man/man3/B::Showlex.3 /tmp/instance-5/output-1/host/share/man/man3/B::Terse.3 /tmp/instance-5/output-1/host/share/man/man3/B::Xref.3 /tmp/instance-5/output-1/host/share/man/man3/Benchmark.3 /tmp/instance-5/output-1/host/share/man/man3/CORE.3 /tmp/instance-5/output-1/host/share/man/man3/CPAN.3 /tmp/instance-5/output-1/host/share/man/man3/CPAN::API::HOWTO.3 /tmp/instance-5/output-1/host/share/man/man3/CPAN::Debug.3 /tmp/instance-5/output-1/host/share/man/man3/CPAN::Distroprefs.3 /tmp/instance-5/output-1/host/share/man/man3/CPAN::FirstTime.3 /tmp/instance-5/output-1/host/share/man/man3/CPAN::HandleConfig.3 /tmp/instance-5/output-1/host/share/man/man3/CPAN::Kwalify.3 /tmp/instance-5/output-1/host/share/man/man3/CPAN::Meta.3 /tmp/instance-5/output-1/host/share/man/man3/CPAN::Meta::Converter.3 /tmp/instance-5/output-1/host/share/man/man3/CPAN::Meta::Feature.3 /tmp/instance-5/output-1/host/share/man/man3/CPAN::Meta::History.3 /tmp/instance-5/output-1/host/share/man/man3/CPAN::Meta::History::Meta_1_0.3 /tmp/instance-5/output-1/host/share/man/man3/CPAN::Meta::History::Meta_1_1.3 /tmp/instance-5/output-1/host/share/man/man3/CPAN::Meta::History::Meta_1_2.3 /tmp/instance-5/output-1/host/share/man/man3/CPAN::Meta::History::Meta_1_3.3 /tmp/instance-5/output-1/host/share/man/man3/CPAN::Meta::History::Meta_1_4.3 /tmp/instance-5/output-1/host/share/man/man3/CPAN::Meta::Merge.3 /tmp/instance-5/output-1/host/share/man/man3/CPAN::Meta::Prereqs.3 /tmp/instance-5/output-1/host/share/man/man3/CPAN::Meta::Requirements.3 /tmp/instance-5/output-1/host/share/man/man3/CPAN::Meta::Spec.3 /tmp/instance-5/output-1/host/share/man/man3/CPAN::Meta::Validator.3 /tmp/instance-5/output-1/host/share/man/man3/CPAN::Meta::YAML.3 /tmp/instance-5/output-1/host/share/man/man3/CPAN::Mirrors.3 /tmp/instance-5/output-1/host/share/man/man3/CPAN::Nox.3 /tmp/instance-5/output-1/host/share/man/man3/CPAN::Plugin.3 /tmp/instance-5/output-1/host/share/man/man3/CPAN::Plugin::Specfile.3 /tmp/instance-5/output-1/host/share/man/man3/CPAN::Queue.3 /tmp/instance-5/output-1/host/share/man/man3/CPAN::Tarzip.3 /tmp/instance-5/output-1/host/share/man/man3/CPAN::Version.3 /tmp/instance-5/output-1/host/share/man/man3/Carp.3 /tmp/instance-5/output-1/host/share/man/man3/Class::Struct.3 /tmp/instance-5/output-1/host/share/man/man3/Compress::Raw::Bzip2.3 /tmp/instance-5/output-1/host/share/man/man3/Compress::Raw::Zlib.3 /tmp/instance-5/output-1/host/share/man/man3/Compress::Zlib.3 /tmp/instance-5/output-1/host/share/man/man3/Config.3 /tmp/instance-5/output-1/host/share/man/man3/Config::Extensions.3 /tmp/instance-5/output-1/host/share/man/man3/Config::Perl::V.3 /tmp/instance-5/output-1/host/share/man/man3/Cwd.3 /tmp/instance-5/output-1/host/share/man/man3/DB.3 /tmp/instance-5/output-1/host/share/man/man3/DBM_Filter.3 /tmp/instance-5/output-1/host/share/man/man3/DBM_Filter::compress.3 /tmp/instance-5/output-1/host/share/man/man3/DBM_Filter::encode.3 /tmp/instance-5/output-1/host/share/man/man3/DBM_Filter::int32.3 /tmp/instance-5/output-1/host/share/man/man3/DBM_Filter::null.3 /tmp/instance-5/output-1/host/share/man/man3/DBM_Filter::utf8.3 /tmp/instance-5/output-1/host/share/man/man3/Data::Dumper.3 /tmp/instance-5/output-1/host/share/man/man3/Devel::PPPort.3 /tmp/instance-5/output-1/host/share/man/man3/Devel::Peek.3 /tmp/instance-5/output-1/host/share/man/man3/Devel::SelfStubber.3 /tmp/instance-5/output-1/host/share/man/man3/Digest.3 /tmp/instance-5/output-1/host/share/man/man3/Digest::MD5.3 /tmp/instance-5/output-1/host/share/man/man3/Digest::SHA.3 /tmp/instance-5/output-1/host/share/man/man3/Digest::base.3 /tmp/instance-5/output-1/host/share/man/man3/Digest::file.3 /tmp/instance-5/output-1/host/share/man/man3/DirHandle.3 /tmp/instance-5/output-1/host/share/man/man3/Dumpvalue.3 /tmp/instance-5/output-1/host/share/man/man3/DynaLoader.3 /tmp/instance-5/output-1/host/share/man/man3/Encode.3 /tmp/instance-5/output-1/host/share/man/man3/Encode::Alias.3 /tmp/instance-5/output-1/host/share/man/man3/Encode::Byte.3 /tmp/instance-5/output-1/host/share/man/man3/Encode::CJKConstants.3 /tmp/instance-5/output-1/host/share/man/man3/Encode::CN.3 /tmp/instance-5/output-1/host/share/man/man3/Encode::CN::HZ.3 /tmp/instance-5/output-1/host/share/man/man3/Encode::Config.3 /tmp/instance-5/output-1/host/share/man/man3/Encode::EBCDIC.3 /tmp/instance-5/output-1/host/share/man/man3/Encode::Encoder.3 /tmp/instance-5/output-1/host/share/man/man3/Encode::Encoding.3 /tmp/instance-5/output-1/host/share/man/man3/Encode::GSM0338.3 /tmp/instance-5/output-1/host/share/man/man3/Encode::Guess.3 /tmp/instance-5/output-1/host/share/man/man3/Encode::JP.3 /tmp/instance-5/output-1/host/share/man/man3/Encode::JP::H2Z.3 /tmp/instance-5/output-1/host/share/man/man3/Encode::JP::JIS7.3 /tmp/instance-5/output-1/host/share/man/man3/Encode::KR.3 /tmp/instance-5/output-1/host/share/man/man3/Encode::KR::2022_KR.3 /tmp/instance-5/output-1/host/share/man/man3/Encode::MIME::Header.3 /tmp/instance-5/output-1/host/share/man/man3/Encode::MIME::Name.3 /tmp/instance-5/output-1/host/share/man/man3/Encode::PerlIO.3 /tmp/instance-5/output-1/host/share/man/man3/Encode::Supported.3 /tmp/instance-5/output-1/host/share/man/man3/Encode::Symbol.3 /tmp/instance-5/output-1/host/share/man/man3/Encode::TW.3 /tmp/instance-5/output-1/host/share/man/man3/Encode::Unicode.3 /tmp/instance-5/output-1/host/share/man/man3/Encode::Unicode::UTF7.3 /tmp/instance-5/output-1/host/share/man/man3/English.3 /tmp/instance-5/output-1/host/share/man/man3/Env.3 /tmp/instance-5/output-1/host/share/man/man3/Errno.3 /tmp/instance-5/output-1/host/share/man/man3/Exporter.3 /tmp/instance-5/output-1/host/share/man/man3/Exporter::Heavy.3 /tmp/instance-5/output-1/host/share/man/man3/ExtUtils::CBuilder.3 /tmp/instance-5/output-1/host/share/man/man3/ExtUtils::CBuilder::Platform::Windows.3 /tmp/instance-5/output-1/host/share/man/man3/ExtUtils::Command.3 /tmp/instance-5/output-1/host/share/man/man3/ExtUtils::Command::MM.3 /tmp/instance-5/output-1/host/share/man/man3/ExtUtils::Constant.3 /tmp/instance-5/output-1/host/share/man/man3/ExtUtils::Constant::Base.3 /tmp/instance-5/output-1/host/share/man/man3/ExtUtils::Constant::Utils.3 /tmp/instance-5/output-1/host/share/man/man3/ExtUtils::Constant::XS.3 /tmp/instance-5/output-1/host/share/man/man3/ExtUtils::Embed.3 /tmp/instance-5/output-1/host/share/man/man3/ExtUtils::Install.3 /tmp/instance-5/output-1/host/share/man/man3/ExtUtils::Installed.3 /tmp/instance-5/output-1/host/share/man/man3/ExtUtils::Liblist.3 /tmp/instance-5/output-1/host/share/man/man3/ExtUtils::MM.3 /tmp/instance-5/output-1/host/share/man/man3/ExtUtils::MM_AIX.3 /tmp/instance-5/output-1/host/share/man/man3/ExtUtils::MM_Any.3 /tmp/instance-5/output-1/host/share/man/man3/ExtUtils::MM_BeOS.3 /tmp/instance-5/output-1/host/share/man/man3/ExtUtils::MM_Cygwin.3 /tmp/instance-5/output-1/host/share/man/man3/ExtUtils::MM_DOS.3 /tmp/instance-5/output-1/host/share/man/man3/ExtUtils::MM_Darwin.3 /tmp/instance-5/output-1/host/share/man/man3/ExtUtils::MM_MacOS.3 /tmp/instance-5/output-1/host/share/man/man3/ExtUtils::MM_NW5.3 /tmp/instance-5/output-1/host/share/man/man3/ExtUtils::MM_OS2.3 /tmp/instance-5/output-1/host/share/man/man3/ExtUtils::MM_OS390.3 /tmp/instance-5/output-1/host/share/man/man3/ExtUtils::MM_QNX.3 /tmp/instance-5/output-1/host/share/man/man3/ExtUtils::MM_UWIN.3 /tmp/instance-5/output-1/host/share/man/man3/ExtUtils::MM_Unix.3 /tmp/instance-5/output-1/host/share/man/man3/ExtUtils::MM_VMS.3 /tmp/instance-5/output-1/host/share/man/man3/ExtUtils::MM_VOS.3 /tmp/instance-5/output-1/host/share/man/man3/ExtUtils::MM_Win32.3 /tmp/instance-5/output-1/host/share/man/man3/ExtUtils::MM_Win95.3 /tmp/instance-5/output-1/host/share/man/man3/ExtUtils::MY.3 /tmp/instance-5/output-1/host/share/man/man3/ExtUtils::MakeMaker.3 /tmp/instance-5/output-1/host/share/man/man3/ExtUtils::MakeMaker::Config.3 /tmp/instance-5/output-1/host/share/man/man3/ExtUtils::MakeMaker::FAQ.3 /tmp/instance-5/output-1/host/share/man/man3/ExtUtils::MakeMaker::Locale.3 /tmp/instance-5/output-1/host/share/man/man3/ExtUtils::MakeMaker::Tutorial.3 /tmp/instance-5/output-1/host/share/man/man3/ExtUtils::Manifest.3 /tmp/instance-5/output-1/host/share/man/man3/ExtUtils::Miniperl.3 /tmp/instance-5/output-1/host/share/man/man3/ExtUtils::Mkbootstrap.3 /tmp/instance-5/output-1/host/share/man/man3/ExtUtils::Mksymlists.3 /tmp/instance-5/output-1/host/share/man/man3/ExtUtils::PL2Bat.3 /tmp/instance-5/output-1/host/share/man/man3/ExtUtils::Packlist.3 /tmp/instance-5/output-1/host/share/man/man3/ExtUtils::ParseXS.3 /tmp/instance-5/output-1/host/share/man/man3/ExtUtils::ParseXS::Constants.3 /tmp/instance-5/output-1/host/share/man/man3/ExtUtils::ParseXS::Eval.3 /tmp/instance-5/output-1/host/share/man/man3/ExtUtils::ParseXS::Utilities.3 /tmp/instance-5/output-1/host/share/man/man3/ExtUtils::Typemaps.3 /tmp/instance-5/output-1/host/share/man/man3/ExtUtils::Typemaps::Cmd.3 /tmp/instance-5/output-1/host/share/man/man3/ExtUtils::Typemaps::InputMap.3 /tmp/instance-5/output-1/host/share/man/man3/ExtUtils::Typemaps::OutputMap.3 /tmp/instance-5/output-1/host/share/man/man3/ExtUtils::Typemaps::Type.3 /tmp/instance-5/output-1/host/share/man/man3/ExtUtils::testlib.3 /tmp/instance-5/output-1/host/share/man/man3/Fatal.3 /tmp/instance-5/output-1/host/share/man/man3/Fcntl.3 /tmp/instance-5/output-1/host/share/man/man3/File::Basename.3 /tmp/instance-5/output-1/host/share/man/man3/File::Compare.3 /tmp/instance-5/output-1/host/share/man/man3/File::Copy.3 /tmp/instance-5/output-1/host/share/man/man3/File::DosGlob.3 /tmp/instance-5/output-1/host/share/man/man3/File::Fetch.3 /tmp/instance-5/output-1/host/share/man/man3/File::Find.3 /tmp/instance-5/output-1/host/share/man/man3/File::Glob.3 /tmp/instance-5/output-1/host/share/man/man3/File::GlobMapper.3 /tmp/instance-5/output-1/host/share/man/man3/File::Path.3 /tmp/instance-5/output-1/host/share/man/man3/File::Spec.3 /tmp/instance-5/output-1/host/share/man/man3/File::Spec::AmigaOS.3 /tmp/instance-5/output-1/host/share/man/man3/File::Spec::Cygwin.3 /tmp/instance-5/output-1/host/share/man/man3/File::Spec::Epoc.3 /tmp/instance-5/output-1/host/share/man/man3/File::Spec::Functions.3 /tmp/instance-5/output-1/host/share/man/man3/File::Spec::Mac.3 /tmp/instance-5/output-1/host/share/man/man3/File::Spec::OS2.3 /tmp/instance-5/output-1/host/share/man/man3/File::Spec::Unix.3 /tmp/instance-5/output-1/host/share/man/man3/File::Spec::VMS.3 /tmp/instance-5/output-1/host/share/man/man3/File::Spec::Win32.3 /tmp/instance-5/output-1/host/share/man/man3/File::Temp.3 /tmp/instance-5/output-1/host/share/man/man3/File::stat.3 /tmp/instance-5/output-1/host/share/man/man3/FileCache.3 /tmp/instance-5/output-1/host/share/man/man3/FileHandle.3 /tmp/instance-5/output-1/host/share/man/man3/Filter::Simple.3 /tmp/instance-5/output-1/host/share/man/man3/Filter::Util::Call.3 /tmp/instance-5/output-1/host/share/man/man3/FindBin.3 /tmp/instance-5/output-1/host/share/man/man3/Getopt::Long.3 /tmp/instance-5/output-1/host/share/man/man3/Getopt::Std.3 /tmp/instance-5/output-1/host/share/man/man3/HTTP::Tiny.3 /tmp/instance-5/output-1/host/share/man/man3/Hash::Util.3 /tmp/instance-5/output-1/host/share/man/man3/Hash::Util::FieldHash.3 /tmp/instance-5/output-1/host/share/man/man3/I18N::Collate.3 /tmp/instance-5/output-1/host/share/man/man3/I18N::LangTags.3 /tmp/instance-5/output-1/host/share/man/man3/I18N::LangTags::Detect.3 /tmp/instance-5/output-1/host/share/man/man3/I18N::LangTags::List.3 /tmp/instance-5/output-1/host/share/man/man3/I18N::Langinfo.3 /tmp/instance-5/output-1/host/share/man/man3/IO.3 /tmp/instance-5/output-1/host/share/man/man3/IO::Compress::Base.3 /tmp/instance-5/output-1/host/share/man/man3/IO::Compress::Bzip2.3 /tmp/instance-5/output-1/host/share/man/man3/IO::Compress::Deflate.3 /tmp/instance-5/output-1/host/share/man/man3/IO::Compress::FAQ.3 /tmp/instance-5/output-1/host/share/man/man3/IO::Compress::Gzip.3 /tmp/instance-5/output-1/host/share/man/man3/IO::Compress::RawDeflate.3 /tmp/instance-5/output-1/host/share/man/man3/IO::Compress::Zip.3 /tmp/instance-5/output-1/host/share/man/man3/IO::Dir.3 /tmp/instance-5/output-1/host/share/man/man3/IO::File.3 /tmp/instance-5/output-1/host/share/man/man3/IO::Handle.3 /tmp/instance-5/output-1/host/share/man/man3/IO::Pipe.3 /tmp/instance-5/output-1/host/share/man/man3/IO::Poll.3 /tmp/instance-5/output-1/host/share/man/man3/IO::Seekable.3 /tmp/instance-5/output-1/host/share/man/man3/IO::Select.3 /tmp/instance-5/output-1/host/share/man/man3/IO::Socket.3 /tmp/instance-5/output-1/host/share/man/man3/IO::Socket::INET.3 /tmp/instance-5/output-1/host/share/man/man3/IO::Socket::IP.3 /tmp/instance-5/output-1/host/share/man/man3/IO::Socket::UNIX.3 /tmp/instance-5/output-1/host/share/man/man3/IO::Uncompress::AnyInflate.3 /tmp/instance-5/output-1/host/share/man/man3/IO::Uncompress::AnyUncompress.3 /tmp/instance-5/output-1/host/share/man/man3/IO::Uncompress::Base.3 /tmp/instance-5/output-1/host/share/man/man3/IO::Uncompress::Bunzip2.3 /tmp/instance-5/output-1/host/share/man/man3/IO::Uncompress::Gunzip.3 /tmp/instance-5/output-1/host/share/man/man3/IO::Uncompress::Inflate.3 /tmp/instance-5/output-1/host/share/man/man3/IO::Uncompress::RawInflate.3 /tmp/instance-5/output-1/host/share/man/man3/IO::Uncompress::Unzip.3 /tmp/instance-5/output-1/host/share/man/man3/IO::Zlib.3 /tmp/instance-5/output-1/host/share/man/man3/IPC::Cmd.3 /tmp/instance-5/output-1/host/share/man/man3/IPC::Msg.3 /tmp/instance-5/output-1/host/share/man/man3/IPC::Open2.3 /tmp/instance-5/output-1/host/share/man/man3/IPC::Open3.3 /tmp/instance-5/output-1/host/share/man/man3/IPC::Semaphore.3 /tmp/instance-5/output-1/host/share/man/man3/IPC::SharedMem.3 /tmp/instance-5/output-1/host/share/man/man3/IPC::SysV.3 /tmp/instance-5/output-1/host/share/man/man3/Internals.3 /tmp/instance-5/output-1/host/share/man/man3/JSON::PP.3 /tmp/instance-5/output-1/host/share/man/man3/JSON::PP::Boolean.3 /tmp/instance-5/output-1/host/share/man/man3/List::Util.3 /tmp/instance-5/output-1/host/share/man/man3/List::Util::XS.3 /tmp/instance-5/output-1/host/share/man/man3/Locale::Maketext.3 /tmp/instance-5/output-1/host/share/man/man3/Locale::Maketext::Cookbook.3 /tmp/instance-5/output-1/host/share/man/man3/Locale::Maketext::Guts.3 /tmp/instance-5/output-1/host/share/man/man3/Locale::Maketext::GutsLoader.3 /tmp/instance-5/output-1/host/share/man/man3/Locale::Maketext::Simple.3 /tmp/instance-5/output-1/host/share/man/man3/Locale::Maketext::TPJ13.3 /tmp/instance-5/output-1/host/share/man/man3/MIME::Base64.3 /tmp/instance-5/output-1/host/share/man/man3/MIME::QuotedPrint.3 /tmp/instance-5/output-1/host/share/man/man3/Math::BigFloat.3 /tmp/instance-5/output-1/host/share/man/man3/Math::BigInt.3 /tmp/instance-5/output-1/host/share/man/man3/Math::BigInt::Calc.3 /tmp/instance-5/output-1/host/share/man/man3/Math::BigInt::FastCalc.3 /tmp/instance-5/output-1/host/share/man/man3/Math::BigInt::Lib.3 /tmp/instance-5/output-1/host/share/man/man3/Math::BigRat.3 /tmp/instance-5/output-1/host/share/man/man3/Math::Complex.3 /tmp/instance-5/output-1/host/share/man/man3/Math::Trig.3 /tmp/instance-5/output-1/host/share/man/man3/Memoize.3 /tmp/instance-5/output-1/host/share/man/man3/Memoize::AnyDBM_File.3 /tmp/instance-5/output-1/host/share/man/man3/Memoize::Expire.3 /tmp/instance-5/output-1/host/share/man/man3/Memoize::ExpireFile.3 /tmp/instance-5/output-1/host/share/man/man3/Memoize::ExpireTest.3 /tmp/instance-5/output-1/host/share/man/man3/Memoize::NDBM_File.3 /tmp/instance-5/output-1/host/share/man/man3/Memoize::SDBM_File.3 /tmp/instance-5/output-1/host/share/man/man3/Memoize::Storable.3 /tmp/instance-5/output-1/host/share/man/man3/Module::CoreList.3 /tmp/instance-5/output-1/host/share/man/man3/Module::CoreList::Utils.3 /tmp/instance-5/output-1/host/share/man/man3/Module::Load.3 /tmp/instance-5/output-1/host/share/man/man3/Module::Load::Conditional.3 /tmp/instance-5/output-1/host/share/man/man3/Module::Loaded.3 /tmp/instance-5/output-1/host/share/man/man3/Module::Metadata.3 /tmp/instance-5/output-1/host/share/man/man3/NEXT.3 /tmp/instance-5/output-1/host/share/man/man3/Net::Cmd.3 /tmp/instance-5/output-1/host/share/man/man3/Net::Config.3 /tmp/instance-5/output-1/host/share/man/man3/Net::Domain.3 /tmp/instance-5/output-1/host/share/man/man3/Net::FTP.3 /tmp/instance-5/output-1/host/share/man/man3/Net::NNTP.3 /tmp/instance-5/output-1/host/share/man/man3/Net::Netrc.3 /tmp/instance-5/output-1/host/share/man/man3/Net::POP3.3 /tmp/instance-5/output-1/host/share/man/man3/Net::Ping.3 /tmp/instance-5/output-1/host/share/man/man3/Net::SMTP.3 /tmp/instance-5/output-1/host/share/man/man3/Net::Time.3 /tmp/instance-5/output-1/host/share/man/man3/Net::hostent.3 /tmp/instance-5/output-1/host/share/man/man3/Net::libnetFAQ.3 /tmp/instance-5/output-1/host/share/man/man3/Net::netent.3 /tmp/instance-5/output-1/host/share/man/man3/Net::protoent.3 /tmp/instance-5/output-1/host/share/man/man3/Net::servent.3 /tmp/instance-5/output-1/host/share/man/man3/O.3 /tmp/instance-5/output-1/host/share/man/man3/Opcode.3 /tmp/instance-5/output-1/host/share/man/man3/POSIX.3 /tmp/instance-5/output-1/host/share/man/man3/Params::Check.3 /tmp/instance-5/output-1/host/share/man/man3/Parse::CPAN::Meta.3 /tmp/instance-5/output-1/host/share/man/man3/Perl::OSType.3 /tmp/instance-5/output-1/host/share/man/man3/PerlIO.3 /tmp/instance-5/output-1/host/share/man/man3/PerlIO::encoding.3 /tmp/instance-5/output-1/host/share/man/man3/PerlIO::mmap.3 /tmp/instance-5/output-1/host/share/man/man3/PerlIO::scalar.3 /tmp/instance-5/output-1/host/share/man/man3/PerlIO::via.3 /tmp/instance-5/output-1/host/share/man/man3/PerlIO::via::QuotedPrint.3 /tmp/instance-5/output-1/host/share/man/man3/Pod::Checker.3 /tmp/instance-5/output-1/host/share/man/man3/Pod::Escapes.3 /tmp/instance-5/output-1/host/share/man/man3/Pod::Html.3 /tmp/instance-5/output-1/host/share/man/man3/Pod::Html::Util.3 /tmp/instance-5/output-1/host/share/man/man3/Pod::Man.3 /tmp/instance-5/output-1/host/share/man/man3/Pod::ParseLink.3 /tmp/instance-5/output-1/host/share/man/man3/Pod::Perldoc.3 /tmp/instance-5/output-1/host/share/man/man3/Pod::Perldoc::BaseTo.3 /tmp/instance-5/output-1/host/share/man/man3/Pod::Perldoc::GetOptsOO.3 /tmp/instance-5/output-1/host/share/man/man3/Pod::Perldoc::ToANSI.3 /tmp/instance-5/output-1/host/share/man/man3/Pod::Perldoc::ToChecker.3 /tmp/instance-5/output-1/host/share/man/man3/Pod::Perldoc::ToMan.3 /tmp/instance-5/output-1/host/share/man/man3/Pod::Perldoc::ToNroff.3 /tmp/instance-5/output-1/host/share/man/man3/Pod::Perldoc::ToPod.3 /tmp/instance-5/output-1/host/share/man/man3/Pod::Perldoc::ToRtf.3 /tmp/instance-5/output-1/host/share/man/man3/Pod::Perldoc::ToTerm.3 /tmp/instance-5/output-1/host/share/man/man3/Pod::Perldoc::ToText.3 /tmp/instance-5/output-1/host/share/man/man3/Pod::Perldoc::ToTk.3 /tmp/instance-5/output-1/host/share/man/man3/Pod::Perldoc::ToXml.3 /tmp/instance-5/output-1/host/share/man/man3/Pod::Simple.3 /tmp/instance-5/output-1/host/share/man/man3/Pod::Simple::Checker.3 /tmp/instance-5/output-1/host/share/man/man3/Pod::Simple::Debug.3 /tmp/instance-5/output-1/host/share/man/man3/Pod::Simple::DumpAsText.3 /tmp/instance-5/output-1/host/share/man/man3/Pod::Simple::DumpAsXML.3 /tmp/instance-5/output-1/host/share/man/man3/Pod::Simple::HTML.3 /tmp/instance-5/output-1/host/share/man/man3/Pod::Simple::HTMLBatch.3 /tmp/instance-5/output-1/host/share/man/man3/Pod::Simple::JustPod.3 /tmp/instance-5/output-1/host/share/man/man3/Pod::Simple::LinkSection.3 /tmp/instance-5/output-1/host/share/man/man3/Pod::Simple::Methody.3 /tmp/instance-5/output-1/host/share/man/man3/Pod::Simple::PullParser.3 /tmp/instance-5/output-1/host/share/man/man3/Pod::Simple::PullParserEndToken.3 /tmp/instance-5/output-1/host/share/man/man3/Pod::Simple::PullParserStartToken.3 /tmp/instance-5/output-1/host/share/man/man3/Pod::Simple::PullParserTextToken.3 /tmp/instance-5/output-1/host/share/man/man3/Pod::Simple::PullParserToken.3 /tmp/instance-5/output-1/host/share/man/man3/Pod::Simple::RTF.3 /tmp/instance-5/output-1/host/share/man/man3/Pod::Simple::Search.3 /tmp/instance-5/output-1/host/share/man/man3/Pod::Simple::SimpleTree.3 /tmp/instance-5/output-1/host/share/man/man3/Pod::Simple::Subclassing.3 /tmp/instance-5/output-1/host/share/man/man3/Pod::Simple::Text.3 /tmp/instance-5/output-1/host/share/man/man3/Pod::Simple::TextContent.3 /tmp/instance-5/output-1/host/share/man/man3/Pod::Simple::XHTML.3 /tmp/instance-5/output-1/host/share/man/man3/Pod::Simple::XMLOutStream.3 /tmp/instance-5/output-1/host/share/man/man3/Pod::Text.3 /tmp/instance-5/output-1/host/share/man/man3/Pod::Text::Color.3 /tmp/instance-5/output-1/host/share/man/man3/Pod::Text::Overstrike.3 /tmp/instance-5/output-1/host/share/man/man3/Pod::Text::Termcap.3 /tmp/instance-5/output-1/host/share/man/man3/Pod::Usage.3 /tmp/instance-5/output-1/host/share/man/man3/SDBM_File.3 /tmp/instance-5/output-1/host/share/man/man3/Safe.3 /tmp/instance-5/output-1/host/share/man/man3/Scalar::Util.3 /tmp/instance-5/output-1/host/share/man/man3/Search::Dict.3 /tmp/instance-5/output-1/host/share/man/man3/SelectSaver.3 /tmp/instance-5/output-1/host/share/man/man3/SelfLoader.3 /tmp/instance-5/output-1/host/share/man/man3/Socket.3 /tmp/instance-5/output-1/host/share/man/man3/Storable.3 /tmp/instance-5/output-1/host/share/man/man3/Sub::Util.3 /tmp/instance-5/output-1/host/share/man/man3/Symbol.3 /tmp/instance-5/output-1/host/share/man/man3/Sys::Hostname.3 /tmp/instance-5/output-1/host/share/man/man3/Sys::Syslog.3 /tmp/instance-5/output-1/host/share/man/man3/TAP::Base.3 /tmp/instance-5/output-1/host/share/man/man3/TAP::Formatter::Base.3 /tmp/instance-5/output-1/host/share/man/man3/TAP::Formatter::Color.3 /tmp/instance-5/output-1/host/share/man/man3/TAP::Formatter::Console.3 /tmp/instance-5/output-1/host/share/man/man3/TAP::Formatter::Console::ParallelSession.3 /tmp/instance-5/output-1/host/share/man/man3/TAP::Formatter::Console::Session.3 /tmp/instance-5/output-1/host/share/man/man3/TAP::Formatter::File.3 /tmp/instance-5/output-1/host/share/man/man3/TAP::Formatter::File::Session.3 /tmp/instance-5/output-1/host/share/man/man3/TAP::Formatter::Session.3 /tmp/instance-5/output-1/host/share/man/man3/TAP::Harness.3 /tmp/instance-5/output-1/host/share/man/man3/TAP::Harness::Beyond.3 /tmp/instance-5/output-1/host/share/man/man3/TAP::Harness::Env.3 /tmp/instance-5/output-1/host/share/man/man3/TAP::Object.3 /tmp/instance-5/output-1/host/share/man/man3/TAP::Parser.3 /tmp/instance-5/output-1/host/share/man/man3/TAP::Parser::Aggregator.3 /tmp/instance-5/output-1/host/share/man/man3/TAP::Parser::Grammar.3 /tmp/instance-5/output-1/host/share/man/man3/TAP::Parser::Iterator.3 /tmp/instance-5/output-1/host/share/man/man3/TAP::Parser::Iterator::Array.3 /tmp/instance-5/output-1/host/share/man/man3/TAP::Parser::Iterator::Process.3 /tmp/instance-5/output-1/host/share/man/man3/TAP::Parser::Iterator::Stream.3 /tmp/instance-5/output-1/host/share/man/man3/TAP::Parser::IteratorFactory.3 /tmp/instance-5/output-1/host/share/man/man3/TAP::Parser::Multiplexer.3 /tmp/instance-5/output-1/host/share/man/man3/TAP::Parser::Result.3 /tmp/instance-5/output-1/host/share/man/man3/TAP::Parser::Result::Bailout.3 /tmp/instance-5/output-1/host/share/man/man3/TAP::Parser::Result::Comment.3 /tmp/instance-5/output-1/host/share/man/man3/TAP::Parser::Result::Plan.3 /tmp/instance-5/output-1/host/share/man/man3/TAP::Parser::Result::Pragma.3 /tmp/instance-5/output-1/host/share/man/man3/TAP::Parser::Result::Test.3 /tmp/instance-5/output-1/host/share/man/man3/TAP::Parser::Result::Unknown.3 /tmp/instance-5/output-1/host/share/man/man3/TAP::Parser::Result::Version.3 /tmp/instance-5/output-1/host/share/man/man3/TAP::Parser::Result::YAML.3 /tmp/instance-5/output-1/host/share/man/man3/TAP::Parser::ResultFactory.3 /tmp/instance-5/output-1/host/share/man/man3/TAP::Parser::Scheduler.3 /tmp/instance-5/output-1/host/share/man/man3/TAP::Parser::Scheduler::Job.3 /tmp/instance-5/output-1/host/share/man/man3/TAP::Parser::Scheduler::Spinner.3 /tmp/instance-5/output-1/host/share/man/man3/TAP::Parser::Source.3 /tmp/instance-5/output-1/host/share/man/man3/TAP::Parser::SourceHandler.3 /tmp/instance-5/output-1/host/share/man/man3/TAP::Parser::SourceHandler::Executable.3 /tmp/instance-5/output-1/host/share/man/man3/TAP::Parser::SourceHandler::File.3 /tmp/instance-5/output-1/host/share/man/man3/TAP::Parser::SourceHandler::Handle.3 /tmp/instance-5/output-1/host/share/man/man3/TAP::Parser::SourceHandler::Perl.3 /tmp/instance-5/output-1/host/share/man/man3/TAP::Parser::SourceHandler::RawTAP.3 /tmp/instance-5/output-1/host/share/man/man3/TAP::Parser::YAMLish::Reader.3 /tmp/instance-5/output-1/host/share/man/man3/TAP::Parser::YAMLish::Writer.3 /tmp/instance-5/output-1/host/share/man/man3/Term::ANSIColor.3 /tmp/instance-5/output-1/host/share/man/man3/Term::Cap.3 /tmp/instance-5/output-1/host/share/man/man3/Term::Complete.3 /tmp/instance-5/output-1/host/share/man/man3/Term::ReadLine.3 /tmp/instance-5/output-1/host/share/man/man3/Test.3 /tmp/instance-5/output-1/host/share/man/man3/Test2.3 /tmp/instance-5/output-1/host/share/man/man3/Test2::API.3 /tmp/instance-5/output-1/host/share/man/man3/Test2::API::Breakage.3 /tmp/instance-5/output-1/host/share/man/man3/Test2::API::Context.3 /tmp/instance-5/output-1/host/share/man/man3/Test2::API::Instance.3 /tmp/instance-5/output-1/host/share/man/man3/Test2::API::InterceptResult.3 /tmp/instance-5/output-1/host/share/man/man3/Test2::API::InterceptResult::Event.3 /tmp/instance-5/output-1/host/share/man/man3/Test2::API::InterceptResult::Hub.3 /tmp/instance-5/output-1/host/share/man/man3/Test2::API::InterceptResult::Squasher.3 /tmp/instance-5/output-1/host/share/man/man3/Test2::API::Stack.3 /tmp/instance-5/output-1/host/share/man/man3/Test2::Event.3 /tmp/instance-5/output-1/host/share/man/man3/Test2::Event::Bail.3 /tmp/instance-5/output-1/host/share/man/man3/Test2::Event::Diag.3 /tmp/instance-5/output-1/host/share/man/man3/Test2::Event::Encoding.3 /tmp/instance-5/output-1/host/share/man/man3/Test2::Event::Exception.3 /tmp/instance-5/output-1/host/share/man/man3/Test2::Event::Fail.3 /tmp/instance-5/output-1/host/share/man/man3/Test2::Event::Generic.3 /tmp/instance-5/output-1/host/share/man/man3/Test2::Event::Note.3 /tmp/instance-5/output-1/host/share/man/man3/Test2::Event::Ok.3 /tmp/instance-5/output-1/host/share/man/man3/Test2::Event::Pass.3 /tmp/instance-5/output-1/host/share/man/man3/Test2::Event::Plan.3 /tmp/instance-5/output-1/host/share/man/man3/Test2::Event::Skip.3 /tmp/instance-5/output-1/host/share/man/man3/Test2::Event::Subtest.3 /tmp/instance-5/output-1/host/share/man/man3/Test2::Event::TAP::Version.3 /tmp/instance-5/output-1/host/share/man/man3/Test2::Event::V2.3 /tmp/instance-5/output-1/host/share/man/man3/Test2::Event::Waiting.3 /tmp/instance-5/output-1/host/share/man/man3/Test2::EventFacet.3 /tmp/instance-5/output-1/host/share/man/man3/Test2::EventFacet::About.3 /tmp/instance-5/output-1/host/share/man/man3/Test2::EventFacet::Amnesty.3 /tmp/instance-5/output-1/host/share/man/man3/Test2::EventFacet::Assert.3 /tmp/instance-5/output-1/host/share/man/man3/Test2::EventFacet::Control.3 /tmp/instance-5/output-1/host/share/man/man3/Test2::EventFacet::Error.3 /tmp/instance-5/output-1/host/share/man/man3/Test2::EventFacet::Hub.3 /tmp/instance-5/output-1/host/share/man/man3/Test2::EventFacet::Info.3 /tmp/instance-5/output-1/host/share/man/man3/Test2::EventFacet::Info::Table.3 /tmp/instance-5/output-1/host/share/man/man3/Test2::EventFacet::Meta.3 /tmp/instance-5/output-1/host/share/man/man3/Test2::EventFacet::Parent.3 /tmp/instance-5/output-1/host/share/man/man3/Test2::EventFacet::Plan.3 /tmp/instance-5/output-1/host/share/man/man3/Test2::EventFacet::Render.3 /tmp/instance-5/output-1/host/share/man/man3/Test2::EventFacet::Trace.3 /tmp/instance-5/output-1/host/share/man/man3/Test2::Formatter.3 /tmp/instance-5/output-1/host/share/man/man3/Test2::Formatter::TAP.3 /tmp/instance-5/output-1/host/share/man/man3/Test2::Hub.3 /tmp/instance-5/output-1/host/share/man/man3/Test2::Hub::Interceptor.3 /tmp/instance-5/output-1/host/share/man/man3/Test2::Hub::Interceptor::Terminator.3 /tmp/instance-5/output-1/host/share/man/man3/Test2::Hub::Subtest.3 /tmp/instance-5/output-1/host/share/man/man3/Test2::IPC.3 /tmp/instance-5/output-1/host/share/man/man3/Test2::IPC::Driver.3 /tmp/instance-5/output-1/host/share/man/man3/Test2::IPC::Driver::Files.3 /tmp/instance-5/output-1/host/share/man/man3/Test2::Tools::Tiny.3 /tmp/instance-5/output-1/host/share/man/man3/Test2::Transition.3 /tmp/instance-5/output-1/host/share/man/man3/Test2::Util.3 /tmp/instance-5/output-1/host/share/man/man3/Test2::Util::ExternalMeta.3 /tmp/instance-5/output-1/host/share/man/man3/Test2::Util::Facets2Legacy.3 /tmp/instance-5/output-1/host/share/man/man3/Test2::Util::HashBase.3 /tmp/instance-5/output-1/host/share/man/man3/Test2::Util::Trace.3 /tmp/instance-5/output-1/host/share/man/man3/Test::Builder.3 /tmp/instance-5/output-1/host/share/man/man3/Test::Builder::Formatter.3 /tmp/instance-5/output-1/host/share/man/man3/Test::Builder::IO::Scalar.3 /tmp/instance-5/output-1/host/share/man/man3/Test::Builder::Module.3 /tmp/instance-5/output-1/host/share/man/man3/Test::Builder::Tester.3 /tmp/instance-5/output-1/host/share/man/man3/Test::Builder::Tester::Color.3 /tmp/instance-5/output-1/host/share/man/man3/Test::Builder::TodoDiag.3 /tmp/instance-5/output-1/host/share/man/man3/Test::Harness.3 /tmp/instance-5/output-1/host/share/man/man3/Test::More.3 /tmp/instance-5/output-1/host/share/man/man3/Test::Simple.3 /tmp/instance-5/output-1/host/share/man/man3/Test::Tester.3 /tmp/instance-5/output-1/host/share/man/man3/Test::Tester::Capture.3 /tmp/instance-5/output-1/host/share/man/man3/Test::Tester::CaptureRunner.3 /tmp/instance-5/output-1/host/share/man/man3/Test::Tutorial.3 /tmp/instance-5/output-1/host/share/man/man3/Test::use::ok.3 /tmp/instance-5/output-1/host/share/man/man3/Text::Abbrev.3 /tmp/instance-5/output-1/host/share/man/man3/Text::Balanced.3 /tmp/instance-5/output-1/host/share/man/man3/Text::ParseWords.3 /tmp/instance-5/output-1/host/share/man/man3/Text::Tabs.3 /tmp/instance-5/output-1/host/share/man/man3/Text::Wrap.3 /tmp/instance-5/output-1/host/share/man/man3/Thread.3 /tmp/instance-5/output-1/host/share/man/man3/Thread::Queue.3 /tmp/instance-5/output-1/host/share/man/man3/Thread::Semaphore.3 /tmp/instance-5/output-1/host/share/man/man3/Tie::Array.3 /tmp/instance-5/output-1/host/share/man/man3/Tie::File.3 /tmp/instance-5/output-1/host/share/man/man3/Tie::Handle.3 /tmp/instance-5/output-1/host/share/man/man3/Tie::Hash.3 /tmp/instance-5/output-1/host/share/man/man3/Tie::Hash::NamedCapture.3 /tmp/instance-5/output-1/host/share/man/man3/Tie::Memoize.3 /tmp/instance-5/output-1/host/share/man/man3/Tie::RefHash.3 /tmp/instance-5/output-1/host/share/man/man3/Tie::Scalar.3 /tmp/instance-5/output-1/host/share/man/man3/Tie::StdHandle.3 /tmp/instance-5/output-1/host/share/man/man3/Tie::SubstrHash.3 /tmp/instance-5/output-1/host/share/man/man3/Time::HiRes.3 /tmp/instance-5/output-1/host/share/man/man3/Time::Local.3 /tmp/instance-5/output-1/host/share/man/man3/Time::Piece.3 /tmp/instance-5/output-1/host/share/man/man3/Time::Seconds.3 /tmp/instance-5/output-1/host/share/man/man3/Time::gmtime.3 /tmp/instance-5/output-1/host/share/man/man3/Time::localtime.3 /tmp/instance-5/output-1/host/share/man/man3/Time::tm.3 /tmp/instance-5/output-1/host/share/man/man3/UNIVERSAL.3 /tmp/instance-5/output-1/host/share/man/man3/Unicode::Collate.3 /tmp/instance-5/output-1/host/share/man/man3/Unicode::Collate::CJK::Big5.3 /tmp/instance-5/output-1/host/share/man/man3/Unicode::Collate::CJK::GB2312.3 /tmp/instance-5/output-1/host/share/man/man3/Unicode::Collate::CJK::JISX0208.3 /tmp/instance-5/output-1/host/share/man/man3/Unicode::Collate::CJK::Korean.3 /tmp/instance-5/output-1/host/share/man/man3/Unicode::Collate::CJK::Pinyin.3 /tmp/instance-5/output-1/host/share/man/man3/Unicode::Collate::CJK::Stroke.3 /tmp/instance-5/output-1/host/share/man/man3/Unicode::Collate::CJK::Zhuyin.3 /tmp/instance-5/output-1/host/share/man/man3/Unicode::Collate::Locale.3 /tmp/instance-5/output-1/host/share/man/man3/Unicode::Normalize.3 /tmp/instance-5/output-1/host/share/man/man3/Unicode::UCD.3 /tmp/instance-5/output-1/host/share/man/man3/User::grent.3 /tmp/instance-5/output-1/host/share/man/man3/User::pwent.3 /tmp/instance-5/output-1/host/share/man/man3/XSLoader.3 /tmp/instance-5/output-1/host/share/man/man3/attributes.3 /tmp/instance-5/output-1/host/share/man/man3/autodie.3 /tmp/instance-5/output-1/host/share/man/man3/autodie::Scope::Guard.3 /tmp/instance-5/output-1/host/share/man/man3/autodie::Scope::GuardStack.3 /tmp/instance-5/output-1/host/share/man/man3/autodie::Util.3 /tmp/instance-5/output-1/host/share/man/man3/autodie::exception.3 /tmp/instance-5/output-1/host/share/man/man3/autodie::exception::system.3 /tmp/instance-5/output-1/host/share/man/man3/autodie::hints.3 /tmp/instance-5/output-1/host/share/man/man3/autodie::skip.3 /tmp/instance-5/output-1/host/share/man/man3/autouse.3 /tmp/instance-5/output-1/host/share/man/man3/base.3 /tmp/instance-5/output-1/host/share/man/man3/bigfloat.3 /tmp/instance-5/output-1/host/share/man/man3/bigint.3 /tmp/instance-5/output-1/host/share/man/man3/bignum.3 /tmp/instance-5/output-1/host/share/man/man3/bigrat.3 /tmp/instance-5/output-1/host/share/man/man3/blib.3 /tmp/instance-5/output-1/host/share/man/man3/builtin.3 /tmp/instance-5/output-1/host/share/man/man3/bytes.3 /tmp/instance-5/output-1/host/share/man/man3/charnames.3 /tmp/instance-5/output-1/host/share/man/man3/constant.3 /tmp/instance-5/output-1/host/share/man/man3/deprecate.3 /tmp/instance-5/output-1/host/share/man/man3/diagnostics.3 /tmp/instance-5/output-1/host/share/man/man3/encoding.3 /tmp/instance-5/output-1/host/share/man/man3/encoding::warnings.3 /tmp/instance-5/output-1/host/share/man/man3/experimental.3 /tmp/instance-5/output-1/host/share/man/man3/feature.3 /tmp/instance-5/output-1/host/share/man/man3/fields.3 /tmp/instance-5/output-1/host/share/man/man3/filetest.3 /tmp/instance-5/output-1/host/share/man/man3/if.3 /tmp/instance-5/output-1/host/share/man/man3/integer.3 /tmp/instance-5/output-1/host/share/man/man3/less.3 /tmp/instance-5/output-1/host/share/man/man3/lib.3 /tmp/instance-5/output-1/host/share/man/man3/locale.3 /tmp/instance-5/output-1/host/share/man/man3/mro.3 /tmp/instance-5/output-1/host/share/man/man3/ok.3 /tmp/instance-5/output-1/host/share/man/man3/open.3 /tmp/instance-5/output-1/host/share/man/man3/ops.3 /tmp/instance-5/output-1/host/share/man/man3/overload.3 /tmp/instance-5/output-1/host/share/man/man3/overloading.3 /tmp/instance-5/output-1/host/share/man/man3/parent.3 /tmp/instance-5/output-1/host/share/man/man3/re.3 /tmp/instance-5/output-1/host/share/man/man3/sigtrap.3 /tmp/instance-5/output-1/host/share/man/man3/sort.3 /tmp/instance-5/output-1/host/share/man/man3/strict.3 /tmp/instance-5/output-1/host/share/man/man3/subs.3 /tmp/instance-5/output-1/host/share/man/man3/threads.3 /tmp/instance-5/output-1/host/share/man/man3/threads::shared.3 /tmp/instance-5/output-1/host/share/man/man3/unicore::Name.3 /tmp/instance-5/output-1/host/share/man/man3/utf8.3 /tmp/instance-5/output-1/host/share/man/man3/vars.3 /tmp/instance-5/output-1/host/share/man/man3/version.3 /tmp/instance-5/output-1/host/share/man/man3/version::Internals.3 /tmp/instance-5/output-1/host/share/man/man3/vmsish.3 /tmp/instance-5/output-1/host/share/man/man3/warnings.3 /tmp/instance-5/output-1/host/share/man/man3/warnings::register.3 /tmp/instance-5/output-1/host/share/man/man1/pod2man.1 /tmp/instance-5/output-1/host/share/man/man1/pod2text.1 /tmp/instance-5/output-1/host/share/man/man1/pod2usage.1 /tmp/instance-5/output-1/host/share/man/man1/podchecker.1 /tmp/instance-5/output-1/host/share/man/man1/cpan.1 /tmp/instance-5/output-1/host/share/man/man1/corelist.1 /tmp/instance-5/output-1/host/share/man/man1/enc2xs.1 /tmp/instance-5/output-1/host/share/man/man1/encguess.1 /tmp/instance-5/output-1/host/share/man/man1/h2ph.1 /tmp/instance-5/output-1/host/share/man/man1/h2xs.1 /tmp/instance-5/output-1/host/share/man/man1/instmodsh.1 /tmp/instance-5/output-1/host/share/man/man1/json_pp.1 /tmp/instance-5/output-1/host/share/man/man1/libnetcfg.1 /tmp/instance-5/output-1/host/share/man/man1/perlbug.1 /tmp/instance-5/output-1/host/share/man/man1/perlthanks.1 /tmp/instance-5/output-1/host/share/man/man1/perlivp.1 /tmp/instance-5/output-1/host/share/man/man1/piconv.1 /tmp/instance-5/output-1/host/share/man/man1/pl2pm.1 /tmp/instance-5/output-1/host/share/man/man1/pod2html.1 /tmp/instance-5/output-1/host/share/man/man1/prove.1 /tmp/instance-5/output-1/host/share/man/man1/ptar.1 /tmp/instance-5/output-1/host/share/man/man1/ptardiff.1 /tmp/instance-5/output-1/host/share/man/man1/ptargrep.1 /tmp/instance-5/output-1/host/share/man/man1/shasum.1 /tmp/instance-5/output-1/host/share/man/man1/splain.1 /tmp/instance-5/output-1/host/share/man/man1/streamzip.1 /tmp/instance-5/output-1/host/share/man/man1/xsubpp.1 /tmp/instance-5/output-1/host/share/man/man1/zipdetails.1 make[1]: Leaving directory '/tmp/instance-5/output-1/build/host-perl-5.36.0' >>> perl 5.36.0 Downloading perl-5.36.0.tar.xz: OK (md5: 826e42da130011699172fd655e49cfa2) perl-5.36.0.tar.xz: OK (sha1: 938c56a77ae094eb7f5019318a5e4efb2d9c74fa) perl-5.36.0.tar.xz: OK (sha256: 0f386dccbee8e26286404b2cca144e1005be65477979beb9b1ba272d4819bcf0) wget --passive-ftp -nd -t 3 -O '/tmp/instance-5/output-1/build/.perl-cross-1.4.tar.gz.zSnN28/output' 'https://github.com/arsv/perl-cross/releases/download/1.4/perl-cross-1.4.tar.gz' --2023-02-20 00:10:29-- https://github.com/arsv/perl-cross/releases/download/1.4/perl-cross-1.4.tar.gz Resolving github.com (github.com)... 140.82.114.4 Connecting to github.com (github.com)|140.82.114.4|:443... connected. HTTP request sent, awaiting response... 302 Found Location: https://objects.githubusercontent.com/github-production-release-asset-2e65be/16895773/feb38abe-95b3-407d-8ae3-a014abf77dfe?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20230220%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20230220T071029Z&X-Amz-Expires=300&X-Amz-Signature=471acbb2acbf4eace7d738c450ca9d576366adccc49e2d1d388136f8a3d67600&X-Amz-SignedHeaders=host&actor_id=0&key_id=0&repo_id=16895773&response-content-disposition=attachment%3B%20filename%3Dperl-cross-1.4.tar.gz&response-content-type=application%2Foctet-stream [following] --2023-02-20 00:10:29-- https://objects.githubusercontent.com/github-production-release-asset-2e65be/16895773/feb38abe-95b3-407d-8ae3-a014abf77dfe?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20230220%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20230220T071029Z&X-Amz-Expires=300&X-Amz-Signature=471acbb2acbf4eace7d738c450ca9d576366adccc49e2d1d388136f8a3d67600&X-Amz-SignedHeaders=host&actor_id=0&key_id=0&repo_id=16895773&response-content-disposition=attachment%3B%20filename%3Dperl-cross-1.4.tar.gz&response-content-type=application%2Foctet-stream Resolving objects.githubusercontent.com (objects.githubusercontent.com)... 185.199.108.133, 185.199.110.133, 185.199.109.133, ... Connecting to objects.githubusercontent.com (objects.githubusercontent.com)|185.199.108.133|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 113861 (111K) [application/octet-stream] Saving to: '/tmp/instance-5/output-1/build/.perl-cross-1.4.tar.gz.zSnN28/output' 0K .......... .......... .......... .......... .......... 44% 396K 0s 50K .......... .......... .......... .......... .......... 89% 15.4M 0s 100K .......... . 100% 313M=0.1s 2023-02-20 00:10:30 (858 KB/s) - '/tmp/instance-5/output-1/build/.perl-cross-1.4.tar.gz.zSnN28/output' saved [113861/113861] perl-cross-1.4.tar.gz: OK (sha256: be9d9f9f7148edff7a2f9695ba3cb7e3975eff6b25a9a81dd311725fd757aa91) >>> perl 5.36.0 Extracting xzcat /tmp/instance-5/dl/perl/perl-5.36.0.tar.xz | tar --strip-components=1 -C /tmp/instance-5/output-1/build/perl-5.36.0 -xf - gzip -d -c /tmp/instance-5/dl/perl/perl-cross-1.4.tar.gz | tar --strip-components=1 -C /tmp/instance-5/output-1/build/perl-5.36.0 -xf - >>> perl 5.36.0 Patching >>> perl 5.36.0 Updating config.sub and config.guess for file in config.guess config.sub; do for i in $(find /tmp/instance-5/output-1/build/perl-5.36.0 -name $file); do cp support/gnuconfig/$file $i; done; done >>> perl 5.36.0 Configuring (cd /tmp/instance-5/output-1/build/perl-5.36.0; PATH="/tmp/instance-5/output-1/host/bin:/tmp/instance-5/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" HOSTCC='/usr/bin/gcc' ./configure --target=sh4a-buildroot-linux-gnu --target-tools-prefix=/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu- --prefix=/usr -Dld="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc" -Dccflags="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1" -Dldflags=" -lm " -Dmydomain="" -Dmyhostname="noname" -Dmyuname="Buildroot 2022.11-1491-g7b4937a170" -Dosname=linux -Dosvers=6.1.11 -Dperladmin=root) Guessing build platform ... x86_64-pc-linux-gnu Guessing target architecture ... sh4a-buildroot-linux-gnu Respawning configure for build and target platforms Configuring build-time miniperl for x86_64-pc-linux-gnu Checking perl version ... perl5-5.36.0 Checking for cc ... /usr/bin/gcc Checking for ar ... /usr/bin/ar Checking for nm ... nm Checking for ranlib ... ranlib Checking for readelf ... readelf Checking for objdump ... objdump Trying /usr/bin/gcc ... gcc 10.2.1 Checking whether /usr/bin/gcc is a C++ compiler ... no Deciding how to declare external symbols ... extern Checking whether ld supports scripts ... yes Trying to guess target OS ... Linux Checking whether to enable -g ... no Checking whether to use -DDEBUGGING ... no Checking whether address sanitizer is enabled ... no Checking which hints to use using cnf/hints/linux Checking whether to include ... yes Checking whether to include ... yes Checking whether to include ... yes Checking whether to include ... no Checking whether to include ... yes Checking whether to include ... no Checking whether to include ... no Checking whether to include ... yes Checking whether to include ... yes Checking whether to include ... yes Checking whether to include ... yes Checking whether to include ... yes Checking whether to include ... yes Checking whether to include ... no Checking whether to include ... no Checking whether to include ... no Checking whether to include ... no Checking whether to include ... no Checking whether to include ... yes Checking whether to include ... no Checking whether to include ... yes Checking whether to include ... yes Checking whether to include ... no Checking whether to include ... yes Checking whether to include ... yes Checking whether to include ... no Checking whether to include ... yes Checking whether to include ... no Checking whether to include ... yes Checking whether to include ... yes Checking whether to include ... yes Checking whether to include ... no Checking whether to include ... yes Checking whether to include ... no Checking whether to include ... yes Checking whether to include ... yes Checking whether to include ... yes Checking whether to include ... yes Checking whether to include ... no Checking whether to include ... yes Checking whether to include ... yes Checking whether to include ... no Checking whether to include ... yes Checking whether to include ... yes Checking whether to include ... yes Checking whether to include ... no Checking whether to include ... yes Checking whether to include ... yes Checking whether to include ... no Checking whether to include ... yes Checking whether to include ... yes Checking whether to include ... yes Checking whether to include ... yes Checking whether to include ... yes Checking whether to include ... no Checking whether to include ... no Checking whether to include ... yes Checking whether to include ... yes Checking whether to include ... no Checking whether to include ... no Checking whether to include ... yes Checking whether to include ... yes Checking whether to include ... yes Checking whether to include ... no Checking whether to include ... yes Checking whether to include ... no Checking whether to include ... yes Checking whether to include ... yes Checking whether to include ... yes Checking whether to include ... no Checking whether to include ... yes Checking whether to include ... no Checking whether to include ... yes Checking whether to include ... yes Checking whether to include ... yes Checking whether to include ... yes Checking whether to include ... yes Checking whether to include ... yes Checking whether to include ... yes Checking whether to include ... yes Checking whether to include ... yes Checking whether to include ... yes Checking whether to include ... yes Checking whether to include ... yes Checking whether to include ... yes Checking whether to include ... yes Checking whether to include ... yes Checking whether to include ... no Checking whether to include ... yes Checking whether to include ... no Checking whether to include ... yes Checking whether to include ... no Checking whether to include ... yes Checking whether to include ... yes Checking whether to include ... no Checking whether to include ... yes Checking whether to include ... yes Looking which header to use for varargs ... Checking whether to enable large file support ... yes Checking type long double ... found Checking type long long ... found Checking size of char ... 1 byte Checking size of short ... 2 bytes Checking size of int ... 4 bytes Checking size of long ... 8 bytes Checking size of double ... 8 bytes Checking size of void* ... 8 bytes Checking size of long double ... 16 bytes Checking size of long long ... 8 bytes Checking type fd_set ... found Checking type fpos64_t ... missing Checking type off64_t ... missing Checking type ptrdiff_t ... found Checking type struct cmsghdr ... found Checking type struct fs_data ... missing Checking type struct msghdr ... found Checking type struct statfs ... found Checking type union semun ... missing Checking type socklen_t ... found Checking type struct sockaddr_in6 ... found Checking type struct sockaddr_storage ... found Checking type clock_t ... found Checking type struct ip_mreq ... found Checking type struct ip_mreq_source ... found Checking type struct ipv6_mreq ... found Checking type struct ipv6_mreq_source ... missing Checking sizetype ... size_t Checking size of size_t ... 8 bytes Checking fpostype ... fpos_t Checking size of fpos_t ... 16 bytes Checking lseektype ... off_t Checking size of off_t ... 8 bytes Checking uidtype ... uid_t Checking size of uid_t ... 4 bytes Checking gidtype ... gid_t Checking size of gid_t ... 4 bytes Checking timetype ... time_t Checking size of time_t ... 8 bytes Checking whether struct statfs has f_flags ... yes Checking whether struct tm has tm_zone ... yes Checking whether struct tm has tm_gmtoff ... yes Checking whether struct passwd has pw_quota ... no Checking whether struct passwd has pw_age ... no Checking whether struct passwd has pw_change ... no Checking whether struct passwd has pw_class ... no Checking whether struct passwd has pw_expire ... no Checking whether struct passwd has pw_comment ... no Checking whether struct passwd has pw_gecos ... yes Checking whether struct passwd has pw_passwd ... yes Checking whether struct stat has st_blocks ... yes Checking whether struct dirent has d_namelen ... no Checking whether struct group has gr_passwd ... yes Checking whether struct sockaddr has sa_len ... no Checking whether struct sockaddr_in6 has sin6_scope_id ... yes Checking whether fd_set has fds_bits ... no Checking whether siginfo_t has si_errno ... yes Checking whether siginfo_t has si_pid ... yes Checking whether siginfo_t has si_uid ... yes Checking whether siginfo_t has si_addr ... yes Checking whether siginfo_t has si_band ... yes Checking whether siginfo_t has si_value ... yes Checking whether siginfo_t has si_fd ... yes Checking whether siginfo_t has si_status ... yes Choosing C types to be used for perl internal types IV will be long, 8 bytes UV will be unsigned long, 8 bytes NV will be double, 8 bytes Guessing nv_preserves_uv_bits value ... 53 Deciding whether nv preserves full uv ... no Checking integer capacity of nv ... double Guessing byte order ... 12345678 Checking mantissa bits in double ... 52 Checking mantissa bits in double ... 52 Checking mantissa bits in long double ... 112 Assuming IEEE 754 64-bit little endian doubles. Assuming long doubles are doubles. Checking available signal names got SIGHUP = 1 got SIGINT = 2 got SIGQUIT = 3 got SIGILL = 4 got SIGTRAP = 5 got SIGABRT = 6 got SIGBUS = 7 got SIGFPE = 8 got SIGKILL = 9 got SIGUSR1 = 10 got SIGSEGV = 11 got SIGUSR2 = 12 got SIGPIPE = 13 got SIGALRM = 14 got SIGTERM = 15 got SIGSTKFLT = 16 got SIGCHLD = 17 got SIGCONT = 18 got SIGSTOP = 19 got SIGTSTP = 20 got SIGTTIN = 21 got SIGTTOU = 22 got SIGURG = 23 got SIGXCPU = 24 got SIGXFSZ = 25 got SIGVTALRM = 26 got SIGPROF = 27 got SIGWINCH = 28 got SIGIO = 29 got SIGPWR = 30 got SIGSYS = 31 got SIGIOT = 6 got SIGCLD = 17 got SIGPOLL = 29 Checking NSIG value ... 641 Deciding whether to use DynaLoader ... yes Checking which libraries are available ... -lm -lcrypt -lpthread -ldl Checking which libs to use for perl ... -lm -lcrypt -ldl Deciding how to name libperl ... libperl.a (static) Checking for _fwalk ... missing Checking for accept4 ... found Checking for access ... found Checking for accessx ... missing Checking for aintl ... missing Checking for alarm ... found Checking for asctime64 ... missing Checking for atolf ... missing Checking for atoll ... found Checking for backtrace ... found Checking for bcmp ... found Checking for bcopy ... found Checking for bzero ... found Checking for chown ... found Checking for chroot ... found Checking for chsize ... missing Checking for class ... missing Checking for clearenv ... found Checking for closedir ... found Checking for crypt ... found Checking for ctermid ... found Checking for ctime64 ... missing Checking for cuserid ... found Checking for difftime ... found Checking for difftime64 ... missing Checking for dirfd ... found Checking for dladdr ... found Checking for dlerror ... found Checking for dlopen ... found Checking for drand48 ... found Checking for dup2 ... found Checking for dup3 ... found Checking for duplocale ... found Checking for eaccess ... found Checking for endgrent ... found Checking for endhostent ... found Checking for endnetent ... found Checking for endprotoent ... found Checking for endpwent ... found Checking for endservent ... found Checking for fchdir ... found Checking for fchmod ... found Checking for fchmodat ... found Checking for fchown ... found Checking for fcntl ... found Checking for fdclose ... missing Checking for ffs ... missing Checking for ffsl ... missing Checking for fgetpos ... found Checking for flock ... found Checking for fork ... found Checking for fp_class ... missing Checking for fpathconf ... found Checking for freelocale ... found Checking for fseeko ... found Checking for fsetpos ... found Checking for fstatfs ... found Checking for fstatvfs ... found Checking for fsync ... found Checking for ftello ... found Checking for futimes ... found Checking for gai_strerror ... found Checking for getaddrinfo ... found Checking for get_current_dir_name ... found Checking for getcwd ... found Checking for getespwnam ... missing Checking for getfsstat ... missing Checking for getgrent ... found Checking for getgroups ... found Checking for gethostbyaddr ... found Checking for gethostbyname ... found Checking for getnetbyaddr ... found Checking for getnetbyname ... found Checking for gethostent ... found Checking for gethostname ... found Checking for getitimer ... found Checking for getlogin ... found Checking for getmnt ... missing Checking for getmntent ... found Checking for getnameinfo ... found Checking for getnetent ... found Checking for getnetbyaddr ... found Checking for getnetbyname ... found Checking for getpagesize ... found Checking for getprotobyaddr ... missing Checking for getprotobyname ... found Checking for getprotobynumber ... found Checking for getprotoent ... found Checking for getpgid ... found Checking for getpgrp ... found Checking for getpgrp2 ... missing Checking for getppid ... found Checking for getpriority ... found Checking for getprpwnam ... missing Checking for getpwent ... found Checking for getservbyaddr ... missing Checking for getservbyname ... found Checking for getservbyport ... found Checking for getservent ... found Checking for setservent ... found Checking for endservent ... found Checking for getspnam ... found Checking for gettimeofday ... found Checking for gmtime64 ... missing Checking for hasmntopt ... found Checking for htonl ... found Checking for ilogbl ... found Checking for index ... found Checking for inet_aton ... found Checking for inet_ntop ... found Checking for inet_pton ... found Checking for isascii ... found Checking for isblank ... found Checking for killpg ... found Checking for lchown ... found Checking for link ... found Checking for linkat ... found Checking for localtime64 ... missing Checking for localeconv_l ... missing Checking for localeconv ... found Checking for lockf ... found Checking for lstat ... found Checking for madvise ... found Checking for malloc_good_size ... missing Checking for malloc_size ... missing Checking for mblen ... found Checking for mbstowcs ... found Checking for mbtowc ... found Checking for mbrlen ... found Checking for mbrtowc ... found Checking for memchr ... found Checking for memcmp ... found Checking for memcpy ... found Checking for memmem ... found Checking for memmove ... found Checking for memrchr ... found Checking for memset ... found Checking for mkdir ... found Checking for mkdtemp ... found Checking for mkfifo ... found Checking for mkostemp ... found Checking for mkstemp ... found Checking for mkstemps ... found Checking for mktime ... found Checking for mktime64 ... missing Checking for mmap ... found Checking for mprotect ... found Checking for msgctl ... found Checking for msgget ... found Checking for msgrcv ... found Checking for msgsnd ... found Checking for msync ... found Checking for munmap ... found Checking for newlocale ... found Checking for nice ... found Checking for nl_langinfo ... found Checking for nl_langinfo_l ... found Checking for open ... found Checking for openat ... found Checking for pathconf ... found Checking for pause ... found Checking for pipe ... found Checking for pipe ... missing Checking for poll ... found Checking for prctl ... found Checking for pthread_atfork ... found Checking for pthread_attr_setscope ... found Checking for pthread_yield ... found Checking for querylocale ... missing Checking for qgcvt ... found Checking for rand ... found Checking for random ... found Checking for re_comp ... found Checking for readdir ... found Checking for readlink ... found Checking for realpath ... found Checking for readv ... found Checking for recvmsg ... found Checking for regcmp ... missing Checking for regcomp ... found Checking for rename ... found Checking for renameat ... found Checking for rewinddir ... found Checking for rmdir ... found Checking for sched_yield ... found Checking for seekdir ... found Checking for select ... found Checking for semctl ... found Checking for semget ... found Checking for semop ... found Checking for sendmsg ... found Checking for setegid ... found Checking for setservent ... found Checking for setenv ... found Checking for seteuid ... found Checking for setgrent ... found Checking for setgroups ... found Checking for sethostent ... found Checking for setitimer ... found Checking for setlinebuf ... found Checking for setlocale ... found Checking for setnetent ... found Checking for setprotoent ... found Checking for setpgid ... found Checking for setpgrp ... found Checking for setpgrp2 ... missing Checking for setpriority ... found Checking for setproctitle ... missing Checking for setpwent ... found Checking for setregid ... found Checking for setresgid ... found Checking for setresuid ... found Checking for setreuid ... found Checking for setrgid ... missing Checking for setruid ... missing Checking for setsid ... found Checking for setvbuf ... found Checking for sfreserve ... missing Checking for shmat ... found Checking for shmctl ... found Checking for shmdt ... found Checking for shmget ... found Checking for sigaction ... found Checking for sigprocmask ... found Checking for sigsetjmp ... found Checking for snprintf ... found Checking for sockatmark ... found Checking for socket ... found Checking for socketpair ... found Checking for socks5_init ... missing Checking for stat ... found Checking for statvfs ... found Checking for strchr ... found Checking for strcoll ... found Checking for strerror ... found Checking for strerror_l ... found Checking for strftime ... found Checking for strlcat ... missing Checking for strlcpy ... missing Checking for strnlen ... found Checking for strtod ... found Checking for strtod_l ... found Checking for strtol ... found Checking for strtold ... found Checking for strtold_l ... found Checking for strtoll ... found Checking for strtoq ... found Checking for strtoul ... found Checking for strtoull ... found Checking for strtouq ... found Checking for strxfrm ... found Checking for strxfrm_l ... found Checking for symlink ... found Checking for syscall ... found Checking for sysconf ... found Checking for system ... found Checking for tcgetpgrp ... found Checking for tcsetpgrp ... found Checking for telldir ... found Checking for time ... found Checking for timegm ... found Checking for times ... found Checking for towlower ... found Checking for towupper ... found Checking for truncate ... found Checking for ualarm ... found Checking for umask ... found Checking for uname ... found Checking for unlinkat ... found Checking for unordered ... missing Checking for unsetenv ... found Checking for uselocale ... found Checking for usleep ... found Checking for ustat ... missing Checking for vprintf ... found Checking for vsnprintf ... found Checking for wait4 ... found Checking for waitpid ... found Checking for wcrtomb ... found Checking for wcscmp ... found Checking for wcstombs ... found Checking for wcsxfrm ... found Checking for wctomb ... found Checking for writev ... found Checking for acosh ... found Checking for asinh ... found Checking for atanh ... found Checking for cbrt ... found Checking for copysign ... found Checking for copysignl ... found Checking for erf ... found Checking for erfc ... found Checking for exp2 ... found Checking for expm1 ... found Checking for fdim ... found Checking for fegetround ... found Checking for finite ... found Checking for finitel ... found Checking for fma ... found Checking for fmax ... found Checking for fmin ... found Checking for fp_classify ... missing Checking for fp_classl ... missing Checking for fpclassl ... missing Checking for fpgetround ... missing Checking for frexpl ... found Checking for hypot ... found Checking for ilogb ... found Checking for isfinite ... found Checking for isfinitel ... missing Checking for isinf ... found Checking for isinfl ... found Checking for isless ... found Checking for isnan ... found Checking for isnanl ... found Checking for isnormal ... found Checking for j0 ... found Checking for j0l ... found Checking for ldexpl ... found Checking for lgamma ... found Checking for lgamma_r ... found Checking for llabs ... found Checking for llrint ... found Checking for llrintl ... found Checking for llround ... found Checking for llroundl ... found Checking for log1p ... found Checking for log2 ... found Checking for logb ... found Checking for lrint ... found Checking for lrintl ... found Checking for lround ... found Checking for lroundl ... found Checking for modfl ... found Checking for nan ... found Checking for nearbyint ... found Checking for nextafter ... found Checking for nexttoward ... found Checking for remainder ... found Checking for remquo ... found Checking for rint ... found Checking for round ... found Checking for scalbn ... found Checking for scalbnl ... found Checking for signbit ... found Checking for sqrtl ... found Checking for tgamma ... found Checking for trunc ... found Checking for truncl ... found Checking whether fpclassify() is usable ... yes Checking whether fpclass() is usable ... no, disabling fpclass() Checking dbminit prototype ... declared Checking drand48 prototype ... declared Checking flock prototype ... declared Checking lseek prototype ... declared Checking modfl prototype ... declared Checking sbrk prototype ... declared Checking sockatmark prototype ... declared Checking setresgid prototype ... declared Checking setresuid prototype ... declared Checking syscall prototype ... declared Checking telldir prototype ... declared Checking usleep prototype ... declared Checking gethostbyaddr prototype ... declared Checking getservbyport prototype ... declared Checking getnetbyaddr prototype ... declared Checking getprotobynumber prototype ... declared Checking for sys_errlist ... found Checking for sys_errnolist ... missing Checking for tzname ... found Checking whether DBL_DIG is defined ... yes Checking whether LDBL_DIG is defined ... yes Checking whether SCM_RIGHTS is defined ... yes Checking whether closedir is void ... no Checking whether prctl supports PR_SET_NAME ... yes Checking FD_SET macros ... found Checking if we're using GNU libc ... yes Checking whether you have the full shm*(2) library ... yes Checking whether you have the full sem*(2) library ... yes Checking whether you have the full msg*(2) library ... yes Looking how to get error messages ... strerror() Looking for a random number function ... good, found drand48() Looking what times() may return ... clock_t Checking if compiler supports __attribute__((format)) ... yes Checking if compiler supports __attribute__((malloc)) ... yes Checking if compiler supports __attribute__((nonnull)) ... yes Checking if compiler supports __attribute__((noreturn)) ... yes Checking if compiler supports __attribute__((pure)) ... yes Checking if compiler supports __attribute__((unused)) ... yes Checking if compiler supports __attribute__((used)) ... yes Checking if compiler supports __attribute__((deprecated)) ... yes Checking if compiler supports __attribute__((warn_unused_result)) ... yes Checking if compiler supports __attribute__((always_inline)) ... yes Checking if compiler supports __builtin_add_overflow ... yes Checking if compiler supports __builtin_sub_overflow ... yes Checking if compiler supports __builtin_mul_overflow ... yes Checking to see if your C compiler knows about volatile ... yes Checking C99 variadic macros ... supported Checking non-int bitfields ... supported Deciding installation paths Deciding whether to use $vendorprefix ... no Looking whether to enable threads ... no Disabling thread-related stuff Configuring primary perl executable for sh4a-buildroot-linux-gnu (sh4a-buildroot-linux-gnu) Checking perl version ... perl5-5.36.0 Checking for cc ... /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc Checking for ar ... /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-ar Checking for nm ... /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-nm Checking for ranlib ... /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-ranlib Checking for readelf ... /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-readelf Checking for objdump ... /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-objdump Trying /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc ... gcc 11.3.0 Checking whether /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc is a C++ compiler ... no Deciding how to declare external symbols ... extern Checking whether ld supports scripts ... yes Trying to guess target OS ... (args) linux Checking whether to enable -g ... no Checking whether to use -DDEBUGGING ... no Checking whether address sanitizer is enabled ... no Checking which hints to use using cnf/hints/linux Checking whether to include ... yes Checking whether to include ... yes Checking whether to include ... no Checking whether to include ... no Checking whether to include ... yes Checking whether to include ... yes Checking whether to include ... no Checking whether to include ... yes Checking whether to include ... yes Checking whether to include ... yes Checking whether to include ... yes Checking whether to include ... yes Checking whether to include ... yes Checking whether to include ... no Checking whether to include ... no Checking whether to include ... no Checking whether to include ... no Checking whether to include ... no Checking whether to include ... yes Checking whether to include ... no Checking whether to include ... yes Checking whether to include ... yes Checking whether to include ... no Checking whether to include ... yes Checking whether to include ... yes Checking whether to include ... no Checking whether to include ... yes Checking whether to include ... no Checking whether to include ... yes Checking whether to include ... yes Checking whether to include ... yes Checking whether to include ... no Checking whether to include ... yes Checking whether to include ... no Checking whether to include ... yes Checking whether to include ... yes Checking whether to include ... yes Checking whether to include ... yes Checking whether to include ... no Checking whether to include ... yes Checking whether to include ... yes Checking whether to include ... no Checking whether to include ... yes Checking whether to include ... yes Checking whether to include ... no Checking whether to include ... no Checking whether to include ... yes Checking whether to include ... yes Checking whether to include ... no Checking whether to include ... yes Checking whether to include ... yes Checking whether to include ... yes Checking whether to include ... yes Checking whether to include ... yes Checking whether to include ... no Checking whether to include ... no Checking whether to include ... yes Checking whether to include ... yes Checking whether to include ... no Checking whether to include ... no Checking whether to include ... yes Checking whether to include ... yes Checking whether to include ... yes Checking whether to include ... no Checking whether to include ... yes Checking whether to include ... no Checking whether to include ... yes Checking whether to include ... yes Checking whether to include ... yes Checking whether to include ... no Checking whether to include ... yes Checking whether to include ... no Checking whether to include ... yes Checking whether to include ... yes Checking whether to include ... yes Checking whether to include ... yes Checking whether to include ... yes Checking whether to include ... yes Checking whether to include ... yes Checking whether to include ... yes Checking whether to include ... yes Checking whether to include ... yes Checking whether to include ... yes Checking whether to include ... yes Checking whether to include ... yes Checking whether to include ... yes Checking whether to include ... yes Checking whether to include ... no Checking whether to include ... yes Checking whether to include ... no Checking whether to include ... yes Checking whether to include ... no Checking whether to include ... yes Checking whether to include ... yes Checking whether to include ... no Checking whether to include ... yes Checking whether to include ... yes Looking which header to use for varargs ... Checking whether to enable large file support ... already there Checking type long double ... found Checking type long long ... found Checking size of char ... 1 byte Checking size of short ... 2 bytes Checking size of int ... 4 bytes Checking size of long ... 4 bytes Checking size of double ... 8 bytes Checking size of void* ... 4 bytes Checking size of long double ... 8 bytes Checking size of long long ... 8 bytes Checking type fd_set ... found Checking type fpos64_t ... found Checking type off64_t ... found Checking type ptrdiff_t ... found Checking type struct cmsghdr ... found Checking type struct fs_data ... missing Checking type struct msghdr ... found Checking type struct statfs ... found Checking type union semun ... missing Checking type socklen_t ... found Checking type struct sockaddr_in6 ... found Checking type struct sockaddr_storage ... found Checking type clock_t ... found Checking type struct ip_mreq ... found Checking type struct ip_mreq_source ... found Checking type struct ipv6_mreq ... found Checking type struct ipv6_mreq_source ... missing Checking sizetype ... size_t Checking size of size_t ... 4 bytes Checking fpostype ... fpos_t Checking size of fpos_t ... 16 bytes Checking lseektype ... off_t Checking size of off_t ... 8 bytes Checking uidtype ... uid_t Checking size of uid_t ... 4 bytes Checking gidtype ... gid_t Checking size of gid_t ... 4 bytes Checking timetype ... time_t Checking size of time_t ... 4 bytes Checking whether struct statfs has f_flags ... yes Checking whether struct tm has tm_zone ... yes Checking whether struct tm has tm_gmtoff ... yes Checking whether struct passwd has pw_quota ... no Checking whether struct passwd has pw_age ... no Checking whether struct passwd has pw_change ... no Checking whether struct passwd has pw_class ... no Checking whether struct passwd has pw_expire ... no Checking whether struct passwd has pw_comment ... no Checking whether struct passwd has pw_gecos ... yes Checking whether struct passwd has pw_passwd ... yes Checking whether struct stat has st_blocks ... yes Checking whether struct dirent has d_namelen ... no Checking whether struct group has gr_passwd ... yes Checking whether struct sockaddr has sa_len ... no Checking whether struct sockaddr_in6 has sin6_scope_id ... yes Checking whether fd_set has fds_bits ... no Checking whether siginfo_t has si_errno ... yes Checking whether siginfo_t has si_pid ... yes Checking whether siginfo_t has si_uid ... yes Checking whether siginfo_t has si_addr ... yes Checking whether siginfo_t has si_band ... yes Checking whether siginfo_t has si_value ... yes Checking whether siginfo_t has si_fd ... yes Checking whether siginfo_t has si_status ... yes Choosing C types to be used for perl internal types IV will be long, 4 bytes UV will be unsigned long, 4 bytes NV will be double, 8 bytes Guessing nv_preserves_uv_bits value ... 32 Deciding whether nv preserves full uv ... yes Checking integer capacity of nv ... double Guessing byte order ... 1234 Checking mantissa bits in double ... 52 Checking mantissa bits in double ... 52 Checking mantissa bits in long double ... 52 Assuming IEEE 754 64-bit little endian doubles. Assuming long doubles are doubles. Checking available signal names got SIGHUP = 1 got SIGINT = 2 got SIGQUIT = 3 got SIGILL = 4 got SIGTRAP = 5 got SIGABRT = 6 got SIGBUS = 7 got SIGFPE = 8 got SIGKILL = 9 got SIGUSR1 = 10 got SIGSEGV = 11 got SIGUSR2 = 12 got SIGPIPE = 13 got SIGALRM = 14 got SIGTERM = 15 got SIGSTKFLT = 16 got SIGCHLD = 17 got SIGCONT = 18 got SIGSTOP = 19 got SIGTSTP = 20 got SIGTTIN = 21 got SIGTTOU = 22 got SIGURG = 23 got SIGXCPU = 24 got SIGXFSZ = 25 got SIGVTALRM = 26 got SIGPROF = 27 got SIGWINCH = 28 got SIGIO = 29 got SIGPWR = 30 got SIGSYS = 31 got SIGIOT = 6 got SIGCLD = 17 got SIGPOLL = 29 Checking NSIG value ... 641 Deciding whether to use DynaLoader ... yes Checking which libraries are available ... -lm -lcrypt -lpthread -ldb -ldl Checking which libs to use for perl ... -lm -lcrypt -ldl Deciding how to name libperl ... libperl.a (static) Checking for _fwalk ... missing Checking for accept4 ... found Checking for access ... found Checking for accessx ... missing Checking for aintl ... missing Checking for alarm ... found Checking for asctime64 ... missing Checking for atolf ... missing Checking for atoll ... found Checking for backtrace ... found Checking for bcmp ... found Checking for bcopy ... found Checking for bzero ... found Checking for chown ... found Checking for chroot ... found Checking for chsize ... missing Checking for class ... missing Checking for clearenv ... found Checking for closedir ... found Checking for crypt ... found Checking for ctermid ... found Checking for ctime64 ... missing Checking for cuserid ... found Checking for difftime ... found Checking for difftime64 ... missing Checking for dirfd ... found Checking for dladdr ... found Checking for dlerror ... found Checking for dlopen ... found Checking for drand48 ... found Checking for dup2 ... found Checking for dup3 ... found Checking for duplocale ... found Checking for eaccess ... found Checking for endgrent ... found Checking for endhostent ... found Checking for endnetent ... found Checking for endprotoent ... found Checking for endpwent ... found Checking for endservent ... found Checking for fchdir ... found Checking for fchmod ... found Checking for fchmodat ... found Checking for fchown ... found Checking for fcntl ... found Checking for fdclose ... missing Checking for ffs ... missing Checking for ffsl ... missing Checking for fgetpos ... found Checking for flock ... found Checking for fork ... found Checking for fp_class ... missing Checking for fpathconf ... found Checking for freelocale ... found Checking for fseeko ... found Checking for fsetpos ... found Checking for fstatfs ... found Checking for fstatvfs ... found Checking for fsync ... found Checking for ftello ... found Checking for futimes ... found Checking for gai_strerror ... found Checking for getaddrinfo ... found Checking for get_current_dir_name ... found Checking for getcwd ... found Checking for getespwnam ... missing Checking for getfsstat ... missing Checking for getgrent ... found Checking for getgroups ... found Checking for gethostbyaddr ... found Checking for gethostbyname ... found Checking for getnetbyaddr ... found Checking for getnetbyname ... found Checking for gethostent ... found Checking for gethostname ... found Checking for getitimer ... found Checking for getlogin ... found Checking for getmnt ... missing Checking for getmntent ... found Checking for getnameinfo ... found Checking for getnetent ... found Checking for getnetbyaddr ... found Checking for getnetbyname ... found Checking for getpagesize ... found Checking for getprotobyaddr ... missing Checking for getprotobyname ... found Checking for getprotobynumber ... found Checking for getprotoent ... found Checking for getpgid ... found Checking for getpgrp ... found Checking for getpgrp2 ... missing Checking for getppid ... found Checking for getpriority ... found Checking for getprpwnam ... missing Checking for getpwent ... found Checking for getservbyaddr ... missing Checking for getservbyname ... found Checking for getservbyport ... found Checking for getservent ... found Checking for setservent ... found Checking for endservent ... found Checking for getspnam ... found Checking for gettimeofday ... found Checking for gmtime64 ... missing Checking for hasmntopt ... found Checking for htonl ... found Checking for ilogbl ... found Checking for index ... found Checking for inet_aton ... found Checking for inet_ntop ... found Checking for inet_pton ... found Checking for isascii ... found Checking for isblank ... found Checking for killpg ... found Checking for lchown ... found Checking for link ... found Checking for linkat ... found Checking for localtime64 ... missing Checking for localeconv_l ... missing Checking for localeconv ... found Checking for lockf ... found Checking for lstat ... found Checking for madvise ... found Checking for malloc_good_size ... missing Checking for malloc_size ... missing Checking for mblen ... found Checking for mbstowcs ... found Checking for mbtowc ... found Checking for mbrlen ... found Checking for mbrtowc ... found Checking for memchr ... found Checking for memcmp ... found Checking for memcpy ... found Checking for memmem ... found Checking for memmove ... found Checking for memrchr ... found Checking for memset ... found Checking for mkdir ... found Checking for mkdtemp ... found Checking for mkfifo ... found Checking for mkostemp ... found Checking for mkstemp ... found Checking for mkstemps ... found Checking for mktime ... found Checking for mktime64 ... missing Checking for mmap ... found Checking for mprotect ... found Checking for msgctl ... found Checking for msgget ... found Checking for msgrcv ... found Checking for msgsnd ... found Checking for msync ... found Checking for munmap ... found Checking for newlocale ... found Checking for nice ... found Checking for nl_langinfo ... found Checking for nl_langinfo_l ... found Checking for open ... found Checking for openat ... found Checking for pathconf ... found Checking for pause ... found Checking for pipe ... found Checking for pipe ... missing Checking for poll ... found Checking for prctl ... found Checking for pthread_atfork ... found Checking for pthread_attr_setscope ... found Checking for pthread_yield ... missing Checking for querylocale ... missing Checking for qgcvt ... found Checking for rand ... found Checking for random ... found Checking for re_comp ... found Checking for readdir ... found Checking for readlink ... found Checking for realpath ... found Checking for readv ... found Checking for recvmsg ... found Checking for regcmp ... missing Checking for regcomp ... found Checking for rename ... found Checking for renameat ... found Checking for rewinddir ... found Checking for rmdir ... found Checking for sched_yield ... found Checking for seekdir ... found Checking for select ... found Checking for semctl ... found Checking for semget ... found Checking for semop ... found Checking for sendmsg ... found Checking for setegid ... found Checking for setservent ... found Checking for setenv ... found Checking for seteuid ... found Checking for setgrent ... found Checking for setgroups ... found Checking for sethostent ... found Checking for setitimer ... found Checking for setlinebuf ... found Checking for setlocale ... found Checking for setnetent ... found Checking for setprotoent ... found Checking for setpgid ... found Checking for setpgrp ... found Checking for setpgrp2 ... missing Checking for setpriority ... found Checking for setproctitle ... missing Checking for setpwent ... found Checking for setregid ... found Checking for setresgid ... found Checking for setresuid ... found Checking for setreuid ... found Checking for setrgid ... missing Checking for setruid ... missing Checking for setsid ... found Checking for setvbuf ... found Checking for sfreserve ... missing Checking for shmat ... found Checking for shmctl ... found Checking for shmdt ... found Checking for shmget ... found Checking for sigaction ... found Checking for sigprocmask ... found Checking for sigsetjmp ... found Checking for snprintf ... found Checking for sockatmark ... found Checking for socket ... found Checking for socketpair ... found Checking for socks5_init ... missing Checking for stat ... found Checking for statvfs ... found Checking for strchr ... found Checking for strcoll ... found Checking for strerror ... found Checking for strerror_l ... found Checking for strftime ... found Checking for strlcat ... missing Checking for strlcpy ... missing Checking for strnlen ... found Checking for strtod ... found Checking for strtod_l ... found Checking for strtol ... found Checking for strtold ... found Checking for strtold_l ... found Checking for strtoll ... found Checking for strtoq ... found Checking for strtoul ... found Checking for strtoull ... found Checking for strtouq ... found Checking for strxfrm ... found Checking for strxfrm_l ... found Checking for symlink ... found Checking for syscall ... found Checking for sysconf ... found Checking for system ... found Checking for tcgetpgrp ... found Checking for tcsetpgrp ... found Checking for telldir ... found Checking for time ... found Checking for timegm ... found Checking for times ... found Checking for towlower ... found Checking for towupper ... found Checking for truncate ... found Checking for ualarm ... found Checking for umask ... found Checking for uname ... found Checking for unlinkat ... found Checking for unordered ... missing Checking for unsetenv ... found Checking for uselocale ... found Checking for usleep ... found Checking for ustat ... missing Checking for vprintf ... found Checking for vsnprintf ... found Checking for wait4 ... found Checking for waitpid ... found Checking for wcrtomb ... found Checking for wcscmp ... found Checking for wcstombs ... found Checking for wcsxfrm ... found Checking for wctomb ... found Checking for writev ... found Checking for acosh ... found Checking for asinh ... found Checking for atanh ... found Checking for cbrt ... found Checking for copysign ... found Checking for copysignl ... found Checking for erf ... found Checking for erfc ... found Checking for exp2 ... found Checking for expm1 ... found Checking for fdim ... found Checking for fegetround ... found Checking for finite ... found Checking for finitel ... found Checking for fma ... found Checking for fmax ... found Checking for fmin ... found Checking for fp_classify ... missing Checking for fp_classl ... missing Checking for fpclassl ... missing Checking for fpgetround ... missing Checking for frexpl ... found Checking for hypot ... found Checking for ilogb ... found Checking for isfinite ... found Checking for isfinitel ... missing Checking for isinf ... found Checking for isinfl ... found Checking for isless ... found Checking for isnan ... found Checking for isnanl ... found Checking for isnormal ... found Checking for j0 ... found Checking for j0l ... found Checking for ldexpl ... found Checking for lgamma ... found Checking for lgamma_r ... found Checking for llabs ... found Checking for llrint ... found Checking for llrintl ... found Checking for llround ... found Checking for llroundl ... found Checking for log1p ... found Checking for log2 ... found Checking for logb ... found Checking for lrint ... found Checking for lrintl ... found Checking for lround ... found Checking for lroundl ... found Checking for modfl ... found Checking for nan ... found Checking for nearbyint ... found Checking for nextafter ... found Checking for nexttoward ... found Checking for remainder ... found Checking for remquo ... found Checking for rint ... found Checking for round ... found Checking for scalbn ... found Checking for scalbnl ... found Checking for signbit ... found Checking for sqrtl ... found Checking for tgamma ... found Checking for trunc ... found Checking for truncl ... found Checking whether fpclassify() is usable ... yes Checking whether fpclass() is usable ... no, disabling fpclass() Checking dbminit prototype ... declared Checking drand48 prototype ... declared Checking flock prototype ... declared Checking lseek prototype ... declared Checking modfl prototype ... declared Checking sbrk prototype ... declared Checking sockatmark prototype ... declared Checking setresgid prototype ... declared Checking setresuid prototype ... declared Checking syscall prototype ... declared Checking telldir prototype ... declared Checking usleep prototype ... declared Checking gethostbyaddr prototype ... declared Checking getservbyport prototype ... declared Checking getnetbyaddr prototype ... declared Checking getprotobynumber prototype ... declared Checking for sys_errlist ... missing Checking for sys_errnolist ... missing Checking for tzname ... found Checking whether DBL_DIG is defined ... yes Checking whether LDBL_DIG is defined ... yes Checking whether SCM_RIGHTS is defined ... yes Checking whether closedir is void ... no Checking whether prctl supports PR_SET_NAME ... yes Checking FD_SET macros ... found Checking if we're using GNU libc ... yes Checking whether you have the full shm*(2) library ... yes Checking whether you have the full sem*(2) library ... yes Checking whether you have the full msg*(2) library ... yes Looking how to get error messages ... strerror() Looking for a random number function ... good, found drand48() Looking what times() may return ... clock_t Checking if compiler supports __attribute__((format)) ... yes Checking if compiler supports __attribute__((malloc)) ... yes Checking if compiler supports __attribute__((nonnull)) ... yes Checking if compiler supports __attribute__((noreturn)) ... yes Checking if compiler supports __attribute__((pure)) ... yes Checking if compiler supports __attribute__((unused)) ... yes Checking if compiler supports __attribute__((used)) ... yes Checking if compiler supports __attribute__((deprecated)) ... yes Checking if compiler supports __attribute__((warn_unused_result)) ... yes Checking if compiler supports __attribute__((always_inline)) ... yes Checking if compiler supports __builtin_add_overflow ... yes Checking if compiler supports __builtin_sub_overflow ... yes Checking if compiler supports __builtin_mul_overflow ... yes Checking to see if your C compiler knows about volatile ... yes Checking C99 variadic macros ... supported Checking non-int bitfields ... supported Deciding installation paths Deciding whether to use $vendorprefix ... no Looking whether to enable threads ... no Disabling thread-related stuff Looking which extensions should be disabled pre-disabling gdbm_file pre-disabling ndbm_file pre-disabling odbm_file pre-disabling vms_dclsym pre-disabling vms_stdio pre-disabling vms_filespec pre-disabling amiga_arexx pre-disabling amiga_exec pre-disabling win32 pre-disabling win32api_file pre-disabling win32core pre-disabling thread Looking for extensions recursively under ext/ disabled ext/Amiga-ARexx disabled ext/Amiga-Exec dynamic ext/B dynamic ext/Devel-Peek non-xs ext/Errno non-xs ext/ExtUtils-Miniperl dynamic ext/Fcntl dynamic ext/File-DosGlob non-xs ext/File-Find dynamic ext/File-Glob non-xs ext/FileCache disabled ext/GDBM_File dynamic ext/Hash-Util dynamic ext/Hash-Util-FieldHash dynamic ext/I18N-Langinfo non-xs ext/IPC-Open3 disabled ext/NDBM_File disabled ext/ODBM_File dynamic ext/Opcode dynamic ext/POSIX dynamic ext/PerlIO-encoding dynamic ext/PerlIO-mmap dynamic ext/PerlIO-scalar dynamic ext/PerlIO-via non-xs ext/Pod-Functions non-xs ext/Pod-Html dynamic ext/SDBM_File dynamic ext/Sys-Hostname non-xs ext/Tie-Hash-NamedCapture non-xs ext/Tie-Memoize disabled ext/VMS-DCLsym disabled ext/VMS-Filespec disabled ext/VMS-Stdio disabled ext/Win32CORE dynamic ext/XS-APItest dynamic ext/XS-Typemap dynamic ext/attributes dynamic ext/mro dynamic ext/re Looking for extensions recursively under cpan/ non-xs cpan/Archive-Tar non-xs cpan/AutoLoader non-xs cpan/CPAN non-xs cpan/CPAN-Meta non-xs cpan/CPAN-Meta-Requirements non-xs cpan/CPAN-Meta-YAML dynamic cpan/Compress-Raw-Bzip2 dynamic cpan/Compress-Raw-Zlib non-xs cpan/Config-Perl-V dynamic cpan/DB_File non-xs cpan/Digest dynamic cpan/Digest-MD5 dynamic cpan/Digest-SHA dynamic cpan/Encode non-xs cpan/ExtUtils-Constant non-xs cpan/ExtUtils-Install non-xs cpan/ExtUtils-MakeMaker non-xs cpan/ExtUtils-Manifest non-xs cpan/ExtUtils-PL2Bat non-xs cpan/File-Fetch non-xs cpan/File-Path non-xs cpan/File-Temp dynamic cpan/Filter-Util-Call non-xs cpan/Getopt-Long non-xs cpan/HTTP-Tiny non-xs cpan/IO-Compress non-xs cpan/IO-Socket-IP non-xs cpan/IO-Zlib non-xs cpan/IPC-Cmd dynamic cpan/IPC-SysV non-xs cpan/JSON-PP non-xs cpan/Locale-Maketext-Simple dynamic cpan/MIME-Base64 non-xs cpan/Math-BigInt dynamic cpan/Math-BigInt-FastCalc non-xs cpan/Math-BigRat non-xs cpan/Math-Complex non-xs cpan/Memoize non-xs cpan/Module-Load non-xs cpan/Module-Load-Conditional non-xs cpan/Module-Loaded non-xs cpan/Module-Metadata non-xs cpan/NEXT non-xs cpan/Params-Check non-xs cpan/Perl-OSType non-xs cpan/PerlIO-via-QuotedPrint non-xs cpan/Pod-Checker non-xs cpan/Pod-Escapes non-xs cpan/Pod-Perldoc non-xs cpan/Pod-Simple non-xs cpan/Pod-Usage dynamic cpan/Scalar-List-Utils dynamic cpan/Socket dynamic cpan/Sys-Syslog non-xs cpan/Term-ANSIColor non-xs cpan/Term-Cap non-xs cpan/Test-Harness non-xs cpan/Test-Simple non-xs cpan/Text-Balanced non-xs cpan/Text-ParseWords non-xs cpan/Text-Tabs non-xs cpan/Tie-RefHash non-xs cpan/Time-Local dynamic cpan/Time-Piece dynamic cpan/Unicode-Collate disabled cpan/Win32 disabled cpan/Win32API-File non-xs cpan/autodie non-xs cpan/bignum non-xs cpan/experimental non-xs cpan/libnet non-xs cpan/parent non-xs cpan/perlfaq non-xs cpan/podlators non-xs cpan/version Looking for extensions recursively under dist/ non-xs dist/Attribute-Handlers non-xs dist/Carp dynamic dist/Data-Dumper dynamic dist/Devel-PPPort non-xs dist/Devel-SelfStubber non-xs dist/Dumpvalue non-xs dist/Env non-xs dist/Exporter non-xs dist/ExtUtils-CBuilder non-xs dist/ExtUtils-ParseXS non-xs dist/Filter-Simple non-xs dist/FindBin non-xs dist/I18N-Collate non-xs dist/I18N-LangTags dynamic dist/IO non-xs dist/Locale-Maketext non-xs dist/Module-CoreList non-xs dist/Net-Ping dynamic dist/PathTools non-xs dist/Safe non-xs dist/Search-Dict non-xs dist/SelfLoader dynamic dist/Storable non-xs dist/Term-Complete non-xs dist/Term-ReadLine non-xs dist/Test non-xs dist/Text-Abbrev non-xs dist/Thread-Queue non-xs dist/Thread-Semaphore non-xs dist/Tie-File dynamic dist/Time-HiRes dynamic dist/Unicode-Normalize non-xs dist/XSLoader non-xs dist/autouse non-xs dist/base non-xs dist/constant non-xs dist/encoding-warnings non-xs dist/if non-xs dist/lib dynamic dist/threads dynamic dist/threads-shared Static modules: Non-XS modules: Errno ExtUtils/Miniperl File/Find FileCache IPC/Open3 Pod/Functions Pod/Html Tie/Hash/NamedCapture Tie/Memoize Archive/Tar AutoLoader CPAN CPAN/Meta CPAN/Meta/Requirements CPAN/Meta/YAML Config/Perl/V Digest ExtUtils/Constant ExtUtils/Install ExtUtils/MakeMaker ExtUtils/Manifest ExtUtils/PL2Bat File/Fetch File/Path File/Temp Getopt/Long HTTP/Tiny IO/Compress IO/Socket/IP IO/Zlib IPC/Cmd JSON/PP Locale/Maketext/Simple Math/BigInt Math/BigRat Math/Complex Memoize Module/Load Module/Load/Conditional Module/Loaded Module/Metadata NEXT Params/Check Perl/OSType PerlIO/via/QuotedPrint Pod/Checker Pod/Escapes Pod/Perldoc Pod/Simple Pod/Usage Term/ANSIColor Term/Cap Test/Harness Test/Simple Text/Balanced Text/ParseWords Text/Tabs Tie/RefHash Time/Local autodie bignum experimental libnet parent perlfaq podlators version Attribute/Handlers Carp Devel/SelfStubber Dumpvalue Env Exporter ExtUtils/CBuilder ExtUtils/ParseXS Filter/Simple FindBin I18N/Collate I18N/LangTags Locale/Maketext Module/CoreList Net/Ping Safe Search/Dict SelfLoader Term/Complete Term/ReadLine Test Text/Abbrev Thread/Queue Thread/Semaphore Tie/File XSLoader autouse base constant encoding/warnings if lib Dynamic modules: B Devel/Peek Fcntl File/DosGlob File/Glob Hash/Util Hash/Util/FieldHash I18N/Langinfo Opcode POSIX PerlIO/encoding PerlIO/mmap PerlIO/scalar PerlIO/via SDBM_File Sys/Hostname XS/APItest XS/Typemap attributes mro re Compress/Raw/Bzip2 Compress/Raw/Zlib DB_File Digest/MD5 Digest/SHA Encode Filter/Util/Call IPC/SysV MIME/Base64 Math/BigInt/FastCalc Scalar/List/Utils Socket Sys/Syslog Time/Piece Unicode/Collate Data/Dumper Devel/PPPort IO PathTools Storable Time/HiRes Unicode/Normalize threads threads/shared Ok, back to the top-level configure Generating config.h and xconfig.h Extracting config.h (with variable substitutions) Extracting xconfig.h (with variable substitutions) Generating Makefile.config Configuration completed for cross build build platform: x86_64-linux C compiler: /usr/bin/gcc linker: /usr/bin/gcc ar: /usr/bin/ar ranlib: ranlib objdump: objdump target platform: sh4a-linux C compiler: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc ld: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc ar: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-ar ranlib: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-ranlib objdump: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-objdump prefix: /usr sysroot: installation prefix: executables: /usr/bin scripts: /usr/bin privlib: /usr/lib/perl5/5.36.0 archlib: /usr/lib/perl5/5.36.0/sh4a-linux section 1 man pages: /usr/share/man/man1 (with '1' extension) section 3 man pages: /usr/share/man/man3 (with '3' extension) /usr/bin/sed -i -e 's/UNKNOWN-/Buildroot 2022.11-1491-g7b4937a170 /' /tmp/instance-5/output-1/build/perl-5.36.0/patchlevel.h >>> perl 5.36.0 Building PATH="/tmp/instance-5/output-1/host/bin:/tmp/instance-5/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /home/autobuild/make/make -j1 -C /tmp/instance-5/output-1/build/perl-5.36.0 all make[1]: Entering directory '/tmp/instance-5/output-1/build/perl-5.36.0' /home/autobuild/make/make crosspatch make[2]: Entering directory '/tmp/instance-5/output-1/build/perl-5.36.0' patch -p1 -i cnf/diffs/perl5-5.36.0/posix-makefile.patch && touch cnf/diffs/perl5-5.36.0/posix-makefile.applied patching file ext/POSIX/Makefile.PL patch -p1 -i cnf/diffs/perl5-5.36.0/dynaloader.patch && touch cnf/diffs/perl5-5.36.0/dynaloader.applied patching file ext/DynaLoader/hints/linux.pl patch -p1 -i cnf/diffs/perl5-5.36.0/makemaker.patch && touch cnf/diffs/perl5-5.36.0/makemaker.applied patching file cpan/ExtUtils-MakeMaker/lib/ExtUtils/MM_Unix.pm patch -p1 -i cnf/diffs/perl5-5.36.0/test-checkcase.patch && touch cnf/diffs/perl5-5.36.0/test-checkcase.applied patching file t/porting/checkcase.t patch -p1 -i cnf/diffs/perl5-5.36.0/constant.patch && touch cnf/diffs/perl5-5.36.0/constant.applied patching file cpan/ExtUtils-Constant/t/Constant.t patch -p1 -i cnf/diffs/perl5-5.36.0/findext.patch && touch cnf/diffs/perl5-5.36.0/findext.applied patching file win32/FindExt.pm patch -p1 -i cnf/diffs/perl5-5.36.0/test-makemaker.patch && touch cnf/diffs/perl5-5.36.0/test-makemaker.applied patching file cpan/ExtUtils-MakeMaker/t/lib/MakeMaker/Test/Utils.pm patch -p1 -i cnf/diffs/perl5-5.36.0/liblist.patch && touch cnf/diffs/perl5-5.36.0/liblist.applied patching file cpan/ExtUtils-MakeMaker/lib/ExtUtils/Liblist/Kid.pm patch -p1 -i cnf/diffs/perl5-5.36.0/xconfig.patch && touch cnf/diffs/perl5-5.36.0/xconfig.applied patching file perl.h patching file perl_langinfo.h patch -p1 -i cnf/diffs/perl5-5.36.0/installscripts.patch && touch cnf/diffs/perl5-5.36.0/installscripts.applied patching file installman patching file installperl make[2]: Leaving directory '/tmp/instance-5/output-1/build/perl-5.36.0' /home/autobuild/make/make miniperl make[2]: Entering directory '/tmp/instance-5/output-1/build/perl-5.36.0' /usr/bin/gcc -DPERL_CORE -DUSE_CROSS_COMPILE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fwrapv -fno-strict-aliasing -c -o miniperlmain.host.o miniperlmain.c In file included from perl.h:7247, from miniperlmain.c:57: sv_inline.h:519:1: warning: 'always_inline' function might not be inlinable [-Wattributes] 519 | Perl_newSV_type_mortal(pTHX_ const svtype type) | ^~~~~~~~~~~~~~~~~~~~~~ /usr/bin/gcc -DPERL_CORE -DUSE_CROSS_COMPILE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fwrapv -fno-strict-aliasing -c -o av.host.o av.c In file included from perl.h:7247, from av.c:20: sv_inline.h:519:1: warning: 'always_inline' function might not be inlinable [-Wattributes] 519 | Perl_newSV_type_mortal(pTHX_ const svtype type) | ^~~~~~~~~~~~~~~~~~~~~~ /usr/bin/gcc -DPERL_CORE -DUSE_CROSS_COMPILE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fwrapv -fno-strict-aliasing -c -o scope.host.o scope.c In file included from perl.h:7247, from scope.c:27: sv_inline.h:519:1: warning: 'always_inline' function might not be inlinable [-Wattributes] 519 | Perl_newSV_type_mortal(pTHX_ const svtype type) | ^~~~~~~~~~~~~~~~~~~~~~ /usr/bin/gcc -DPERL_CORE -DUSE_CROSS_COMPILE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fwrapv -fno-strict-aliasing -c -o doop.host.o doop.c In file included from perl.h:7247, from doop.c:24: sv_inline.h:519:1: warning: 'always_inline' function might not be inlinable [-Wattributes] 519 | Perl_newSV_type_mortal(pTHX_ const svtype type) | ^~~~~~~~~~~~~~~~~~~~~~ /usr/bin/gcc -DPERL_CORE -DUSE_CROSS_COMPILE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fwrapv -fno-strict-aliasing -c -o doio.host.o doio.c In file included from perl.h:7247, from doio.c:27: sv_inline.h:519:1: warning: 'always_inline' function might not be inlinable [-Wattributes] 519 | Perl_newSV_type_mortal(pTHX_ const svtype type) | ^~~~~~~~~~~~~~~~~~~~~~ /usr/bin/gcc -DPERL_CORE -DUSE_CROSS_COMPILE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fwrapv -fno-strict-aliasing -c -o dump.host.o dump.c In file included from perl.h:7247, from dump.c:29: sv_inline.h:519:1: warning: 'always_inline' function might not be inlinable [-Wattributes] 519 | Perl_newSV_type_mortal(pTHX_ const svtype type) | ^~~~~~~~~~~~~~~~~~~~~~ /usr/bin/gcc -DPERL_CORE -DUSE_CROSS_COMPILE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fwrapv -fno-strict-aliasing -c -o gv.host.o gv.c In file included from perl.h:7247, from gv.c:41: sv_inline.h:519:1: warning: 'always_inline' function might not be inlinable [-Wattributes] 519 | Perl_newSV_type_mortal(pTHX_ const svtype type) | ^~~~~~~~~~~~~~~~~~~~~~ /usr/bin/gcc -DPERL_CORE -DUSE_CROSS_COMPILE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fwrapv -fno-strict-aliasing -c -o hv.host.o hv.c In file included from perl.h:7247, from hv.c:35: sv_inline.h:519:1: warning: 'always_inline' function might not be inlinable [-Wattributes] 519 | Perl_newSV_type_mortal(pTHX_ const svtype type) | ^~~~~~~~~~~~~~~~~~~~~~ /usr/bin/gcc -DPERL_CORE -DUSE_CROSS_COMPILE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fwrapv -fno-strict-aliasing -c -o mg.host.o mg.c In file included from perl.h:7247, from mg.c:45: sv_inline.h:519:1: warning: 'always_inline' function might not be inlinable [-Wattributes] 519 | Perl_newSV_type_mortal(pTHX_ const svtype type) | ^~~~~~~~~~~~~~~~~~~~~~ /usr/bin/gcc -DPERL_CORE -DUSE_CROSS_COMPILE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fwrapv -fno-strict-aliasing -c -o reentr.host.o reentr.c In file included from perl.h:7247, from reentr.c:33: sv_inline.h:519:1: warning: 'always_inline' function might not be inlinable [-Wattributes] 519 | Perl_newSV_type_mortal(pTHX_ const svtype type) | ^~~~~~~~~~~~~~~~~~~~~~ /usr/bin/gcc -DPERL_CORE -DUSE_CROSS_COMPILE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fwrapv -fno-strict-aliasing -c -o mro_core.host.o mro_core.c In file included from perl.h:7247, from mro_core.c:31: sv_inline.h:519:1: warning: 'always_inline' function might not be inlinable [-Wattributes] 519 | Perl_newSV_type_mortal(pTHX_ const svtype type) | ^~~~~~~~~~~~~~~~~~~~~~ /usr/bin/gcc -DPERL_CORE -DUSE_CROSS_COMPILE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fwrapv -fno-strict-aliasing -c -o perly.host.o perly.c In file included from perl.h:7247, from perly.c:26: sv_inline.h:519:1: warning: 'always_inline' function might not be inlinable [-Wattributes] 519 | Perl_newSV_type_mortal(pTHX_ const svtype type) | ^~~~~~~~~~~~~~~~~~~~~~ /usr/bin/gcc -DPERL_CORE -DUSE_CROSS_COMPILE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fwrapv -fno-strict-aliasing -c -o pp.host.o pp.c In file included from perl.h:7247, from pp.c:28: sv_inline.h:519:1: warning: 'always_inline' function might not be inlinable [-Wattributes] 519 | Perl_newSV_type_mortal(pTHX_ const svtype type) | ^~~~~~~~~~~~~~~~~~~~~~ /usr/bin/gcc -DPERL_CORE -DUSE_CROSS_COMPILE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fwrapv -fno-strict-aliasing -c -o pp_hot.host.o pp_hot.c pp_hot.c:2920:1: warning: 'always_inline' function might not be inlinable [-Wattributes] 2920 | S_should_we_output_Debug_r(pTHX_ regexp *prog) | ^~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from perl.h:7247, from pp_hot.c:36: sv_inline.h:519:1: warning: 'always_inline' function might not be inlinable [-Wattributes] 519 | Perl_newSV_type_mortal(pTHX_ const svtype type) | ^~~~~~~~~~~~~~~~~~~~~~ /usr/bin/gcc -DPERL_CORE -DUSE_CROSS_COMPILE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fwrapv -fno-strict-aliasing -c -o pp_ctl.host.o pp_ctl.c In file included from perl.h:7247, from pp_ctl.c:35: sv_inline.h:519:1: warning: 'always_inline' function might not be inlinable [-Wattributes] 519 | Perl_newSV_type_mortal(pTHX_ const svtype type) | ^~~~~~~~~~~~~~~~~~~~~~ /usr/bin/gcc -DPERL_CORE -DUSE_CROSS_COMPILE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fwrapv -fno-strict-aliasing -c -o pp_sys.host.o pp_sys.c In file included from perl.h:7247, from pp_sys.c:31: sv_inline.h:519:1: warning: 'always_inline' function might not be inlinable [-Wattributes] 519 | Perl_newSV_type_mortal(pTHX_ const svtype type) | ^~~~~~~~~~~~~~~~~~~~~~ /usr/bin/gcc -DPERL_CORE -DUSE_CROSS_COMPILE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fwrapv -fno-strict-aliasing -c -o regcomp.host.o regcomp.c In file included from perl.h:7247, from regcomp.c:132: sv_inline.h:519:1: warning: 'always_inline' function might not be inlinable [-Wattributes] 519 | Perl_newSV_type_mortal(pTHX_ const svtype type) | ^~~~~~~~~~~~~~~~~~~~~~ /usr/bin/gcc -DPERL_CORE -DUSE_CROSS_COMPILE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fwrapv -fno-strict-aliasing -c -o regexec.host.o regexec.c In file included from perl.h:7247, from regexec.c:75: sv_inline.h:519:1: warning: 'always_inline' function might not be inlinable [-Wattributes] 519 | Perl_newSV_type_mortal(pTHX_ const svtype type) | ^~~~~~~~~~~~~~~~~~~~~~ /usr/bin/gcc -DPERL_CORE -DUSE_CROSS_COMPILE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fwrapv -fno-strict-aliasing -c -o utf8.host.o utf8.c In file included from perl.h:7247, from utf8.c:33: sv_inline.h:519:1: warning: 'always_inline' function might not be inlinable [-Wattributes] 519 | Perl_newSV_type_mortal(pTHX_ const svtype type) | ^~~~~~~~~~~~~~~~~~~~~~ /usr/bin/gcc -DPERL_CORE -DUSE_CROSS_COMPILE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fwrapv -fno-strict-aliasing -c -o sv.host.o sv.c In file included from perl.h:7247, from sv.c:32: sv_inline.h:519:1: warning: 'always_inline' function might not be inlinable [-Wattributes] 519 | Perl_newSV_type_mortal(pTHX_ const svtype type) | ^~~~~~~~~~~~~~~~~~~~~~ /usr/bin/gcc -DPERL_CORE -DUSE_CROSS_COMPILE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fwrapv -fno-strict-aliasing -c -o taint.host.o taint.c In file included from perl.h:7247, from taint.c:24: sv_inline.h:519:1: warning: 'always_inline' function might not be inlinable [-Wattributes] 519 | Perl_newSV_type_mortal(pTHX_ const svtype type) | ^~~~~~~~~~~~~~~~~~~~~~ /usr/bin/gcc -DPERL_CORE -DUSE_CROSS_COMPILE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fwrapv -fno-strict-aliasing -c -o toke.host.o toke.c In file included from perl.h:7247, from toke.c:40: sv_inline.h:519:1: warning: 'always_inline' function might not be inlinable [-Wattributes] 519 | Perl_newSV_type_mortal(pTHX_ const svtype type) | ^~~~~~~~~~~~~~~~~~~~~~ /usr/bin/gcc -DPERL_CORE -DUSE_CROSS_COMPILE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fwrapv -fno-strict-aliasing -c -o util.host.o util.c In file included from perl.h:7247, from util.c:26: sv_inline.h:519:1: warning: 'always_inline' function might not be inlinable [-Wattributes] 519 | Perl_newSV_type_mortal(pTHX_ const svtype type) | ^~~~~~~~~~~~~~~~~~~~~~ /usr/bin/gcc -DPERL_CORE -DUSE_CROSS_COMPILE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fwrapv -fno-strict-aliasing -c -o deb.host.o deb.c In file included from perl.h:7247, from deb.c:25: sv_inline.h:519:1: warning: 'always_inline' function might not be inlinable [-Wattributes] 519 | Perl_newSV_type_mortal(pTHX_ const svtype type) | ^~~~~~~~~~~~~~~~~~~~~~ /usr/bin/gcc -DPERL_CORE -DUSE_CROSS_COMPILE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fwrapv -fno-strict-aliasing -c -o run.host.o run.c In file included from perl.h:7247, from run.c:26: sv_inline.h:519:1: warning: 'always_inline' function might not be inlinable [-Wattributes] 519 | Perl_newSV_type_mortal(pTHX_ const svtype type) | ^~~~~~~~~~~~~~~~~~~~~~ /usr/bin/gcc -DPERL_CORE -DUSE_CROSS_COMPILE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fwrapv -fno-strict-aliasing -c -o universal.host.o universal.c In file included from perl.h:7247, from universal.c:31: sv_inline.h:519:1: warning: 'always_inline' function might not be inlinable [-Wattributes] 519 | Perl_newSV_type_mortal(pTHX_ const svtype type) | ^~~~~~~~~~~~~~~~~~~~~~ /usr/bin/gcc -DPERL_CORE -DUSE_CROSS_COMPILE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fwrapv -fno-strict-aliasing -c -o pad.host.o pad.c In file included from perl.h:7247, from pad.c:150: sv_inline.h:519:1: warning: 'always_inline' function might not be inlinable [-Wattributes] 519 | Perl_newSV_type_mortal(pTHX_ const svtype type) | ^~~~~~~~~~~~~~~~~~~~~~ /usr/bin/gcc -DPERL_CORE -DUSE_CROSS_COMPILE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fwrapv -fno-strict-aliasing -o generate_uudmap generate_uudmap.c ./generate_uudmap uudmap.h bitcount.h mg_data.h ./generate_uudmap uudmap.h bitcount.h mg_data.h /usr/bin/gcc -DPERL_CORE -DUSE_CROSS_COMPILE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fwrapv -fno-strict-aliasing -c -o globals.host.o globals.c In file included from perl.h:7247, from globals.c:25: sv_inline.h:519:1: warning: 'always_inline' function might not be inlinable [-Wattributes] 519 | Perl_newSV_type_mortal(pTHX_ const svtype type) | ^~~~~~~~~~~~~~~~~~~~~~ /usr/bin/gcc -DPERL_CORE -DUSE_CROSS_COMPILE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fwrapv -fno-strict-aliasing -c -o keywords.host.o keywords.c In file included from perl.h:7247, from keywords.c:9: sv_inline.h:519:1: warning: 'always_inline' function might not be inlinable [-Wattributes] 519 | Perl_newSV_type_mortal(pTHX_ const svtype type) | ^~~~~~~~~~~~~~~~~~~~~~ /usr/bin/gcc -DPERL_CORE -DUSE_CROSS_COMPILE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fwrapv -fno-strict-aliasing -c -o perlio.host.o perlio.c In file included from perl.h:7247, from perlio.c:43: sv_inline.h:519:1: warning: 'always_inline' function might not be inlinable [-Wattributes] 519 | Perl_newSV_type_mortal(pTHX_ const svtype type) | ^~~~~~~~~~~~~~~~~~~~~~ /usr/bin/gcc -DPERL_CORE -DUSE_CROSS_COMPILE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fwrapv -fno-strict-aliasing -c -o numeric.host.o numeric.c In file included from perl.h:7247, from numeric.c:27: sv_inline.h:519:1: warning: 'always_inline' function might not be inlinable [-Wattributes] 519 | Perl_newSV_type_mortal(pTHX_ const svtype type) | ^~~~~~~~~~~~~~~~~~~~~~ /usr/bin/gcc -DPERL_CORE -DUSE_CROSS_COMPILE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fwrapv -fno-strict-aliasing -c -o mathoms.host.o mathoms.c In file included from perl.h:7247, from mathoms.c:69: sv_inline.h:519:1: warning: 'always_inline' function might not be inlinable [-Wattributes] 519 | Perl_newSV_type_mortal(pTHX_ const svtype type) | ^~~~~~~~~~~~~~~~~~~~~~ /usr/bin/gcc -DPERL_CORE -DUSE_CROSS_COMPILE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fwrapv -fno-strict-aliasing -c -o locale.host.o locale.c In file included from perl.h:7247, from locale.c:49: sv_inline.h:519:1: warning: 'always_inline' function might not be inlinable [-Wattributes] 519 | Perl_newSV_type_mortal(pTHX_ const svtype type) | ^~~~~~~~~~~~~~~~~~~~~~ /usr/bin/gcc -DPERL_CORE -DUSE_CROSS_COMPILE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fwrapv -fno-strict-aliasing -c -o pp_pack.host.o pp_pack.c In file included from perl.h:7247, from pp_pack.c:33: sv_inline.h:519:1: warning: 'always_inline' function might not be inlinable [-Wattributes] 519 | Perl_newSV_type_mortal(pTHX_ const svtype type) | ^~~~~~~~~~~~~~~~~~~~~~ /usr/bin/gcc -DPERL_CORE -DUSE_CROSS_COMPILE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fwrapv -fno-strict-aliasing -c -o pp_sort.host.o pp_sort.c pp_sort.c:1318:1: warning: 'always_inline' function might not be inlinable [-Wattributes] 1318 | S_cmp_locale_desc(pTHX_ SV *const str1, SV *const str2) | ^~~~~~~~~~~~~~~~~ pp_sort.c:1310:1: warning: 'always_inline' function might not be inlinable [-Wattributes] 1310 | S_amagic_cmp_locale_desc(pTHX_ SV *const str1, SV *const str2) | ^~~~~~~~~~~~~~~~~~~~~~~~ pp_sort.c:1290:1: warning: 'always_inline' function might not be inlinable [-Wattributes] 1290 | S_amagic_cmp_locale(pTHX_ SV *const str1, SV *const str2) | ^~~~~~~~~~~~~~~~~~~ pp_sort.c:1280:1: warning: 'always_inline' function might not be inlinable [-Wattributes] 1280 | S_cmp_desc(pTHX_ SV *const str1, SV *const str2) | ^~~~~~~~~~ pp_sort.c:1272:1: warning: 'always_inline' function might not be inlinable [-Wattributes] 1272 | S_amagic_cmp_desc(pTHX_ SV *const str1, SV *const str2) | ^~~~~~~~~~~~~~~~~ pp_sort.c:1252:1: warning: 'always_inline' function might not be inlinable [-Wattributes] 1252 | S_amagic_cmp(pTHX_ SV *const str1, SV *const str2) | ^~~~~~~~~~~~ pp_sort.c:1244:1: warning: 'always_inline' function might not be inlinable [-Wattributes] 1244 | S_amagic_i_ncmp_desc(pTHX_ SV *const a, SV *const b) | ^~~~~~~~~~~~~~~~~~~~ pp_sort.c:1224:1: warning: 'always_inline' function might not be inlinable [-Wattributes] 1224 | S_amagic_i_ncmp(pTHX_ SV *const a, SV *const b) | ^~~~~~~~~~~~~~~ pp_sort.c:1216:1: warning: 'always_inline' function might not be inlinable [-Wattributes] 1216 | S_amagic_ncmp_desc(pTHX_ SV *const a, SV *const b) | ^~~~~~~~~~~~~~~~~~ pp_sort.c:1196:1: warning: 'always_inline' function might not be inlinable [-Wattributes] 1196 | S_amagic_ncmp(pTHX_ SV *const a, SV *const b) | ^~~~~~~~~~~~~ pp_sort.c:1181:1: warning: 'always_inline' function might not be inlinable [-Wattributes] 1181 | S_sv_i_ncmp_desc(pTHX_ SV *const a, SV *const b) | ^~~~~~~~~~~~~~~~ pp_sort.c:1170:1: warning: 'always_inline' function might not be inlinable [-Wattributes] 1170 | S_sv_i_ncmp(pTHX_ SV *const a, SV *const b) | ^~~~~~~~~~~ pp_sort.c:1162:1: warning: 'always_inline' function might not be inlinable [-Wattributes] 1162 | S_sv_ncmp_desc(pTHX_ SV *const a, SV *const b) | ^~~~~~~~~~~~~~ pp_sort.c:1147:1: warning: 'always_inline' function might not be inlinable [-Wattributes] 1147 | S_sv_ncmp(pTHX_ SV *const a, SV *const b) | ^~~~~~~~~ pp_sort.c:334:1: warning: 'always_inline' function might not be inlinable [-Wattributes] 334 | S_sortsv_flags_impl(pTHX_ gptr *base, size_t nmemb, SVCOMPARE_t cmp, U32 flags) | ^~~~~~~~~~~~~~~~~~~ pp_sort.c:175:1: warning: 'always_inline' function might not be inlinable [-Wattributes] 175 | dynprep(pTHX_ gptr *list1, gptr *list2, size_t nmemb, const SVCOMPARE_t cmp) | ^~~~~~~ In file included from perl.h:7247, from pp_sort.c:31: sv_inline.h:519:1: warning: 'always_inline' function might not be inlinable [-Wattributes] 519 | Perl_newSV_type_mortal(pTHX_ const svtype type) | ^~~~~~~~~~~~~~~~~~~~~~ /usr/bin/gcc -DPERL_CORE -DUSE_CROSS_COMPILE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fwrapv -fno-strict-aliasing -c -o caretx.host.o caretx.c In file included from perl.h:7247, from caretx.c:32: sv_inline.h:519:1: warning: 'always_inline' function might not be inlinable [-Wattributes] 519 | Perl_newSV_type_mortal(pTHX_ const svtype type) | ^~~~~~~~~~~~~~~~~~~~~~ /usr/bin/gcc -DPERL_CORE -DUSE_CROSS_COMPILE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fwrapv -fno-strict-aliasing -c -o dquote.host.o dquote.c In file included from perl.h:7247, from dquote.c:10: sv_inline.h:519:1: warning: 'always_inline' function might not be inlinable [-Wattributes] 519 | Perl_newSV_type_mortal(pTHX_ const svtype type) | ^~~~~~~~~~~~~~~~~~~~~~ /usr/bin/gcc -DPERL_CORE -DUSE_CROSS_COMPILE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fwrapv -fno-strict-aliasing -c -o time64.host.o time64.c In file included from perl.h:7247, from time64.c:44: sv_inline.h:519:1: warning: 'always_inline' function might not be inlinable [-Wattributes] 519 | Perl_newSV_type_mortal(pTHX_ const svtype type) | ^~~~~~~~~~~~~~~~~~~~~~ /usr/bin/gcc -DPERL_CORE -DUSE_CROSS_COMPILE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fwrapv -fno-strict-aliasing -c -o builtin.host.o builtin.c In file included from perl.h:7247, from builtin.c:15: sv_inline.h:519:1: warning: 'always_inline' function might not be inlinable [-Wattributes] 519 | Perl_newSV_type_mortal(pTHX_ const svtype type) | ^~~~~~~~~~~~~~~~~~~~~~ cp -f op.c opmini.c /usr/bin/gcc -DPERL_CORE -DUSE_CROSS_COMPILE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fwrapv -fno-strict-aliasing -DPERL_EXTERNAL_GLOB -c -o opmini.host.o opmini.c In file included from perl.h:7247, from op.c:163: sv_inline.h:519:1: warning: 'always_inline' function might not be inlinable [-Wattributes] 519 | Perl_newSV_type_mortal(pTHX_ const svtype type) | ^~~~~~~~~~~~~~~~~~~~~~ cp -f perl.c perlmini.c /usr/bin/gcc -DPERL_CORE -DUSE_CROSS_COMPILE -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -fwrapv -fno-strict-aliasing -DPERL_IS_MINIPERL -c -o perlmini.host.o perlmini.c In file included from perl.h:7247, from perl.c:38: sv_inline.h:519:1: warning: 'always_inline' function might not be inlinable [-Wattributes] 519 | Perl_newSV_type_mortal(pTHX_ const svtype type) | ^~~~~~~~~~~~~~~~~~~~~~ /usr/bin/gcc -o miniperl miniperlmain.host.o av.host.o scope.host.o doop.host.o doio.host.o dump.host.o gv.host.o hv.host.o mg.host.o reentr.host.o mro_core.host.o perly.host.o pp.host.o pp_hot.host.o pp_ctl.host.o pp_sys.host.o regcomp.host.o regexec.host.o utf8.host.o sv.host.o taint.host.o toke.host.o util.host.o deb.host.o run.host.o universal.host.o pad.host.o globals.host.o keywords.host.o perlio.host.o numeric.host.o mathoms.host.o locale.host.o pp_pack.host.o pp_sort.host.o caretx.host.o dquote.host.o time64.host.o builtin.host.o opmini.host.o perlmini.host.o -lm -lcrypt -ldl make[2]: Leaving directory '/tmp/instance-5/output-1/build/perl-5.36.0' /home/autobuild/make/make dynaloader make[2]: Entering directory '/tmp/instance-5/output-1/build/perl-5.36.0' sh cflags.SH cflags.SH: Adding -std=c99. cflags.SH: Adding -Werror=pointer-arith. cflags.SH: Adding -Werror=vla. cflags.SH: Adding -Wextra. cflags.SH: Adding -Wno-long-long. cflags.SH: Adding -Wno-declaration-after-statement. cflags.SH: Adding -Wc++-compat. cflags.SH: Adding -Wwrite-strings. cflags.SH: cc = /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc cflags.SH: ccflags = -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 cflags.SH: stdflags = -std=c99 cflags.SH: optimize = -fwrapv -fno-strict-aliasing cflags.SH: warn = -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings Extracting cflags (with variable substitutions) ./miniperl_top make_patchnum.pl Updating 'git_version.h' and 'lib/Config_git.pl' ./miniperl_top configpm written lib/Config.pod updated lib/Config.pm updated lib/Config_heavy.pl cp -f ext/re/re.pm lib/re.pm cd dist/lib/ && ../../miniperl_top -I../../lib Makefile.PL \ PERL_CORE=1 LIBPERL_A=libperl.a PERL="../../miniperl_top" Generating a Unix-style Makefile Writing Makefile for lib /home/autobuild/make/make -C dist/lib/ PERL_CORE=1 LIBPERL=libperl.a make[3]: Entering directory '/tmp/instance-5/output-1/build/perl-5.36.0/dist/lib' "../../miniperl_top" "-I../../lib" lib_pm.PL lib.pm Extracting lib.pm (with variable substitutions) cp lib.pm ../../lib/lib.pm Manifying 1 pod document make[3]: Leaving directory '/tmp/instance-5/output-1/build/perl-5.36.0/dist/lib' cp -f dist/ExtUtils-ParseXS/lib/ExtUtils/xsubpp lib/ExtUtils/xsubpp cd ext/DynaLoader/ && ../../miniperl_top -I../../lib Makefile.PL \ INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none \ PERL_CORE=1 LIBPERL_A=libperl.a PERL="../../miniperl_top" Generating a Unix-style Makefile Writing Makefile for DynaLoader /home/autobuild/make/make -C ext/DynaLoader/ PERL_CORE=1 LIBPERL=libperl.a LINKTYPE=static make[3]: Entering directory '/tmp/instance-5/output-1/build/perl-5.36.0/ext/DynaLoader' "../../miniperl_top" "-I../../lib" DynaLoader_pm.PL DynaLoader.pm cp DynaLoader.pm ../../lib/DynaLoader.pm rm -f DynaLoader.xs cp dl_dlopen.xs DynaLoader.xs "../../miniperl_top" "-I../../lib" "../../lib/ExtUtils/xsubpp" -noprototypes -typemap '/tmp/instance-5/output-1/build/perl-5.36.0/ext/DynaLoader/../../lib/ExtUtils/typemap' DynaLoader.xs > DynaLoader.xsc mv DynaLoader.xsc DynaLoader.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -fwrapv -fno-strict-aliasing -DVERSION=\"1.52\" -DXS_VERSION=\"1.52\" -fPIC -Wno-unused-function "-I../.." -DLIBC="" DynaLoader.c In file included from ../../perl.h:7247, from DynaLoader.xs:136: ../../sv_inline.h:519:1: warning: 'always_inline' function might not be inlinable [-Wattributes] 519 | Perl_newSV_type_mortal(pTHX_ const svtype type) | ^~~~~~~~~~~~~~~~~~~~~~ rm -rf ../../DynaLoader.o cp DynaLoader.o ../../DynaLoader.o make[3]: Leaving directory '/tmp/instance-5/output-1/build/perl-5.36.0/ext/DynaLoader' cp ext/DynaLoader/DynaLoader.o DynaLoader.o make[2]: Leaving directory '/tmp/instance-5/output-1/build/perl-5.36.0' /home/autobuild/make/make perl nonxs_ext utilities extensions pods make[2]: Entering directory '/tmp/instance-5/output-1/build/perl-5.36.0' ./miniperl_top make_ext_Makefile.pl ext/ExtUtils-Miniperl/Makefile.PL Creating ext/ExtUtils-Miniperl/Makefile.PL for ExtUtils::Miniperl cd ext/ExtUtils-Miniperl/ && ../../miniperl_top -I../../lib Makefile.PL \ INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none \ PERL_CORE=1 LIBPERL_A=libperl.a PERL="../../miniperl_top" Generating a Unix-style Makefile Writing Makefile for ExtUtils::Miniperl /home/autobuild/make/make -C ext/ExtUtils-Miniperl/ PERL_CORE=1 LIBPERL=libperl.a make[3]: Entering directory '/tmp/instance-5/output-1/build/perl-5.36.0/ext/ExtUtils-Miniperl' cp lib/ExtUtils/Miniperl.pm ../../lib/ExtUtils/Miniperl.pm make[3]: Leaving directory '/tmp/instance-5/output-1/build/perl-5.36.0/ext/ExtUtils-Miniperl' ./miniperl_top -MExtUtils::Miniperl -e 'writemain(\"perlmain.c", @ARGV)' DynaLoader /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DPERL_CORE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -fwrapv -fno-strict-aliasing -c -o perlmain.o perlmain.c In file included from perl.h:7247, from perlmain.c:51: sv_inline.h:519:1: warning: 'always_inline' function might not be inlinable [-Wattributes] 519 | Perl_newSV_type_mortal(pTHX_ const svtype type) | ^~~~~~~~~~~~~~~~~~~~~~ cd ext/DynaLoader/ && ../../miniperl_top -I../../lib Makefile.PL \ INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none \ PERL_CORE=1 LIBPERL_A=libperl.a PERL="../../miniperl_top" Generating a Unix-style Makefile Writing Makefile for DynaLoader /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DPERL_CORE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -fwrapv -fno-strict-aliasing -c -o op.o op.c In file included from perl.h:7247, from op.c:163: sv_inline.h:519:1: warning: 'always_inline' function might not be inlinable [-Wattributes] 519 | Perl_newSV_type_mortal(pTHX_ const svtype type) | ^~~~~~~~~~~~~~~~~~~~~~ /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DPERL_CORE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -fwrapv -fno-strict-aliasing -c -o perl.o perl.c In file included from perl.h:7247, from perl.c:38: sv_inline.h:519:1: warning: 'always_inline' function might not be inlinable [-Wattributes] 519 | Perl_newSV_type_mortal(pTHX_ const svtype type) | ^~~~~~~~~~~~~~~~~~~~~~ /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DPERL_CORE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -fwrapv -fno-strict-aliasing -c -o av.o av.c In file included from perl.h:7247, from av.c:20: sv_inline.h:519:1: warning: 'always_inline' function might not be inlinable [-Wattributes] 519 | Perl_newSV_type_mortal(pTHX_ const svtype type) | ^~~~~~~~~~~~~~~~~~~~~~ /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DPERL_CORE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -fwrapv -fno-strict-aliasing -c -o scope.o scope.c In file included from perl.h:7247, from scope.c:27: sv_inline.h:519:1: warning: 'always_inline' function might not be inlinable [-Wattributes] 519 | Perl_newSV_type_mortal(pTHX_ const svtype type) | ^~~~~~~~~~~~~~~~~~~~~~ /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DPERL_CORE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -fwrapv -fno-strict-aliasing -c -o doop.o doop.c In file included from perl.h:7247, from doop.c:24: sv_inline.h:519:1: warning: 'always_inline' function might not be inlinable [-Wattributes] 519 | Perl_newSV_type_mortal(pTHX_ const svtype type) | ^~~~~~~~~~~~~~~~~~~~~~ /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DPERL_CORE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -fwrapv -fno-strict-aliasing -c -o doio.o doio.c In file included from perl.h:7247, from doio.c:27: sv_inline.h:519:1: warning: 'always_inline' function might not be inlinable [-Wattributes] 519 | Perl_newSV_type_mortal(pTHX_ const svtype type) | ^~~~~~~~~~~~~~~~~~~~~~ /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DPERL_CORE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -fwrapv -fno-strict-aliasing -c -o dump.o dump.c In file included from perl.h:7247, from dump.c:29: sv_inline.h:519:1: warning: 'always_inline' function might not be inlinable [-Wattributes] 519 | Perl_newSV_type_mortal(pTHX_ const svtype type) | ^~~~~~~~~~~~~~~~~~~~~~ /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DPERL_CORE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -fwrapv -fno-strict-aliasing -c -o gv.o gv.c In file included from perl.h:7247, from gv.c:41: sv_inline.h:519:1: warning: 'always_inline' function might not be inlinable [-Wattributes] 519 | Perl_newSV_type_mortal(pTHX_ const svtype type) | ^~~~~~~~~~~~~~~~~~~~~~ /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DPERL_CORE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -fwrapv -fno-strict-aliasing -c -o hv.o hv.c In file included from perl.h:7247, from hv.c:35: sv_inline.h:519:1: warning: 'always_inline' function might not be inlinable [-Wattributes] 519 | Perl_newSV_type_mortal(pTHX_ const svtype type) | ^~~~~~~~~~~~~~~~~~~~~~ /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DPERL_CORE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -fwrapv -fno-strict-aliasing -c -o mg.o mg.c In file included from perl.h:7247, from mg.c:45: sv_inline.h:519:1: warning: 'always_inline' function might not be inlinable [-Wattributes] 519 | Perl_newSV_type_mortal(pTHX_ const svtype type) | ^~~~~~~~~~~~~~~~~~~~~~ /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DPERL_CORE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -fwrapv -fno-strict-aliasing -c -o reentr.o reentr.c In file included from perl.h:7247, from reentr.c:33: sv_inline.h:519:1: warning: 'always_inline' function might not be inlinable [-Wattributes] 519 | Perl_newSV_type_mortal(pTHX_ const svtype type) | ^~~~~~~~~~~~~~~~~~~~~~ /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DPERL_CORE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -fwrapv -fno-strict-aliasing -c -o mro_core.o mro_core.c In file included from perl.h:7247, from mro_core.c:31: sv_inline.h:519:1: warning: 'always_inline' function might not be inlinable [-Wattributes] 519 | Perl_newSV_type_mortal(pTHX_ const svtype type) | ^~~~~~~~~~~~~~~~~~~~~~ /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DPERL_CORE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -fwrapv -fno-strict-aliasing -c -o perly.o perly.c In file included from perl.h:7247, from perly.c:26: sv_inline.h:519:1: warning: 'always_inline' function might not be inlinable [-Wattributes] 519 | Perl_newSV_type_mortal(pTHX_ const svtype type) | ^~~~~~~~~~~~~~~~~~~~~~ /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DPERL_CORE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -fwrapv -fno-strict-aliasing -c -o pp.o pp.c In file included from perl.h:7247, from pp.c:28: sv_inline.h:519:1: warning: 'always_inline' function might not be inlinable [-Wattributes] 519 | Perl_newSV_type_mortal(pTHX_ const svtype type) | ^~~~~~~~~~~~~~~~~~~~~~ /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DPERL_CORE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -fwrapv -fno-strict-aliasing -c -o pp_hot.o pp_hot.c pp_hot.c:2920:1: warning: 'always_inline' function might not be inlinable [-Wattributes] 2920 | S_should_we_output_Debug_r(pTHX_ regexp *prog) | ^~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from perl.h:7247, from pp_hot.c:36: sv_inline.h:519:1: warning: 'always_inline' function might not be inlinable [-Wattributes] 519 | Perl_newSV_type_mortal(pTHX_ const svtype type) | ^~~~~~~~~~~~~~~~~~~~~~ /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DPERL_CORE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -fwrapv -fno-strict-aliasing -c -o pp_ctl.o pp_ctl.c In file included from perl.h:7247, from pp_ctl.c:35: sv_inline.h:519:1: warning: 'always_inline' function might not be inlinable [-Wattributes] 519 | Perl_newSV_type_mortal(pTHX_ const svtype type) | ^~~~~~~~~~~~~~~~~~~~~~ /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DPERL_CORE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -fwrapv -fno-strict-aliasing -c -o pp_sys.o pp_sys.c In file included from perl.h:7247, from pp_sys.c:31: sv_inline.h:519:1: warning: 'always_inline' function might not be inlinable [-Wattributes] 519 | Perl_newSV_type_mortal(pTHX_ const svtype type) | ^~~~~~~~~~~~~~~~~~~~~~ /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DPERL_CORE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -fwrapv -fno-strict-aliasing -c -o regcomp.o regcomp.c In file included from perl.h:7247, from regcomp.c:132: sv_inline.h:519:1: warning: 'always_inline' function might not be inlinable [-Wattributes] 519 | Perl_newSV_type_mortal(pTHX_ const svtype type) | ^~~~~~~~~~~~~~~~~~~~~~ /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DPERL_CORE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -fwrapv -fno-strict-aliasing -c -o regexec.o regexec.c In file included from perl.h:7247, from regexec.c:75: sv_inline.h:519:1: warning: 'always_inline' function might not be inlinable [-Wattributes] 519 | Perl_newSV_type_mortal(pTHX_ const svtype type) | ^~~~~~~~~~~~~~~~~~~~~~ /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DPERL_CORE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -fwrapv -fno-strict-aliasing -c -o utf8.o utf8.c In file included from perl.h:7247, from utf8.c:33: sv_inline.h:519:1: warning: 'always_inline' function might not be inlinable [-Wattributes] 519 | Perl_newSV_type_mortal(pTHX_ const svtype type) | ^~~~~~~~~~~~~~~~~~~~~~ /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DPERL_CORE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -fwrapv -fno-strict-aliasing -c -o sv.o sv.c In file included from perl.h:7247, from sv.c:32: sv_inline.h:519:1: warning: 'always_inline' function might not be inlinable [-Wattributes] 519 | Perl_newSV_type_mortal(pTHX_ const svtype type) | ^~~~~~~~~~~~~~~~~~~~~~ /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DPERL_CORE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -fwrapv -fno-strict-aliasing -c -o taint.o taint.c In file included from perl.h:7247, from taint.c:24: sv_inline.h:519:1: warning: 'always_inline' function might not be inlinable [-Wattributes] 519 | Perl_newSV_type_mortal(pTHX_ const svtype type) | ^~~~~~~~~~~~~~~~~~~~~~ /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DPERL_CORE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -fwrapv -fno-strict-aliasing -c -o toke.o toke.c In file included from perl.h:7247, from toke.c:40: sv_inline.h:519:1: warning: 'always_inline' function might not be inlinable [-Wattributes] 519 | Perl_newSV_type_mortal(pTHX_ const svtype type) | ^~~~~~~~~~~~~~~~~~~~~~ /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DPERL_CORE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -fwrapv -fno-strict-aliasing -c -o util.o util.c In file included from perl.h:7247, from util.c:26: sv_inline.h:519:1: warning: 'always_inline' function might not be inlinable [-Wattributes] 519 | Perl_newSV_type_mortal(pTHX_ const svtype type) | ^~~~~~~~~~~~~~~~~~~~~~ /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DPERL_CORE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -fwrapv -fno-strict-aliasing -c -o deb.o deb.c In file included from perl.h:7247, from deb.c:25: sv_inline.h:519:1: warning: 'always_inline' function might not be inlinable [-Wattributes] 519 | Perl_newSV_type_mortal(pTHX_ const svtype type) | ^~~~~~~~~~~~~~~~~~~~~~ /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DPERL_CORE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -fwrapv -fno-strict-aliasing -c -o run.o run.c In file included from perl.h:7247, from run.c:26: sv_inline.h:519:1: warning: 'always_inline' function might not be inlinable [-Wattributes] 519 | Perl_newSV_type_mortal(pTHX_ const svtype type) | ^~~~~~~~~~~~~~~~~~~~~~ /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DPERL_CORE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -fwrapv -fno-strict-aliasing -c -o universal.o universal.c In file included from perl.h:7247, from universal.c:31: sv_inline.h:519:1: warning: 'always_inline' function might not be inlinable [-Wattributes] 519 | Perl_newSV_type_mortal(pTHX_ const svtype type) | ^~~~~~~~~~~~~~~~~~~~~~ /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DPERL_CORE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -fwrapv -fno-strict-aliasing -c -o pad.o pad.c In file included from perl.h:7247, from pad.c:150: sv_inline.h:519:1: warning: 'always_inline' function might not be inlinable [-Wattributes] 519 | Perl_newSV_type_mortal(pTHX_ const svtype type) | ^~~~~~~~~~~~~~~~~~~~~~ /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DPERL_CORE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -fwrapv -fno-strict-aliasing -c -o globals.o globals.c In file included from perl.h:7247, from globals.c:25: sv_inline.h:519:1: warning: 'always_inline' function might not be inlinable [-Wattributes] 519 | Perl_newSV_type_mortal(pTHX_ const svtype type) | ^~~~~~~~~~~~~~~~~~~~~~ /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DPERL_CORE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -fwrapv -fno-strict-aliasing -c -o keywords.o keywords.c In file included from perl.h:7247, from keywords.c:9: sv_inline.h:519:1: warning: 'always_inline' function might not be inlinable [-Wattributes] 519 | Perl_newSV_type_mortal(pTHX_ const svtype type) | ^~~~~~~~~~~~~~~~~~~~~~ /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DPERL_CORE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -fwrapv -fno-strict-aliasing -c -o perlio.o perlio.c In file included from perl.h:7247, from perlio.c:43: sv_inline.h:519:1: warning: 'always_inline' function might not be inlinable [-Wattributes] 519 | Perl_newSV_type_mortal(pTHX_ const svtype type) | ^~~~~~~~~~~~~~~~~~~~~~ /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DPERL_CORE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -fwrapv -fno-strict-aliasing -c -o numeric.o numeric.c In file included from perl.h:7247, from numeric.c:27: sv_inline.h:519:1: warning: 'always_inline' function might not be inlinable [-Wattributes] 519 | Perl_newSV_type_mortal(pTHX_ const svtype type) | ^~~~~~~~~~~~~~~~~~~~~~ /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DPERL_CORE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -fwrapv -fno-strict-aliasing -c -o mathoms.o mathoms.c In file included from perl.h:7247, from mathoms.c:69: sv_inline.h:519:1: warning: 'always_inline' function might not be inlinable [-Wattributes] 519 | Perl_newSV_type_mortal(pTHX_ const svtype type) | ^~~~~~~~~~~~~~~~~~~~~~ /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DPERL_CORE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -fwrapv -fno-strict-aliasing -c -o locale.o locale.c In file included from perl.h:7247, from locale.c:49: sv_inline.h:519:1: warning: 'always_inline' function might not be inlinable [-Wattributes] 519 | Perl_newSV_type_mortal(pTHX_ const svtype type) | ^~~~~~~~~~~~~~~~~~~~~~ /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DPERL_CORE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -fwrapv -fno-strict-aliasing -c -o pp_pack.o pp_pack.c In file included from perl.h:7247, from pp_pack.c:33: sv_inline.h:519:1: warning: 'always_inline' function might not be inlinable [-Wattributes] 519 | Perl_newSV_type_mortal(pTHX_ const svtype type) | ^~~~~~~~~~~~~~~~~~~~~~ /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DPERL_CORE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -fwrapv -fno-strict-aliasing -c -o pp_sort.o pp_sort.c pp_sort.c:1318:1: warning: 'always_inline' function might not be inlinable [-Wattributes] 1318 | S_cmp_locale_desc(pTHX_ SV *const str1, SV *const str2) | ^~~~~~~~~~~~~~~~~ pp_sort.c:1310:1: warning: 'always_inline' function might not be inlinable [-Wattributes] 1310 | S_amagic_cmp_locale_desc(pTHX_ SV *const str1, SV *const str2) | ^~~~~~~~~~~~~~~~~~~~~~~~ pp_sort.c:1290:1: warning: 'always_inline' function might not be inlinable [-Wattributes] 1290 | S_amagic_cmp_locale(pTHX_ SV *const str1, SV *const str2) | ^~~~~~~~~~~~~~~~~~~ pp_sort.c:1280:1: warning: 'always_inline' function might not be inlinable [-Wattributes] 1280 | S_cmp_desc(pTHX_ SV *const str1, SV *const str2) | ^~~~~~~~~~ pp_sort.c:1272:1: warning: 'always_inline' function might not be inlinable [-Wattributes] 1272 | S_amagic_cmp_desc(pTHX_ SV *const str1, SV *const str2) | ^~~~~~~~~~~~~~~~~ pp_sort.c:1252:1: warning: 'always_inline' function might not be inlinable [-Wattributes] 1252 | S_amagic_cmp(pTHX_ SV *const str1, SV *const str2) | ^~~~~~~~~~~~ pp_sort.c:1244:1: warning: 'always_inline' function might not be inlinable [-Wattributes] 1244 | S_amagic_i_ncmp_desc(pTHX_ SV *const a, SV *const b) | ^~~~~~~~~~~~~~~~~~~~ pp_sort.c:1224:1: warning: 'always_inline' function might not be inlinable [-Wattributes] 1224 | S_amagic_i_ncmp(pTHX_ SV *const a, SV *const b) | ^~~~~~~~~~~~~~~ pp_sort.c:1216:1: warning: 'always_inline' function might not be inlinable [-Wattributes] 1216 | S_amagic_ncmp_desc(pTHX_ SV *const a, SV *const b) | ^~~~~~~~~~~~~~~~~~ pp_sort.c:1196:1: warning: 'always_inline' function might not be inlinable [-Wattributes] 1196 | S_amagic_ncmp(pTHX_ SV *const a, SV *const b) | ^~~~~~~~~~~~~ pp_sort.c:1181:1: warning: 'always_inline' function might not be inlinable [-Wattributes] 1181 | S_sv_i_ncmp_desc(pTHX_ SV *const a, SV *const b) | ^~~~~~~~~~~~~~~~ pp_sort.c:1170:1: warning: 'always_inline' function might not be inlinable [-Wattributes] 1170 | S_sv_i_ncmp(pTHX_ SV *const a, SV *const b) | ^~~~~~~~~~~ pp_sort.c:1162:1: warning: 'always_inline' function might not be inlinable [-Wattributes] 1162 | S_sv_ncmp_desc(pTHX_ SV *const a, SV *const b) | ^~~~~~~~~~~~~~ pp_sort.c:1147:1: warning: 'always_inline' function might not be inlinable [-Wattributes] 1147 | S_sv_ncmp(pTHX_ SV *const a, SV *const b) | ^~~~~~~~~ pp_sort.c:334:1: warning: 'always_inline' function might not be inlinable [-Wattributes] 334 | S_sortsv_flags_impl(pTHX_ gptr *base, size_t nmemb, SVCOMPARE_t cmp, U32 flags) | ^~~~~~~~~~~~~~~~~~~ pp_sort.c:175:1: warning: 'always_inline' function might not be inlinable [-Wattributes] 175 | dynprep(pTHX_ gptr *list1, gptr *list2, size_t nmemb, const SVCOMPARE_t cmp) | ^~~~~~~ In file included from perl.h:7247, from pp_sort.c:31: sv_inline.h:519:1: warning: 'always_inline' function might not be inlinable [-Wattributes] 519 | Perl_newSV_type_mortal(pTHX_ const svtype type) | ^~~~~~~~~~~~~~~~~~~~~~ /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DPERL_CORE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -fwrapv -fno-strict-aliasing -c -o caretx.o caretx.c In file included from perl.h:7247, from caretx.c:32: sv_inline.h:519:1: warning: 'always_inline' function might not be inlinable [-Wattributes] 519 | Perl_newSV_type_mortal(pTHX_ const svtype type) | ^~~~~~~~~~~~~~~~~~~~~~ /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DPERL_CORE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -fwrapv -fno-strict-aliasing -c -o dquote.o dquote.c In file included from perl.h:7247, from dquote.c:10: sv_inline.h:519:1: warning: 'always_inline' function might not be inlinable [-Wattributes] 519 | Perl_newSV_type_mortal(pTHX_ const svtype type) | ^~~~~~~~~~~~~~~~~~~~~~ /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DPERL_CORE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -fwrapv -fno-strict-aliasing -c -o time64.o time64.c In file included from perl.h:7247, from time64.c:44: sv_inline.h:519:1: warning: 'always_inline' function might not be inlinable [-Wattributes] 519 | Perl_newSV_type_mortal(pTHX_ const svtype type) | ^~~~~~~~~~~~~~~~~~~~~~ /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DPERL_CORE -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -fwrapv -fno-strict-aliasing -c -o builtin.o builtin.c In file included from perl.h:7247, from builtin.c:15: sv_inline.h:519:1: warning: 'always_inline' function might not be inlinable [-Wattributes] 519 | Perl_newSV_type_mortal(pTHX_ const svtype type) | ^~~~~~~~~~~~~~~~~~~~~~ /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-ar cru libperl.a op.o perl.o av.o scope.o doop.o doio.o dump.o gv.o hv.o mg.o reentr.o mro_core.o perly.o pp.o pp_hot.o pp_ctl.o pp_sys.o regcomp.o regexec.o utf8.o sv.o taint.o toke.o util.o deb.o run.o universal.o pad.o globals.o keywords.o perlio.o numeric.o mathoms.o locale.o pp_pack.o pp_sort.o caretx.o dquote.o time64.o builtin.o DynaLoader.o /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-ranlib libperl.a ./miniperl_top statars > static.list ./miniperl_top extlibs > ext.libs /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -lm -Wl,-E -o perl perlmain.o libperl.a -lm -lcrypt -ldl cd ext/Errno/ && ../../miniperl_top -I../../lib Makefile.PL \ INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none \ PERL_CORE=1 LIBPERL_A=libperl.a PERL="../../miniperl_top" Generating a Unix-style Makefile Writing Makefile for Errno /home/autobuild/make/make -C ext/Errno/ PERL_CORE=1 LIBPERL=libperl.a make[3]: Entering directory '/tmp/instance-5/output-1/build/perl-5.36.0/ext/Errno' "../../miniperl_top" "-I../../lib" Errno_pm.PL Errno.pm cp Errno.pm ../../lib/Errno.pm make[3]: Leaving directory '/tmp/instance-5/output-1/build/perl-5.36.0/ext/Errno' ./miniperl_top make_ext_Makefile.pl ext/File-Find/Makefile.PL Creating ext/File-Find/Makefile.PL for File::Find cd ext/File-Find/ && ../../miniperl_top -I../../lib Makefile.PL \ INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none \ PERL_CORE=1 LIBPERL_A=libperl.a PERL="../../miniperl_top" Generating a Unix-style Makefile Writing Makefile for File::Find /home/autobuild/make/make -C ext/File-Find/ PERL_CORE=1 LIBPERL=libperl.a make[3]: Entering directory '/tmp/instance-5/output-1/build/perl-5.36.0/ext/File-Find' cp lib/File/Find.pm ../../lib/File/Find.pm make[3]: Leaving directory '/tmp/instance-5/output-1/build/perl-5.36.0/ext/File-Find' ./miniperl_top make_ext_Makefile.pl ext/FileCache/Makefile.PL Creating ext/FileCache/Makefile.PL for FileCache cd ext/FileCache/ && ../../miniperl_top -I../../lib Makefile.PL \ INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none \ PERL_CORE=1 LIBPERL_A=libperl.a PERL="../../miniperl_top" Generating a Unix-style Makefile Writing Makefile for FileCache /home/autobuild/make/make -C ext/FileCache/ PERL_CORE=1 LIBPERL=libperl.a make[3]: Entering directory '/tmp/instance-5/output-1/build/perl-5.36.0/ext/FileCache' cp lib/FileCache.pm ../../lib/FileCache.pm make[3]: Leaving directory '/tmp/instance-5/output-1/build/perl-5.36.0/ext/FileCache' ./miniperl_top make_ext_Makefile.pl ext/IPC-Open3/Makefile.PL Creating ext/IPC-Open3/Makefile.PL for IPC::Open3 cd ext/IPC-Open3/ && ../../miniperl_top -I../../lib Makefile.PL \ INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none \ PERL_CORE=1 LIBPERL_A=libperl.a PERL="../../miniperl_top" Generating a Unix-style Makefile Writing Makefile for IPC::Open3 /home/autobuild/make/make -C ext/IPC-Open3/ PERL_CORE=1 LIBPERL=libperl.a make[3]: Entering directory '/tmp/instance-5/output-1/build/perl-5.36.0/ext/IPC-Open3' cp lib/IPC/Open3.pm ../../lib/IPC/Open3.pm cp lib/IPC/Open2.pm ../../lib/IPC/Open2.pm make[3]: Leaving directory '/tmp/instance-5/output-1/build/perl-5.36.0/ext/IPC-Open3' cd ext/Pod-Functions/ && ../../miniperl_top -I../../lib Makefile.PL \ INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none \ PERL_CORE=1 LIBPERL_A=libperl.a PERL="../../miniperl_top" Generating a Unix-style Makefile Writing Makefile for Pod::Functions ./miniperl_top make_ext_Makefile.pl cpan/Pod-Simple/Makefile.PL Creating cpan/Pod-Simple/Makefile.PL for Pod::Simple cd cpan/Pod-Simple/ && ../../miniperl_top -I../../lib Makefile.PL \ INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none \ PERL_CORE=1 LIBPERL_A=libperl.a PERL="../../miniperl_top" WARNING: Setting ABSTRACT via file 'lib/Pod/Simple.pm' failed at /tmp/instance-5/output-1/build/perl-5.36.0/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MakeMaker.pm line 753. Generating a Unix-style Makefile Writing Makefile for Pod::Simple ./miniperl_top make_ext_Makefile.pl cpan/Pod-Escapes/Makefile.PL Creating cpan/Pod-Escapes/Makefile.PL for Pod::Escapes cd cpan/Pod-Escapes/ && ../../miniperl_top -I../../lib Makefile.PL \ INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none \ PERL_CORE=1 LIBPERL_A=libperl.a PERL="../../miniperl_top" Generating a Unix-style Makefile Writing Makefile for Pod::Escapes /home/autobuild/make/make -C cpan/Pod-Escapes/ PERL_CORE=1 LIBPERL=libperl.a make[3]: Entering directory '/tmp/instance-5/output-1/build/perl-5.36.0/cpan/Pod-Escapes' cp lib/Pod/Escapes.pm ../../lib/Pod/Escapes.pm make[3]: Leaving directory '/tmp/instance-5/output-1/build/perl-5.36.0/cpan/Pod-Escapes' /home/autobuild/make/make -C cpan/Pod-Simple/ PERL_CORE=1 LIBPERL=libperl.a make[3]: Entering directory '/tmp/instance-5/output-1/build/perl-5.36.0/cpan/Pod-Simple' cp lib/Pod/Simple/LinkSection.pm ../../lib/Pod/Simple/LinkSection.pm cp lib/Pod/Simple/TranscodeDumb.pm ../../lib/Pod/Simple/TranscodeDumb.pm cp lib/Pod/Simple/PullParserEndToken.pm ../../lib/Pod/Simple/PullParserEndToken.pm cp lib/Pod/Simple.pm ../../lib/Pod/Simple.pm cp lib/Pod/Simple/Subclassing.pod ../../lib/Pod/Simple/Subclassing.pod cp lib/Pod/Simple/Transcode.pm ../../lib/Pod/Simple/Transcode.pm cp lib/Pod/Simple/Text.pm ../../lib/Pod/Simple/Text.pm cp lib/Pod/Simple/SimpleTree.pm ../../lib/Pod/Simple/SimpleTree.pm cp lib/Pod/Simple/DumpAsXML.pm ../../lib/Pod/Simple/DumpAsXML.pm cp lib/Pod/Simple/Search.pm ../../lib/Pod/Simple/Search.pm cp lib/Pod/Simple/HTMLBatch.pm ../../lib/Pod/Simple/HTMLBatch.pm cp lib/Pod/Simple/TextContent.pm ../../lib/Pod/Simple/TextContent.pm cp lib/Pod/Simple/TiedOutFH.pm ../../lib/Pod/Simple/TiedOutFH.pm cp lib/Pod/Simple/XMLOutStream.pm ../../lib/Pod/Simple/XMLOutStream.pm cp lib/Pod/Simple/DumpAsText.pm ../../lib/Pod/Simple/DumpAsText.pm cp lib/Pod/Simple/HTML.pm ../../lib/Pod/Simple/HTML.pm cp lib/Pod/Simple.pod ../../lib/Pod/Simple.pod cp lib/Pod/Simple/Progress.pm ../../lib/Pod/Simple/Progress.pm cp lib/Pod/Simple/PullParserTextToken.pm ../../lib/Pod/Simple/PullParserTextToken.pm cp lib/Pod/Simple/Methody.pm ../../lib/Pod/Simple/Methody.pm cp lib/Pod/Simple/Checker.pm ../../lib/Pod/Simple/Checker.pm cp lib/Pod/Simple/PullParserStartToken.pm ../../lib/Pod/Simple/PullParserStartToken.pm cp lib/Pod/Simple/BlackBox.pm ../../lib/Pod/Simple/BlackBox.pm cp lib/Pod/Simple/Debug.pm ../../lib/Pod/Simple/Debug.pm cp lib/Pod/Simple/RTF.pm ../../lib/Pod/Simple/RTF.pm cp lib/Pod/Simple/XHTML.pm ../../lib/Pod/Simple/XHTML.pm cp lib/Pod/Simple/JustPod.pm ../../lib/Pod/Simple/JustPod.pm cp lib/Pod/Simple/HTMLLegacy.pm ../../lib/Pod/Simple/HTMLLegacy.pm cp lib/Pod/Simple/PullParserToken.pm ../../lib/Pod/Simple/PullParserToken.pm cp lib/Pod/Simple/TranscodeSmart.pm ../../lib/Pod/Simple/TranscodeSmart.pm cp lib/Pod/Simple/PullParser.pm ../../lib/Pod/Simple/PullParser.pm make[3]: Leaving directory '/tmp/instance-5/output-1/build/perl-5.36.0/cpan/Pod-Simple' /home/autobuild/make/make -C ext/Pod-Functions/ PERL_CORE=1 LIBPERL=libperl.a make[3]: Entering directory '/tmp/instance-5/output-1/build/perl-5.36.0/ext/Pod-Functions' "../../miniperl_top" "-I../../lib" Functions_pm.PL ../../pod/perlfunc.pod cp Functions.pm ../../lib/Pod/Functions.pm make[3]: Leaving directory '/tmp/instance-5/output-1/build/perl-5.36.0/ext/Pod-Functions' ./miniperl_top make_ext_Makefile.pl ext/Pod-Html/Makefile.PL Creating ext/Pod-Html/Makefile.PL for Pod::Html cd ext/Pod-Html/ && ../../miniperl_top -I../../lib Makefile.PL \ INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none \ PERL_CORE=1 LIBPERL_A=libperl.a PERL="../../miniperl_top" Generating a Unix-style Makefile Writing Makefile for Pod::Html /home/autobuild/make/make -C ext/Pod-Html/ PERL_CORE=1 LIBPERL=libperl.a make[3]: Entering directory '/tmp/instance-5/output-1/build/perl-5.36.0/ext/Pod-Html' cp lib/Pod/Html.pm ../../lib/Pod/Html.pm cp lib/Pod/Html/Util.pm ../../lib/Pod/Html/Util.pm make[3]: Leaving directory '/tmp/instance-5/output-1/build/perl-5.36.0/ext/Pod-Html' ./miniperl_top make_ext_Makefile.pl ext/Tie-Hash-NamedCapture/Makefile.PL Creating ext/Tie-Hash-NamedCapture/Makefile.PL for Tie::Hash::NamedCapture cd ext/Tie-Hash-NamedCapture/ && ../../miniperl_top -I../../lib Makefile.PL \ INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none \ PERL_CORE=1 LIBPERL_A=libperl.a PERL="../../miniperl_top" Generating a Unix-style Makefile Writing Makefile for Tie::Hash::NamedCapture /home/autobuild/make/make -C ext/Tie-Hash-NamedCapture/ PERL_CORE=1 LIBPERL=libperl.a make[3]: Entering directory '/tmp/instance-5/output-1/build/perl-5.36.0/ext/Tie-Hash-NamedCapture' cp NamedCapture.pm ../../lib/Tie/Hash/NamedCapture.pm make[3]: Leaving directory '/tmp/instance-5/output-1/build/perl-5.36.0/ext/Tie-Hash-NamedCapture' ./miniperl_top make_ext_Makefile.pl ext/Tie-Memoize/Makefile.PL Creating ext/Tie-Memoize/Makefile.PL for Tie::Memoize cd ext/Tie-Memoize/ && ../../miniperl_top -I../../lib Makefile.PL \ INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none \ PERL_CORE=1 LIBPERL_A=libperl.a PERL="../../miniperl_top" Generating a Unix-style Makefile Writing Makefile for Tie::Memoize /home/autobuild/make/make -C ext/Tie-Memoize/ PERL_CORE=1 LIBPERL=libperl.a make[3]: Entering directory '/tmp/instance-5/output-1/build/perl-5.36.0/ext/Tie-Memoize' cp lib/Tie/Memoize.pm ../../lib/Tie/Memoize.pm make[3]: Leaving directory '/tmp/instance-5/output-1/build/perl-5.36.0/ext/Tie-Memoize' ./miniperl_top make_ext_Makefile.pl cpan/Archive-Tar/Makefile.PL Creating cpan/Archive-Tar/Makefile.PL for Archive::Tar cd cpan/Archive-Tar/ && ../../miniperl_top -I../../lib Makefile.PL \ INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none \ PERL_CORE=1 LIBPERL_A=libperl.a PERL="../../miniperl_top" Generating a Unix-style Makefile Writing Makefile for Archive::Tar /home/autobuild/make/make -C cpan/Archive-Tar/ PERL_CORE=1 LIBPERL=libperl.a make[3]: Entering directory '/tmp/instance-5/output-1/build/perl-5.36.0/cpan/Archive-Tar' cp lib/Archive/Tar.pm ../../lib/Archive/Tar.pm cp lib/Archive/Tar/File.pm ../../lib/Archive/Tar/File.pm cp lib/Archive/Tar/Constant.pm ../../lib/Archive/Tar/Constant.pm make[3]: Leaving directory '/tmp/instance-5/output-1/build/perl-5.36.0/cpan/Archive-Tar' ./miniperl_top make_ext_Makefile.pl cpan/AutoLoader/Makefile.PL Creating cpan/AutoLoader/Makefile.PL for AutoLoader cd cpan/AutoLoader/ && ../../miniperl_top -I../../lib Makefile.PL \ INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none \ PERL_CORE=1 LIBPERL_A=libperl.a PERL="../../miniperl_top" Generating a Unix-style Makefile Writing Makefile for AutoLoader /home/autobuild/make/make -C cpan/AutoLoader/ PERL_CORE=1 LIBPERL=libperl.a make[3]: Entering directory '/tmp/instance-5/output-1/build/perl-5.36.0/cpan/AutoLoader' cp lib/AutoLoader.pm ../../lib/AutoLoader.pm cp lib/AutoSplit.pm ../../lib/AutoSplit.pm make[3]: Leaving directory '/tmp/instance-5/output-1/build/perl-5.36.0/cpan/AutoLoader' ./miniperl_top make_ext_Makefile.pl cpan/CPAN/Makefile.PL Creating cpan/CPAN/Makefile.PL for CPAN cd cpan/CPAN/ && ../../miniperl_top -I../../lib Makefile.PL \ INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none \ PERL_CORE=1 LIBPERL_A=libperl.a PERL="../../miniperl_top" Generating a Unix-style Makefile Writing Makefile for CPAN /home/autobuild/make/make -C cpan/CPAN/ PERL_CORE=1 LIBPERL=libperl.a make[3]: Entering directory '/tmp/instance-5/output-1/build/perl-5.36.0/cpan/CPAN' cp lib/CPAN/FirstTime.pm ../../lib/CPAN/FirstTime.pm cp lib/CPAN/Plugin/Specfile.pm ../../lib/CPAN/Plugin/Specfile.pm cp lib/CPAN/Distribution.pm ../../lib/CPAN/Distribution.pm cp lib/CPAN/Kwalify.pm ../../lib/CPAN/Kwalify.pm cp lib/CPAN/Bundle.pm ../../lib/CPAN/Bundle.pm cp lib/App/Cpan.pm ../../lib/App/Cpan.pm cp lib/CPAN/Distroprefs.pm ../../lib/CPAN/Distroprefs.pm cp lib/CPAN/Exception/yaml_process_error.pm ../../lib/CPAN/Exception/yaml_process_error.pm cp lib/CPAN/HTTP/Credentials.pm ../../lib/CPAN/HTTP/Credentials.pm cp lib/CPAN/Nox.pm ../../lib/CPAN/Nox.pm cp lib/CPAN/Plugin.pm ../../lib/CPAN/Plugin.pm cp lib/CPAN/FTP/netrc.pm ../../lib/CPAN/FTP/netrc.pm cp lib/CPAN/Shell.pm ../../lib/CPAN/Shell.pm cp lib/CPAN/Exception/RecursiveDependency.pm ../../lib/CPAN/Exception/RecursiveDependency.pm cp lib/CPAN/Prompt.pm ../../lib/CPAN/Prompt.pm cp lib/CPAN/Mirrors.pm ../../lib/CPAN/Mirrors.pm cp lib/CPAN/Author.pm ../../lib/CPAN/Author.pm cp lib/CPAN/Index.pm ../../lib/CPAN/Index.pm cp lib/CPAN/Tarzip.pm ../../lib/CPAN/Tarzip.pm cp lib/CPAN/Complete.pm ../../lib/CPAN/Complete.pm cp lib/CPAN/Exception/yaml_not_installed.pm ../../lib/CPAN/Exception/yaml_not_installed.pm cp lib/CPAN/Queue.pm ../../lib/CPAN/Queue.pm cp lib/CPAN/Module.pm ../../lib/CPAN/Module.pm cp lib/CPAN/HTTP/Client.pm ../../lib/CPAN/HTTP/Client.pm cp lib/CPAN/Kwalify/distroprefs.dd ../../lib/CPAN/Kwalify/distroprefs.dd cp lib/CPAN/Version.pm ../../lib/CPAN/Version.pm cp lib/CPAN/Exception/blocked_urllist.pm ../../lib/CPAN/Exception/blocked_urllist.pm cp lib/CPAN/Kwalify/distroprefs.yml ../../lib/CPAN/Kwalify/distroprefs.yml cp lib/CPAN.pm ../../lib/CPAN.pm cp lib/CPAN/FTP.pm ../../lib/CPAN/FTP.pm cp lib/CPAN/DeferredCode.pm ../../lib/CPAN/DeferredCode.pm cp lib/CPAN/CacheMgr.pm ../../lib/CPAN/CacheMgr.pm cp lib/CPAN/InfoObj.pm ../../lib/CPAN/InfoObj.pm cp lib/CPAN/URL.pm ../../lib/CPAN/URL.pm cp lib/CPAN/Distrostatus.pm ../../lib/CPAN/Distrostatus.pm cp lib/CPAN/HandleConfig.pm ../../lib/CPAN/HandleConfig.pm cp lib/CPAN/API/HOWTO.pod ../../lib/CPAN/API/HOWTO.pod cp lib/CPAN/LWP/UserAgent.pm ../../lib/CPAN/LWP/UserAgent.pm cp lib/CPAN/Debug.pm ../../lib/CPAN/Debug.pm make[3]: Leaving directory '/tmp/instance-5/output-1/build/perl-5.36.0/cpan/CPAN' ./miniperl_top make_ext_Makefile.pl cpan/CPAN-Meta/Makefile.PL Creating cpan/CPAN-Meta/Makefile.PL for CPAN::Meta cd cpan/CPAN-Meta/ && ../../miniperl_top -I../../lib Makefile.PL \ INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none \ PERL_CORE=1 LIBPERL_A=libperl.a PERL="../../miniperl_top" Generating a Unix-style Makefile Writing Makefile for CPAN::Meta /home/autobuild/make/make -C cpan/CPAN-Meta/ PERL_CORE=1 LIBPERL=libperl.a make[3]: Entering directory '/tmp/instance-5/output-1/build/perl-5.36.0/cpan/CPAN-Meta' cp lib/Parse/CPAN/Meta.pm ../../lib/Parse/CPAN/Meta.pm cp lib/CPAN/Meta/History/Meta_1_1.pod ../../lib/CPAN/Meta/History/Meta_1_1.pod cp lib/CPAN/Meta/Spec.pm ../../lib/CPAN/Meta/Spec.pm cp lib/CPAN/Meta/History/Meta_1_4.pod ../../lib/CPAN/Meta/History/Meta_1_4.pod cp lib/CPAN/Meta/Feature.pm ../../lib/CPAN/Meta/Feature.pm cp lib/CPAN/Meta/Merge.pm ../../lib/CPAN/Meta/Merge.pm cp lib/CPAN/Meta/History/Meta_1_3.pod ../../lib/CPAN/Meta/History/Meta_1_3.pod cp lib/CPAN/Meta/History/Meta_1_2.pod ../../lib/CPAN/Meta/History/Meta_1_2.pod cp lib/CPAN/Meta/Validator.pm ../../lib/CPAN/Meta/Validator.pm cp lib/CPAN/Meta/Prereqs.pm ../../lib/CPAN/Meta/Prereqs.pm cp lib/CPAN/Meta.pm ../../lib/CPAN/Meta.pm cp lib/CPAN/Meta/History.pm ../../lib/CPAN/Meta/History.pm cp lib/CPAN/Meta/History/Meta_1_0.pod ../../lib/CPAN/Meta/History/Meta_1_0.pod cp lib/CPAN/Meta/Converter.pm ../../lib/CPAN/Meta/Converter.pm make[3]: Leaving directory '/tmp/instance-5/output-1/build/perl-5.36.0/cpan/CPAN-Meta' ./miniperl_top make_ext_Makefile.pl cpan/CPAN-Meta-Requirements/Makefile.PL Creating cpan/CPAN-Meta-Requirements/Makefile.PL for CPAN::Meta::Requirements cd cpan/CPAN-Meta-Requirements/ && ../../miniperl_top -I../../lib Makefile.PL \ INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none \ PERL_CORE=1 LIBPERL_A=libperl.a PERL="../../miniperl_top" Generating a Unix-style Makefile Writing Makefile for CPAN::Meta::Requirements /home/autobuild/make/make -C cpan/CPAN-Meta-Requirements/ PERL_CORE=1 LIBPERL=libperl.a make[3]: Entering directory '/tmp/instance-5/output-1/build/perl-5.36.0/cpan/CPAN-Meta-Requirements' cp lib/CPAN/Meta/Requirements.pm ../../lib/CPAN/Meta/Requirements.pm make[3]: Leaving directory '/tmp/instance-5/output-1/build/perl-5.36.0/cpan/CPAN-Meta-Requirements' ./miniperl_top make_ext_Makefile.pl cpan/CPAN-Meta-YAML/Makefile.PL Creating cpan/CPAN-Meta-YAML/Makefile.PL for CPAN::Meta::YAML cd cpan/CPAN-Meta-YAML/ && ../../miniperl_top -I../../lib Makefile.PL \ INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none \ PERL_CORE=1 LIBPERL_A=libperl.a PERL="../../miniperl_top" Generating a Unix-style Makefile Writing Makefile for CPAN::Meta::YAML /home/autobuild/make/make -C cpan/CPAN-Meta-YAML/ PERL_CORE=1 LIBPERL=libperl.a make[3]: Entering directory '/tmp/instance-5/output-1/build/perl-5.36.0/cpan/CPAN-Meta-YAML' cp lib/CPAN/Meta/YAML.pm ../../lib/CPAN/Meta/YAML.pm make[3]: Leaving directory '/tmp/instance-5/output-1/build/perl-5.36.0/cpan/CPAN-Meta-YAML' ./miniperl_top make_ext_Makefile.pl cpan/Config-Perl-V/Makefile.PL Creating cpan/Config-Perl-V/Makefile.PL for Config::Perl::V cd cpan/Config-Perl-V/ && ../../miniperl_top -I../../lib Makefile.PL \ INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none \ PERL_CORE=1 LIBPERL_A=libperl.a PERL="../../miniperl_top" Generating a Unix-style Makefile Writing Makefile for Config::Perl::V /home/autobuild/make/make -C cpan/Config-Perl-V/ PERL_CORE=1 LIBPERL=libperl.a make[3]: Entering directory '/tmp/instance-5/output-1/build/perl-5.36.0/cpan/Config-Perl-V' cp V.pm ../../lib/Config/Perl/V.pm make[3]: Leaving directory '/tmp/instance-5/output-1/build/perl-5.36.0/cpan/Config-Perl-V' ./miniperl_top make_ext_Makefile.pl cpan/Digest/Makefile.PL Creating cpan/Digest/Makefile.PL for Digest cd cpan/Digest/ && ../../miniperl_top -I../../lib Makefile.PL \ INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none \ PERL_CORE=1 LIBPERL_A=libperl.a PERL="../../miniperl_top" Generating a Unix-style Makefile Writing Makefile for Digest /home/autobuild/make/make -C cpan/Digest/ PERL_CORE=1 LIBPERL=libperl.a make[3]: Entering directory '/tmp/instance-5/output-1/build/perl-5.36.0/cpan/Digest' cp lib/Digest/base.pm ../../lib/Digest/base.pm cp lib/Digest/file.pm ../../lib/Digest/file.pm cp lib/Digest.pm ../../lib/Digest.pm make[3]: Leaving directory '/tmp/instance-5/output-1/build/perl-5.36.0/cpan/Digest' ./miniperl_top make_ext_Makefile.pl cpan/ExtUtils-Constant/Makefile.PL Creating cpan/ExtUtils-Constant/Makefile.PL for ExtUtils::Constant cd cpan/ExtUtils-Constant/ && ../../miniperl_top Makefile.PL PERL_CORE=1 PERL=../../miniperl_top Generating a Unix-style Makefile Writing Makefile for ExtUtils::Constant /home/autobuild/make/make -C cpan/ExtUtils-Constant/ PERL_CORE=1 LIBPERL=libperl.a make[3]: Entering directory '/tmp/instance-5/output-1/build/perl-5.36.0/cpan/ExtUtils-Constant' cp lib/ExtUtils/Constant/XS.pm ../../lib/ExtUtils/Constant/XS.pm cp lib/ExtUtils/Constant/Utils.pm ../../lib/ExtUtils/Constant/Utils.pm cp lib/ExtUtils/Constant/Base.pm ../../lib/ExtUtils/Constant/Base.pm cp lib/ExtUtils/Constant.pm ../../lib/ExtUtils/Constant.pm cp lib/ExtUtils/Constant/ProxySubs.pm ../../lib/ExtUtils/Constant/ProxySubs.pm Manifying 4 pod documents make[3]: Leaving directory '/tmp/instance-5/output-1/build/perl-5.36.0/cpan/ExtUtils-Constant' ./miniperl_top make_ext_Makefile.pl cpan/ExtUtils-Install/Makefile.PL Creating cpan/ExtUtils-Install/Makefile.PL for ExtUtils::Install cd cpan/ExtUtils-Install/ && ../../miniperl_top -I../../lib Makefile.PL \ INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none \ PERL_CORE=1 LIBPERL_A=libperl.a PERL="../../miniperl_top" Generating a Unix-style Makefile Writing Makefile for ExtUtils::Install /home/autobuild/make/make -C cpan/ExtUtils-Install/ PERL_CORE=1 LIBPERL=libperl.a make[3]: Entering directory '/tmp/instance-5/output-1/build/perl-5.36.0/cpan/ExtUtils-Install' cp lib/ExtUtils/Install.pm ../../lib/ExtUtils/Install.pm cp lib/ExtUtils/Packlist.pm ../../lib/ExtUtils/Packlist.pm cp lib/ExtUtils/Installed.pm ../../lib/ExtUtils/Installed.pm make[3]: Leaving directory '/tmp/instance-5/output-1/build/perl-5.36.0/cpan/ExtUtils-Install' ./miniperl_top make_ext_Makefile.pl cpan/ExtUtils-MakeMaker/Makefile.PL Creating cpan/ExtUtils-MakeMaker/Makefile.PL for ExtUtils::MakeMaker cd cpan/ExtUtils-MakeMaker/ && ../../miniperl_top -I../../lib Makefile.PL \ INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none \ PERL_CORE=1 LIBPERL_A=libperl.a PERL="../../miniperl_top" Generating a Unix-style Makefile Writing Makefile for ExtUtils::MakeMaker /home/autobuild/make/make -C cpan/ExtUtils-MakeMaker/ PERL_CORE=1 LIBPERL=libperl.a make[3]: Entering directory '/tmp/instance-5/output-1/build/perl-5.36.0/cpan/ExtUtils-MakeMaker' cp lib/ExtUtils/MM_AIX.pm ../../lib/ExtUtils/MM_AIX.pm cp lib/ExtUtils/MM_Darwin.pm ../../lib/ExtUtils/MM_Darwin.pm cp lib/ExtUtils/MM_DOS.pm ../../lib/ExtUtils/MM_DOS.pm cp lib/ExtUtils/Command/MM.pm ../../lib/ExtUtils/Command/MM.pm cp lib/ExtUtils/MakeMaker/FAQ.pod ../../lib/ExtUtils/MakeMaker/FAQ.pod cp lib/ExtUtils/testlib.pm ../../lib/ExtUtils/testlib.pm cp lib/ExtUtils/MM_Any.pm ../../lib/ExtUtils/MM_Any.pm cp lib/ExtUtils/MM_UWIN.pm ../../lib/ExtUtils/MM_UWIN.pm cp lib/ExtUtils/MM_VMS.pm ../../lib/ExtUtils/MM_VMS.pm cp lib/ExtUtils/MM_Win95.pm ../../lib/ExtUtils/MM_Win95.pm cp lib/ExtUtils/MM_NW5.pm ../../lib/ExtUtils/MM_NW5.pm cp lib/ExtUtils/Liblist.pm ../../lib/ExtUtils/Liblist.pm cp lib/ExtUtils/MakeMaker/Tutorial.pod ../../lib/ExtUtils/MakeMaker/Tutorial.pod cp lib/ExtUtils/MakeMaker/version.pm ../../lib/ExtUtils/MakeMaker/version.pm cp lib/ExtUtils/MM_BeOS.pm ../../lib/ExtUtils/MM_BeOS.pm cp lib/ExtUtils/MM_OS390.pm ../../lib/ExtUtils/MM_OS390.pm cp lib/ExtUtils/MM_MacOS.pm ../../lib/ExtUtils/MM_MacOS.pm cp lib/ExtUtils/Mkbootstrap.pm ../../lib/ExtUtils/Mkbootstrap.pm cp lib/ExtUtils/Command.pm ../../lib/ExtUtils/Command.pm cp lib/ExtUtils/MakeMaker/version/regex.pm ../../lib/ExtUtils/MakeMaker/version/regex.pm cp lib/ExtUtils/MM.pm ../../lib/ExtUtils/MM.pm cp lib/ExtUtils/MM_QNX.pm ../../lib/ExtUtils/MM_QNX.pm cp lib/ExtUtils/MM_OS2.pm ../../lib/ExtUtils/MM_OS2.pm cp lib/ExtUtils/MM_Win32.pm ../../lib/ExtUtils/MM_Win32.pm cp lib/ExtUtils/MM_Unix.pm ../../lib/ExtUtils/MM_Unix.pm cp lib/ExtUtils/Liblist/Kid.pm ../../lib/ExtUtils/Liblist/Kid.pm cp lib/ExtUtils/MakeMaker/Locale.pm ../../lib/ExtUtils/MakeMaker/Locale.pm cp lib/ExtUtils/MM_Cygwin.pm ../../lib/ExtUtils/MM_Cygwin.pm cp lib/ExtUtils/MakeMaker/Config.pm ../../lib/ExtUtils/MakeMaker/Config.pm cp lib/ExtUtils/Mksymlists.pm ../../lib/ExtUtils/Mksymlists.pm cp lib/ExtUtils/MY.pm ../../lib/ExtUtils/MY.pm cp lib/ExtUtils/MM_VOS.pm ../../lib/ExtUtils/MM_VOS.pm cp lib/ExtUtils/MakeMaker.pm ../../lib/ExtUtils/MakeMaker.pm make[3]: Leaving directory '/tmp/instance-5/output-1/build/perl-5.36.0/cpan/ExtUtils-MakeMaker' ./miniperl_top make_ext_Makefile.pl cpan/ExtUtils-Manifest/Makefile.PL Creating cpan/ExtUtils-Manifest/Makefile.PL for ExtUtils::Manifest cd cpan/ExtUtils-Manifest/ && ../../miniperl_top -I../../lib Makefile.PL \ INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none \ PERL_CORE=1 LIBPERL_A=libperl.a PERL="../../miniperl_top" Generating a Unix-style Makefile Writing Makefile for ExtUtils::Manifest /home/autobuild/make/make -C cpan/ExtUtils-Manifest/ PERL_CORE=1 LIBPERL=libperl.a make[3]: Entering directory '/tmp/instance-5/output-1/build/perl-5.36.0/cpan/ExtUtils-Manifest' cp lib/ExtUtils/Manifest.pm ../../lib/ExtUtils/Manifest.pm cp lib/ExtUtils/MANIFEST.SKIP ../../lib/ExtUtils/MANIFEST.SKIP make[3]: Leaving directory '/tmp/instance-5/output-1/build/perl-5.36.0/cpan/ExtUtils-Manifest' ./miniperl_top make_ext_Makefile.pl cpan/ExtUtils-PL2Bat/Makefile.PL Creating cpan/ExtUtils-PL2Bat/Makefile.PL for ExtUtils::PL2Bat cd cpan/ExtUtils-PL2Bat/ && ../../miniperl_top -I../../lib Makefile.PL \ INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none \ PERL_CORE=1 LIBPERL_A=libperl.a PERL="../../miniperl_top" Generating a Unix-style Makefile Writing Makefile for ExtUtils::PL2Bat /home/autobuild/make/make -C cpan/ExtUtils-PL2Bat/ PERL_CORE=1 LIBPERL=libperl.a make[3]: Entering directory '/tmp/instance-5/output-1/build/perl-5.36.0/cpan/ExtUtils-PL2Bat' cp lib/ExtUtils/PL2Bat.pm ../../lib/ExtUtils/PL2Bat.pm make[3]: Leaving directory '/tmp/instance-5/output-1/build/perl-5.36.0/cpan/ExtUtils-PL2Bat' ./miniperl_top make_ext_Makefile.pl cpan/File-Fetch/Makefile.PL Creating cpan/File-Fetch/Makefile.PL for File::Fetch cd cpan/File-Fetch/ && ../../miniperl_top -I../../lib Makefile.PL \ INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none \ PERL_CORE=1 LIBPERL_A=libperl.a PERL="../../miniperl_top" Generating a Unix-style Makefile Writing Makefile for File::Fetch /home/autobuild/make/make -C cpan/File-Fetch/ PERL_CORE=1 LIBPERL=libperl.a make[3]: Entering directory '/tmp/instance-5/output-1/build/perl-5.36.0/cpan/File-Fetch' cp lib/File/Fetch.pm ../../lib/File/Fetch.pm make[3]: Leaving directory '/tmp/instance-5/output-1/build/perl-5.36.0/cpan/File-Fetch' ./miniperl_top make_ext_Makefile.pl cpan/File-Path/Makefile.PL Creating cpan/File-Path/Makefile.PL for File::Path cd cpan/File-Path/ && ../../miniperl_top -I../../lib Makefile.PL \ INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none \ PERL_CORE=1 LIBPERL_A=libperl.a PERL="../../miniperl_top" Generating a Unix-style Makefile Writing Makefile for File::Path /home/autobuild/make/make -C cpan/File-Path/ PERL_CORE=1 LIBPERL=libperl.a make[3]: Entering directory '/tmp/instance-5/output-1/build/perl-5.36.0/cpan/File-Path' cp lib/File/Path.pm ../../lib/File/Path.pm make[3]: Leaving directory '/tmp/instance-5/output-1/build/perl-5.36.0/cpan/File-Path' ./miniperl_top make_ext_Makefile.pl cpan/File-Temp/Makefile.PL Creating cpan/File-Temp/Makefile.PL for File::Temp cd cpan/File-Temp/ && ../../miniperl_top -I../../lib Makefile.PL \ INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none \ PERL_CORE=1 LIBPERL_A=libperl.a PERL="../../miniperl_top" Generating a Unix-style Makefile Writing Makefile for File::Temp /home/autobuild/make/make -C cpan/File-Temp/ PERL_CORE=1 LIBPERL=libperl.a make[3]: Entering directory '/tmp/instance-5/output-1/build/perl-5.36.0/cpan/File-Temp' cp lib/File/Temp.pm ../../lib/File/Temp.pm make[3]: Leaving directory '/tmp/instance-5/output-1/build/perl-5.36.0/cpan/File-Temp' ./miniperl_top make_ext_Makefile.pl cpan/Getopt-Long/Makefile.PL Creating cpan/Getopt-Long/Makefile.PL for Getopt::Long cd cpan/Getopt-Long/ && ../../miniperl_top -I../../lib Makefile.PL \ INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none \ PERL_CORE=1 LIBPERL_A=libperl.a PERL="../../miniperl_top" Generating a Unix-style Makefile Writing Makefile for Getopt::Long /home/autobuild/make/make -C cpan/Getopt-Long/ PERL_CORE=1 LIBPERL=libperl.a make[3]: Entering directory '/tmp/instance-5/output-1/build/perl-5.36.0/cpan/Getopt-Long' cp lib/Getopt/Long.pm ../../lib/Getopt/Long.pm make[3]: Leaving directory '/tmp/instance-5/output-1/build/perl-5.36.0/cpan/Getopt-Long' ./miniperl_top make_ext_Makefile.pl cpan/HTTP-Tiny/Makefile.PL Creating cpan/HTTP-Tiny/Makefile.PL for HTTP::Tiny cd cpan/HTTP-Tiny/ && ../../miniperl_top -I../../lib Makefile.PL \ INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none \ PERL_CORE=1 LIBPERL_A=libperl.a PERL="../../miniperl_top" Generating a Unix-style Makefile Writing Makefile for HTTP::Tiny /home/autobuild/make/make -C cpan/HTTP-Tiny/ PERL_CORE=1 LIBPERL=libperl.a make[3]: Entering directory '/tmp/instance-5/output-1/build/perl-5.36.0/cpan/HTTP-Tiny' cp lib/HTTP/Tiny.pm ../../lib/HTTP/Tiny.pm make[3]: Leaving directory '/tmp/instance-5/output-1/build/perl-5.36.0/cpan/HTTP-Tiny' cd cpan/IO-Compress/ && ../../miniperl_top -I../../lib Makefile.PL \ INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none \ PERL_CORE=1 LIBPERL_A=libperl.a PERL="../../miniperl_top" Generating a Unix-style Makefile Writing Makefile for IO::Compress /home/autobuild/make/make -C cpan/IO-Compress/ PERL_CORE=1 LIBPERL=libperl.a make[3]: Entering directory '/tmp/instance-5/output-1/build/perl-5.36.0/cpan/IO-Compress' cp lib/IO/Compress/Base.pm ../../lib/IO/Compress/Base.pm cp lib/IO/Uncompress/AnyInflate.pm ../../lib/IO/Uncompress/AnyInflate.pm cp lib/IO/Uncompress/Bunzip2.pm ../../lib/IO/Uncompress/Bunzip2.pm cp lib/IO/Uncompress/RawInflate.pm ../../lib/IO/Uncompress/RawInflate.pm cp lib/IO/Uncompress/Adapter/Bunzip2.pm ../../lib/IO/Uncompress/Adapter/Bunzip2.pm cp lib/IO/Compress/RawDeflate.pm ../../lib/IO/Compress/RawDeflate.pm cp lib/IO/Compress/Gzip.pm ../../lib/IO/Compress/Gzip.pm cp lib/IO/Compress/Zip/Constants.pm ../../lib/IO/Compress/Zip/Constants.pm cp lib/IO/Compress/FAQ.pod ../../lib/IO/Compress/FAQ.pod cp lib/File/GlobMapper.pm ../../lib/File/GlobMapper.pm cp lib/IO/Compress/Adapter/Bzip2.pm ../../lib/IO/Compress/Adapter/Bzip2.pm cp lib/IO/Compress/Deflate.pm ../../lib/IO/Compress/Deflate.pm cp lib/IO/Uncompress/AnyUncompress.pm ../../lib/IO/Uncompress/AnyUncompress.pm cp lib/IO/Uncompress/Unzip.pm ../../lib/IO/Uncompress/Unzip.pm cp lib/IO/Uncompress/Base.pm ../../lib/IO/Uncompress/Base.pm cp lib/IO/Compress/Bzip2.pm ../../lib/IO/Compress/Bzip2.pm cp lib/IO/Uncompress/Adapter/Identity.pm ../../lib/IO/Uncompress/Adapter/Identity.pm cp lib/IO/Compress/Base/Common.pm ../../lib/IO/Compress/Base/Common.pm cp lib/Compress/Zlib.pm ../../lib/Compress/Zlib.pm cp lib/IO/Uncompress/Adapter/Inflate.pm ../../lib/IO/Uncompress/Adapter/Inflate.pm cp lib/IO/Compress/Gzip/Constants.pm ../../lib/IO/Compress/Gzip/Constants.pm cp lib/IO/Compress/Adapter/Identity.pm ../../lib/IO/Compress/Adapter/Identity.pm cp lib/IO/Compress/Zlib/Extra.pm ../../lib/IO/Compress/Zlib/Extra.pm cp lib/IO/Compress/Adapter/Deflate.pm ../../lib/IO/Compress/Adapter/Deflate.pm cp lib/IO/Uncompress/Gunzip.pm ../../lib/IO/Uncompress/Gunzip.pm cp lib/IO/Uncompress/Inflate.pm ../../lib/IO/Uncompress/Inflate.pm cp lib/IO/Compress/Zip.pm ../../lib/IO/Compress/Zip.pm cp lib/IO/Compress/Zlib/Constants.pm ../../lib/IO/Compress/Zlib/Constants.pm cp bin/streamzip blib/script/streamzip /tmp/instance-5/output-1/build/perl-5.36.0/cpan/IO-Compress/../../miniperl_top "-I../../lib" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/streamzip cp bin/zipdetails blib/script/zipdetails /tmp/instance-5/output-1/build/perl-5.36.0/cpan/IO-Compress/../../miniperl_top "-I../../lib" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/zipdetails make[3]: Leaving directory '/tmp/instance-5/output-1/build/perl-5.36.0/cpan/IO-Compress' ./miniperl_top make_ext_Makefile.pl cpan/IO-Socket-IP/Makefile.PL Creating cpan/IO-Socket-IP/Makefile.PL for IO::Socket::IP cd cpan/IO-Socket-IP/ && ../../miniperl_top -I../../lib Makefile.PL \ INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none \ PERL_CORE=1 LIBPERL_A=libperl.a PERL="../../miniperl_top" WARNING: Setting ABSTRACT via file 'lib/IO/Socket/IP.pm' failed at /tmp/instance-5/output-1/build/perl-5.36.0/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MakeMaker.pm line 753. Generating a Unix-style Makefile Writing Makefile for IO::Socket::IP /home/autobuild/make/make -C cpan/IO-Socket-IP/ PERL_CORE=1 LIBPERL=libperl.a make[3]: Entering directory '/tmp/instance-5/output-1/build/perl-5.36.0/cpan/IO-Socket-IP' cp lib/IO/Socket/IP.pm ../../lib/IO/Socket/IP.pm make[3]: Leaving directory '/tmp/instance-5/output-1/build/perl-5.36.0/cpan/IO-Socket-IP' ./miniperl_top make_ext_Makefile.pl cpan/IO-Zlib/Makefile.PL Creating cpan/IO-Zlib/Makefile.PL for IO::Zlib cd cpan/IO-Zlib/ && ../../miniperl_top -I../../lib Makefile.PL \ INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none \ PERL_CORE=1 LIBPERL_A=libperl.a PERL="../../miniperl_top" Generating a Unix-style Makefile Writing Makefile for IO::Zlib /home/autobuild/make/make -C cpan/IO-Zlib/ PERL_CORE=1 LIBPERL=libperl.a make[3]: Entering directory '/tmp/instance-5/output-1/build/perl-5.36.0/cpan/IO-Zlib' cp Zlib.pm ../../lib/IO/Zlib.pm make[3]: Leaving directory '/tmp/instance-5/output-1/build/perl-5.36.0/cpan/IO-Zlib' ./miniperl_top make_ext_Makefile.pl cpan/IPC-Cmd/Makefile.PL Creating cpan/IPC-Cmd/Makefile.PL for IPC::Cmd cd cpan/IPC-Cmd/ && ../../miniperl_top -I../../lib Makefile.PL \ INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none \ PERL_CORE=1 LIBPERL_A=libperl.a PERL="../../miniperl_top" Generating a Unix-style Makefile Writing Makefile for IPC::Cmd /home/autobuild/make/make -C cpan/IPC-Cmd/ PERL_CORE=1 LIBPERL=libperl.a make[3]: Entering directory '/tmp/instance-5/output-1/build/perl-5.36.0/cpan/IPC-Cmd' cp lib/IPC/Cmd.pm ../../lib/IPC/Cmd.pm make[3]: Leaving directory '/tmp/instance-5/output-1/build/perl-5.36.0/cpan/IPC-Cmd' ./miniperl_top make_ext_Makefile.pl cpan/JSON-PP/Makefile.PL Creating cpan/JSON-PP/Makefile.PL for JSON::PP cd cpan/JSON-PP/ && ../../miniperl_top -I../../lib Makefile.PL \ INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none \ PERL_CORE=1 LIBPERL_A=libperl.a PERL="../../miniperl_top" Generating a Unix-style Makefile Writing Makefile for JSON::PP /home/autobuild/make/make -C cpan/JSON-PP/ PERL_CORE=1 LIBPERL=libperl.a make[3]: Entering directory '/tmp/instance-5/output-1/build/perl-5.36.0/cpan/JSON-PP' cp lib/JSON/PP.pm ../../lib/JSON/PP.pm cp lib/JSON/PP/Boolean.pm ../../lib/JSON/PP/Boolean.pm make[3]: Leaving directory '/tmp/instance-5/output-1/build/perl-5.36.0/cpan/JSON-PP' ./miniperl_top make_ext_Makefile.pl cpan/Locale-Maketext-Simple/Makefile.PL Creating cpan/Locale-Maketext-Simple/Makefile.PL for Locale::Maketext::Simple cd cpan/Locale-Maketext-Simple/ && ../../miniperl_top -I../../lib Makefile.PL \ INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none \ PERL_CORE=1 LIBPERL_A=libperl.a PERL="../../miniperl_top" Generating a Unix-style Makefile Writing Makefile for Locale::Maketext::Simple /home/autobuild/make/make -C cpan/Locale-Maketext-Simple/ PERL_CORE=1 LIBPERL=libperl.a make[3]: Entering directory '/tmp/instance-5/output-1/build/perl-5.36.0/cpan/Locale-Maketext-Simple' cp lib/Locale/Maketext/Simple.pm ../../lib/Locale/Maketext/Simple.pm make[3]: Leaving directory '/tmp/instance-5/output-1/build/perl-5.36.0/cpan/Locale-Maketext-Simple' ./miniperl_top make_ext_Makefile.pl cpan/Math-BigInt/Makefile.PL Creating cpan/Math-BigInt/Makefile.PL for Math::BigInt cd cpan/Math-BigInt/ && ../../miniperl_top -I../../lib Makefile.PL \ INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none \ PERL_CORE=1 LIBPERL_A=libperl.a PERL="../../miniperl_top" Generating a Unix-style Makefile Writing Makefile for Math::BigInt /home/autobuild/make/make -C cpan/Math-BigInt/ PERL_CORE=1 LIBPERL=libperl.a make[3]: Entering directory '/tmp/instance-5/output-1/build/perl-5.36.0/cpan/Math-BigInt' cp lib/Math/BigInt.pm ../../lib/Math/BigInt.pm cp lib/Math/BigInt/Calc.pm ../../lib/Math/BigInt/Calc.pm cp lib/Math/BigInt/Lib.pm ../../lib/Math/BigInt/Lib.pm cp lib/Math/BigFloat.pm ../../lib/Math/BigFloat.pm make[3]: Leaving directory '/tmp/instance-5/output-1/build/perl-5.36.0/cpan/Math-BigInt' ./miniperl_top make_ext_Makefile.pl cpan/Math-BigRat/Makefile.PL Creating cpan/Math-BigRat/Makefile.PL for Math::BigRat cd cpan/Math-BigRat/ && ../../miniperl_top -I../../lib Makefile.PL \ INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none \ PERL_CORE=1 LIBPERL_A=libperl.a PERL="../../miniperl_top" Generating a Unix-style Makefile Writing Makefile for Math::BigRat /home/autobuild/make/make -C cpan/Math-BigRat/ PERL_CORE=1 LIBPERL=libperl.a make[3]: Entering directory '/tmp/instance-5/output-1/build/perl-5.36.0/cpan/Math-BigRat' cp lib/Math/BigRat.pm ../../lib/Math/BigRat.pm make[3]: Leaving directory '/tmp/instance-5/output-1/build/perl-5.36.0/cpan/Math-BigRat' ./miniperl_top make_ext_Makefile.pl cpan/Math-Complex/Makefile.PL Creating cpan/Math-Complex/Makefile.PL for Math::Complex cd cpan/Math-Complex/ && ../../miniperl_top -I../../lib Makefile.PL \ INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none \ PERL_CORE=1 LIBPERL_A=libperl.a PERL="../../miniperl_top" Generating a Unix-style Makefile Writing Makefile for Math::Complex /home/autobuild/make/make -C cpan/Math-Complex/ PERL_CORE=1 LIBPERL=libperl.a make[3]: Entering directory '/tmp/instance-5/output-1/build/perl-5.36.0/cpan/Math-Complex' cp lib/Math/Trig.pm ../../lib/Math/Trig.pm cp lib/Math/Complex.pm ../../lib/Math/Complex.pm make[3]: Leaving directory '/tmp/instance-5/output-1/build/perl-5.36.0/cpan/Math-Complex' ./miniperl_top make_ext_Makefile.pl cpan/Memoize/Makefile.PL Creating cpan/Memoize/Makefile.PL for Memoize cd cpan/Memoize/ && ../../miniperl_top -I../../lib Makefile.PL \ INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none \ PERL_CORE=1 LIBPERL_A=libperl.a PERL="../../miniperl_top" Generating a Unix-style Makefile Writing Makefile for Memoize /home/autobuild/make/make -C cpan/Memoize/ PERL_CORE=1 LIBPERL=libperl.a make[3]: Entering directory '/tmp/instance-5/output-1/build/perl-5.36.0/cpan/Memoize' cp Memoize/SDBM_File.pm ../../lib/Memoize/SDBM_File.pm cp Memoize/AnyDBM_File.pm ../../lib/Memoize/AnyDBM_File.pm cp Memoize.pm ../../lib/Memoize.pm cp Memoize/ExpireFile.pm ../../lib/Memoize/ExpireFile.pm cp Memoize/Storable.pm ../../lib/Memoize/Storable.pm cp Memoize/ExpireTest.pm ../../lib/Memoize/ExpireTest.pm cp Memoize/Expire.pm ../../lib/Memoize/Expire.pm cp Memoize/NDBM_File.pm ../../lib/Memoize/NDBM_File.pm make[3]: Leaving directory '/tmp/instance-5/output-1/build/perl-5.36.0/cpan/Memoize' ./miniperl_top make_ext_Makefile.pl cpan/Module-Load/Makefile.PL Creating cpan/Module-Load/Makefile.PL for Module::Load cd cpan/Module-Load/ && ../../miniperl_top -I../../lib Makefile.PL \ INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none \ PERL_CORE=1 LIBPERL_A=libperl.a PERL="../../miniperl_top" Generating a Unix-style Makefile Writing Makefile for Module::Load /home/autobuild/make/make -C cpan/Module-Load/ PERL_CORE=1 LIBPERL=libperl.a make[3]: Entering directory '/tmp/instance-5/output-1/build/perl-5.36.0/cpan/Module-Load' cp lib/Module/Load.pm ../../lib/Module/Load.pm make[3]: Leaving directory '/tmp/instance-5/output-1/build/perl-5.36.0/cpan/Module-Load' ./miniperl_top make_ext_Makefile.pl cpan/Module-Load-Conditional/Makefile.PL Creating cpan/Module-Load-Conditional/Makefile.PL for Module::Load::Conditional cd cpan/Module-Load-Conditional/ && ../../miniperl_top -I../../lib Makefile.PL \ INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none \ PERL_CORE=1 LIBPERL_A=libperl.a PERL="../../miniperl_top" Generating a Unix-style Makefile Writing Makefile for Module::Load::Conditional /home/autobuild/make/make -C cpan/Module-Load-Conditional/ PERL_CORE=1 LIBPERL=libperl.a make[3]: Entering directory '/tmp/instance-5/output-1/build/perl-5.36.0/cpan/Module-Load-Conditional' cp lib/Module/Load/Conditional.pm ../../lib/Module/Load/Conditional.pm make[3]: Leaving directory '/tmp/instance-5/output-1/build/perl-5.36.0/cpan/Module-Load-Conditional' ./miniperl_top make_ext_Makefile.pl cpan/Module-Loaded/Makefile.PL Creating cpan/Module-Loaded/Makefile.PL for Module::Loaded cd cpan/Module-Loaded/ && ../../miniperl_top -I../../lib Makefile.PL \ INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none \ PERL_CORE=1 LIBPERL_A=libperl.a PERL="../../miniperl_top" Generating a Unix-style Makefile Writing Makefile for Module::Loaded /home/autobuild/make/make -C cpan/Module-Loaded/ PERL_CORE=1 LIBPERL=libperl.a make[3]: Entering directory '/tmp/instance-5/output-1/build/perl-5.36.0/cpan/Module-Loaded' cp lib/Module/Loaded.pm ../../lib/Module/Loaded.pm make[3]: Leaving directory '/tmp/instance-5/output-1/build/perl-5.36.0/cpan/Module-Loaded' ./miniperl_top make_ext_Makefile.pl cpan/Module-Metadata/Makefile.PL Creating cpan/Module-Metadata/Makefile.PL for Module::Metadata cd cpan/Module-Metadata/ && ../../miniperl_top -I../../lib Makefile.PL \ INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none \ PERL_CORE=1 LIBPERL_A=libperl.a PERL="../../miniperl_top" Generating a Unix-style Makefile Writing Makefile for Module::Metadata /home/autobuild/make/make -C cpan/Module-Metadata/ PERL_CORE=1 LIBPERL=libperl.a make[3]: Entering directory '/tmp/instance-5/output-1/build/perl-5.36.0/cpan/Module-Metadata' cp lib/Module/Metadata.pm ../../lib/Module/Metadata.pm make[3]: Leaving directory '/tmp/instance-5/output-1/build/perl-5.36.0/cpan/Module-Metadata' ./miniperl_top make_ext_Makefile.pl cpan/NEXT/Makefile.PL Creating cpan/NEXT/Makefile.PL for NEXT cd cpan/NEXT/ && ../../miniperl_top -I../../lib Makefile.PL \ INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none \ PERL_CORE=1 LIBPERL_A=libperl.a PERL="../../miniperl_top" Generating a Unix-style Makefile Writing Makefile for NEXT /home/autobuild/make/make -C cpan/NEXT/ PERL_CORE=1 LIBPERL=libperl.a make[3]: Entering directory '/tmp/instance-5/output-1/build/perl-5.36.0/cpan/NEXT' cp lib/NEXT.pm ../../lib/NEXT.pm make[3]: Leaving directory '/tmp/instance-5/output-1/build/perl-5.36.0/cpan/NEXT' ./miniperl_top make_ext_Makefile.pl cpan/Params-Check/Makefile.PL Creating cpan/Params-Check/Makefile.PL for Params::Check cd cpan/Params-Check/ && ../../miniperl_top -I../../lib Makefile.PL \ INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none \ PERL_CORE=1 LIBPERL_A=libperl.a PERL="../../miniperl_top" Generating a Unix-style Makefile Writing Makefile for Params::Check /home/autobuild/make/make -C cpan/Params-Check/ PERL_CORE=1 LIBPERL=libperl.a make[3]: Entering directory '/tmp/instance-5/output-1/build/perl-5.36.0/cpan/Params-Check' cp lib/Params/Check.pm ../../lib/Params/Check.pm make[3]: Leaving directory '/tmp/instance-5/output-1/build/perl-5.36.0/cpan/Params-Check' ./miniperl_top make_ext_Makefile.pl cpan/Perl-OSType/Makefile.PL Creating cpan/Perl-OSType/Makefile.PL for Perl::OSType cd cpan/Perl-OSType/ && ../../miniperl_top -I../../lib Makefile.PL \ INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none \ PERL_CORE=1 LIBPERL_A=libperl.a PERL="../../miniperl_top" Generating a Unix-style Makefile Writing Makefile for Perl::OSType /home/autobuild/make/make -C cpan/Perl-OSType/ PERL_CORE=1 LIBPERL=libperl.a make[3]: Entering directory '/tmp/instance-5/output-1/build/perl-5.36.0/cpan/Perl-OSType' cp lib/Perl/OSType.pm ../../lib/Perl/OSType.pm make[3]: Leaving directory '/tmp/instance-5/output-1/build/perl-5.36.0/cpan/Perl-OSType' ./miniperl_top make_ext_Makefile.pl cpan/PerlIO-via-QuotedPrint/Makefile.PL Creating cpan/PerlIO-via-QuotedPrint/Makefile.PL for PerlIO::via::QuotedPrint cd cpan/PerlIO-via-QuotedPrint/ && ../../miniperl_top -I../../lib Makefile.PL \ INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none \ PERL_CORE=1 LIBPERL_A=libperl.a PERL="../../miniperl_top" Generating a Unix-style Makefile Writing Makefile for PerlIO::via::QuotedPrint /home/autobuild/make/make -C cpan/PerlIO-via-QuotedPrint/ PERL_CORE=1 LIBPERL=libperl.a make[3]: Entering directory '/tmp/instance-5/output-1/build/perl-5.36.0/cpan/PerlIO-via-QuotedPrint' cp lib/PerlIO/via/QuotedPrint.pm ../../lib/PerlIO/via/QuotedPrint.pm make[3]: Leaving directory '/tmp/instance-5/output-1/build/perl-5.36.0/cpan/PerlIO-via-QuotedPrint' ./miniperl_top make_ext_Makefile.pl cpan/Pod-Checker/Makefile.PL Creating cpan/Pod-Checker/Makefile.PL for Pod::Checker cd cpan/Pod-Checker/ && ../../miniperl_top -I../../lib Makefile.PL \ INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none \ PERL_CORE=1 LIBPERL_A=libperl.a PERL="../../miniperl_top" Generating a Unix-style Makefile Writing Makefile for Pod::Checker /home/autobuild/make/make -C cpan/Pod-Checker/ PERL_CORE=1 LIBPERL=libperl.a make[3]: Entering directory '/tmp/instance-5/output-1/build/perl-5.36.0/cpan/Pod-Checker' cp lib/Pod/Checker.pm ../../lib/Pod/Checker.pm "../../miniperl_top" "-I../../lib" "-I../../lib" podchecker.PL podchecker Extracting podchecker (with variable substitutions) cp podchecker blib/script/podchecker /tmp/instance-5/output-1/build/perl-5.36.0/cpan/Pod-Checker/../../miniperl_top "-I../../lib" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/podchecker make[3]: Leaving directory '/tmp/instance-5/output-1/build/perl-5.36.0/cpan/Pod-Checker' cd cpan/Pod-Perldoc/ && ../../miniperl_top -I../../lib Makefile.PL \ INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none \ PERL_CORE=1 LIBPERL_A=libperl.a PERL="../../miniperl_top" Generating a Unix-style Makefile Writing Makefile for Pod::Perldoc /home/autobuild/make/make -C cpan/Pod-Perldoc/ PERL_CORE=1 LIBPERL=libperl.a make[3]: Entering directory '/tmp/instance-5/output-1/build/perl-5.36.0/cpan/Pod-Perldoc' cp perldoc.pod ../../lib/perldoc.pod cp lib/Pod/Perldoc/ToTerm.pm ../../lib/Pod/Perldoc/ToTerm.pm cp lib/Pod/Perldoc/ToTk.pm ../../lib/Pod/Perldoc/ToTk.pm cp lib/Pod/Perldoc/BaseTo.pm ../../lib/Pod/Perldoc/BaseTo.pm cp lib/Pod/Perldoc/ToChecker.pm ../../lib/Pod/Perldoc/ToChecker.pm cp lib/Pod/Perldoc/ToRtf.pm ../../lib/Pod/Perldoc/ToRtf.pm cp lib/Pod/Perldoc/ToXml.pm ../../lib/Pod/Perldoc/ToXml.pm cp lib/Pod/Perldoc/ToMan.pm ../../lib/Pod/Perldoc/ToMan.pm cp lib/Pod/Perldoc/ToANSI.pm ../../lib/Pod/Perldoc/ToANSI.pm cp lib/Pod/Perldoc/ToPod.pm ../../lib/Pod/Perldoc/ToPod.pm cp lib/Pod/Perldoc/ToNroff.pm ../../lib/Pod/Perldoc/ToNroff.pm cp lib/Pod/Perldoc.pm ../../lib/Pod/Perldoc.pm cp lib/Pod/Perldoc/ToText.pm ../../lib/Pod/Perldoc/ToText.pm cp lib/Pod/Perldoc/GetOptsOO.pm ../../lib/Pod/Perldoc/GetOptsOO.pm make[3]: Leaving directory '/tmp/instance-5/output-1/build/perl-5.36.0/cpan/Pod-Perldoc' ./miniperl_top make_ext_Makefile.pl cpan/Pod-Usage/Makefile.PL Creating cpan/Pod-Usage/Makefile.PL for Pod::Usage cd cpan/Pod-Usage/ && ../../miniperl_top -I../../lib Makefile.PL \ INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none \ PERL_CORE=1 LIBPERL_A=libperl.a PERL="../../miniperl_top" Generating a Unix-style Makefile Writing Makefile for Pod::Usage /home/autobuild/make/make -C cpan/Pod-Usage/ PERL_CORE=1 LIBPERL=libperl.a make[3]: Entering directory '/tmp/instance-5/output-1/build/perl-5.36.0/cpan/Pod-Usage' cp lib/Pod/Usage.pm ../../lib/Pod/Usage.pm "../../miniperl_top" "-I../../lib" "-I../../lib" pod2usage.PL pod2usage Extracting pod2usage (with variable substitutions) cp pod2usage blib/script/pod2usage /tmp/instance-5/output-1/build/perl-5.36.0/cpan/Pod-Usage/../../miniperl_top "-I../../lib" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/pod2usage make[3]: Leaving directory '/tmp/instance-5/output-1/build/perl-5.36.0/cpan/Pod-Usage' ./miniperl_top make_ext_Makefile.pl cpan/Term-ANSIColor/Makefile.PL Creating cpan/Term-ANSIColor/Makefile.PL for Term::ANSIColor cd cpan/Term-ANSIColor/ && ../../miniperl_top -I../../lib Makefile.PL \ INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none \ PERL_CORE=1 LIBPERL_A=libperl.a PERL="../../miniperl_top" Generating a Unix-style Makefile Writing Makefile for Term::ANSIColor /home/autobuild/make/make -C cpan/Term-ANSIColor/ PERL_CORE=1 LIBPERL=libperl.a make[3]: Entering directory '/tmp/instance-5/output-1/build/perl-5.36.0/cpan/Term-ANSIColor' cp lib/Term/ANSIColor.pm ../../lib/Term/ANSIColor.pm make[3]: Leaving directory '/tmp/instance-5/output-1/build/perl-5.36.0/cpan/Term-ANSIColor' ./miniperl_top make_ext_Makefile.pl cpan/Term-Cap/Makefile.PL Creating cpan/Term-Cap/Makefile.PL for Term::Cap cd cpan/Term-Cap/ && ../../miniperl_top -I../../lib Makefile.PL \ INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none \ PERL_CORE=1 LIBPERL_A=libperl.a PERL="../../miniperl_top" Generating a Unix-style Makefile Writing Makefile for Term::Cap /home/autobuild/make/make -C cpan/Term-Cap/ PERL_CORE=1 LIBPERL=libperl.a make[3]: Entering directory '/tmp/instance-5/output-1/build/perl-5.36.0/cpan/Term-Cap' cp Cap.pm ../../lib/Term/Cap.pm make[3]: Leaving directory '/tmp/instance-5/output-1/build/perl-5.36.0/cpan/Term-Cap' ./miniperl_top make_ext_Makefile.pl cpan/Test-Harness/Makefile.PL Creating cpan/Test-Harness/Makefile.PL for Test::Harness cd cpan/Test-Harness/ && ../../miniperl_top -I../../lib Makefile.PL \ INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none \ PERL_CORE=1 LIBPERL_A=libperl.a PERL="../../miniperl_top" Generating a Unix-style Makefile Writing Makefile for Test::Harness /home/autobuild/make/make -C cpan/Test-Harness/ PERL_CORE=1 LIBPERL=libperl.a make[3]: Entering directory '/tmp/instance-5/output-1/build/perl-5.36.0/cpan/Test-Harness' cp lib/TAP/Parser/Scheduler/Job.pm ../../lib/TAP/Parser/Scheduler/Job.pm cp lib/App/Prove/State/Result.pm ../../lib/App/Prove/State/Result.pm cp lib/TAP/Formatter/Color.pm ../../lib/TAP/Formatter/Color.pm cp lib/TAP/Formatter/File.pm ../../lib/TAP/Formatter/File.pm cp lib/TAP/Formatter/File/Session.pm ../../lib/TAP/Formatter/File/Session.pm cp lib/TAP/Parser/ResultFactory.pm ../../lib/TAP/Parser/ResultFactory.pm cp lib/TAP/Parser/Result/Pragma.pm ../../lib/TAP/Parser/Result/Pragma.pm cp lib/TAP/Parser/Iterator/Stream.pm ../../lib/TAP/Parser/Iterator/Stream.pm cp lib/TAP/Formatter/Console.pm ../../lib/TAP/Formatter/Console.pm cp lib/TAP/Parser/IteratorFactory.pm ../../lib/TAP/Parser/IteratorFactory.pm cp lib/App/Prove.pm ../../lib/App/Prove.pm cp lib/TAP/Harness.pm ../../lib/TAP/Harness.pm cp lib/TAP/Parser/Iterator/Array.pm ../../lib/TAP/Parser/Iterator/Array.pm cp lib/App/Prove/State.pm ../../lib/App/Prove/State.pm cp lib/TAP/Base.pm ../../lib/TAP/Base.pm cp lib/TAP/Object.pm ../../lib/TAP/Object.pm cp lib/TAP/Parser/Result.pm ../../lib/TAP/Parser/Result.pm cp lib/TAP/Formatter/Console/ParallelSession.pm ../../lib/TAP/Formatter/Console/ParallelSession.pm cp lib/TAP/Parser/Result/Comment.pm ../../lib/TAP/Parser/Result/Comment.pm cp lib/TAP/Parser/Iterator.pm ../../lib/TAP/Parser/Iterator.pm cp lib/TAP/Parser/Grammar.pm ../../lib/TAP/Parser/Grammar.pm cp lib/TAP/Harness/Beyond.pod ../../lib/TAP/Harness/Beyond.pod cp lib/TAP/Parser/Result/YAML.pm ../../lib/TAP/Parser/Result/YAML.pm cp lib/TAP/Parser/Iterator/Process.pm ../../lib/TAP/Parser/Iterator/Process.pm cp lib/TAP/Parser/Scheduler.pm ../../lib/TAP/Parser/Scheduler.pm cp lib/TAP/Parser/Result/Version.pm ../../lib/TAP/Parser/Result/Version.pm cp lib/TAP/Parser/Multiplexer.pm ../../lib/TAP/Parser/Multiplexer.pm cp lib/App/Prove/State/Result/Test.pm ../../lib/App/Prove/State/Result/Test.pm cp lib/TAP/Parser/Aggregator.pm ../../lib/TAP/Parser/Aggregator.pm cp lib/TAP/Parser/Result/Bailout.pm ../../lib/TAP/Parser/Result/Bailout.pm cp lib/TAP/Parser/Result/Plan.pm ../../lib/TAP/Parser/Result/Plan.pm cp lib/TAP/Formatter/Session.pm ../../lib/TAP/Formatter/Session.pm cp lib/TAP/Harness/Env.pm ../../lib/TAP/Harness/Env.pm cp lib/TAP/Parser.pm ../../lib/TAP/Parser.pm cp lib/TAP/Formatter/Base.pm ../../lib/TAP/Formatter/Base.pm cp lib/TAP/Parser/Result/Unknown.pm ../../lib/TAP/Parser/Result/Unknown.pm cp lib/TAP/Formatter/Console/Session.pm ../../lib/TAP/Formatter/Console/Session.pm cp lib/TAP/Parser/Result/Test.pm ../../lib/TAP/Parser/Result/Test.pm cp lib/Test/Harness.pm ../../lib/Test/Harness.pm cp lib/TAP/Parser/Source.pm ../../lib/TAP/Parser/Source.pm cp lib/TAP/Parser/SourceHandler/Handle.pm ../../lib/TAP/Parser/SourceHandler/Handle.pm cp lib/TAP/Parser/SourceHandler/Perl.pm ../../lib/TAP/Parser/SourceHandler/Perl.pm cp lib/TAP/Parser/SourceHandler/Executable.pm ../../lib/TAP/Parser/SourceHandler/Executable.pm cp lib/TAP/Parser/SourceHandler/RawTAP.pm ../../lib/TAP/Parser/SourceHandler/RawTAP.pm cp lib/TAP/Parser/SourceHandler.pm ../../lib/TAP/Parser/SourceHandler.pm cp lib/TAP/Parser/Scheduler/Spinner.pm ../../lib/TAP/Parser/Scheduler/Spinner.pm cp lib/TAP/Parser/SourceHandler/File.pm ../../lib/TAP/Parser/SourceHandler/File.pm cp lib/TAP/Parser/YAMLish/Reader.pm ../../lib/TAP/Parser/YAMLish/Reader.pm cp lib/TAP/Parser/YAMLish/Writer.pm ../../lib/TAP/Parser/YAMLish/Writer.pm make[3]: Leaving directory '/tmp/instance-5/output-1/build/perl-5.36.0/cpan/Test-Harness' ./miniperl_top make_ext_Makefile.pl cpan/Test-Simple/Makefile.PL Creating cpan/Test-Simple/Makefile.PL for Test::Simple cd cpan/Test-Simple/ && ../../miniperl_top -I../../lib Makefile.PL \ INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none \ PERL_CORE=1 LIBPERL_A=libperl.a PERL="../../miniperl_top" Generating a Unix-style Makefile Writing Makefile for Test::Simple /home/autobuild/make/make -C cpan/Test-Simple/ PERL_CORE=1 LIBPERL=libperl.a make[3]: Entering directory '/tmp/instance-5/output-1/build/perl-5.36.0/cpan/Test-Simple' cp lib/Test/Builder.pm ../../lib/Test/Builder.pm cp lib/Test2/Event/Pass.pm ../../lib/Test2/Event/Pass.pm cp lib/Test2/Event/TAP/Version.pm ../../lib/Test2/Event/TAP/Version.pm cp lib/Test2.pm ../../lib/Test2.pm cp lib/Test/Builder/TodoDiag.pm ../../lib/Test/Builder/TodoDiag.pm cp lib/Test2/API/InterceptResult/Squasher.pm ../../lib/Test2/API/InterceptResult/Squasher.pm cp lib/Test/Tester.pm ../../lib/Test/Tester.pm cp lib/Test/Builder/Formatter.pm ../../lib/Test/Builder/Formatter.pm cp lib/Test/use/ok.pm ../../lib/Test/use/ok.pm cp lib/Test2/API/Context.pm ../../lib/Test2/API/Context.pm cp lib/Test/Builder/Tester/Color.pm ../../lib/Test/Builder/Tester/Color.pm cp lib/Test2/Event/Generic.pm ../../lib/Test2/Event/Generic.pm cp lib/Test2/Event/Exception.pm ../../lib/Test2/Event/Exception.pm cp lib/Test/Builder/Module.pm ../../lib/Test/Builder/Module.pm cp lib/Test/Builder/Tester.pm ../../lib/Test/Builder/Tester.pm cp lib/Test/Simple.pm ../../lib/Test/Simple.pm cp lib/Test2/API/Stack.pm ../../lib/Test2/API/Stack.pm cp lib/Test2/API/Instance.pm ../../lib/Test2/API/Instance.pm cp lib/Test/Tester/Capture.pm ../../lib/Test/Tester/Capture.pm cp lib/Test2/API.pm ../../lib/Test2/API.pm cp lib/Test2/Event/Bail.pm ../../lib/Test2/Event/Bail.pm cp lib/Test2/Event/Encoding.pm ../../lib/Test2/Event/Encoding.pm cp lib/Test2/Event/V2.pm ../../lib/Test2/Event/V2.pm cp lib/Test/Tester/CaptureRunner.pm ../../lib/Test/Tester/CaptureRunner.pm cp lib/Test/Tester/Delegate.pm ../../lib/Test/Tester/Delegate.pm cp lib/Test/Tutorial.pod ../../lib/Test/Tutorial.pod cp lib/Test2/Event/Diag.pm ../../lib/Test2/Event/Diag.pm cp lib/Test2/Event/Plan.pm ../../lib/Test2/Event/Plan.pm cp lib/Test2/Event/Fail.pm ../../lib/Test2/Event/Fail.pm cp lib/Test/More.pm ../../lib/Test/More.pm cp lib/Test2/Event/Subtest.pm ../../lib/Test2/Event/Subtest.pm cp lib/Test2/API/InterceptResult/Hub.pm ../../lib/Test2/API/InterceptResult/Hub.pm cp lib/Test2/API/Breakage.pm ../../lib/Test2/API/Breakage.pm cp lib/Test2/Event/Skip.pm ../../lib/Test2/Event/Skip.pm cp lib/Test2/API/InterceptResult/Facet.pm ../../lib/Test2/API/InterceptResult/Facet.pm cp lib/Test2/Event.pm ../../lib/Test2/Event.pm cp lib/Test2/API/InterceptResult.pm ../../lib/Test2/API/InterceptResult.pm cp lib/Test2/Event/Ok.pm ../../lib/Test2/Event/Ok.pm cp lib/Test/Builder/IO/Scalar.pm ../../lib/Test/Builder/IO/Scalar.pm cp lib/Test2/API/InterceptResult/Event.pm ../../lib/Test2/API/InterceptResult/Event.pm cp lib/Test2/Event/Note.pm ../../lib/Test2/Event/Note.pm cp lib/Test2/Hub.pm ../../lib/Test2/Hub.pm cp lib/Test2/EventFacet/Amnesty.pm ../../lib/Test2/EventFacet/Amnesty.pm cp lib/Test2/Formatter/TAP.pm ../../lib/Test2/Formatter/TAP.pm cp lib/Test2/Util/Trace.pm ../../lib/Test2/Util/Trace.pm cp lib/Test2/IPC/Driver/Files.pm ../../lib/Test2/IPC/Driver/Files.pm cp lib/Test2/EventFacet/Info.pm ../../lib/Test2/EventFacet/Info.pm cp lib/Test2/EventFacet/Info/Table.pm ../../lib/Test2/EventFacet/Info/Table.pm cp lib/Test2/EventFacet/Render.pm ../../lib/Test2/EventFacet/Render.pm cp lib/Test2/Tools/Tiny.pm ../../lib/Test2/Tools/Tiny.pm cp lib/Test2/EventFacet/Plan.pm ../../lib/Test2/EventFacet/Plan.pm cp lib/Test2/Hub/Interceptor.pm ../../lib/Test2/Hub/Interceptor.pm cp lib/Test2/Util/HashBase.pm ../../lib/Test2/Util/HashBase.pm cp lib/ok.pm ../../lib/ok.pm cp lib/Test2/Util/ExternalMeta.pm ../../lib/Test2/Util/ExternalMeta.pm cp lib/Test2/EventFacet/Error.pm ../../lib/Test2/EventFacet/Error.pm cp lib/Test2/Hub/Interceptor/Terminator.pm ../../lib/Test2/Hub/Interceptor/Terminator.pm cp lib/Test2/EventFacet/Trace.pm ../../lib/Test2/EventFacet/Trace.pm cp lib/Test2/Event/Waiting.pm ../../lib/Test2/Event/Waiting.pm cp lib/Test2/IPC.pm ../../lib/Test2/IPC.pm cp lib/Test2/Util.pm ../../lib/Test2/Util.pm cp lib/Test2/EventFacet/Control.pm ../../lib/Test2/EventFacet/Control.pm cp lib/Test2/EventFacet/Assert.pm ../../lib/Test2/EventFacet/Assert.pm cp lib/Test2/EventFacet/Hub.pm ../../lib/Test2/EventFacet/Hub.pm cp lib/Test2/EventFacet.pm ../../lib/Test2/EventFacet.pm cp lib/Test2/EventFacet/Parent.pm ../../lib/Test2/EventFacet/Parent.pm cp lib/Test2/Util/Facets2Legacy.pm ../../lib/Test2/Util/Facets2Legacy.pm cp lib/Test2/Transition.pod ../../lib/Test2/Transition.pod cp lib/Test2/IPC/Driver.pm ../../lib/Test2/IPC/Driver.pm cp lib/Test2/EventFacet/Meta.pm ../../lib/Test2/EventFacet/Meta.pm cp lib/Test2/EventFacet/About.pm ../../lib/Test2/EventFacet/About.pm cp lib/Test2/Hub/Subtest.pm ../../lib/Test2/Hub/Subtest.pm cp lib/Test2/Formatter.pm ../../lib/Test2/Formatter.pm make[3]: Leaving directory '/tmp/instance-5/output-1/build/perl-5.36.0/cpan/Test-Simple' ./miniperl_top make_ext_Makefile.pl cpan/Text-Balanced/Makefile.PL Creating cpan/Text-Balanced/Makefile.PL for Text::Balanced cd cpan/Text-Balanced/ && ../../miniperl_top -I../../lib Makefile.PL \ INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none \ PERL_CORE=1 LIBPERL_A=libperl.a PERL="../../miniperl_top" Generating a Unix-style Makefile Writing Makefile for Text::Balanced /home/autobuild/make/make -C cpan/Text-Balanced/ PERL_CORE=1 LIBPERL=libperl.a make[3]: Entering directory '/tmp/instance-5/output-1/build/perl-5.36.0/cpan/Text-Balanced' cp lib/Text/Balanced.pm ../../lib/Text/Balanced.pm make[3]: Leaving directory '/tmp/instance-5/output-1/build/perl-5.36.0/cpan/Text-Balanced' ./miniperl_top make_ext_Makefile.pl cpan/Text-ParseWords/Makefile.PL Creating cpan/Text-ParseWords/Makefile.PL for Text::ParseWords cd cpan/Text-ParseWords/ && ../../miniperl_top -I../../lib Makefile.PL \ INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none \ PERL_CORE=1 LIBPERL_A=libperl.a PERL="../../miniperl_top" Generating a Unix-style Makefile Writing Makefile for Text::ParseWords /home/autobuild/make/make -C cpan/Text-ParseWords/ PERL_CORE=1 LIBPERL=libperl.a make[3]: Entering directory '/tmp/instance-5/output-1/build/perl-5.36.0/cpan/Text-ParseWords' cp lib/Text/ParseWords.pm ../../lib/Text/ParseWords.pm make[3]: Leaving directory '/tmp/instance-5/output-1/build/perl-5.36.0/cpan/Text-ParseWords' ./miniperl_top make_ext_Makefile.pl cpan/Text-Tabs/Makefile.PL Creating cpan/Text-Tabs/Makefile.PL for Text::Tabs cd cpan/Text-Tabs/ && ../../miniperl_top -I../../lib Makefile.PL \ INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none \ PERL_CORE=1 LIBPERL_A=libperl.a PERL="../../miniperl_top" Generating a Unix-style Makefile Writing Makefile for Text::Tabs /home/autobuild/make/make -C cpan/Text-Tabs/ PERL_CORE=1 LIBPERL=libperl.a make[3]: Entering directory '/tmp/instance-5/output-1/build/perl-5.36.0/cpan/Text-Tabs' cp lib/Text/Wrap.pm ../../lib/Text/Wrap.pm cp lib/Text/Tabs.pm ../../lib/Text/Tabs.pm make[3]: Leaving directory '/tmp/instance-5/output-1/build/perl-5.36.0/cpan/Text-Tabs' ./miniperl_top make_ext_Makefile.pl cpan/Tie-RefHash/Makefile.PL Creating cpan/Tie-RefHash/Makefile.PL for Tie::RefHash cd cpan/Tie-RefHash/ && ../../miniperl_top -I../../lib Makefile.PL \ INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none \ PERL_CORE=1 LIBPERL_A=libperl.a PERL="../../miniperl_top" Generating a Unix-style Makefile Writing Makefile for Tie::RefHash /home/autobuild/make/make -C cpan/Tie-RefHash/ PERL_CORE=1 LIBPERL=libperl.a make[3]: Entering directory '/tmp/instance-5/output-1/build/perl-5.36.0/cpan/Tie-RefHash' cp lib/Tie/RefHash.pm ../../lib/Tie/RefHash.pm make[3]: Leaving directory '/tmp/instance-5/output-1/build/perl-5.36.0/cpan/Tie-RefHash' ./miniperl_top make_ext_Makefile.pl cpan/Time-Local/Makefile.PL Creating cpan/Time-Local/Makefile.PL for Time::Local cd cpan/Time-Local/ && ../../miniperl_top -I../../lib Makefile.PL \ INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none \ PERL_CORE=1 LIBPERL_A=libperl.a PERL="../../miniperl_top" Generating a Unix-style Makefile Writing Makefile for Time::Local /home/autobuild/make/make -C cpan/Time-Local/ PERL_CORE=1 LIBPERL=libperl.a make[3]: Entering directory '/tmp/instance-5/output-1/build/perl-5.36.0/cpan/Time-Local' cp lib/Time/Local.pm ../../lib/Time/Local.pm make[3]: Leaving directory '/tmp/instance-5/output-1/build/perl-5.36.0/cpan/Time-Local' ./miniperl_top make_ext_Makefile.pl cpan/autodie/Makefile.PL Creating cpan/autodie/Makefile.PL for autodie cd cpan/autodie/ && ../../miniperl_top -I../../lib Makefile.PL \ INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none \ PERL_CORE=1 LIBPERL_A=libperl.a PERL="../../miniperl_top" Generating a Unix-style Makefile Writing Makefile for autodie /home/autobuild/make/make -C cpan/autodie/ PERL_CORE=1 LIBPERL=libperl.a make[3]: Entering directory '/tmp/instance-5/output-1/build/perl-5.36.0/cpan/autodie' cp lib/autodie/skip.pm ../../lib/autodie/skip.pm cp lib/autodie/hints.pm ../../lib/autodie/hints.pm cp lib/autodie.pm ../../lib/autodie.pm cp lib/Fatal.pm ../../lib/Fatal.pm cp lib/autodie/exception/system.pm ../../lib/autodie/exception/system.pm cp lib/autodie/exception.pm ../../lib/autodie/exception.pm cp lib/autodie/Scope/Guard.pm ../../lib/autodie/Scope/Guard.pm cp lib/autodie/Scope/GuardStack.pm ../../lib/autodie/Scope/GuardStack.pm cp lib/autodie/Util.pm ../../lib/autodie/Util.pm make[3]: Leaving directory '/tmp/instance-5/output-1/build/perl-5.36.0/cpan/autodie' ./miniperl_top make_ext_Makefile.pl cpan/bignum/Makefile.PL Creating cpan/bignum/Makefile.PL for bignum cd cpan/bignum/ && ../../miniperl_top -I../../lib Makefile.PL \ INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none \ PERL_CORE=1 LIBPERL_A=libperl.a PERL="../../miniperl_top" Generating a Unix-style Makefile Writing Makefile for bignum /home/autobuild/make/make -C cpan/bignum/ PERL_CORE=1 LIBPERL=libperl.a make[3]: Entering directory '/tmp/instance-5/output-1/build/perl-5.36.0/cpan/bignum' cp lib/Math/BigInt/Trace.pm ../../lib/Math/BigInt/Trace.pm cp lib/bigfloat.pm ../../lib/bigfloat.pm cp lib/bignum.pm ../../lib/bignum.pm cp lib/Math/BigRat/Trace.pm ../../lib/Math/BigRat/Trace.pm cp lib/bigrat.pm ../../lib/bigrat.pm cp lib/Math/BigFloat/Trace.pm ../../lib/Math/BigFloat/Trace.pm cp lib/bigint.pm ../../lib/bigint.pm make[3]: Leaving directory '/tmp/instance-5/output-1/build/perl-5.36.0/cpan/bignum' ./miniperl_top make_ext_Makefile.pl cpan/experimental/Makefile.PL Creating cpan/experimental/Makefile.PL for experimental cd cpan/experimental/ && ../../miniperl_top -I../../lib Makefile.PL \ INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none \ PERL_CORE=1 LIBPERL_A=libperl.a PERL="../../miniperl_top" Generating a Unix-style Makefile Writing Makefile for experimental /home/autobuild/make/make -C cpan/experimental/ PERL_CORE=1 LIBPERL=libperl.a make[3]: Entering directory '/tmp/instance-5/output-1/build/perl-5.36.0/cpan/experimental' cp lib/experimental.pm ../../lib/experimental.pm make[3]: Leaving directory '/tmp/instance-5/output-1/build/perl-5.36.0/cpan/experimental' cd cpan/libnet/ && ../../miniperl_top -I../../lib Makefile.PL \ INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none \ PERL_CORE=1 LIBPERL_A=libperl.a PERL="../../miniperl_top" Generating a Unix-style Makefile Writing Makefile for Net /home/autobuild/make/make -C cpan/libnet/ PERL_CORE=1 LIBPERL=libperl.a make[3]: Entering directory '/tmp/instance-5/output-1/build/perl-5.36.0/cpan/libnet' cp lib/Net/FTP/L.pm ../../lib/Net/FTP/L.pm cp lib/Net/POP3.pm ../../lib/Net/POP3.pm cp lib/Net/Config.pm ../../lib/Net/Config.pm cp lib/Net/FTP/I.pm ../../lib/Net/FTP/I.pm cp lib/Net/FTP.pm ../../lib/Net/FTP.pm cp lib/Net/Domain.pm ../../lib/Net/Domain.pm cp lib/Net/NNTP.pm ../../lib/Net/NNTP.pm cp lib/Net/libnetFAQ.pod ../../lib/Net/libnetFAQ.pod cp lib/Net/FTP/E.pm ../../lib/Net/FTP/E.pm cp lib/Net/Time.pm ../../lib/Net/Time.pm cp lib/Net/Netrc.pm ../../lib/Net/Netrc.pm cp lib/Net/Cmd.pm ../../lib/Net/Cmd.pm cp lib/Net/FTP/dataconn.pm ../../lib/Net/FTP/dataconn.pm cp lib/Net/FTP/A.pm ../../lib/Net/FTP/A.pm cp lib/Net/SMTP.pm ../../lib/Net/SMTP.pm make[3]: Leaving directory '/tmp/instance-5/output-1/build/perl-5.36.0/cpan/libnet' ./miniperl_top make_ext_Makefile.pl cpan/parent/Makefile.PL Creating cpan/parent/Makefile.PL for parent cd cpan/parent/ && ../../miniperl_top -I../../lib Makefile.PL \ INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none \ PERL_CORE=1 LIBPERL_A=libperl.a PERL="../../miniperl_top" Generating a Unix-style Makefile Writing Makefile for parent /home/autobuild/make/make -C cpan/parent/ PERL_CORE=1 LIBPERL=libperl.a make[3]: Entering directory '/tmp/instance-5/output-1/build/perl-5.36.0/cpan/parent' cp lib/parent.pm ../../lib/parent.pm make[3]: Leaving directory '/tmp/instance-5/output-1/build/perl-5.36.0/cpan/parent' ./miniperl_top make_ext_Makefile.pl cpan/perlfaq/Makefile.PL Creating cpan/perlfaq/Makefile.PL for perlfaq cd cpan/perlfaq/ && ../../miniperl_top -I../../lib Makefile.PL \ INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none \ PERL_CORE=1 LIBPERL_A=libperl.a PERL="../../miniperl_top" WARNING: Setting ABSTRACT via file 'lib/perlfaq.pm' failed at /tmp/instance-5/output-1/build/perl-5.36.0/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MakeMaker.pm line 753. Generating a Unix-style Makefile Writing Makefile for perlfaq /home/autobuild/make/make -C cpan/perlfaq/ PERL_CORE=1 LIBPERL=libperl.a make[3]: Entering directory '/tmp/instance-5/output-1/build/perl-5.36.0/cpan/perlfaq' cp lib/perlglossary.pod ../../lib/perlglossary.pod cp lib/perlfaq.pod ../../lib/perlfaq.pod cp lib/perlfaq2.pod ../../lib/perlfaq2.pod cp lib/perlfaq9.pod ../../lib/perlfaq9.pod cp lib/perlfaq1.pod ../../lib/perlfaq1.pod cp lib/perlfaq4.pod ../../lib/perlfaq4.pod cp lib/perlfaq8.pod ../../lib/perlfaq8.pod cp lib/perlfaq3.pod ../../lib/perlfaq3.pod cp lib/perlfaq5.pod ../../lib/perlfaq5.pod cp lib/perlfaq.pm ../../lib/perlfaq.pm cp lib/perlfaq7.pod ../../lib/perlfaq7.pod cp lib/perlfaq6.pod ../../lib/perlfaq6.pod make[3]: Leaving directory '/tmp/instance-5/output-1/build/perl-5.36.0/cpan/perlfaq' cd cpan/podlators/ && ../../miniperl_top -I../../lib Makefile.PL \ INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none \ PERL_CORE=1 LIBPERL_A=libperl.a PERL="../../miniperl_top" Generating a Unix-style Makefile Writing Makefile for Pod /home/autobuild/make/make -C cpan/podlators/ PERL_CORE=1 LIBPERL=libperl.a make[3]: Entering directory '/tmp/instance-5/output-1/build/perl-5.36.0/cpan/podlators' cp lib/Pod/ParseLink.pm ../../lib/Pod/ParseLink.pm cp lib/Pod/Text/Overstrike.pm ../../lib/Pod/Text/Overstrike.pm cp lib/Pod/Man.pm ../../lib/Pod/Man.pm cp lib/Pod/Text/Color.pm ../../lib/Pod/Text/Color.pm cp lib/Pod/Text/Termcap.pm ../../lib/Pod/Text/Termcap.pm cp lib/Pod/Text.pm ../../lib/Pod/Text.pm "../../miniperl_top" "-I../../lib" "-I../../lib" scripts/pod2man.PL scripts/pod2man Extracting pod2man (with variable substitutions) "../../miniperl_top" "-I../../lib" "-I../../lib" scripts/pod2text.PL scripts/pod2text Extracting pod2text (with variable substitutions) cp scripts/pod2man blib/script/pod2man /tmp/instance-5/output-1/build/perl-5.36.0/cpan/podlators/../../miniperl_top "-I../../lib" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/pod2man cp scripts/pod2text blib/script/pod2text /tmp/instance-5/output-1/build/perl-5.36.0/cpan/podlators/../../miniperl_top "-I../../lib" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/pod2text Manifying 2 pod documents make[3]: Leaving directory '/tmp/instance-5/output-1/build/perl-5.36.0/cpan/podlators' ./miniperl_top make_ext_Makefile.pl cpan/version/Makefile.PL Creating cpan/version/Makefile.PL for version cd cpan/version/ && ../../miniperl_top -I../../lib Makefile.PL \ INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none \ PERL_CORE=1 LIBPERL_A=libperl.a PERL="../../miniperl_top" WARNING: Setting ABSTRACT via file 'lib/version.pm' failed at /tmp/instance-5/output-1/build/perl-5.36.0/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MakeMaker.pm line 753. Generating a Unix-style Makefile Writing Makefile for version /home/autobuild/make/make -C cpan/version/ PERL_CORE=1 LIBPERL=libperl.a make[3]: Entering directory '/tmp/instance-5/output-1/build/perl-5.36.0/cpan/version' cp lib/version.pod ../../lib/version.pod cp lib/version/regex.pm ../../lib/version/regex.pm cp lib/version/Internals.pod ../../lib/version/Internals.pod cp lib/version.pm ../../lib/version.pm make[3]: Leaving directory '/tmp/instance-5/output-1/build/perl-5.36.0/cpan/version' ./miniperl_top make_ext_Makefile.pl dist/Attribute-Handlers/Makefile.PL Creating dist/Attribute-Handlers/Makefile.PL for Attribute::Handlers cd dist/Attribute-Handlers/ && ../../miniperl_top -I../../lib Makefile.PL \ INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none \ PERL_CORE=1 LIBPERL_A=libperl.a PERL="../../miniperl_top" Generating a Unix-style Makefile Writing Makefile for Attribute::Handlers /home/autobuild/make/make -C dist/Attribute-Handlers/ PERL_CORE=1 LIBPERL=libperl.a make[3]: Entering directory '/tmp/instance-5/output-1/build/perl-5.36.0/dist/Attribute-Handlers' cp lib/Attribute/Handlers.pm ../../lib/Attribute/Handlers.pm make[3]: Leaving directory '/tmp/instance-5/output-1/build/perl-5.36.0/dist/Attribute-Handlers' cd dist/Carp/ && ../../miniperl_top -I../../lib Makefile.PL \ INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none \ PERL_CORE=1 LIBPERL_A=libperl.a PERL="../../miniperl_top" Generating a Unix-style Makefile Writing Makefile for Carp /home/autobuild/make/make -C dist/Carp/ PERL_CORE=1 LIBPERL=libperl.a make[3]: Entering directory '/tmp/instance-5/output-1/build/perl-5.36.0/dist/Carp' cp lib/Carp/Heavy.pm ../../lib/Carp/Heavy.pm cp lib/Carp.pm ../../lib/Carp.pm make[3]: Leaving directory '/tmp/instance-5/output-1/build/perl-5.36.0/dist/Carp' ./miniperl_top make_ext_Makefile.pl dist/Devel-SelfStubber/Makefile.PL Creating dist/Devel-SelfStubber/Makefile.PL for Devel::SelfStubber cd dist/Devel-SelfStubber/ && ../../miniperl_top -I../../lib Makefile.PL \ INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none \ PERL_CORE=1 LIBPERL_A=libperl.a PERL="../../miniperl_top" Generating a Unix-style Makefile Writing Makefile for Devel::SelfStubber /home/autobuild/make/make -C dist/Devel-SelfStubber/ PERL_CORE=1 LIBPERL=libperl.a make[3]: Entering directory '/tmp/instance-5/output-1/build/perl-5.36.0/dist/Devel-SelfStubber' cp lib/Devel/SelfStubber.pm ../../lib/Devel/SelfStubber.pm make[3]: Leaving directory '/tmp/instance-5/output-1/build/perl-5.36.0/dist/Devel-SelfStubber' ./miniperl_top make_ext_Makefile.pl dist/Dumpvalue/Makefile.PL Creating dist/Dumpvalue/Makefile.PL for Dumpvalue cd dist/Dumpvalue/ && ../../miniperl_top -I../../lib Makefile.PL \ INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none \ PERL_CORE=1 LIBPERL_A=libperl.a PERL="../../miniperl_top" Generating a Unix-style Makefile Writing Makefile for Dumpvalue /home/autobuild/make/make -C dist/Dumpvalue/ PERL_CORE=1 LIBPERL=libperl.a make[3]: Entering directory '/tmp/instance-5/output-1/build/perl-5.36.0/dist/Dumpvalue' cp lib/Dumpvalue.pm ../../lib/Dumpvalue.pm make[3]: Leaving directory '/tmp/instance-5/output-1/build/perl-5.36.0/dist/Dumpvalue' ./miniperl_top make_ext_Makefile.pl dist/Env/Makefile.PL Creating dist/Env/Makefile.PL for Env cd dist/Env/ && ../../miniperl_top -I../../lib Makefile.PL \ INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none \ PERL_CORE=1 LIBPERL_A=libperl.a PERL="../../miniperl_top" Generating a Unix-style Makefile Writing Makefile for Env /home/autobuild/make/make -C dist/Env/ PERL_CORE=1 LIBPERL=libperl.a make[3]: Entering directory '/tmp/instance-5/output-1/build/perl-5.36.0/dist/Env' cp lib/Env.pm ../../lib/Env.pm make[3]: Leaving directory '/tmp/instance-5/output-1/build/perl-5.36.0/dist/Env' ./miniperl_top make_ext_Makefile.pl dist/Exporter/Makefile.PL Creating dist/Exporter/Makefile.PL for Exporter cd dist/Exporter/ && ../../miniperl_top -I../../lib Makefile.PL \ INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none \ PERL_CORE=1 LIBPERL_A=libperl.a PERL="../../miniperl_top" Generating a Unix-style Makefile Writing Makefile for Exporter /home/autobuild/make/make -C dist/Exporter/ PERL_CORE=1 LIBPERL=libperl.a make[3]: Entering directory '/tmp/instance-5/output-1/build/perl-5.36.0/dist/Exporter' cp lib/Exporter/Heavy.pm ../../lib/Exporter/Heavy.pm cp lib/Exporter.pm ../../lib/Exporter.pm make[3]: Leaving directory '/tmp/instance-5/output-1/build/perl-5.36.0/dist/Exporter' cd dist/ExtUtils-CBuilder/ && ../../miniperl_top -I../../lib Makefile.PL \ INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none \ PERL_CORE=1 LIBPERL_A=libperl.a PERL="../../miniperl_top" Generating a Unix-style Makefile Writing Makefile for ExtUtils::CBuilder /home/autobuild/make/make -C dist/ExtUtils-CBuilder/ PERL_CORE=1 LIBPERL=libperl.a make[3]: Entering directory '/tmp/instance-5/output-1/build/perl-5.36.0/dist/ExtUtils-CBuilder' cp lib/ExtUtils/CBuilder/Platform/Unix.pm ../../lib/ExtUtils/CBuilder/Platform/Unix.pm cp lib/ExtUtils/CBuilder/Platform/dec_osf.pm ../../lib/ExtUtils/CBuilder/Platform/dec_osf.pm cp lib/ExtUtils/CBuilder/Platform/Windows/MSVC.pm ../../lib/ExtUtils/CBuilder/Platform/Windows/MSVC.pm cp lib/ExtUtils/CBuilder/Platform/aix.pm ../../lib/ExtUtils/CBuilder/Platform/aix.pm cp lib/ExtUtils/CBuilder/Base.pm ../../lib/ExtUtils/CBuilder/Base.pm cp lib/ExtUtils/CBuilder/Platform/VMS.pm ../../lib/ExtUtils/CBuilder/Platform/VMS.pm cp lib/ExtUtils/CBuilder/Platform/android.pm ../../lib/ExtUtils/CBuilder/Platform/android.pm cp lib/ExtUtils/CBuilder/Platform/cygwin.pm ../../lib/ExtUtils/CBuilder/Platform/cygwin.pm cp lib/ExtUtils/CBuilder/Platform/Windows.pm ../../lib/ExtUtils/CBuilder/Platform/Windows.pm cp lib/ExtUtils/CBuilder/Platform/Windows/GCC.pm ../../lib/ExtUtils/CBuilder/Platform/Windows/GCC.pm cp lib/ExtUtils/CBuilder.pm ../../lib/ExtUtils/CBuilder.pm cp lib/ExtUtils/CBuilder/Platform/os2.pm ../../lib/ExtUtils/CBuilder/Platform/os2.pm cp lib/ExtUtils/CBuilder/Platform/darwin.pm ../../lib/ExtUtils/CBuilder/Platform/darwin.pm cp lib/ExtUtils/CBuilder/Platform/Windows/BCC.pm ../../lib/ExtUtils/CBuilder/Platform/Windows/BCC.pm make[3]: Leaving directory '/tmp/instance-5/output-1/build/perl-5.36.0/dist/ExtUtils-CBuilder' ./miniperl_top make_ext_Makefile.pl dist/ExtUtils-ParseXS/Makefile.PL Creating dist/ExtUtils-ParseXS/Makefile.PL for ExtUtils::ParseXS cd dist/ExtUtils-ParseXS/ && ../../miniperl_top -I../../lib Makefile.PL \ INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none \ PERL_CORE=1 LIBPERL_A=libperl.a PERL="../../miniperl_top" WARNING: Setting ABSTRACT via file 'lib/ExtUtils/ParseXS.pm' failed at /tmp/instance-5/output-1/build/perl-5.36.0/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MakeMaker.pm line 753. Generating a Unix-style Makefile Writing Makefile for ExtUtils::ParseXS cd dist/Devel-PPPort/ && ../../miniperl_top -I../../lib Makefile.PL \ INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none \ PERL_CORE=1 LIBPERL_A=libperl.a PERL="../../miniperl_top" Setting license tag... Adding META_MERGE... Generating a Unix-style Makefile Writing Makefile for Devel::PPPort /home/autobuild/make/make -C dist/Devel-PPPort/ PERL_CORE=1 LIBPERL=libperl.a LINKTYPE=dynamic make[3]: Entering directory '/tmp/instance-5/output-1/build/perl-5.36.0/dist/Devel-PPPort' "../../miniperl_top" "-I../../lib" PPPort_pm.PL PPPort.pm including ppphdoc including inctools including ppphbin including version including threads including limits including variables including subparse including newCONSTSUB including magic_defs including misc including sv_xpvf including SvPV including warn including format including uv including memory including mess including mPUSH including call including newRV including MY_CXT including SvREFCNT including newSV_type including newSVpv including Sv_set including shared_pv including HvNAME including gv including pvs including magic including cop including grok including snprintf including sprintf including exception including strlfuncs including utf8 including pv_tools including locale cp PPPort.pm ../../lib/Devel/PPPort.pm Running Mkbootstrap for PPPort () chmod 644 "PPPort.bs" /tmp/instance-5/output-1/build/perl-5.36.0/dist/Devel-PPPort/../../miniperl_top "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- PPPort.bs ../../lib/auto/Devel/PPPort/PPPort.bs 644 "../../miniperl_top" "-I../../lib" "-I../../lib" ppport_h.PL ppport.h "../../miniperl_top" "-I../../lib" "-I../../lib" RealPPPort_xs.PL RealPPPort.xs adding XS code from parts/inc/HvNAME adding XS code from parts/inc/MY_CXT adding XS code from parts/inc/SvPV adding XS code from parts/inc/SvREFCNT adding XS code from parts/inc/Sv_set adding XS code from parts/inc/call adding XS code from parts/inc/cop adding XS code from parts/inc/exception adding XS code from parts/inc/format adding XS code from parts/inc/grok adding XS code from parts/inc/gv adding XS code from parts/inc/limits adding XS code from parts/inc/locale adding XS code from parts/inc/mPUSH adding XS code from parts/inc/magic adding XS code from parts/inc/memory adding XS code from parts/inc/mess adding XS code from parts/inc/misc adding XS code from parts/inc/newCONSTSUB adding XS code from parts/inc/newRV adding XS code from parts/inc/newSV_type adding XS code from parts/inc/newSVpv adding XS code from parts/inc/pv_tools adding XS code from parts/inc/pvs adding XS code from parts/inc/shared_pv adding XS code from parts/inc/snprintf adding XS code from parts/inc/sprintf adding XS code from parts/inc/strlfuncs adding XS code from parts/inc/sv_xpvf adding XS code from parts/inc/threads adding XS code from parts/inc/utf8 adding XS code from parts/inc/uv adding XS code from parts/inc/variables adding XS code from parts/inc/warn "../../miniperl_top" "-I../../lib" "../../lib/ExtUtils/xsubpp" -noprototypes -typemap '/tmp/instance-5/output-1/build/perl-5.36.0/dist/Devel-PPPort/../../lib/ExtUtils/typemap' -typemap '/tmp/instance-5/output-1/build/perl-5.36.0/dist/Devel-PPPort/typemap' RealPPPort.xs > RealPPPort.xsc mv RealPPPort.xsc RealPPPort.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -fwrapv -fno-strict-aliasing -DVERSION=\"3.68\" -DXS_VERSION=\"3.68\" -fPIC -Wno-unused-function "-I../.." -W -Wall RealPPPort.c In file included from ../../perl.h:7247, from RealPPPort.xs:31: ../../sv_inline.h:519:1: warning: 'always_inline' function might not be inlinable [-Wattributes] 519 | Perl_newSV_type_mortal(pTHX_ const svtype type) | ^~~~~~~~~~~~~~~~~~~~~~ /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -fwrapv -fno-strict-aliasing -DVERSION=\"3.68\" -DXS_VERSION=\"3.68\" -fPIC -Wno-unused-function "-I../.." -W -Wall module2.c In file included from ../../perl.h:7247, from module2.c:17: ../../sv_inline.h:519:1: warning: 'always_inline' function might not be inlinable [-Wattributes] 519 | Perl_newSV_type_mortal(pTHX_ const svtype type) | ^~~~~~~~~~~~~~~~~~~~~~ /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -fwrapv -fno-strict-aliasing -DVERSION=\"3.68\" -DXS_VERSION=\"3.68\" -fPIC -Wno-unused-function "-I../.." -W -Wall module3.c In file included from ../../perl.h:7247, from module3.c:17: ../../sv_inline.h:519:1: warning: 'always_inline' function might not be inlinable [-Wattributes] 519 | Perl_newSV_type_mortal(pTHX_ const svtype type) | ^~~~~~~~~~~~~~~~~~~~~~ rm -f ../../lib/auto/Devel/PPPort/PPPort.so /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -shared -lm RealPPPort.o module2.o module3.o -o ../../lib/auto/Devel/PPPort/PPPort.so \ \ chmod 755 ../../lib/auto/Devel/PPPort/PPPort.so "../../miniperl_top" "-I../../lib" "-I../../lib" mktests.PL t/01_test.t generating t/01_test.t generating t/HvNAME.t generating t/MY_CXT.t generating t/SvPV.t generating t/SvREFCNT.t generating t/Sv_set.t generating t/call.t generating t/cop.t generating t/exception.t generating t/format.t generating t/grok.t generating t/gv.t generating t/limits.t generating t/locale.t generating t/mPUSH.t generating t/magic.t generating t/memory.t generating t/mess.t generating t/misc.t generating t/newCONSTSUB.t generating t/newRV.t generating t/newSV_type.t generating t/newSVpv.t generating t/podtest.t generating t/ppphtest.t generating t/pv_tools.t generating t/pvs.t generating t/shared_pv.t generating t/snprintf.t generating t/sprintf.t generating t/strlfuncs.t generating t/sv_xpvf.t generating t/threads.t generating t/utf8.t generating t/uv.t generating t/variables.t generating t/warn.t make[3]: Leaving directory '/tmp/instance-5/output-1/build/perl-5.36.0/dist/Devel-PPPort' cd dist/Devel-PPPort && ../../miniperl -I../../lib ppport_h.PL cp -f dist/Devel-PPPort/ppport.h dist/ExtUtils-ParseXS/ppport.h /home/autobuild/make/make -C dist/ExtUtils-ParseXS/ PERL_CORE=1 LIBPERL=libperl.a make[3]: Entering directory '/tmp/instance-5/output-1/build/perl-5.36.0/dist/ExtUtils-ParseXS' cp lib/ExtUtils/ParseXS.pm ../../lib/ExtUtils/ParseXS.pm cp lib/ExtUtils/Typemaps/InputMap.pm ../../lib/ExtUtils/Typemaps/InputMap.pm cp lib/perlxstut.pod ../../lib/perlxstut.pod cp lib/ExtUtils/Typemaps/Cmd.pm ../../lib/ExtUtils/Typemaps/Cmd.pm cp lib/perlxstypemap.pod ../../lib/perlxstypemap.pod cp lib/perlxs.pod ../../lib/perlxs.pod cp lib/ExtUtils/Typemaps.pm ../../lib/ExtUtils/Typemaps.pm cp lib/ExtUtils/ParseXS/Eval.pm ../../lib/ExtUtils/ParseXS/Eval.pm cp lib/ExtUtils/ParseXS.pod ../../lib/ExtUtils/ParseXS.pod Skip ../../lib/ExtUtils/xsubpp (unchanged) cp lib/ExtUtils/Typemaps/Type.pm ../../lib/ExtUtils/Typemaps/Type.pm cp lib/ExtUtils/ParseXS/Constants.pm ../../lib/ExtUtils/ParseXS/Constants.pm cp lib/ExtUtils/ParseXS/CountLines.pm ../../lib/ExtUtils/ParseXS/CountLines.pm cp lib/ExtUtils/ParseXS/Utilities.pm ../../lib/ExtUtils/ParseXS/Utilities.pm cp lib/ExtUtils/Typemaps/OutputMap.pm ../../lib/ExtUtils/Typemaps/OutputMap.pm make[3]: Leaving directory '/tmp/instance-5/output-1/build/perl-5.36.0/dist/ExtUtils-ParseXS' ./miniperl_top make_ext_Makefile.pl dist/Filter-Simple/Makefile.PL Creating dist/Filter-Simple/Makefile.PL for Filter::Simple cd dist/Filter-Simple/ && ../../miniperl_top -I../../lib Makefile.PL \ INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none \ PERL_CORE=1 LIBPERL_A=libperl.a PERL="../../miniperl_top" Generating a Unix-style Makefile Writing Makefile for Filter::Simple /home/autobuild/make/make -C dist/Filter-Simple/ PERL_CORE=1 LIBPERL=libperl.a make[3]: Entering directory '/tmp/instance-5/output-1/build/perl-5.36.0/dist/Filter-Simple' cp lib/Filter/Simple.pm ../../lib/Filter/Simple.pm make[3]: Leaving directory '/tmp/instance-5/output-1/build/perl-5.36.0/dist/Filter-Simple' ./miniperl_top make_ext_Makefile.pl dist/FindBin/Makefile.PL Creating dist/FindBin/Makefile.PL for FindBin cd dist/FindBin/ && ../../miniperl_top -I../../lib Makefile.PL \ INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none \ PERL_CORE=1 LIBPERL_A=libperl.a PERL="../../miniperl_top" Generating a Unix-style Makefile Writing Makefile for FindBin /home/autobuild/make/make -C dist/FindBin/ PERL_CORE=1 LIBPERL=libperl.a make[3]: Entering directory '/tmp/instance-5/output-1/build/perl-5.36.0/dist/FindBin' cp lib/FindBin.pm ../../lib/FindBin.pm make[3]: Leaving directory '/tmp/instance-5/output-1/build/perl-5.36.0/dist/FindBin' ./miniperl_top make_ext_Makefile.pl dist/I18N-Collate/Makefile.PL Creating dist/I18N-Collate/Makefile.PL for I18N::Collate cd dist/I18N-Collate/ && ../../miniperl_top -I../../lib Makefile.PL \ INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none \ PERL_CORE=1 LIBPERL_A=libperl.a PERL="../../miniperl_top" Generating a Unix-style Makefile Writing Makefile for I18N::Collate /home/autobuild/make/make -C dist/I18N-Collate/ PERL_CORE=1 LIBPERL=libperl.a make[3]: Entering directory '/tmp/instance-5/output-1/build/perl-5.36.0/dist/I18N-Collate' cp lib/I18N/Collate.pm ../../lib/I18N/Collate.pm make[3]: Leaving directory '/tmp/instance-5/output-1/build/perl-5.36.0/dist/I18N-Collate' ./miniperl_top make_ext_Makefile.pl dist/I18N-LangTags/Makefile.PL Creating dist/I18N-LangTags/Makefile.PL for I18N::LangTags cd dist/I18N-LangTags/ && ../../miniperl_top -I../../lib Makefile.PL \ INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none \ PERL_CORE=1 LIBPERL_A=libperl.a PERL="../../miniperl_top" Generating a Unix-style Makefile Writing Makefile for I18N::LangTags /home/autobuild/make/make -C dist/I18N-LangTags/ PERL_CORE=1 LIBPERL=libperl.a make[3]: Entering directory '/tmp/instance-5/output-1/build/perl-5.36.0/dist/I18N-LangTags' cp lib/I18N/LangTags/Detect.pm ../../lib/I18N/LangTags/Detect.pm cp lib/I18N/LangTags/List.pm ../../lib/I18N/LangTags/List.pm cp lib/I18N/LangTags.pm ../../lib/I18N/LangTags.pm make[3]: Leaving directory '/tmp/instance-5/output-1/build/perl-5.36.0/dist/I18N-LangTags' ./miniperl_top make_ext_Makefile.pl dist/Locale-Maketext/Makefile.PL Creating dist/Locale-Maketext/Makefile.PL for Locale::Maketext cd dist/Locale-Maketext/ && ../../miniperl_top -I../../lib Makefile.PL \ INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none \ PERL_CORE=1 LIBPERL_A=libperl.a PERL="../../miniperl_top" WARNING: Setting ABSTRACT via file 'lib/Locale/Maketext.pm' failed at /tmp/instance-5/output-1/build/perl-5.36.0/cpan/ExtUtils-MakeMaker/lib/ExtUtils/MakeMaker.pm line 753. Generating a Unix-style Makefile Writing Makefile for Locale::Maketext /home/autobuild/make/make -C dist/Locale-Maketext/ PERL_CORE=1 LIBPERL=libperl.a make[3]: Entering directory '/tmp/instance-5/output-1/build/perl-5.36.0/dist/Locale-Maketext' cp lib/Locale/Maketext.pm ../../lib/Locale/Maketext.pm cp lib/Locale/Maketext.pod ../../lib/Locale/Maketext.pod cp lib/Locale/Maketext/Cookbook.pod ../../lib/Locale/Maketext/Cookbook.pod cp lib/Locale/Maketext/GutsLoader.pm ../../lib/Locale/Maketext/GutsLoader.pm cp lib/Locale/Maketext/TPJ13.pod ../../lib/Locale/Maketext/TPJ13.pod cp lib/Locale/Maketext/Guts.pm ../../lib/Locale/Maketext/Guts.pm make[3]: Leaving directory '/tmp/instance-5/output-1/build/perl-5.36.0/dist/Locale-Maketext' cd dist/Module-CoreList/ && ../../miniperl_top -I../../lib Makefile.PL \ INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none \ PERL_CORE=1 LIBPERL_A=libperl.a PERL="../../miniperl_top" Generating a Unix-style Makefile Writing Makefile for Module::CoreList /home/autobuild/make/make -C dist/Module-CoreList/ PERL_CORE=1 LIBPERL=libperl.a make[3]: Entering directory '/tmp/instance-5/output-1/build/perl-5.36.0/dist/Module-CoreList' cp lib/Module/CoreList.pm ../../lib/Module/CoreList.pm cp lib/Module/CoreList/Utils.pm ../../lib/Module/CoreList/Utils.pm cp lib/Module/CoreList.pod ../../lib/Module/CoreList.pod cp corelist blib/script/corelist /tmp/instance-5/output-1/build/perl-5.36.0/dist/Module-CoreList/../../miniperl_top "-I../../lib" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/corelist make[3]: Leaving directory '/tmp/instance-5/output-1/build/perl-5.36.0/dist/Module-CoreList' ./miniperl_top make_ext_Makefile.pl dist/Net-Ping/Makefile.PL Creating dist/Net-Ping/Makefile.PL for Net::Ping cd dist/Net-Ping/ && ../../miniperl_top -I../../lib Makefile.PL \ INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none \ PERL_CORE=1 LIBPERL_A=libperl.a PERL="../../miniperl_top" Generating a Unix-style Makefile Writing Makefile for Net::Ping /home/autobuild/make/make -C dist/Net-Ping/ PERL_CORE=1 LIBPERL=libperl.a make[3]: Entering directory '/tmp/instance-5/output-1/build/perl-5.36.0/dist/Net-Ping' cp lib/Net/Ping.pm ../../lib/Net/Ping.pm make[3]: Leaving directory '/tmp/instance-5/output-1/build/perl-5.36.0/dist/Net-Ping' cd dist/Safe/ && ../../miniperl_top -I../../lib Makefile.PL \ INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none \ PERL_CORE=1 LIBPERL_A=libperl.a PERL="../../miniperl_top" Generating a Unix-style Makefile Writing Makefile for Safe /home/autobuild/make/make -C dist/Safe/ PERL_CORE=1 LIBPERL=libperl.a make[3]: Entering directory '/tmp/instance-5/output-1/build/perl-5.36.0/dist/Safe' cp Safe.pm ../../lib/Safe.pm make[3]: Leaving directory '/tmp/instance-5/output-1/build/perl-5.36.0/dist/Safe' cd dist/Search-Dict/ && ../../miniperl_top -I../../lib Makefile.PL \ INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none \ PERL_CORE=1 LIBPERL_A=libperl.a PERL="../../miniperl_top" Generating a Unix-style Makefile Writing Makefile for Search::Dict /home/autobuild/make/make -C dist/Search-Dict/ PERL_CORE=1 LIBPERL=libperl.a make[3]: Entering directory '/tmp/instance-5/output-1/build/perl-5.36.0/dist/Search-Dict' cp lib/Search/Dict.pm ../../lib/Search/Dict.pm make[3]: Leaving directory '/tmp/instance-5/output-1/build/perl-5.36.0/dist/Search-Dict' ./miniperl_top make_ext_Makefile.pl dist/SelfLoader/Makefile.PL Creating dist/SelfLoader/Makefile.PL for SelfLoader cd dist/SelfLoader/ && ../../miniperl_top -I../../lib Makefile.PL \ INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none \ PERL_CORE=1 LIBPERL_A=libperl.a PERL="../../miniperl_top" Generating a Unix-style Makefile Writing Makefile for SelfLoader /home/autobuild/make/make -C dist/SelfLoader/ PERL_CORE=1 LIBPERL=libperl.a make[3]: Entering directory '/tmp/instance-5/output-1/build/perl-5.36.0/dist/SelfLoader' cp lib/SelfLoader.pm ../../lib/SelfLoader.pm make[3]: Leaving directory '/tmp/instance-5/output-1/build/perl-5.36.0/dist/SelfLoader' ./miniperl_top make_ext_Makefile.pl dist/Term-Complete/Makefile.PL Creating dist/Term-Complete/Makefile.PL for Term::Complete cd dist/Term-Complete/ && ../../miniperl_top -I../../lib Makefile.PL \ INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none \ PERL_CORE=1 LIBPERL_A=libperl.a PERL="../../miniperl_top" Generating a Unix-style Makefile Writing Makefile for Term::Complete /home/autobuild/make/make -C dist/Term-Complete/ PERL_CORE=1 LIBPERL=libperl.a make[3]: Entering directory '/tmp/instance-5/output-1/build/perl-5.36.0/dist/Term-Complete' cp lib/Term/Complete.pm ../../lib/Term/Complete.pm make[3]: Leaving directory '/tmp/instance-5/output-1/build/perl-5.36.0/dist/Term-Complete' ./miniperl_top make_ext_Makefile.pl dist/Term-ReadLine/Makefile.PL Creating dist/Term-ReadLine/Makefile.PL for Term::ReadLine cd dist/Term-ReadLine/ && ../../miniperl_top -I../../lib Makefile.PL \ INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none \ PERL_CORE=1 LIBPERL_A=libperl.a PERL="../../miniperl_top" Generating a Unix-style Makefile Writing Makefile for Term::ReadLine /home/autobuild/make/make -C dist/Term-ReadLine/ PERL_CORE=1 LIBPERL=libperl.a make[3]: Entering directory '/tmp/instance-5/output-1/build/perl-5.36.0/dist/Term-ReadLine' cp lib/Term/ReadLine.pm ../../lib/Term/ReadLine.pm make[3]: Leaving directory '/tmp/instance-5/output-1/build/perl-5.36.0/dist/Term-ReadLine' ./miniperl_top make_ext_Makefile.pl dist/Test/Makefile.PL Creating dist/Test/Makefile.PL for Test cd dist/Test/ && ../../miniperl_top -I../../lib Makefile.PL \ INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none \ PERL_CORE=1 LIBPERL_A=libperl.a PERL="../../miniperl_top" Generating a Unix-style Makefile Writing Makefile for Test /home/autobuild/make/make -C dist/Test/ PERL_CORE=1 LIBPERL=libperl.a make[3]: Entering directory '/tmp/instance-5/output-1/build/perl-5.36.0/dist/Test' cp lib/Test.pm ../../lib/Test.pm make[3]: Leaving directory '/tmp/instance-5/output-1/build/perl-5.36.0/dist/Test' ./miniperl_top make_ext_Makefile.pl dist/Text-Abbrev/Makefile.PL Creating dist/Text-Abbrev/Makefile.PL for Text::Abbrev cd dist/Text-Abbrev/ && ../../miniperl_top -I../../lib Makefile.PL \ INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none \ PERL_CORE=1 LIBPERL_A=libperl.a PERL="../../miniperl_top" Generating a Unix-style Makefile Writing Makefile for Text::Abbrev /home/autobuild/make/make -C dist/Text-Abbrev/ PERL_CORE=1 LIBPERL=libperl.a make[3]: Entering directory '/tmp/instance-5/output-1/build/perl-5.36.0/dist/Text-Abbrev' cp lib/Text/Abbrev.pm ../../lib/Text/Abbrev.pm make[3]: Leaving directory '/tmp/instance-5/output-1/build/perl-5.36.0/dist/Text-Abbrev' ./miniperl_top make_ext_Makefile.pl dist/Thread-Queue/Makefile.PL Creating dist/Thread-Queue/Makefile.PL for Thread::Queue cd dist/Thread-Queue/ && ../../miniperl_top -I../../lib Makefile.PL \ INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none \ PERL_CORE=1 LIBPERL_A=libperl.a PERL="../../miniperl_top" Generating a Unix-style Makefile Writing Makefile for Thread::Queue /home/autobuild/make/make -C dist/Thread-Queue/ PERL_CORE=1 LIBPERL=libperl.a make[3]: Entering directory '/tmp/instance-5/output-1/build/perl-5.36.0/dist/Thread-Queue' cp lib/Thread/Queue.pm ../../lib/Thread/Queue.pm make[3]: Leaving directory '/tmp/instance-5/output-1/build/perl-5.36.0/dist/Thread-Queue' ./miniperl_top make_ext_Makefile.pl dist/Thread-Semaphore/Makefile.PL Creating dist/Thread-Semaphore/Makefile.PL for Thread::Semaphore cd dist/Thread-Semaphore/ && ../../miniperl_top -I../../lib Makefile.PL \ INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none \ PERL_CORE=1 LIBPERL_A=libperl.a PERL="../../miniperl_top" Generating a Unix-style Makefile Writing Makefile for Thread::Semaphore /home/autobuild/make/make -C dist/Thread-Semaphore/ PERL_CORE=1 LIBPERL=libperl.a make[3]: Entering directory '/tmp/instance-5/output-1/build/perl-5.36.0/dist/Thread-Semaphore' cp lib/Thread/Semaphore.pm ../../lib/Thread/Semaphore.pm make[3]: Leaving directory '/tmp/instance-5/output-1/build/perl-5.36.0/dist/Thread-Semaphore' ./miniperl_top make_ext_Makefile.pl dist/Tie-File/Makefile.PL Creating dist/Tie-File/Makefile.PL for Tie::File cd dist/Tie-File/ && ../../miniperl_top -I../../lib Makefile.PL \ INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none \ PERL_CORE=1 LIBPERL_A=libperl.a PERL="../../miniperl_top" Generating a Unix-style Makefile Writing Makefile for Tie::File /home/autobuild/make/make -C dist/Tie-File/ PERL_CORE=1 LIBPERL=libperl.a make[3]: Entering directory '/tmp/instance-5/output-1/build/perl-5.36.0/dist/Tie-File' cp lib/Tie/File.pm ../../lib/Tie/File.pm make[3]: Leaving directory '/tmp/instance-5/output-1/build/perl-5.36.0/dist/Tie-File' cd dist/XSLoader/ && ../../miniperl_top -I../../lib Makefile.PL \ INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none \ PERL_CORE=1 LIBPERL_A=libperl.a PERL="../../miniperl_top" Generating a Unix-style Makefile Writing Makefile for XSLoader /home/autobuild/make/make -C dist/XSLoader/ PERL_CORE=1 LIBPERL=libperl.a make[3]: Entering directory '/tmp/instance-5/output-1/build/perl-5.36.0/dist/XSLoader' "../../miniperl_top" "-I../../lib" XSLoader_pm.PL XSLoader.pm cp XSLoader.pm ../../lib/XSLoader.pm make[3]: Leaving directory '/tmp/instance-5/output-1/build/perl-5.36.0/dist/XSLoader' ./miniperl_top make_ext_Makefile.pl dist/autouse/Makefile.PL Creating dist/autouse/Makefile.PL for autouse cd dist/autouse/ && ../../miniperl_top -I../../lib Makefile.PL \ INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none \ PERL_CORE=1 LIBPERL_A=libperl.a PERL="../../miniperl_top" Generating a Unix-style Makefile Writing Makefile for autouse /home/autobuild/make/make -C dist/autouse/ PERL_CORE=1 LIBPERL=libperl.a make[3]: Entering directory '/tmp/instance-5/output-1/build/perl-5.36.0/dist/autouse' cp lib/autouse.pm ../../lib/autouse.pm make[3]: Leaving directory '/tmp/instance-5/output-1/build/perl-5.36.0/dist/autouse' cd dist/base/ && ../../miniperl_top -I../../lib Makefile.PL \ INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none \ PERL_CORE=1 LIBPERL_A=libperl.a PERL="../../miniperl_top" Generating a Unix-style Makefile Writing Makefile for base /home/autobuild/make/make -C dist/base/ PERL_CORE=1 LIBPERL=libperl.a make[3]: Entering directory '/tmp/instance-5/output-1/build/perl-5.36.0/dist/base' cp lib/fields.pm ../../lib/fields.pm cp lib/base.pm ../../lib/base.pm make[3]: Leaving directory '/tmp/instance-5/output-1/build/perl-5.36.0/dist/base' ./miniperl_top make_ext_Makefile.pl dist/constant/Makefile.PL Creating dist/constant/Makefile.PL for constant cd dist/constant/ && ../../miniperl_top -I../../lib Makefile.PL \ INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none \ PERL_CORE=1 LIBPERL_A=libperl.a PERL="../../miniperl_top" Generating a Unix-style Makefile Writing Makefile for constant /home/autobuild/make/make -C dist/constant/ PERL_CORE=1 LIBPERL=libperl.a make[3]: Entering directory '/tmp/instance-5/output-1/build/perl-5.36.0/dist/constant' cp lib/constant.pm ../../lib/constant.pm make[3]: Leaving directory '/tmp/instance-5/output-1/build/perl-5.36.0/dist/constant' ./miniperl_top make_ext_Makefile.pl dist/encoding-warnings/Makefile.PL Creating dist/encoding-warnings/Makefile.PL for encoding::warnings cd dist/encoding-warnings/ && ../../miniperl_top -I../../lib Makefile.PL \ INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none \ PERL_CORE=1 LIBPERL_A=libperl.a PERL="../../miniperl_top" Generating a Unix-style Makefile Writing Makefile for encoding::warnings /home/autobuild/make/make -C dist/encoding-warnings/ PERL_CORE=1 LIBPERL=libperl.a make[3]: Entering directory '/tmp/instance-5/output-1/build/perl-5.36.0/dist/encoding-warnings' cp lib/encoding/warnings.pm ../../lib/encoding/warnings.pm make[3]: Leaving directory '/tmp/instance-5/output-1/build/perl-5.36.0/dist/encoding-warnings' ./miniperl_top make_ext_Makefile.pl dist/if/Makefile.PL Creating dist/if/Makefile.PL for if cd dist/if/ && ../../miniperl_top -I../../lib Makefile.PL \ INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none \ PERL_CORE=1 LIBPERL_A=libperl.a PERL="../../miniperl_top" Generating a Unix-style Makefile Writing Makefile for if /home/autobuild/make/make -C dist/if/ PERL_CORE=1 LIBPERL=libperl.a make[3]: Entering directory '/tmp/instance-5/output-1/build/perl-5.36.0/dist/if' cp if.pm ../../lib/if.pm make[3]: Leaving directory '/tmp/instance-5/output-1/build/perl-5.36.0/dist/if' /home/autobuild/make/make -C utils all make[3]: Entering directory '/tmp/instance-5/output-1/build/perl-5.36.0/utils' ../miniperl_top corelist.PL Extracting corelist (with variable substitutions) ../miniperl_top cpan.PL Extracting cpan (with variable substitutions) ../miniperl_top enc2xs.PL Extracting enc2xs (with variable substitutions) ../miniperl_top encguess.PL Extracting encguess (with variable substitutions) ../miniperl_top h2ph.PL Extracting h2ph (with variable substitutions) ../miniperl_top h2xs.PL Extracting h2xs (with variable substitutions) ../miniperl_top instmodsh.PL Extracting instmodsh (with variable substitutions) ../miniperl_top json_pp.PL Extracting json_pp (with variable substitutions) ../miniperl_top libnetcfg.PL Extracting libnetcfg (with variable substitutions) ../miniperl_top perlbug.PL Extracting perlbug (with variable substitutions) ../miniperl_top perldoc.PL Extracting "perldoc" (with variable substitutions) ../miniperl_top perlivp.PL Extracting perlivp (with variable substitutions) ../miniperl_top piconv.PL Extracting piconv (with variable substitutions) ../miniperl_top pl2pm.PL Extracting pl2pm (with variable substitutions) ../miniperl_top pod2html.PL Extracting pod2html (with variable substitutions) ../miniperl_top prove.PL Extracting prove (with variable substitutions) ../miniperl_top ptar.PL Extracting ptar (with variable substitutions) ../miniperl_top ptardiff.PL Extracting ptardiff (with variable substitutions) ../miniperl_top ptargrep.PL Extracting ptargrep (with variable substitutions) ../miniperl_top shasum.PL Extracting shasum (with variable substitutions) ../miniperl_top splain.PL Extracting splain (with variable substitutions) ../miniperl_top streamzip.PL Extracting streamzip (with variable substitutions) ../miniperl_top xsubpp.PL Extracting xsubpp (with variable substitutions) ../miniperl_top zipdetails.PL Extracting zipdetails (with variable substitutions) make[3]: Leaving directory '/tmp/instance-5/output-1/build/perl-5.36.0/utils' cd ext/B/ && ../../miniperl_top -I../../lib Makefile.PL \ INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none \ PERL_CORE=1 LIBPERL_A=libperl.a PERL="../../miniperl_top" Generating a Unix-style Makefile Writing Makefile for B /home/autobuild/make/make -C ext/B/ PERL_CORE=1 LIBPERL=libperl.a LINKTYPE=dynamic make[3]: Entering directory '/tmp/instance-5/output-1/build/perl-5.36.0/ext/B' cp O.pm ../../lib/O.pm cp B/Terse.pm ../../lib/B/Terse.pm cp B/Showlex.pm ../../lib/B/Showlex.pm cp B/Concise.pm ../../lib/B/Concise.pm cp B/Xref.pm ../../lib/B/Xref.pm cp B.pm ../../lib/B.pm Running Mkbootstrap for B () chmod 644 "B.bs" /tmp/instance-5/output-1/build/perl-5.36.0/ext/B/../../miniperl_top "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- B.bs ../../lib/auto/B/B.bs 644 "../../miniperl_top" "-I../../lib" "../../lib/ExtUtils/xsubpp" -typemap '/tmp/instance-5/output-1/build/perl-5.36.0/ext/B/../../lib/ExtUtils/typemap' -typemap '/tmp/instance-5/output-1/build/perl-5.36.0/ext/B/typemap' B.xs > B.xsc mv B.xsc B.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -fwrapv -fno-strict-aliasing -DVERSION=\"1.83\" -DXS_VERSION=\"1.83\" -fPIC -Wno-unused-function "-I../.." B.c In file included from ../../perl.h:7247, from B.xs:13: ../../sv_inline.h:519:1: warning: 'always_inline' function might not be inlinable [-Wattributes] 519 | Perl_newSV_type_mortal(pTHX_ const svtype type) | ^~~~~~~~~~~~~~~~~~~~~~ rm -f ../../lib/auto/B/B.so /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -shared -lm B.o -o ../../lib/auto/B/B.so \ \ chmod 755 ../../lib/auto/B/B.so make[3]: Leaving directory '/tmp/instance-5/output-1/build/perl-5.36.0/ext/B' ./miniperl_top make_ext_Makefile.pl ext/Devel-Peek/Makefile.PL Creating ext/Devel-Peek/Makefile.PL for Devel::Peek cd ext/Devel-Peek/ && ../../miniperl_top -I../../lib Makefile.PL \ INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none \ PERL_CORE=1 LIBPERL_A=libperl.a PERL="../../miniperl_top" Generating a Unix-style Makefile Writing Makefile for Devel::Peek /home/autobuild/make/make -C ext/Devel-Peek/ PERL_CORE=1 LIBPERL=libperl.a LINKTYPE=dynamic make[3]: Entering directory '/tmp/instance-5/output-1/build/perl-5.36.0/ext/Devel-Peek' cp Peek.pm ../../lib/Devel/Peek.pm Running Mkbootstrap for Peek () chmod 644 "Peek.bs" /tmp/instance-5/output-1/build/perl-5.36.0/ext/Devel-Peek/../../miniperl_top "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- Peek.bs ../../lib/auto/Devel/Peek/Peek.bs 644 "../../miniperl_top" "-I../../lib" "../../lib/ExtUtils/xsubpp" -typemap '/tmp/instance-5/output-1/build/perl-5.36.0/ext/Devel-Peek/../../lib/ExtUtils/typemap' Peek.xs > Peek.xsc mv Peek.xsc Peek.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -fwrapv -fno-strict-aliasing -DVERSION=\"1.32\" -DXS_VERSION=\"1.32\" -fPIC -Wno-unused-function "-I../.." Peek.c In file included from ../../perl.h:7247, from Peek.xs:3: ../../sv_inline.h:519:1: warning: 'always_inline' function might not be inlinable [-Wattributes] 519 | Perl_newSV_type_mortal(pTHX_ const svtype type) | ^~~~~~~~~~~~~~~~~~~~~~ rm -f ../../lib/auto/Devel/Peek/Peek.so /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -shared -lm Peek.o -o ../../lib/auto/Devel/Peek/Peek.so \ \ chmod 755 ../../lib/auto/Devel/Peek/Peek.so make[3]: Leaving directory '/tmp/instance-5/output-1/build/perl-5.36.0/ext/Devel-Peek' cd ext/Fcntl/ && ../../miniperl_top -I../../lib Makefile.PL \ INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none \ PERL_CORE=1 LIBPERL_A=libperl.a PERL="../../miniperl_top" Generating a Unix-style Makefile Writing Makefile for Fcntl /home/autobuild/make/make -C ext/Fcntl/ PERL_CORE=1 LIBPERL=libperl.a LINKTYPE=dynamic make[3]: Entering directory '/tmp/instance-5/output-1/build/perl-5.36.0/ext/Fcntl' cp Fcntl.pm ../../lib/Fcntl.pm Running Mkbootstrap for Fcntl () chmod 644 "Fcntl.bs" /tmp/instance-5/output-1/build/perl-5.36.0/ext/Fcntl/../../miniperl_top "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- Fcntl.bs ../../lib/auto/Fcntl/Fcntl.bs 644 "../../miniperl_top" "-I../../lib" "../../lib/ExtUtils/xsubpp" -noprototypes -typemap '/tmp/instance-5/output-1/build/perl-5.36.0/ext/Fcntl/../../lib/ExtUtils/typemap' Fcntl.xs > Fcntl.xsc mv Fcntl.xsc Fcntl.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -fwrapv -fno-strict-aliasing -DVERSION=\"1.15\" -DXS_VERSION=\"1.15\" -fPIC -Wno-unused-function "-I../.." Fcntl.c In file included from ../../perl.h:7247, from Fcntl.xs:3: ../../sv_inline.h:519:1: warning: 'always_inline' function might not be inlinable [-Wattributes] 519 | Perl_newSV_type_mortal(pTHX_ const svtype type) | ^~~~~~~~~~~~~~~~~~~~~~ rm -f ../../lib/auto/Fcntl/Fcntl.so /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -shared -lm Fcntl.o -o ../../lib/auto/Fcntl/Fcntl.so \ \ chmod 755 ../../lib/auto/Fcntl/Fcntl.so make[3]: Leaving directory '/tmp/instance-5/output-1/build/perl-5.36.0/ext/Fcntl' ./miniperl_top make_ext_Makefile.pl ext/File-DosGlob/Makefile.PL Creating ext/File-DosGlob/Makefile.PL for File::DosGlob cd ext/File-DosGlob/ && ../../miniperl_top -I../../lib Makefile.PL \ INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none \ PERL_CORE=1 LIBPERL_A=libperl.a PERL="../../miniperl_top" Generating a Unix-style Makefile Writing Makefile for File::DosGlob /home/autobuild/make/make -C ext/File-DosGlob/ PERL_CORE=1 LIBPERL=libperl.a LINKTYPE=dynamic make[3]: Entering directory '/tmp/instance-5/output-1/build/perl-5.36.0/ext/File-DosGlob' cp lib/File/DosGlob.pm ../../lib/File/DosGlob.pm Running Mkbootstrap for DosGlob () chmod 644 "DosGlob.bs" /tmp/instance-5/output-1/build/perl-5.36.0/ext/File-DosGlob/../../miniperl_top "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- DosGlob.bs ../../lib/auto/File/DosGlob/DosGlob.bs 644 "../../miniperl_top" "-I../../lib" "../../lib/ExtUtils/xsubpp" -typemap '/tmp/instance-5/output-1/build/perl-5.36.0/ext/File-DosGlob/../../lib/ExtUtils/typemap' DosGlob.xs > DosGlob.xsc mv DosGlob.xsc DosGlob.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -fwrapv -fno-strict-aliasing -DVERSION=\"1.12\" -DXS_VERSION=\"1.12\" -fPIC -Wno-unused-function "-I../.." DosGlob.c In file included from ../../perl.h:7247, from DosGlob.xs:4: ../../sv_inline.h:519:1: warning: 'always_inline' function might not be inlinable [-Wattributes] 519 | Perl_newSV_type_mortal(pTHX_ const svtype type) | ^~~~~~~~~~~~~~~~~~~~~~ rm -f ../../lib/auto/File/DosGlob/DosGlob.so /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -shared -lm DosGlob.o -o ../../lib/auto/File/DosGlob/DosGlob.so \ \ chmod 755 ../../lib/auto/File/DosGlob/DosGlob.so make[3]: Leaving directory '/tmp/instance-5/output-1/build/perl-5.36.0/ext/File-DosGlob' cd ext/File-Glob/ && ../../miniperl_top -I../../lib Makefile.PL \ INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none \ PERL_CORE=1 LIBPERL_A=libperl.a PERL="../../miniperl_top" Generating a Unix-style Makefile Writing Makefile for File::Glob /home/autobuild/make/make -C ext/File-Glob/ PERL_CORE=1 LIBPERL=libperl.a LINKTYPE=dynamic make[3]: Entering directory '/tmp/instance-5/output-1/build/perl-5.36.0/ext/File-Glob' cp Glob.pm ../../lib/File/Glob.pm Running Mkbootstrap for Glob () chmod 644 "Glob.bs" /tmp/instance-5/output-1/build/perl-5.36.0/ext/File-Glob/../../miniperl_top "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- Glob.bs ../../lib/auto/File/Glob/Glob.bs 644 /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -fwrapv -fno-strict-aliasing -DVERSION=\"1.37\" -DXS_VERSION=\"1.37\" -fPIC -Wno-unused-function "-I../.." bsd_glob.c In file included from ../../perl.h:7247, from bsd_glob.c:69: ../../sv_inline.h:519:1: warning: 'always_inline' function might not be inlinable [-Wattributes] 519 | Perl_newSV_type_mortal(pTHX_ const svtype type) | ^~~~~~~~~~~~~~~~~~~~~~ "../../miniperl_top" "-I../../lib" "../../lib/ExtUtils/xsubpp" -typemap '/tmp/instance-5/output-1/build/perl-5.36.0/ext/File-Glob/../../lib/ExtUtils/typemap' Glob.xs > Glob.xsc mv Glob.xsc Glob.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -fwrapv -fno-strict-aliasing -DVERSION=\"1.37\" -DXS_VERSION=\"1.37\" -fPIC -Wno-unused-function "-I../.." Glob.c In file included from ../../perl.h:7247, from Glob.xs:4: ../../sv_inline.h:519:1: warning: 'always_inline' function might not be inlinable [-Wattributes] 519 | Perl_newSV_type_mortal(pTHX_ const svtype type) | ^~~~~~~~~~~~~~~~~~~~~~ rm -f ../../lib/auto/File/Glob/Glob.so /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -shared -lm bsd_glob.o Glob.o -o ../../lib/auto/File/Glob/Glob.so \ \ chmod 755 ../../lib/auto/File/Glob/Glob.so make[3]: Leaving directory '/tmp/instance-5/output-1/build/perl-5.36.0/ext/File-Glob' cd ext/Hash-Util/ && ../../miniperl_top -I../../lib Makefile.PL \ INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none \ PERL_CORE=1 LIBPERL_A=libperl.a PERL="../../miniperl_top" Generating a Unix-style Makefile Writing Makefile for Hash::Util /home/autobuild/make/make -C ext/Hash-Util/ PERL_CORE=1 LIBPERL=libperl.a LINKTYPE=dynamic make[3]: Entering directory '/tmp/instance-5/output-1/build/perl-5.36.0/ext/Hash-Util' cp lib/Hash/Util.pm ../../lib/Hash/Util.pm Running Mkbootstrap for Util () chmod 644 "Util.bs" /tmp/instance-5/output-1/build/perl-5.36.0/ext/Hash-Util/../../miniperl_top "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- Util.bs ../../lib/auto/Hash/Util/Util.bs 644 "../../miniperl_top" "-I../../lib" "../../lib/ExtUtils/xsubpp" -typemap '/tmp/instance-5/output-1/build/perl-5.36.0/ext/Hash-Util/../../lib/ExtUtils/typemap' Util.xs > Util.xsc mv Util.xsc Util.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -fwrapv -fno-strict-aliasing -DVERSION=\"0.28\" -DXS_VERSION=\"0.28\" -fPIC -Wno-unused-function "-I../.." -DPERL_EXT Util.c In file included from ../../perl.h:7247, from Util.xs:4: ../../sv_inline.h:519:1: warning: 'always_inline' function might not be inlinable [-Wattributes] 519 | Perl_newSV_type_mortal(pTHX_ const svtype type) | ^~~~~~~~~~~~~~~~~~~~~~ rm -f ../../lib/auto/Hash/Util/Util.so /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -shared -lm Util.o -o ../../lib/auto/Hash/Util/Util.so \ \ chmod 755 ../../lib/auto/Hash/Util/Util.so make[3]: Leaving directory '/tmp/instance-5/output-1/build/perl-5.36.0/ext/Hash-Util' ./miniperl_top make_ext_Makefile.pl ext/Hash-Util-FieldHash/Makefile.PL Creating ext/Hash-Util-FieldHash/Makefile.PL for Hash::Util::FieldHash cd ext/Hash-Util-FieldHash/ && ../../miniperl_top -I../../lib Makefile.PL \ INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none \ PERL_CORE=1 LIBPERL_A=libperl.a PERL="../../miniperl_top" Generating a Unix-style Makefile Writing Makefile for Hash::Util::FieldHash /home/autobuild/make/make -C ext/Hash-Util-FieldHash/ PERL_CORE=1 LIBPERL=libperl.a LINKTYPE=dynamic make[3]: Entering directory '/tmp/instance-5/output-1/build/perl-5.36.0/ext/Hash-Util-FieldHash' cp lib/Hash/Util/FieldHash.pm ../../lib/Hash/Util/FieldHash.pm Running Mkbootstrap for FieldHash () chmod 644 "FieldHash.bs" /tmp/instance-5/output-1/build/perl-5.36.0/ext/Hash-Util-FieldHash/../../miniperl_top "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- FieldHash.bs ../../lib/auto/Hash/Util/FieldHash/FieldHash.bs 644 "../../miniperl_top" "-I../../lib" "../../lib/ExtUtils/xsubpp" -typemap '/tmp/instance-5/output-1/build/perl-5.36.0/ext/Hash-Util-FieldHash/../../lib/ExtUtils/typemap' FieldHash.xs > FieldHash.xsc mv FieldHash.xsc FieldHash.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -fwrapv -fno-strict-aliasing -DVERSION=\"1.26\" -DXS_VERSION=\"1.26\" -fPIC -Wno-unused-function "-I../.." FieldHash.c In file included from ../../perl.h:7247, from FieldHash.xs:4: ../../sv_inline.h:519:1: warning: 'always_inline' function might not be inlinable [-Wattributes] 519 | Perl_newSV_type_mortal(pTHX_ const svtype type) | ^~~~~~~~~~~~~~~~~~~~~~ rm -f ../../lib/auto/Hash/Util/FieldHash/FieldHash.so /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -shared -lm FieldHash.o -o ../../lib/auto/Hash/Util/FieldHash/FieldHash.so \ \ chmod 755 ../../lib/auto/Hash/Util/FieldHash/FieldHash.so make[3]: Leaving directory '/tmp/instance-5/output-1/build/perl-5.36.0/ext/Hash-Util-FieldHash' cd ext/I18N-Langinfo/ && ../../miniperl_top -I../../lib Makefile.PL \ INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none \ PERL_CORE=1 LIBPERL_A=libperl.a PERL="../../miniperl_top" Generating a Unix-style Makefile Writing Makefile for I18N::Langinfo /home/autobuild/make/make -C ext/I18N-Langinfo/ PERL_CORE=1 LIBPERL=libperl.a LINKTYPE=dynamic make[3]: Entering directory '/tmp/instance-5/output-1/build/perl-5.36.0/ext/I18N-Langinfo' cp Langinfo.pm ../../lib/I18N/Langinfo.pm Running Mkbootstrap for Langinfo () chmod 644 "Langinfo.bs" /tmp/instance-5/output-1/build/perl-5.36.0/ext/I18N-Langinfo/../../miniperl_top "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- Langinfo.bs ../../lib/auto/I18N/Langinfo/Langinfo.bs 644 "../../miniperl_top" "-I../../lib" "../../lib/ExtUtils/xsubpp" -typemap '/tmp/instance-5/output-1/build/perl-5.36.0/ext/I18N-Langinfo/../../lib/ExtUtils/typemap' Langinfo.xs > Langinfo.xsc mv Langinfo.xsc Langinfo.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -fwrapv -fno-strict-aliasing -DVERSION=\"0.21\" -DXS_VERSION=\"0.21\" -fPIC -Wno-unused-function "-I../.." Langinfo.c In file included from ../../perl.h:7247, from Langinfo.xs:6: ../../sv_inline.h:519:1: warning: 'always_inline' function might not be inlinable [-Wattributes] 519 | Perl_newSV_type_mortal(pTHX_ const svtype type) | ^~~~~~~~~~~~~~~~~~~~~~ rm -f ../../lib/auto/I18N/Langinfo/Langinfo.so /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -shared -lm Langinfo.o -o ../../lib/auto/I18N/Langinfo/Langinfo.so \ \ chmod 755 ../../lib/auto/I18N/Langinfo/Langinfo.so make[3]: Leaving directory '/tmp/instance-5/output-1/build/perl-5.36.0/ext/I18N-Langinfo' ./miniperl_top make_ext_Makefile.pl ext/Opcode/Makefile.PL Creating ext/Opcode/Makefile.PL for Opcode cd ext/Opcode/ && ../../miniperl_top -I../../lib Makefile.PL \ INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none \ PERL_CORE=1 LIBPERL_A=libperl.a PERL="../../miniperl_top" Generating a Unix-style Makefile Writing Makefile for Opcode /home/autobuild/make/make -C ext/Opcode/ PERL_CORE=1 LIBPERL=libperl.a LINKTYPE=dynamic make[3]: Entering directory '/tmp/instance-5/output-1/build/perl-5.36.0/ext/Opcode' cp ops.pm ../../lib/ops.pm cp Opcode.pm ../../lib/Opcode.pm Running Mkbootstrap for Opcode () chmod 644 "Opcode.bs" /tmp/instance-5/output-1/build/perl-5.36.0/ext/Opcode/../../miniperl_top "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- Opcode.bs ../../lib/auto/Opcode/Opcode.bs 644 "../../miniperl_top" "-I../../lib" "../../lib/ExtUtils/xsubpp" -typemap '/tmp/instance-5/output-1/build/perl-5.36.0/ext/Opcode/../../lib/ExtUtils/typemap' Opcode.xs > Opcode.xsc mv Opcode.xsc Opcode.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -fwrapv -fno-strict-aliasing -DVERSION=\"1.57\" -DXS_VERSION=\"1.57\" -fPIC -Wno-unused-function "-I../.." Opcode.c In file included from ../../perl.h:7247, from Opcode.xs:3: ../../sv_inline.h:519:1: warning: 'always_inline' function might not be inlinable [-Wattributes] 519 | Perl_newSV_type_mortal(pTHX_ const svtype type) | ^~~~~~~~~~~~~~~~~~~~~~ rm -f ../../lib/auto/Opcode/Opcode.so /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -shared -lm Opcode.o -o ../../lib/auto/Opcode/Opcode.so \ \ chmod 755 ../../lib/auto/Opcode/Opcode.so make[3]: Leaving directory '/tmp/instance-5/output-1/build/perl-5.36.0/ext/Opcode' cd ext/POSIX/ && ../../miniperl_top -I../../lib Makefile.PL \ INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none \ PERL_CORE=1 LIBPERL_A=libperl.a PERL="../../miniperl_top" Warning (mostly harmless): No library found for -lposix Warning (mostly harmless): No library found for -lcposix Generating a Unix-style Makefile Writing Makefile for POSIX /home/autobuild/make/make -C ext/POSIX/ PERL_CORE=1 LIBPERL=libperl.a LINKTYPE=dynamic make[3]: Entering directory '/tmp/instance-5/output-1/build/perl-5.36.0/ext/POSIX' cp lib/POSIX.pod ../../lib/POSIX.pod cp lib/POSIX.pm ../../lib/POSIX.pm Running Mkbootstrap for POSIX () chmod 644 "POSIX.bs" /tmp/instance-5/output-1/build/perl-5.36.0/ext/POSIX/../../miniperl_top "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- POSIX.bs ../../lib/auto/POSIX/POSIX.bs 644 "../../miniperl_top" "-I../../lib" "../../lib/ExtUtils/xsubpp" -noprototypes -typemap '/tmp/instance-5/output-1/build/perl-5.36.0/ext/POSIX/../../lib/ExtUtils/typemap' -typemap '/tmp/instance-5/output-1/build/perl-5.36.0/ext/POSIX/typemap' POSIX.xs > POSIX.xsc mv POSIX.xsc POSIX.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -DSTRUCT_TM_HASZONE -DHINT_SC_EXIST -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -fwrapv -fno-strict-aliasing -DVERSION=\"2.03\" -DXS_VERSION=\"2.03\" -fPIC -Wno-unused-function "-I../.." POSIX.c In file included from ../../perl.h:7247, from POSIX.xs:8: ../../sv_inline.h:519:1: warning: 'always_inline' function might not be inlinable [-Wattributes] 519 | Perl_newSV_type_mortal(pTHX_ const svtype type) | ^~~~~~~~~~~~~~~~~~~~~~ rm -f ../../lib/auto/POSIX/POSIX.so /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -shared -lm POSIX.o -o ../../lib/auto/POSIX/POSIX.so \ -lm \ chmod 755 ../../lib/auto/POSIX/POSIX.so make[3]: Leaving directory '/tmp/instance-5/output-1/build/perl-5.36.0/ext/POSIX' ./miniperl_top make_ext_Makefile.pl ext/PerlIO-encoding/Makefile.PL Creating ext/PerlIO-encoding/Makefile.PL for PerlIO::encoding cd ext/PerlIO-encoding/ && ../../miniperl_top -I../../lib Makefile.PL \ INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none \ PERL_CORE=1 LIBPERL_A=libperl.a PERL="../../miniperl_top" Generating a Unix-style Makefile Writing Makefile for PerlIO::encoding /home/autobuild/make/make -C ext/PerlIO-encoding/ PERL_CORE=1 LIBPERL=libperl.a LINKTYPE=dynamic make[3]: Entering directory '/tmp/instance-5/output-1/build/perl-5.36.0/ext/PerlIO-encoding' cp encoding.pm ../../lib/PerlIO/encoding.pm Running Mkbootstrap for encoding () chmod 644 "encoding.bs" /tmp/instance-5/output-1/build/perl-5.36.0/ext/PerlIO-encoding/../../miniperl_top "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- encoding.bs ../../lib/auto/PerlIO/encoding/encoding.bs 644 "../../miniperl_top" "-I../../lib" "../../lib/ExtUtils/xsubpp" -typemap '/tmp/instance-5/output-1/build/perl-5.36.0/ext/PerlIO-encoding/../../lib/ExtUtils/typemap' encoding.xs > encoding.xsc mv encoding.xsc encoding.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -fwrapv -fno-strict-aliasing -DVERSION=\"0.30\" -DXS_VERSION=\"0.30\" -fPIC -Wno-unused-function "-I../.." encoding.c In file included from ../../perl.h:7247, from encoding.xs:3: ../../sv_inline.h:519:1: warning: 'always_inline' function might not be inlinable [-Wattributes] 519 | Perl_newSV_type_mortal(pTHX_ const svtype type) | ^~~~~~~~~~~~~~~~~~~~~~ rm -f ../../lib/auto/PerlIO/encoding/encoding.so /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -shared -lm encoding.o -o ../../lib/auto/PerlIO/encoding/encoding.so \ \ chmod 755 ../../lib/auto/PerlIO/encoding/encoding.so make[3]: Leaving directory '/tmp/instance-5/output-1/build/perl-5.36.0/ext/PerlIO-encoding' ./miniperl_top make_ext_Makefile.pl ext/PerlIO-mmap/Makefile.PL Creating ext/PerlIO-mmap/Makefile.PL for PerlIO::mmap cd ext/PerlIO-mmap/ && ../../miniperl_top -I../../lib Makefile.PL \ INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none \ PERL_CORE=1 LIBPERL_A=libperl.a PERL="../../miniperl_top" Generating a Unix-style Makefile Writing Makefile for PerlIO::mmap /home/autobuild/make/make -C ext/PerlIO-mmap/ PERL_CORE=1 LIBPERL=libperl.a LINKTYPE=dynamic make[3]: Entering directory '/tmp/instance-5/output-1/build/perl-5.36.0/ext/PerlIO-mmap' cp mmap.pm ../../lib/PerlIO/mmap.pm Running Mkbootstrap for mmap () chmod 644 "mmap.bs" /tmp/instance-5/output-1/build/perl-5.36.0/ext/PerlIO-mmap/../../miniperl_top "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- mmap.bs ../../lib/auto/PerlIO/mmap/mmap.bs 644 "../../miniperl_top" "-I../../lib" "../../lib/ExtUtils/xsubpp" -typemap '/tmp/instance-5/output-1/build/perl-5.36.0/ext/PerlIO-mmap/../../lib/ExtUtils/typemap' mmap.xs > mmap.xsc mv mmap.xsc mmap.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -fwrapv -fno-strict-aliasing -DVERSION=\"0.017\" -DXS_VERSION=\"0.017\" -fPIC -Wno-unused-function "-I../.." mmap.c In file included from ../../perl.h:7247, from mmap.xs:7: ../../sv_inline.h:519:1: warning: 'always_inline' function might not be inlinable [-Wattributes] 519 | Perl_newSV_type_mortal(pTHX_ const svtype type) | ^~~~~~~~~~~~~~~~~~~~~~ rm -f ../../lib/auto/PerlIO/mmap/mmap.so /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -shared -lm mmap.o -o ../../lib/auto/PerlIO/mmap/mmap.so \ \ chmod 755 ../../lib/auto/PerlIO/mmap/mmap.so make[3]: Leaving directory '/tmp/instance-5/output-1/build/perl-5.36.0/ext/PerlIO-mmap' ./miniperl_top make_ext_Makefile.pl ext/PerlIO-scalar/Makefile.PL Creating ext/PerlIO-scalar/Makefile.PL for PerlIO::scalar cd ext/PerlIO-scalar/ && ../../miniperl_top -I../../lib Makefile.PL \ INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none \ PERL_CORE=1 LIBPERL_A=libperl.a PERL="../../miniperl_top" Generating a Unix-style Makefile Writing Makefile for PerlIO::scalar /home/autobuild/make/make -C ext/PerlIO-scalar/ PERL_CORE=1 LIBPERL=libperl.a LINKTYPE=dynamic make[3]: Entering directory '/tmp/instance-5/output-1/build/perl-5.36.0/ext/PerlIO-scalar' cp scalar.pm ../../lib/PerlIO/scalar.pm Running Mkbootstrap for scalar () chmod 644 "scalar.bs" /tmp/instance-5/output-1/build/perl-5.36.0/ext/PerlIO-scalar/../../miniperl_top "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- scalar.bs ../../lib/auto/PerlIO/scalar/scalar.bs 644 "../../miniperl_top" "-I../../lib" "../../lib/ExtUtils/xsubpp" -typemap '/tmp/instance-5/output-1/build/perl-5.36.0/ext/PerlIO-scalar/../../lib/ExtUtils/typemap' scalar.xs > scalar.xsc mv scalar.xsc scalar.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -fwrapv -fno-strict-aliasing -DVERSION=\"0.31\" -DXS_VERSION=\"0.31\" -fPIC -Wno-unused-function "-I../.." scalar.c In file included from ../../perl.h:7247, from scalar.xs:3: ../../sv_inline.h:519:1: warning: 'always_inline' function might not be inlinable [-Wattributes] 519 | Perl_newSV_type_mortal(pTHX_ const svtype type) | ^~~~~~~~~~~~~~~~~~~~~~ rm -f ../../lib/auto/PerlIO/scalar/scalar.so /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -shared -lm scalar.o -o ../../lib/auto/PerlIO/scalar/scalar.so \ \ chmod 755 ../../lib/auto/PerlIO/scalar/scalar.so make[3]: Leaving directory '/tmp/instance-5/output-1/build/perl-5.36.0/ext/PerlIO-scalar' ./miniperl_top make_ext_Makefile.pl ext/PerlIO-via/Makefile.PL Creating ext/PerlIO-via/Makefile.PL for PerlIO::via cd ext/PerlIO-via/ && ../../miniperl_top -I../../lib Makefile.PL \ INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none \ PERL_CORE=1 LIBPERL_A=libperl.a PERL="../../miniperl_top" Generating a Unix-style Makefile Writing Makefile for PerlIO::via /home/autobuild/make/make -C ext/PerlIO-via/ PERL_CORE=1 LIBPERL=libperl.a LINKTYPE=dynamic make[3]: Entering directory '/tmp/instance-5/output-1/build/perl-5.36.0/ext/PerlIO-via' cp via.pm ../../lib/PerlIO/via.pm Running Mkbootstrap for via () chmod 644 "via.bs" /tmp/instance-5/output-1/build/perl-5.36.0/ext/PerlIO-via/../../miniperl_top "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- via.bs ../../lib/auto/PerlIO/via/via.bs 644 "../../miniperl_top" "-I../../lib" "../../lib/ExtUtils/xsubpp" -typemap '/tmp/instance-5/output-1/build/perl-5.36.0/ext/PerlIO-via/../../lib/ExtUtils/typemap' via.xs > via.xsc mv via.xsc via.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -fwrapv -fno-strict-aliasing -DVERSION=\"0.18\" -DXS_VERSION=\"0.18\" -fPIC -Wno-unused-function "-I../.." via.c In file included from ../../perl.h:7247, from via.xs:3: ../../sv_inline.h:519:1: warning: 'always_inline' function might not be inlinable [-Wattributes] 519 | Perl_newSV_type_mortal(pTHX_ const svtype type) | ^~~~~~~~~~~~~~~~~~~~~~ rm -f ../../lib/auto/PerlIO/via/via.so /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -shared -lm via.o -o ../../lib/auto/PerlIO/via/via.so \ \ chmod 755 ../../lib/auto/PerlIO/via/via.so make[3]: Leaving directory '/tmp/instance-5/output-1/build/perl-5.36.0/ext/PerlIO-via' cd ext/SDBM_File/ && ../../miniperl_top -I../../lib Makefile.PL \ INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none \ PERL_CORE=1 LIBPERL_A=libperl.a PERL="../../miniperl_top" Generating a Unix-style Makefile Writing Makefile for SDBM_File /home/autobuild/make/make -C ext/SDBM_File/ PERL_CORE=1 LIBPERL=libperl.a LINKTYPE=dynamic make[3]: Entering directory '/tmp/instance-5/output-1/build/perl-5.36.0/ext/SDBM_File' cp SDBM_File.pm ../../lib/SDBM_File.pm Running Mkbootstrap for SDBM_File () chmod 644 "SDBM_File.bs" /tmp/instance-5/output-1/build/perl-5.36.0/ext/SDBM_File/../../miniperl_top "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- SDBM_File.bs ../../lib/auto/SDBM_File/SDBM_File.bs 644 "../../miniperl_top" "-I../../lib" "../../lib/ExtUtils/xsubpp" -typemap '/tmp/instance-5/output-1/build/perl-5.36.0/ext/SDBM_File/../../lib/ExtUtils/typemap' -typemap '/tmp/instance-5/output-1/build/perl-5.36.0/ext/SDBM_File/typemap' SDBM_File.xs > SDBM_File.xsc mv SDBM_File.xsc SDBM_File.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -c -I../.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -fwrapv -fno-strict-aliasing -DVERSION=\"1.15\" -DXS_VERSION=\"1.15\" -fPIC -Wno-unused-function "-I../.." -DSDBM -DDUFF SDBM_File.c In file included from ../../perl.h:7247, from SDBM_File.xs:3: ../../sv_inline.h:519:1: warning: 'always_inline' function might not be inlinable [-Wattributes] 519 | Perl_newSV_type_mortal(pTHX_ const svtype type) | ^~~~~~~~~~~~~~~~~~~~~~ /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -c -I../.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -fwrapv -fno-strict-aliasing -DVERSION=\"1.15\" -DXS_VERSION=\"1.15\" -fPIC -Wno-unused-function "-I../.." -DSDBM -DDUFF hash.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -c -I../.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -fwrapv -fno-strict-aliasing -DVERSION=\"1.15\" -DXS_VERSION=\"1.15\" -fPIC -Wno-unused-function "-I../.." -DSDBM -DDUFF pair.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -c -I../.. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -fwrapv -fno-strict-aliasing -DVERSION=\"1.15\" -DXS_VERSION=\"1.15\" -fPIC -Wno-unused-function "-I../.." -DSDBM -DDUFF sdbm.c rm -f ../../lib/auto/SDBM_File/SDBM_File.so /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -shared -lm SDBM_File.o hash.o pair.o sdbm.o -o ../../lib/auto/SDBM_File/SDBM_File.so \ \ chmod 755 ../../lib/auto/SDBM_File/SDBM_File.so make[3]: Leaving directory '/tmp/instance-5/output-1/build/perl-5.36.0/ext/SDBM_File' ./miniperl_top make_ext_Makefile.pl ext/Sys-Hostname/Makefile.PL Creating ext/Sys-Hostname/Makefile.PL for Sys::Hostname cd ext/Sys-Hostname/ && ../../miniperl_top -I../../lib Makefile.PL \ INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none \ PERL_CORE=1 LIBPERL_A=libperl.a PERL="../../miniperl_top" Generating a Unix-style Makefile Writing Makefile for Sys::Hostname /home/autobuild/make/make -C ext/Sys-Hostname/ PERL_CORE=1 LIBPERL=libperl.a LINKTYPE=dynamic make[3]: Entering directory '/tmp/instance-5/output-1/build/perl-5.36.0/ext/Sys-Hostname' cp Hostname.pm ../../lib/Sys/Hostname.pm Running Mkbootstrap for Hostname () chmod 644 "Hostname.bs" /tmp/instance-5/output-1/build/perl-5.36.0/ext/Sys-Hostname/../../miniperl_top "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- Hostname.bs ../../lib/auto/Sys/Hostname/Hostname.bs 644 "../../miniperl_top" "-I../../lib" "../../lib/ExtUtils/xsubpp" -typemap '/tmp/instance-5/output-1/build/perl-5.36.0/ext/Sys-Hostname/../../lib/ExtUtils/typemap' Hostname.xs > Hostname.xsc mv Hostname.xsc Hostname.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -fwrapv -fno-strict-aliasing -DVERSION=\"1.24\" -DXS_VERSION=\"1.24\" -fPIC -Wno-unused-function "-I../.." Hostname.c In file included from ../../perl.h:7247, from Hostname.xs:4: ../../sv_inline.h:519:1: warning: 'always_inline' function might not be inlinable [-Wattributes] 519 | Perl_newSV_type_mortal(pTHX_ const svtype type) | ^~~~~~~~~~~~~~~~~~~~~~ rm -f ../../lib/auto/Sys/Hostname/Hostname.so /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -shared -lm Hostname.o -o ../../lib/auto/Sys/Hostname/Hostname.so \ \ chmod 755 ../../lib/auto/Sys/Hostname/Hostname.so make[3]: Leaving directory '/tmp/instance-5/output-1/build/perl-5.36.0/ext/Sys-Hostname' cd ext/XS-APItest/ && ../../miniperl_top -I../../lib Makefile.PL \ INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none \ PERL_CORE=1 LIBPERL_A=libperl.a PERL="../../miniperl_top" Generating a Unix-style Makefile Writing Makefile for XS::APItest /home/autobuild/make/make -C ext/XS-APItest/ PERL_CORE=1 LIBPERL=libperl.a LINKTYPE=dynamic make[3]: Entering directory '/tmp/instance-5/output-1/build/perl-5.36.0/ext/XS-APItest' cp APItest.pm ../../lib/XS/APItest.pm Running Mkbootstrap for APItest () Writing APItest.bs chmod 644 "APItest.bs" /tmp/instance-5/output-1/build/perl-5.36.0/ext/XS-APItest/../../miniperl_top "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- APItest.bs ../../lib/auto/XS/APItest/APItest.bs 644 "../../miniperl_top" "-I../../lib" "../../lib/ExtUtils/xsubpp" -typemap '/tmp/instance-5/output-1/build/perl-5.36.0/ext/XS-APItest/../../lib/ExtUtils/typemap' -typemap '/tmp/instance-5/output-1/build/perl-5.36.0/ext/XS-APItest/typemap' APItest.xs > APItest.xsc mv APItest.xsc APItest.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wno-deprecated-declarations -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -fwrapv -fno-strict-aliasing -DVERSION=\"1.22\" -DXS_VERSION=\"1.22\" -fPIC -Wno-unused-function "-I../.." APItest.c In file included from ../../perl.h:7247, from APItest.xs:10: ../../sv_inline.h:519:1: warning: 'always_inline' function might not be inlinable [-Wattributes] 519 | Perl_newSV_type_mortal(pTHX_ const svtype type) | ^~~~~~~~~~~~~~~~~~~~~~ "../../miniperl_top" "-I../../lib" "../../lib/ExtUtils/xsubpp" -typemap '/tmp/instance-5/output-1/build/perl-5.36.0/ext/XS-APItest/../../lib/ExtUtils/typemap' -typemap '/tmp/instance-5/output-1/build/perl-5.36.0/ext/XS-APItest/typemap' XSUB-undef-XS_VERSION.xs > XSUB-undef-XS_VERSION.xsc mv XSUB-undef-XS_VERSION.xsc XSUB-undef-XS_VERSION.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wno-deprecated-declarations -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -fwrapv -fno-strict-aliasing -DVERSION=\"1.22\" -DXS_VERSION=\"1.22\" -fPIC -Wno-unused-function "-I../.." XSUB-undef-XS_VERSION.c In file included from ../../perl.h:7247, from XSUB-undef-XS_VERSION.xs:2: ../../sv_inline.h:519:1: warning: 'always_inline' function might not be inlinable [-Wattributes] 519 | Perl_newSV_type_mortal(pTHX_ const svtype type) | ^~~~~~~~~~~~~~~~~~~~~~ "../../miniperl_top" "-I../../lib" "../../lib/ExtUtils/xsubpp" -typemap '/tmp/instance-5/output-1/build/perl-5.36.0/ext/XS-APItest/../../lib/ExtUtils/typemap' -typemap '/tmp/instance-5/output-1/build/perl-5.36.0/ext/XS-APItest/typemap' XSUB-redefined-macros.xs > XSUB-redefined-macros.xsc mv XSUB-redefined-macros.xsc XSUB-redefined-macros.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wno-deprecated-declarations -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -fwrapv -fno-strict-aliasing -DVERSION=\"1.22\" -DXS_VERSION=\"1.22\" -fPIC -Wno-unused-function "-I../.." XSUB-redefined-macros.c In file included from ../../perl.h:7247, from XSUB-redefined-macros.xs:2: ../../sv_inline.h:519:1: warning: 'always_inline' function might not be inlinable [-Wattributes] 519 | Perl_newSV_type_mortal(pTHX_ const svtype type) | ^~~~~~~~~~~~~~~~~~~~~~ /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wno-deprecated-declarations -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -fwrapv -fno-strict-aliasing -DVERSION=\"1.22\" -DXS_VERSION=\"1.22\" -fPIC -Wno-unused-function "-I../.." core.c In file included from ../../perl.h:7247, from core_or_not.inc:4, from core.c:2: ../../sv_inline.h:519:1: warning: 'always_inline' function might not be inlinable [-Wattributes] 519 | Perl_newSV_type_mortal(pTHX_ const svtype type) | ^~~~~~~~~~~~~~~~~~~~~~ /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wno-deprecated-declarations -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -fwrapv -fno-strict-aliasing -DVERSION=\"1.22\" -DXS_VERSION=\"1.22\" -fPIC -Wno-unused-function "-I../.." exception.c In file included from ../../perl.h:7247, from exception.c:2: ../../sv_inline.h:519:1: warning: 'always_inline' function might not be inlinable [-Wattributes] 519 | Perl_newSV_type_mortal(pTHX_ const svtype type) | ^~~~~~~~~~~~~~~~~~~~~~ /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wno-deprecated-declarations -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -fwrapv -fno-strict-aliasing -DVERSION=\"1.22\" -DXS_VERSION=\"1.22\" -fPIC -Wno-unused-function "-I../.." notcore.c In file included from ../../perl.h:7247, from core_or_not.inc:4, from notcore.c:2: ../../sv_inline.h:519:1: warning: 'always_inline' function might not be inlinable [-Wattributes] 519 | Perl_newSV_type_mortal(pTHX_ const svtype type) | ^~~~~~~~~~~~~~~~~~~~~~ rm -f ../../lib/auto/XS/APItest/APItest.so /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -shared -lm APItest.o XSUB-undef-XS_VERSION.o XSUB-redefined-macros.o core.o exception.o notcore.o -o ../../lib/auto/XS/APItest/APItest.so \ \ chmod 755 ../../lib/auto/XS/APItest/APItest.so make[3]: Leaving directory '/tmp/instance-5/output-1/build/perl-5.36.0/ext/XS-APItest' cd ext/XS-Typemap/ && ../../miniperl_top -I../../lib Makefile.PL \ INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none \ PERL_CORE=1 LIBPERL_A=libperl.a PERL="../../miniperl_top" Generating a Unix-style Makefile Writing Makefile for XS::Typemap /home/autobuild/make/make -C ext/XS-Typemap/ PERL_CORE=1 LIBPERL=libperl.a LINKTYPE=dynamic make[3]: Entering directory '/tmp/instance-5/output-1/build/perl-5.36.0/ext/XS-Typemap' cp Typemap.pm ../../lib/XS/Typemap.pm Running Mkbootstrap for Typemap () chmod 644 "Typemap.bs" /tmp/instance-5/output-1/build/perl-5.36.0/ext/XS-Typemap/../../miniperl_top "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- Typemap.bs ../../lib/auto/XS/Typemap/Typemap.bs 644 /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -fwrapv -fno-strict-aliasing -DVERSION=\"0.19\" -DXS_VERSION=\"0.19\" -fPIC -Wno-unused-function "-I../.." stdio.c "../../miniperl_top" "-I../../lib" "../../lib/ExtUtils/xsubpp" -typemap '/tmp/instance-5/output-1/build/perl-5.36.0/ext/XS-Typemap/../../lib/ExtUtils/typemap' Typemap.xs > Typemap.xsc mv Typemap.xsc Typemap.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -fwrapv -fno-strict-aliasing -DVERSION=\"0.19\" -DXS_VERSION=\"0.19\" -fPIC -Wno-unused-function "-I../.." Typemap.c In file included from ../../perl.h:7247, from Typemap.xs:12: ../../sv_inline.h:519:1: warning: 'always_inline' function might not be inlinable [-Wattributes] 519 | Perl_newSV_type_mortal(pTHX_ const svtype type) | ^~~~~~~~~~~~~~~~~~~~~~ rm -f ../../lib/auto/XS/Typemap/Typemap.so /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -shared -lm stdio.o Typemap.o -o ../../lib/auto/XS/Typemap/Typemap.so \ \ chmod 755 ../../lib/auto/XS/Typemap/Typemap.so make[3]: Leaving directory '/tmp/instance-5/output-1/build/perl-5.36.0/ext/XS-Typemap' ./miniperl_top make_ext_Makefile.pl ext/attributes/Makefile.PL Creating ext/attributes/Makefile.PL for attributes cd ext/attributes/ && ../../miniperl_top -I../../lib Makefile.PL \ INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none \ PERL_CORE=1 LIBPERL_A=libperl.a PERL="../../miniperl_top" Generating a Unix-style Makefile Writing Makefile for attributes /home/autobuild/make/make -C ext/attributes/ PERL_CORE=1 LIBPERL=libperl.a LINKTYPE=dynamic make[3]: Entering directory '/tmp/instance-5/output-1/build/perl-5.36.0/ext/attributes' cp attributes.pm ../../lib/attributes.pm Running Mkbootstrap for attributes () chmod 644 "attributes.bs" /tmp/instance-5/output-1/build/perl-5.36.0/ext/attributes/../../miniperl_top "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- attributes.bs ../../lib/auto/attributes/attributes.bs 644 "../../miniperl_top" "-I../../lib" "../../lib/ExtUtils/xsubpp" -typemap '/tmp/instance-5/output-1/build/perl-5.36.0/ext/attributes/../../lib/ExtUtils/typemap' attributes.xs > attributes.xsc mv attributes.xsc attributes.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -fwrapv -fno-strict-aliasing -DVERSION=\"0.34\" -DXS_VERSION=\"0.34\" -fPIC -Wno-unused-function "-I../.." attributes.c In file included from ../../perl.h:7247, from attributes.xs:23: ../../sv_inline.h:519:1: warning: 'always_inline' function might not be inlinable [-Wattributes] 519 | Perl_newSV_type_mortal(pTHX_ const svtype type) | ^~~~~~~~~~~~~~~~~~~~~~ rm -f ../../lib/auto/attributes/attributes.so /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -shared -lm attributes.o -o ../../lib/auto/attributes/attributes.so \ \ chmod 755 ../../lib/auto/attributes/attributes.so make[3]: Leaving directory '/tmp/instance-5/output-1/build/perl-5.36.0/ext/attributes' ./miniperl_top make_ext_Makefile.pl ext/mro/Makefile.PL Creating ext/mro/Makefile.PL for mro cd ext/mro/ && ../../miniperl_top -I../../lib Makefile.PL \ INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none \ PERL_CORE=1 LIBPERL_A=libperl.a PERL="../../miniperl_top" Generating a Unix-style Makefile Writing Makefile for mro /home/autobuild/make/make -C ext/mro/ PERL_CORE=1 LIBPERL=libperl.a LINKTYPE=dynamic make[3]: Entering directory '/tmp/instance-5/output-1/build/perl-5.36.0/ext/mro' cp mro.pm ../../lib/mro.pm Running Mkbootstrap for mro () chmod 644 "mro.bs" /tmp/instance-5/output-1/build/perl-5.36.0/ext/mro/../../miniperl_top "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- mro.bs ../../lib/auto/mro/mro.bs 644 "../../miniperl_top" "-I../../lib" "../../lib/ExtUtils/xsubpp" -typemap '/tmp/instance-5/output-1/build/perl-5.36.0/ext/mro/../../lib/ExtUtils/typemap' mro.xs > mro.xsc mv mro.xsc mro.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -fwrapv -fno-strict-aliasing -DVERSION=\"1.26\" -DXS_VERSION=\"1.26\" -fPIC -Wno-unused-function "-I../.." mro.c In file included from ../../perl.h:7247, from mro.xs:4: ../../sv_inline.h:519:1: warning: 'always_inline' function might not be inlinable [-Wattributes] 519 | Perl_newSV_type_mortal(pTHX_ const svtype type) | ^~~~~~~~~~~~~~~~~~~~~~ rm -f ../../lib/auto/mro/mro.so /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -shared -lm mro.o -o ../../lib/auto/mro/mro.so \ \ chmod 755 ../../lib/auto/mro/mro.so make[3]: Leaving directory '/tmp/instance-5/output-1/build/perl-5.36.0/ext/mro' cd ext/re/ && ../../miniperl_top -I../../lib Makefile.PL \ INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none \ PERL_CORE=1 LIBPERL_A=libperl.a PERL="../../miniperl_top" Generating a Unix-style Makefile Writing Makefile for re /home/autobuild/make/make -C ext/re/ PERL_CORE=1 LIBPERL=libperl.a LINKTYPE=dynamic make[3]: Entering directory '/tmp/instance-5/output-1/build/perl-5.36.0/ext/re' Skip ../../lib/re.pm (unchanged) Running Mkbootstrap for re () chmod 644 "re.bs" /tmp/instance-5/output-1/build/perl-5.36.0/ext/re/../../miniperl_top "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- re.bs ../../lib/auto/re/re.bs 644 rm -f re_exec.c cp ../../regexec.c re_exec.c rm -f invlist_inline.h cp ../../invlist_inline.h invlist_inline.h /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -fwrapv -fno-strict-aliasing -DVERSION=\"0.43\" -DXS_VERSION=\"0.43\" -fPIC -Wno-unused-function "-I../.." -DPERL_EXT_RE_BUILD -DPERL_EXT_RE_DEBUG -DPERL_EXT re_exec.c In file included from ../../perl.h:7247, from re_exec.c:75: ../../sv_inline.h:519:1: warning: 'always_inline' function might not be inlinable [-Wattributes] 519 | Perl_newSV_type_mortal(pTHX_ const svtype type) | ^~~~~~~~~~~~~~~~~~~~~~ re_exec.c: In function 'S_regtry': re_exec.c:7072:44: warning: 'fold_array' may be used uninitialized in this function [-Wmaybe-uninitialized] 7072 | && UCHARAT(s) != fold_array[nextbyte]) | ^ re_exec.c:6976:24: note: 'fold_array' was declared here 6976 | const U8 * fold_array; | ^~~~~~~~~~ re_exec.c:7078:29: warning: 'folder' may be used uninitialized in this function [-Wmaybe-uninitialized] 7078 | if (ln > 1 && ! folder(locinput, s, ln)) | ^~~~~~~~~~~~~~~~~~~~~~~ re_exec.c:6975:23: note: 'folder' was declared here 6975 | re_fold_t folder; | ^~~~~~ rm -f re_comp.c cp ../../regcomp.c re_comp.c rm -f dquote.c cp ../../dquote.c dquote.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -fwrapv -fno-strict-aliasing -DVERSION=\"0.43\" -DXS_VERSION=\"0.43\" -fPIC -Wno-unused-function "-I../.." -DPERL_EXT_RE_BUILD -DPERL_EXT_RE_DEBUG -DPERL_EXT re_comp.c In file included from ../../perl.h:7247, from re_comp.c:132: ../../sv_inline.h:519:1: warning: 'always_inline' function might not be inlinable [-Wattributes] 519 | Perl_newSV_type_mortal(pTHX_ const svtype type) | ^~~~~~~~~~~~~~~~~~~~~~ "../../miniperl_top" "-I../../lib" "../../lib/ExtUtils/xsubpp" -noprototypes -typemap '/tmp/instance-5/output-1/build/perl-5.36.0/ext/re/../../lib/ExtUtils/typemap' re.xs > re.xsc mv re.xsc re.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -fwrapv -fno-strict-aliasing -DVERSION=\"0.43\" -DXS_VERSION=\"0.43\" -fPIC -Wno-unused-function "-I../.." -DPERL_EXT_RE_BUILD -DPERL_EXT_RE_DEBUG -DPERL_EXT re.c In file included from ../../perl.h:7247, from re.xs:8: ../../sv_inline.h:519:1: warning: 'always_inline' function might not be inlinable [-Wattributes] 519 | Perl_newSV_type_mortal(pTHX_ const svtype type) | ^~~~~~~~~~~~~~~~~~~~~~ rm -f ../../lib/auto/re/re.so /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -shared -lm re_exec.o re_comp.o re.o -o ../../lib/auto/re/re.so \ \ chmod 755 ../../lib/auto/re/re.so make[3]: Leaving directory '/tmp/instance-5/output-1/build/perl-5.36.0/ext/re' cd cpan/Compress-Raw-Bzip2/ && ../../miniperl_top -I../../lib Makefile.PL \ INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none \ PERL_CORE=1 LIBPERL_A=libperl.a PERL="../../miniperl_top" Generating a Unix-style Makefile Writing Makefile for Compress::Raw::Bzip2 /home/autobuild/make/make -C cpan/Compress-Raw-Bzip2/ PERL_CORE=1 LIBPERL=libperl.a LINKTYPE=dynamic make[3]: Entering directory '/tmp/instance-5/output-1/build/perl-5.36.0/cpan/Compress-Raw-Bzip2' cp lib/Compress/Raw/Bzip2.pm ../../lib/Compress/Raw/Bzip2.pm Running Mkbootstrap for Bzip2 () chmod 644 "Bzip2.bs" /tmp/instance-5/output-1/build/perl-5.36.0/cpan/Compress-Raw-Bzip2/../../miniperl_top "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- Bzip2.bs ../../lib/auto/Compress/Raw/Bzip2/Bzip2.bs 644 "../../miniperl_top" "-I../../lib" "../../lib/ExtUtils/xsubpp" -typemap '/tmp/instance-5/output-1/build/perl-5.36.0/cpan/Compress-Raw-Bzip2/../../lib/ExtUtils/typemap' -typemap '/tmp/instance-5/output-1/build/perl-5.36.0/cpan/Compress-Raw-Bzip2/typemap' Bzip2.xs > Bzip2.xsc mv Bzip2.xsc Bzip2.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -c -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -fwrapv -fno-strict-aliasing -DVERSION=\"2.103\" -DXS_VERSION=\"2.103\" -fPIC -Wno-unused-function "-I../.." -Wall -Wno-comment -DBZ_NO_STDIO Bzip2.c In file included from ../../perl.h:7247, from Bzip2.xs:14: ../../sv_inline.h:519:1: warning: 'always_inline' function might not be inlinable [-Wattributes] 519 | Perl_newSV_type_mortal(pTHX_ const svtype type) | ^~~~~~~~~~~~~~~~~~~~~~ /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -c -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -fwrapv -fno-strict-aliasing -DVERSION=\"2.103\" -DXS_VERSION=\"2.103\" -fPIC -Wno-unused-function "-I../.." -Wall -Wno-comment -DBZ_NO_STDIO blocksort.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -c -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -fwrapv -fno-strict-aliasing -DVERSION=\"2.103\" -DXS_VERSION=\"2.103\" -fPIC -Wno-unused-function "-I../.." -Wall -Wno-comment -DBZ_NO_STDIO bzlib.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -c -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -fwrapv -fno-strict-aliasing -DVERSION=\"2.103\" -DXS_VERSION=\"2.103\" -fPIC -Wno-unused-function "-I../.." -Wall -Wno-comment -DBZ_NO_STDIO compress.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -c -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -fwrapv -fno-strict-aliasing -DVERSION=\"2.103\" -DXS_VERSION=\"2.103\" -fPIC -Wno-unused-function "-I../.." -Wall -Wno-comment -DBZ_NO_STDIO crctable.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -c -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -fwrapv -fno-strict-aliasing -DVERSION=\"2.103\" -DXS_VERSION=\"2.103\" -fPIC -Wno-unused-function "-I../.." -Wall -Wno-comment -DBZ_NO_STDIO decompress.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -c -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -fwrapv -fno-strict-aliasing -DVERSION=\"2.103\" -DXS_VERSION=\"2.103\" -fPIC -Wno-unused-function "-I../.." -Wall -Wno-comment -DBZ_NO_STDIO huffman.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -c -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -fwrapv -fno-strict-aliasing -DVERSION=\"2.103\" -DXS_VERSION=\"2.103\" -fPIC -Wno-unused-function "-I../.." -Wall -Wno-comment -DBZ_NO_STDIO randtable.c rm -f ../../lib/auto/Compress/Raw/Bzip2/Bzip2.so /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -shared -lm Bzip2.o blocksort.o bzlib.o compress.o crctable.o decompress.o huffman.o randtable.o -o ../../lib/auto/Compress/Raw/Bzip2/Bzip2.so \ \ chmod 755 ../../lib/auto/Compress/Raw/Bzip2/Bzip2.so make[3]: Leaving directory '/tmp/instance-5/output-1/build/perl-5.36.0/cpan/Compress-Raw-Bzip2' cd cpan/Compress-Raw-Zlib/ && ../../miniperl_top -I../../lib Makefile.PL \ INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none \ PERL_CORE=1 LIBPERL_A=libperl.a PERL="../../miniperl_top" Parsing config.in... Building Zlib enabled Auto Detect Gzip OS Code.. Setting Gzip OS Code to 3 [Unix/Default] Looks Good. Generating a Unix-style Makefile Writing Makefile for Compress::Raw::Zlib /home/autobuild/make/make -C cpan/Compress-Raw-Zlib/ PERL_CORE=1 LIBPERL=libperl.a LINKTYPE=dynamic make[3]: Entering directory '/tmp/instance-5/output-1/build/perl-5.36.0/cpan/Compress-Raw-Zlib' cp lib/Compress/Raw/Zlib.pm ../../lib/Compress/Raw/Zlib.pm Running Mkbootstrap for Zlib () chmod 644 "Zlib.bs" /tmp/instance-5/output-1/build/perl-5.36.0/cpan/Compress-Raw-Zlib/../../miniperl_top "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- Zlib.bs ../../lib/auto/Compress/Raw/Zlib/Zlib.bs 644 "../../miniperl_top" "-I../../lib" "../../lib/ExtUtils/xsubpp" -typemap '/tmp/instance-5/output-1/build/perl-5.36.0/cpan/Compress-Raw-Zlib/../../lib/ExtUtils/typemap' -typemap '/tmp/instance-5/output-1/build/perl-5.36.0/cpan/Compress-Raw-Zlib/typemap' Zlib.xs > Zlib.xsc mv Zlib.xsc Zlib.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -c -I./zlib-src -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -fwrapv -fno-strict-aliasing -DVERSION=\"2.105\" -DXS_VERSION=\"2.105\" -fPIC -Wno-unused-function "-I../.." -DNO_VIZ -DZ_SOLO -DZ_PREFIX -DGZIP_OS_CODE=3 -DPerl_crz_BUILD_ZLIB=1 Zlib.c In file included from ../../perl.h:7247, from Zlib.xs:31: ../../sv_inline.h:519:1: warning: 'always_inline' function might not be inlinable [-Wattributes] 519 | Perl_newSV_type_mortal(pTHX_ const svtype type) | ^~~~~~~~~~~~~~~~~~~~~~ /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -c -I./zlib-src -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -fwrapv -fno-strict-aliasing -DVERSION=\"2.105\" -DXS_VERSION=\"2.105\" -fPIC -Wno-unused-function "-I../.." -DNO_VIZ -DZ_SOLO -DZ_PREFIX -DGZIP_OS_CODE=3 -DPerl_crz_BUILD_ZLIB=1 adler32.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -c -I./zlib-src -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -fwrapv -fno-strict-aliasing -DVERSION=\"2.105\" -DXS_VERSION=\"2.105\" -fPIC -Wno-unused-function "-I../.." -DNO_VIZ -DZ_SOLO -DZ_PREFIX -DGZIP_OS_CODE=3 -DPerl_crz_BUILD_ZLIB=1 compress.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -c -I./zlib-src -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -fwrapv -fno-strict-aliasing -DVERSION=\"2.105\" -DXS_VERSION=\"2.105\" -fPIC -Wno-unused-function "-I../.." -DNO_VIZ -DZ_SOLO -DZ_PREFIX -DGZIP_OS_CODE=3 -DPerl_crz_BUILD_ZLIB=1 crc32.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -c -I./zlib-src -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -fwrapv -fno-strict-aliasing -DVERSION=\"2.105\" -DXS_VERSION=\"2.105\" -fPIC -Wno-unused-function "-I../.." -DNO_VIZ -DZ_SOLO -DZ_PREFIX -DGZIP_OS_CODE=3 -DPerl_crz_BUILD_ZLIB=1 deflate.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -c -I./zlib-src -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -fwrapv -fno-strict-aliasing -DVERSION=\"2.105\" -DXS_VERSION=\"2.105\" -fPIC -Wno-unused-function "-I../.." -DNO_VIZ -DZ_SOLO -DZ_PREFIX -DGZIP_OS_CODE=3 -DPerl_crz_BUILD_ZLIB=1 infback.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -c -I./zlib-src -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -fwrapv -fno-strict-aliasing -DVERSION=\"2.105\" -DXS_VERSION=\"2.105\" -fPIC -Wno-unused-function "-I../.." -DNO_VIZ -DZ_SOLO -DZ_PREFIX -DGZIP_OS_CODE=3 -DPerl_crz_BUILD_ZLIB=1 inffast.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -c -I./zlib-src -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -fwrapv -fno-strict-aliasing -DVERSION=\"2.105\" -DXS_VERSION=\"2.105\" -fPIC -Wno-unused-function "-I../.." -DNO_VIZ -DZ_SOLO -DZ_PREFIX -DGZIP_OS_CODE=3 -DPerl_crz_BUILD_ZLIB=1 inflate.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -c -I./zlib-src -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -fwrapv -fno-strict-aliasing -DVERSION=\"2.105\" -DXS_VERSION=\"2.105\" -fPIC -Wno-unused-function "-I../.." -DNO_VIZ -DZ_SOLO -DZ_PREFIX -DGZIP_OS_CODE=3 -DPerl_crz_BUILD_ZLIB=1 inftrees.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -c -I./zlib-src -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -fwrapv -fno-strict-aliasing -DVERSION=\"2.105\" -DXS_VERSION=\"2.105\" -fPIC -Wno-unused-function "-I../.." -DNO_VIZ -DZ_SOLO -DZ_PREFIX -DGZIP_OS_CODE=3 -DPerl_crz_BUILD_ZLIB=1 trees.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -c -I./zlib-src -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -fwrapv -fno-strict-aliasing -DVERSION=\"2.105\" -DXS_VERSION=\"2.105\" -fPIC -Wno-unused-function "-I../.." -DNO_VIZ -DZ_SOLO -DZ_PREFIX -DGZIP_OS_CODE=3 -DPerl_crz_BUILD_ZLIB=1 uncompr.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -c -I./zlib-src -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -fwrapv -fno-strict-aliasing -DVERSION=\"2.105\" -DXS_VERSION=\"2.105\" -fPIC -Wno-unused-function "-I../.." -DNO_VIZ -DZ_SOLO -DZ_PREFIX -DGZIP_OS_CODE=3 -DPerl_crz_BUILD_ZLIB=1 zutil.c rm -f ../../lib/auto/Compress/Raw/Zlib/Zlib.so /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -shared -lm Zlib.o adler32.o compress.o crc32.o deflate.o infback.o inffast.o inflate.o inftrees.o trees.o uncompr.o zutil.o -o ../../lib/auto/Compress/Raw/Zlib/Zlib.so \ \ chmod 755 ../../lib/auto/Compress/Raw/Zlib/Zlib.so make[3]: Leaving directory '/tmp/instance-5/output-1/build/perl-5.36.0/cpan/Compress-Raw-Zlib' cd cpan/DB_File/ && ../../miniperl_top -I../../lib Makefile.PL \ INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none \ PERL_CORE=1 LIBPERL_A=libperl.a PERL="../../miniperl_top" Parsing config.in... Looks Good. Generating a Unix-style Makefile Writing Makefile for DB_File cp -f dist/Devel-PPPort/ppport.h cpan/DB_File/ppport.h /home/autobuild/make/make -C cpan/DB_File/ PERL_CORE=1 LIBPERL=libperl.a LINKTYPE=dynamic make[3]: Entering directory '/tmp/instance-5/output-1/build/perl-5.36.0/cpan/DB_File' cp DB_File.pm ../../lib/DB_File.pm Running Mkbootstrap for DB_File () chmod 644 "DB_File.bs" /tmp/instance-5/output-1/build/perl-5.36.0/cpan/DB_File/../../miniperl_top "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- DB_File.bs ../../lib/auto/DB_File/DB_File.bs 644 /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -c -I/usr/local/BerkeleyDB/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -fwrapv -fno-strict-aliasing -DVERSION=\"1.857\" -DXS_VERSION=\"1.857\" -fPIC -Wno-unused-function "-I../.." -DmDB_Prefix_t=size_t -DmDB_Hash_t=u_int32_t version.c In file included from ../../perl.h:7247, from version.c:27: ../../sv_inline.h:519:1: warning: 'always_inline' function might not be inlinable [-Wattributes] 519 | Perl_newSV_type_mortal(pTHX_ const svtype type) | ^~~~~~~~~~~~~~~~~~~~~~ "../../miniperl_top" "-I../../lib" "../../lib/ExtUtils/xsubpp" -noprototypes -typemap '/tmp/instance-5/output-1/build/perl-5.36.0/cpan/DB_File/../../lib/ExtUtils/typemap' -typemap '/tmp/instance-5/output-1/build/perl-5.36.0/cpan/DB_File/typemap' DB_File.xs > DB_File.xsc mv DB_File.xsc DB_File.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -c -I/usr/local/BerkeleyDB/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -fwrapv -fno-strict-aliasing -DVERSION=\"1.857\" -DXS_VERSION=\"1.857\" -fPIC -Wno-unused-function "-I../.." -DmDB_Prefix_t=size_t -DmDB_Hash_t=u_int32_t DB_File.c In file included from ../../perl.h:7247, from DB_File.xs:121: ../../sv_inline.h:519:1: warning: 'always_inline' function might not be inlinable [-Wattributes] 519 | Perl_newSV_type_mortal(pTHX_ const svtype type) | ^~~~~~~~~~~~~~~~~~~~~~ rm -f ../../lib/auto/DB_File/DB_File.so /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -shared -lm version.o DB_File.o -o ../../lib/auto/DB_File/DB_File.so \ -L/usr/local/BerkeleyDB/lib -ldb \ chmod 755 ../../lib/auto/DB_File/DB_File.so make[3]: Leaving directory '/tmp/instance-5/output-1/build/perl-5.36.0/cpan/DB_File' cd cpan/Digest-MD5/ && ../../miniperl_top -I../../lib Makefile.PL \ INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none \ PERL_CORE=1 LIBPERL_A=libperl.a PERL="../../miniperl_top" Generating a Unix-style Makefile Writing Makefile for Digest::MD5 /home/autobuild/make/make -C cpan/Digest-MD5/ PERL_CORE=1 LIBPERL=libperl.a LINKTYPE=dynamic make[3]: Entering directory '/tmp/instance-5/output-1/build/perl-5.36.0/cpan/Digest-MD5' cp MD5.pm ../../lib/Digest/MD5.pm Running Mkbootstrap for MD5 () chmod 644 "MD5.bs" /tmp/instance-5/output-1/build/perl-5.36.0/cpan/Digest-MD5/../../miniperl_top "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- MD5.bs ../../lib/auto/Digest/MD5/MD5.bs 644 "../../miniperl_top" "-I../../lib" "../../lib/ExtUtils/xsubpp" -typemap '/tmp/instance-5/output-1/build/perl-5.36.0/cpan/Digest-MD5/../../lib/ExtUtils/typemap' -typemap '/tmp/instance-5/output-1/build/perl-5.36.0/cpan/Digest-MD5/typemap' MD5.xs > MD5.xsc mv MD5.xsc MD5.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -fwrapv -fno-strict-aliasing -DVERSION=\"2.58\" -DXS_VERSION=\"2.58\" -fPIC -Wno-unused-function "-I../.." MD5.c In file included from ../../perl.h:7247, from MD5.xs:40: ../../sv_inline.h:519:1: warning: 'always_inline' function might not be inlinable [-Wattributes] 519 | Perl_newSV_type_mortal(pTHX_ const svtype type) | ^~~~~~~~~~~~~~~~~~~~~~ rm -f ../../lib/auto/Digest/MD5/MD5.so /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -shared -lm MD5.o -o ../../lib/auto/Digest/MD5/MD5.so \ \ chmod 755 ../../lib/auto/Digest/MD5/MD5.so make[3]: Leaving directory '/tmp/instance-5/output-1/build/perl-5.36.0/cpan/Digest-MD5' cd cpan/Digest-SHA/ && ../../miniperl_top -I../../lib Makefile.PL \ INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none \ PERL_CORE=1 LIBPERL_A=libperl.a PERL="../../miniperl_top" Generating a Unix-style Makefile Writing Makefile for Digest::SHA /home/autobuild/make/make -C cpan/Digest-SHA/ PERL_CORE=1 LIBPERL=libperl.a LINKTYPE=dynamic make[3]: Entering directory '/tmp/instance-5/output-1/build/perl-5.36.0/cpan/Digest-SHA' cp lib/Digest/SHA.pm ../../lib/Digest/SHA.pm Running Mkbootstrap for SHA () chmod 644 "SHA.bs" /tmp/instance-5/output-1/build/perl-5.36.0/cpan/Digest-SHA/../../miniperl_top "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- SHA.bs ../../lib/auto/Digest/SHA/SHA.bs 644 "../../miniperl_top" "-I../../lib" "../../lib/ExtUtils/xsubpp" -typemap '/tmp/instance-5/output-1/build/perl-5.36.0/cpan/Digest-SHA/../../lib/ExtUtils/typemap' -typemap '/tmp/instance-5/output-1/build/perl-5.36.0/cpan/Digest-SHA/typemap' SHA.xs > SHA.xsc mv SHA.xsc SHA.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -c -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -fwrapv -fno-strict-aliasing -DVERSION=\"6.02\" -DXS_VERSION=\"6.02\" -fPIC -Wno-unused-function "-I../.." SHA.c In file included from ../../perl.h:7247, from SHA.xs:3: ../../sv_inline.h:519:1: warning: 'always_inline' function might not be inlinable [-Wattributes] 519 | Perl_newSV_type_mortal(pTHX_ const svtype type) | ^~~~~~~~~~~~~~~~~~~~~~ rm -f ../../lib/auto/Digest/SHA/SHA.so /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -shared -lm SHA.o -o ../../lib/auto/Digest/SHA/SHA.so \ \ chmod 755 ../../lib/auto/Digest/SHA/SHA.so cp shasum blib/script/shasum /tmp/instance-5/output-1/build/perl-5.36.0/cpan/Digest-SHA/../../miniperl_top "-I../../lib" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/shasum make[3]: Leaving directory '/tmp/instance-5/output-1/build/perl-5.36.0/cpan/Digest-SHA' cd cpan/Encode/ && ../../miniperl_top -I../../lib Makefile.PL \ INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none \ PERL_CORE=1 LIBPERL_A=libperl.a PERL="../../miniperl_top" Generating a Unix-style Makefile Writing Makefile for Encode /home/autobuild/make/make -C cpan/Encode/ PERL_CORE=1 LIBPERL=libperl.a LINKTYPE=dynamic make[3]: Entering directory '/tmp/instance-5/output-1/build/perl-5.36.0/cpan/Encode' cp lib/Encode/MIME/Header/ISO_2022_JP.pm ../../lib/Encode/MIME/Header/ISO_2022_JP.pm cp Encode/Changes.e2x ../../lib/Encode/Changes.e2x cp encoding.pm ../../lib/encoding.pm cp Encode/encode.h ../../lib/Encode/encode.h cp lib/Encode/MIME/Header.pm ../../lib/Encode/MIME/Header.pm cp lib/Encode/CN/HZ.pm ../../lib/Encode/CN/HZ.pm cp lib/Encode/Encoder.pm ../../lib/Encode/Encoder.pm cp Encode/_PM.e2x ../../lib/Encode/_PM.e2x cp lib/Encode/KR/2022_KR.pm ../../lib/Encode/KR/2022_KR.pm cp lib/Encode/Supported.pod ../../lib/Encode/Supported.pod cp lib/Encode/JP/H2Z.pm ../../lib/Encode/JP/H2Z.pm cp lib/Encode/GSM0338.pm ../../lib/Encode/GSM0338.pm cp Encode/_T.e2x ../../lib/Encode/_T.e2x cp lib/Encode/Unicode/UTF7.pm ../../lib/Encode/Unicode/UTF7.pm cp lib/Encode/PerlIO.pod ../../lib/Encode/PerlIO.pod cp lib/Encode/Alias.pm ../../lib/Encode/Alias.pm cp lib/Encode/MIME/Name.pm ../../lib/Encode/MIME/Name.pm cp lib/Encode/Guess.pm ../../lib/Encode/Guess.pm cp lib/Encode/Config.pm ../../lib/Encode/Config.pm cp lib/Encode/JP/JIS7.pm ../../lib/Encode/JP/JIS7.pm cp Encode/README.e2x ../../lib/Encode/README.e2x cp lib/Encode/CJKConstants.pm ../../lib/Encode/CJKConstants.pm cp Encode/ConfigLocal_PM.e2x ../../lib/Encode/ConfigLocal_PM.e2x cp Encode/Makefile_PL.e2x ../../lib/Encode/Makefile_PL.e2x cp lib/Encode/Encoding.pm ../../lib/Encode/Encoding.pm cp Encode.pm ../../lib/Encode.pm make[4]: Entering directory '/tmp/instance-5/output-1/build/perl-5.36.0/cpan/Encode/Byte' cp Byte.pm ../../../lib/Encode/Byte.pm Running Mkbootstrap for Byte () chmod 644 "Byte.bs" /tmp/instance-5/output-1/build/perl-5.36.0/cpan/Encode/Byte/../../../miniperl_top "-I../../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- Byte.bs ../../../lib/auto/Encode/Byte/Byte.bs 644 "../../../miniperl_top" "-I../../../lib" ../bin/enc2xs -"Q" -"O" -o byte_t.c -f byte_t.fnm Reading iso-8859-2 (iso-8859-2) Reading iso-8859-3 (iso-8859-3) Reading iso-8859-4 (iso-8859-4) Reading iso-8859-5 (iso-8859-5) Reading iso-8859-6 (iso-8859-6) Reading iso-8859-7 (iso-8859-7) Reading iso-8859-8 (iso-8859-8) Reading iso-8859-9 (iso-8859-9) Reading iso-8859-10 (iso-8859-10) Reading iso-8859-11 (iso-8859-11) Reading iso-8859-13 (iso-8859-13) Reading iso-8859-14 (iso-8859-14) Reading iso-8859-15 (iso-8859-15) Reading iso-8859-16 (iso-8859-16) Reading AdobeStandardEncoding (AdobeStandardEncoding) Reading cp1006 (cp1006) Reading cp1250 (cp1250) Reading cp1251 (cp1251) Reading cp1253 (cp1253) Reading cp1254 (cp1254) Reading cp1255 (cp1255) Reading cp1256 (cp1256) Reading cp1257 (cp1257) Reading cp1258 (cp1258) Reading cp424 (cp424) Reading cp437 (cp437) Reading cp737 (cp737) Reading cp775 (cp775) Reading cp850 (cp850) Reading cp852 (cp852) Reading cp855 (cp855) Reading cp856 (cp856) Reading cp857 (cp857) Reading cp858 (cp858) Reading cp860 (cp860) Reading cp861 (cp861) Reading cp862 (cp862) Reading cp863 (cp863) Reading cp864 (cp864) Reading cp865 (cp865) Reading cp866 (cp866) Reading cp869 (cp869) Reading cp874 (cp874) Reading hp-roman8 (hp-roman8) Reading koi8-f (koi8-f) Reading koi8-r (koi8-r) Reading koi8-u (koi8-u) Reading MacArabic (MacArabic) Reading MacCentralEurRoman (MacCentralEurRoman) Reading MacCroatian (MacCroatian) Reading MacCyrillic (MacCyrillic) Reading MacFarsi (MacFarsi) Reading MacGreek (MacGreek) Reading MacHebrew (MacHebrew) Reading MacIcelandic (MacIcelandic) Reading MacRomanian (MacRomanian) Reading MacRumanian (MacRumanian) Reading MacRoman (MacRoman) Reading MacSami (MacSami) Reading MacThai (MacThai) Reading MacTurkish (MacTurkish) Reading MacUkrainian (MacUkrainian) Reading nextstep (nextstep) Reading viscii (viscii) "../../../miniperl_top" "-I../../../lib" "../../../lib/ExtUtils/xsubpp" -nolinenumbers -typemap '/tmp/instance-5/output-1/build/perl-5.36.0/cpan/Encode/Byte/../../../lib/ExtUtils/typemap' Byte.xs > Byte.xsc mv Byte.xsc Byte.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -c -I./Encode -I../Encode -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -fwrapv -fno-strict-aliasing -DVERSION=\"2.04\" -DXS_VERSION=\"2.04\" -fPIC -Wno-unused-function "-I../../.." Byte.c In file included from ../../../perl.h:7247, from Byte.c:11: ../../../sv_inline.h:519:1: warning: 'always_inline' function might not be inlinable [-Wattributes] 519 | Perl_newSV_type_mortal(pTHX_ const svtype type) | ^~~~~~~~~~~~~~~~~~~~~~ /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -c -I./Encode -I../Encode -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -fwrapv -fno-strict-aliasing -DVERSION=\"2.04\" -DXS_VERSION=\"2.04\" -fPIC -Wno-unused-function "-I../../.." byte_t.c byte_t.c:12:24: warning: uninitialized 'const utf8_AdobeStandardEncoding' is invalid in C++ [-Wc++-compat] 12 | static const encpage_t utf8_AdobeStandardEncoding[]; | ^~~~~~~~~~~~~~~~~~~~~~~~~~ byte_t.c:17:24: warning: uninitialized 'const utf8_MacArabic' is invalid in C++ [-Wc++-compat] 17 | static const encpage_t utf8_MacArabic[]; | ^~~~~~~~~~~~~~ byte_t.c:22:24: warning: uninitialized 'const utf8_MacCentralEurRoman' is invalid in C++ [-Wc++-compat] 22 | static const encpage_t utf8_MacCentralEurRoman[]; | ^~~~~~~~~~~~~~~~~~~~~~~ byte_t.c:27:24: warning: uninitialized 'const utf8_MacCroatian' is invalid in C++ [-Wc++-compat] 27 | static const encpage_t utf8_MacCroatian[]; | ^~~~~~~~~~~~~~~~ byte_t.c:32:24: warning: uninitialized 'const utf8_MacCyrillic' is invalid in C++ [-Wc++-compat] 32 | static const encpage_t utf8_MacCyrillic[]; | ^~~~~~~~~~~~~~~~ byte_t.c:37:24: warning: uninitialized 'const utf8_MacFarsi' is invalid in C++ [-Wc++-compat] 37 | static const encpage_t utf8_MacFarsi[]; | ^~~~~~~~~~~~~ byte_t.c:42:24: warning: uninitialized 'const utf8_MacGreek' is invalid in C++ [-Wc++-compat] 42 | static const encpage_t utf8_MacGreek[]; | ^~~~~~~~~~~~~ byte_t.c:47:24: warning: uninitialized 'const utf8_MacHebrew' is invalid in C++ [-Wc++-compat] 47 | static const encpage_t utf8_MacHebrew[]; | ^~~~~~~~~~~~~~ byte_t.c:52:24: warning: uninitialized 'const utf8_MacIcelandic' is invalid in C++ [-Wc++-compat] 52 | static const encpage_t utf8_MacIcelandic[]; | ^~~~~~~~~~~~~~~~~ byte_t.c:57:24: warning: uninitialized 'const utf8_MacRoman' is invalid in C++ [-Wc++-compat] 57 | static const encpage_t utf8_MacRoman[]; | ^~~~~~~~~~~~~ byte_t.c:62:24: warning: uninitialized 'const utf8_MacRomanian' is invalid in C++ [-Wc++-compat] 62 | static const encpage_t utf8_MacRomanian[]; | ^~~~~~~~~~~~~~~~ byte_t.c:67:24: warning: uninitialized 'const utf8_MacRumanian' is invalid in C++ [-Wc++-compat] 67 | static const encpage_t utf8_MacRumanian[]; | ^~~~~~~~~~~~~~~~ byte_t.c:72:24: warning: uninitialized 'const utf8_MacSami' is invalid in C++ [-Wc++-compat] 72 | static const encpage_t utf8_MacSami[]; | ^~~~~~~~~~~~ byte_t.c:77:24: warning: uninitialized 'const utf8_MacThai' is invalid in C++ [-Wc++-compat] 77 | static const encpage_t utf8_MacThai[]; | ^~~~~~~~~~~~ byte_t.c:82:24: warning: uninitialized 'const utf8_MacTurkish' is invalid in C++ [-Wc++-compat] 82 | static const encpage_t utf8_MacTurkish[]; | ^~~~~~~~~~~~~~~ byte_t.c:87:24: warning: uninitialized 'const utf8_cp1006' is invalid in C++ [-Wc++-compat] 87 | static const encpage_t utf8_cp1006[]; | ^~~~~~~~~~~ byte_t.c:92:24: warning: uninitialized 'const utf8_cp1250' is invalid in C++ [-Wc++-compat] 92 | static const encpage_t utf8_cp1250[]; | ^~~~~~~~~~~ byte_t.c:97:24: warning: uninitialized 'const utf8_cp1251' is invalid in C++ [-Wc++-compat] 97 | static const encpage_t utf8_cp1251[]; | ^~~~~~~~~~~ byte_t.c:102:24: warning: uninitialized 'const utf8_cp1253' is invalid in C++ [-Wc++-compat] 102 | static const encpage_t utf8_cp1253[]; | ^~~~~~~~~~~ byte_t.c:107:24: warning: uninitialized 'const utf8_cp1254' is invalid in C++ [-Wc++-compat] 107 | static const encpage_t utf8_cp1254[]; | ^~~~~~~~~~~ byte_t.c:112:24: warning: uninitialized 'const utf8_cp1255' is invalid in C++ [-Wc++-compat] 112 | static const encpage_t utf8_cp1255[]; | ^~~~~~~~~~~ byte_t.c:117:24: warning: uninitialized 'const utf8_cp1256' is invalid in C++ [-Wc++-compat] 117 | static const encpage_t utf8_cp1256[]; | ^~~~~~~~~~~ byte_t.c:122:24: warning: uninitialized 'const utf8_cp1257' is invalid in C++ [-Wc++-compat] 122 | static const encpage_t utf8_cp1257[]; | ^~~~~~~~~~~ byte_t.c:127:24: warning: uninitialized 'const utf8_cp1258' is invalid in C++ [-Wc++-compat] 127 | static const encpage_t utf8_cp1258[]; | ^~~~~~~~~~~ byte_t.c:132:24: warning: uninitialized 'const utf8_cp424' is invalid in C++ [-Wc++-compat] 132 | static const encpage_t utf8_cp424[]; | ^~~~~~~~~~ byte_t.c:137:24: warning: uninitialized 'const utf8_cp437' is invalid in C++ [-Wc++-compat] 137 | static const encpage_t utf8_cp437[]; | ^~~~~~~~~~ byte_t.c:142:24: warning: uninitialized 'const utf8_cp737' is invalid in C++ [-Wc++-compat] 142 | static const encpage_t utf8_cp737[]; | ^~~~~~~~~~ byte_t.c:147:24: warning: uninitialized 'const utf8_cp775' is invalid in C++ [-Wc++-compat] 147 | static const encpage_t utf8_cp775[]; | ^~~~~~~~~~ byte_t.c:152:24: warning: uninitialized 'const utf8_cp850' is invalid in C++ [-Wc++-compat] 152 | static const encpage_t utf8_cp850[]; | ^~~~~~~~~~ byte_t.c:157:24: warning: uninitialized 'const utf8_cp852' is invalid in C++ [-Wc++-compat] 157 | static const encpage_t utf8_cp852[]; | ^~~~~~~~~~ byte_t.c:162:24: warning: uninitialized 'const utf8_cp855' is invalid in C++ [-Wc++-compat] 162 | static const encpage_t utf8_cp855[]; | ^~~~~~~~~~ byte_t.c:167:24: warning: uninitialized 'const utf8_cp856' is invalid in C++ [-Wc++-compat] 167 | static const encpage_t utf8_cp856[]; | ^~~~~~~~~~ byte_t.c:172:24: warning: uninitialized 'const utf8_cp857' is invalid in C++ [-Wc++-compat] 172 | static const encpage_t utf8_cp857[]; | ^~~~~~~~~~ byte_t.c:177:24: warning: uninitialized 'const utf8_cp858' is invalid in C++ [-Wc++-compat] 177 | static const encpage_t utf8_cp858[]; | ^~~~~~~~~~ byte_t.c:182:24: warning: uninitialized 'const utf8_cp860' is invalid in C++ [-Wc++-compat] 182 | static const encpage_t utf8_cp860[]; | ^~~~~~~~~~ byte_t.c:187:24: warning: uninitialized 'const utf8_cp861' is invalid in C++ [-Wc++-compat] 187 | static const encpage_t utf8_cp861[]; | ^~~~~~~~~~ byte_t.c:192:24: warning: uninitialized 'const utf8_cp862' is invalid in C++ [-Wc++-compat] 192 | static const encpage_t utf8_cp862[]; | ^~~~~~~~~~ byte_t.c:197:24: warning: uninitialized 'const utf8_cp863' is invalid in C++ [-Wc++-compat] 197 | static const encpage_t utf8_cp863[]; | ^~~~~~~~~~ byte_t.c:202:24: warning: uninitialized 'const utf8_cp864' is invalid in C++ [-Wc++-compat] 202 | static const encpage_t utf8_cp864[]; | ^~~~~~~~~~ byte_t.c:207:24: warning: uninitialized 'const utf8_cp865' is invalid in C++ [-Wc++-compat] 207 | static const encpage_t utf8_cp865[]; | ^~~~~~~~~~ byte_t.c:212:24: warning: uninitialized 'const utf8_cp866' is invalid in C++ [-Wc++-compat] 212 | static const encpage_t utf8_cp866[]; | ^~~~~~~~~~ byte_t.c:217:24: warning: uninitialized 'const utf8_cp869' is invalid in C++ [-Wc++-compat] 217 | static const encpage_t utf8_cp869[]; | ^~~~~~~~~~ byte_t.c:222:24: warning: uninitialized 'const utf8_cp874' is invalid in C++ [-Wc++-compat] 222 | static const encpage_t utf8_cp874[]; | ^~~~~~~~~~ byte_t.c:227:24: warning: uninitialized 'const utf8_hp_roman8' is invalid in C++ [-Wc++-compat] 227 | static const encpage_t utf8_hp_roman8[]; | ^~~~~~~~~~~~~~ byte_t.c:232:24: warning: uninitialized 'const utf8_iso_8859_2' is invalid in C++ [-Wc++-compat] 232 | static const encpage_t utf8_iso_8859_2[]; | ^~~~~~~~~~~~~~~ byte_t.c:237:24: warning: uninitialized 'const utf8_iso_8859_3' is invalid in C++ [-Wc++-compat] 237 | static const encpage_t utf8_iso_8859_3[]; | ^~~~~~~~~~~~~~~ byte_t.c:242:24: warning: uninitialized 'const utf8_iso_8859_4' is invalid in C++ [-Wc++-compat] 242 | static const encpage_t utf8_iso_8859_4[]; | ^~~~~~~~~~~~~~~ byte_t.c:247:24: warning: uninitialized 'const utf8_iso_8859_5' is invalid in C++ [-Wc++-compat] 247 | static const encpage_t utf8_iso_8859_5[]; | ^~~~~~~~~~~~~~~ byte_t.c:252:24: warning: uninitialized 'const utf8_iso_8859_6' is invalid in C++ [-Wc++-compat] 252 | static const encpage_t utf8_iso_8859_6[]; | ^~~~~~~~~~~~~~~ byte_t.c:257:24: warning: uninitialized 'const utf8_iso_8859_7' is invalid in C++ [-Wc++-compat] 257 | static const encpage_t utf8_iso_8859_7[]; | ^~~~~~~~~~~~~~~ byte_t.c:262:24: warning: uninitialized 'const utf8_iso_8859_8' is invalid in C++ [-Wc++-compat] 262 | static const encpage_t utf8_iso_8859_8[]; | ^~~~~~~~~~~~~~~ byte_t.c:267:24: warning: uninitialized 'const utf8_iso_8859_9' is invalid in C++ [-Wc++-compat] 267 | static const encpage_t utf8_iso_8859_9[]; | ^~~~~~~~~~~~~~~ byte_t.c:272:24: warning: uninitialized 'const utf8_iso_8859_10' is invalid in C++ [-Wc++-compat] 272 | static const encpage_t utf8_iso_8859_10[]; | ^~~~~~~~~~~~~~~~ byte_t.c:277:24: warning: uninitialized 'const utf8_iso_8859_11' is invalid in C++ [-Wc++-compat] 277 | static const encpage_t utf8_iso_8859_11[]; | ^~~~~~~~~~~~~~~~ byte_t.c:282:24: warning: uninitialized 'const utf8_iso_8859_13' is invalid in C++ [-Wc++-compat] 282 | static const encpage_t utf8_iso_8859_13[]; | ^~~~~~~~~~~~~~~~ byte_t.c:287:24: warning: uninitialized 'const utf8_iso_8859_14' is invalid in C++ [-Wc++-compat] 287 | static const encpage_t utf8_iso_8859_14[]; | ^~~~~~~~~~~~~~~~ byte_t.c:292:24: warning: uninitialized 'const utf8_iso_8859_15' is invalid in C++ [-Wc++-compat] 292 | static const encpage_t utf8_iso_8859_15[]; | ^~~~~~~~~~~~~~~~ byte_t.c:297:24: warning: uninitialized 'const utf8_iso_8859_16' is invalid in C++ [-Wc++-compat] 297 | static const encpage_t utf8_iso_8859_16[]; | ^~~~~~~~~~~~~~~~ byte_t.c:302:24: warning: uninitialized 'const utf8_koi8_f' is invalid in C++ [-Wc++-compat] 302 | static const encpage_t utf8_koi8_f[]; | ^~~~~~~~~~~ byte_t.c:307:24: warning: uninitialized 'const utf8_koi8_r' is invalid in C++ [-Wc++-compat] 307 | static const encpage_t utf8_koi8_r[]; | ^~~~~~~~~~~ byte_t.c:312:24: warning: uninitialized 'const utf8_koi8_u' is invalid in C++ [-Wc++-compat] 312 | static const encpage_t utf8_koi8_u[]; | ^~~~~~~~~~~ byte_t.c:317:24: warning: uninitialized 'const utf8_nextstep' is invalid in C++ [-Wc++-compat] 317 | static const encpage_t utf8_nextstep[]; | ^~~~~~~~~~~~~ byte_t.c:322:24: warning: uninitialized 'const utf8_viscii' is invalid in C++ [-Wc++-compat] 322 | static const encpage_t utf8_viscii[]; | ^~~~~~~~~~~ byte_t.c:1144:24: warning: duplicate declaration of 'utf8_AdobeStandardEncoding' is invalid in C++ [-Wc++-compat] 1144 | static const encpage_t utf8_AdobeStandardEncoding[10] = { | ^~~~~~~~~~~~~~~~~~~~~~~~~~ byte_t.c:12:24: note: previous declaration of 'utf8_AdobeStandardEncoding' with type 'const encpage_t[]' {aka 'const struct encpage_s[]'} 12 | static const encpage_t utf8_AdobeStandardEncoding[]; | ^~~~~~~~~~~~~~~~~~~~~~~~~~ byte_t.c:1294:24: warning: duplicate declaration of 'utf8_MacArabic' is invalid in C++ [-Wc++-compat] 1294 | static const encpage_t utf8_MacArabic[9] = { | ^~~~~~~~~~~~~~ byte_t.c:17:24: note: previous declaration of 'utf8_MacArabic' with type 'const encpage_t[]' {aka 'const struct encpage_s[]'} 17 | static const encpage_t utf8_MacArabic[]; | ^~~~~~~~~~~~~~ byte_t.c:1483:24: warning: duplicate declaration of 'utf8_MacCentralEurRoman' is invalid in C++ [-Wc++-compat] 1483 | static const encpage_t utf8_MacCentralEurRoman[8] = { | ^~~~~~~~~~~~~~~~~~~~~~~ byte_t.c:22:24: note: previous declaration of 'utf8_MacCentralEurRoman' with type 'const encpage_t[]' {aka 'const struct encpage_s[]'} 22 | static const encpage_t utf8_MacCentralEurRoman[]; | ^~~~~~~~~~~~~~~~~~~~~~~ byte_t.c:1718:24: warning: duplicate declaration of 'utf8_MacCroatian' is invalid in C++ [-Wc++-compat] 1718 | static const encpage_t utf8_MacCroatian[12] = { | ^~~~~~~~~~~~~~~~ byte_t.c:27:24: note: previous declaration of 'utf8_MacCroatian' with type 'const encpage_t[]' {aka 'const struct encpage_s[]'} 27 | static const encpage_t utf8_MacCroatian[]; | ^~~~~~~~~~~~~~~~ byte_t.c:1890:24: warning: duplicate declaration of 'utf8_MacCyrillic' is invalid in C++ [-Wc++-compat] 1890 | static const encpage_t utf8_MacCyrillic[9] = { | ^~~~~~~~~~~~~~~~ byte_t.c:32:24: note: previous declaration of 'utf8_MacCyrillic' with type 'const encpage_t[]' {aka 'const struct encpage_s[]'} 32 | static const encpage_t utf8_MacCyrillic[]; | ^~~~~~~~~~~~~~~~ byte_t.c:2040:24: warning: duplicate declaration of 'utf8_MacFarsi' is invalid in C++ [-Wc++-compat] 2040 | static const encpage_t utf8_MacFarsi[9] = { | ^~~~~~~~~~~~~ byte_t.c:37:24: note: previous declaration of 'utf8_MacFarsi' with type 'const encpage_t[]' {aka 'const struct encpage_s[]'} 37 | static const encpage_t utf8_MacFarsi[]; | ^~~~~~~~~~~~~ byte_t.c:2199:24: warning: duplicate declaration of 'utf8_MacGreek' is invalid in C++ [-Wc++-compat] 2199 | static const encpage_t utf8_MacGreek[8] = { | ^~~~~~~~~~~~~ byte_t.c:42:24: note: previous declaration of 'utf8_MacGreek' with type 'const encpage_t[]' {aka 'const struct encpage_s[]'} 42 | static const encpage_t utf8_MacGreek[]; | ^~~~~~~~~~~~~ byte_t.c:2347:24: warning: duplicate declaration of 'utf8_MacHebrew' is invalid in C++ [-Wc++-compat] 2347 | static const encpage_t utf8_MacHebrew[8] = { | ^~~~~~~~~~~~~~ byte_t.c:47:24: note: previous declaration of 'utf8_MacHebrew' with type 'const encpage_t[]' {aka 'const struct encpage_s[]'} 47 | static const encpage_t utf8_MacHebrew[]; | ^~~~~~~~~~~~~~ byte_t.c:2571:24: warning: duplicate declaration of 'utf8_MacIcelandic' is invalid in C++ [-Wc++-compat] 2571 | static const encpage_t utf8_MacIcelandic[12] = { | ^~~~~~~~~~~~~~~~~ byte_t.c:52:24: note: previous declaration of 'utf8_MacIcelandic' with type 'const encpage_t[]' {aka 'const struct encpage_s[]'} 52 | static const encpage_t utf8_MacIcelandic[]; | ^~~~~~~~~~~~~~~~~ byte_t.c:2815:24: warning: duplicate declaration of 'utf8_MacRoman' is invalid in C++ [-Wc++-compat] 2815 | static const encpage_t utf8_MacRoman[12] = { | ^~~~~~~~~~~~~ byte_t.c:57:24: note: previous declaration of 'utf8_MacRoman' with type 'const encpage_t[]' {aka 'const struct encpage_s[]'} 57 | static const encpage_t utf8_MacRoman[]; | ^~~~~~~~~~~~~ byte_t.c:3064:24: warning: duplicate declaration of 'utf8_MacRomanian' is invalid in C++ [-Wc++-compat] 3064 | static const encpage_t utf8_MacRomanian[13] = { | ^~~~~~~~~~~~~~~~ byte_t.c:62:24: note: previous declaration of 'utf8_MacRomanian' with type 'const encpage_t[]' {aka 'const struct encpage_s[]'} 62 | static const encpage_t utf8_MacRomanian[]; | ^~~~~~~~~~~~~~~~ byte_t.c:3295:24: warning: duplicate declaration of 'utf8_MacRumanian' is invalid in C++ [-Wc++-compat] 3295 | static const encpage_t utf8_MacRumanian[11] = { | ^~~~~~~~~~~~~~~~ byte_t.c:67:24: note: previous declaration of 'utf8_MacRumanian' with type 'const encpage_t[]' {aka 'const struct encpage_s[]'} 67 | static const encpage_t utf8_MacRumanian[]; | ^~~~~~~~~~~~~~~~ byte_t.c:3515:24: warning: duplicate declaration of 'utf8_MacSami' is invalid in C++ [-Wc++-compat] 3515 | static const encpage_t utf8_MacSami[13] = { | ^~~~~~~~~~~~ byte_t.c:72:24: note: previous declaration of 'utf8_MacSami' with type 'const encpage_t[]' {aka 'const struct encpage_s[]'} 72 | static const encpage_t utf8_MacSami[]; | ^~~~~~~~~~~~ byte_t.c:3631:24: warning: duplicate declaration of 'utf8_MacThai' is invalid in C++ [-Wc++-compat] 3631 | static const encpage_t utf8_MacThai[5] = { | ^~~~~~~~~~~~ byte_t.c:77:24: note: previous declaration of 'utf8_MacThai' with type 'const encpage_t[]' {aka 'const struct encpage_s[]'} 77 | static const encpage_t utf8_MacThai[]; | ^~~~~~~~~~~~ byte_t.c:3853:24: warning: duplicate declaration of 'utf8_MacTurkish' is invalid in C++ [-Wc++-compat] 3853 | static const encpage_t utf8_MacTurkish[12] = { | ^~~~~~~~~~~~~~~ byte_t.c:82:24: note: previous declaration of 'utf8_MacTurkish' with type 'const encpage_t[]' {aka 'const struct encpage_s[]'} 82 | static const encpage_t utf8_MacTurkish[]; | ^~~~~~~~~~~~~~~ byte_t.c:4031:24: warning: duplicate declaration of 'utf8_cp1006' is invalid in C++ [-Wc++-compat] 4031 | static const encpage_t utf8_cp1006[6] = { | ^~~~~~~~~~~ byte_t.c:87:24: note: previous declaration of 'utf8_cp1006' with type 'const encpage_t[]' {aka 'const struct encpage_s[]'} 87 | static const encpage_t utf8_cp1006[]; | ^~~~~~~~~~~ byte_t.c:4182:24: warning: duplicate declaration of 'utf8_cp1250' is invalid in C++ [-Wc++-compat] 4182 | static const encpage_t utf8_cp1250[8] = { | ^~~~~~~~~~~ byte_t.c:92:24: note: previous declaration of 'utf8_cp1250' with type 'const encpage_t[]' {aka 'const struct encpage_s[]'} 92 | static const encpage_t utf8_cp1250[]; | ^~~~~~~~~~~ byte_t.c:4300:24: warning: duplicate declaration of 'utf8_cp1251' is invalid in C++ [-Wc++-compat] 4300 | static const encpage_t utf8_cp1251[7] = { | ^~~~~~~~~~~ byte_t.c:97:24: note: previous declaration of 'utf8_cp1251' with type 'const encpage_t[]' {aka 'const struct encpage_s[]'} 97 | static const encpage_t utf8_cp1251[]; | ^~~~~~~~~~~ byte_t.c:4417:24: warning: duplicate declaration of 'utf8_cp1253' is invalid in C++ [-Wc++-compat] 4417 | static const encpage_t utf8_cp1253[7] = { | ^~~~~~~~~~~ byte_t.c:102:24: note: previous declaration of 'utf8_cp1253' with type 'const encpage_t[]' {aka 'const struct encpage_s[]'} 102 | static const encpage_t utf8_cp1253[]; | ^~~~~~~~~~~ byte_t.c:4549:24: warning: duplicate declaration of 'utf8_cp1254' is invalid in C++ [-Wc++-compat] 4549 | static const encpage_t utf8_cp1254[9] = { | ^~~~~~~~~~~ byte_t.c:107:24: note: previous declaration of 'utf8_cp1254' with type 'const encpage_t[]' {aka 'const struct encpage_s[]'} 107 | static const encpage_t utf8_cp1254[]; | ^~~~~~~~~~~ byte_t.c:4687:24: warning: duplicate declaration of 'utf8_cp1255' is invalid in C++ [-Wc++-compat] 4687 | static const encpage_t utf8_cp1255[9] = { | ^~~~~~~~~~~ byte_t.c:112:24: note: previous declaration of 'utf8_cp1255' with type 'const encpage_t[]' {aka 'const struct encpage_s[]'} 112 | static const encpage_t utf8_cp1255[]; | ^~~~~~~~~~~ byte_t.c:4866:24: warning: duplicate declaration of 'utf8_cp1256' is invalid in C++ [-Wc++-compat] 4866 | static const encpage_t utf8_cp1256[12] = { | ^~~~~~~~~~~ byte_t.c:117:24: note: previous declaration of 'utf8_cp1256' with type 'const encpage_t[]' {aka 'const struct encpage_s[]'} 117 | static const encpage_t utf8_cp1256[]; | ^~~~~~~~~~~ byte_t.c:5016:24: warning: duplicate declaration of 'utf8_cp1257' is invalid in C++ [-Wc++-compat] 5016 | static const encpage_t utf8_cp1257[8] = { | ^~~~~~~~~~~ byte_t.c:122:24: note: previous declaration of 'utf8_cp1257' with type 'const encpage_t[]' {aka 'const struct encpage_s[]'} 122 | static const encpage_t utf8_cp1257[]; | ^~~~~~~~~~~ byte_t.c:5169:24: warning: duplicate declaration of 'utf8_cp1258' is invalid in C++ [-Wc++-compat] 5169 | static const encpage_t utf8_cp1258[10] = { | ^~~~~~~~~~~ byte_t.c:127:24: note: previous declaration of 'utf8_cp1258' with type 'const encpage_t[]' {aka 'const struct encpage_s[]'} 127 | static const encpage_t utf8_cp1258[]; | ^~~~~~~~~~~ byte_t.c:5295:24: warning: duplicate declaration of 'utf8_cp424' is invalid in C++ [-Wc++-compat] 5295 | static const encpage_t utf8_cp424[6] = { | ^~~~~~~~~~ byte_t.c:132:24: note: previous declaration of 'utf8_cp424' with type 'const encpage_t[]' {aka 'const struct encpage_s[]'} 132 | static const encpage_t utf8_cp424[]; | ^~~~~~~~~~ byte_t.c:5499:24: warning: duplicate declaration of 'utf8_cp437' is invalid in C++ [-Wc++-compat] 5499 | static const encpage_t utf8_cp437[8] = { | ^~~~~~~~~~ byte_t.c:137:24: note: previous declaration of 'utf8_cp437' with type 'const encpage_t[]' {aka 'const struct encpage_s[]'} 137 | static const encpage_t utf8_cp437[]; | ^~~~~~~~~~ byte_t.c:5650:24: warning: duplicate declaration of 'utf8_cp737' is invalid in C++ [-Wc++-compat] 5650 | static const encpage_t utf8_cp737[7] = { | ^~~~~~~~~~ byte_t.c:142:24: note: previous declaration of 'utf8_cp737' with type 'const encpage_t[]' {aka 'const struct encpage_s[]'} 142 | static const encpage_t utf8_cp737[]; | ^~~~~~~~~~ byte_t.c:5836:24: warning: duplicate declaration of 'utf8_cp775' is invalid in C++ [-Wc++-compat] 5836 | static const encpage_t utf8_cp775[7] = { | ^~~~~~~~~~ byte_t.c:147:24: note: previous declaration of 'utf8_cp775' with type 'const encpage_t[]' {aka 'const struct encpage_s[]'} 147 | static const encpage_t utf8_cp775[]; | ^~~~~~~~~~ byte_t.c:5971:24: warning: duplicate declaration of 'utf8_cp850' is invalid in C++ [-Wc++-compat] 5971 | static const encpage_t utf8_cp850[7] = { | ^~~~~~~~~~ byte_t.c:152:24: note: previous declaration of 'utf8_cp850' with type 'const encpage_t[]' {aka 'const struct encpage_s[]'} 152 | static const encpage_t utf8_cp850[]; | ^~~~~~~~~~ byte_t.c:6144:24: warning: duplicate declaration of 'utf8_cp852' is invalid in C++ [-Wc++-compat] 6144 | static const encpage_t utf8_cp852[8] = { | ^~~~~~~~~~ byte_t.c:157:24: note: previous declaration of 'utf8_cp852' with type 'const encpage_t[]' {aka 'const struct encpage_s[]'} 157 | static const encpage_t utf8_cp852[]; | ^~~~~~~~~~ byte_t.c:6280:24: warning: duplicate declaration of 'utf8_cp855' is invalid in C++ [-Wc++-compat] 6280 | static const encpage_t utf8_cp855[6] = { | ^~~~~~~~~~ byte_t.c:162:24: note: previous declaration of 'utf8_cp855' with type 'const encpage_t[]' {aka 'const struct encpage_s[]'} 162 | static const encpage_t utf8_cp855[]; | ^~~~~~~~~~ byte_t.c:6414:24: warning: duplicate declaration of 'utf8_cp856' is invalid in C++ [-Wc++-compat] 6414 | static const encpage_t utf8_cp856[6] = { | ^~~~~~~~~~ byte_t.c:167:24: note: previous declaration of 'utf8_cp856' with type 'const encpage_t[]' {aka 'const struct encpage_s[]'} 167 | static const encpage_t utf8_cp856[]; | ^~~~~~~~~~ byte_t.c:6545:24: warning: duplicate declaration of 'utf8_cp857' is invalid in C++ [-Wc++-compat] 6545 | static const encpage_t utf8_cp857[7] = { | ^~~~~~~~~~ byte_t.c:172:24: note: previous declaration of 'utf8_cp857' with type 'const encpage_t[]' {aka 'const struct encpage_s[]'} 172 | static const encpage_t utf8_cp857[]; | ^~~~~~~~~~ byte_t.c:6683:24: warning: duplicate declaration of 'utf8_cp858' is invalid in C++ [-Wc++-compat] 6683 | static const encpage_t utf8_cp858[6] = { | ^~~~~~~~~~ byte_t.c:177:24: note: previous declaration of 'utf8_cp858' with type 'const encpage_t[]' {aka 'const struct encpage_s[]'} 177 | static const encpage_t utf8_cp858[]; | ^~~~~~~~~~ byte_t.c:6877:24: warning: duplicate declaration of 'utf8_cp860' is invalid in C++ [-Wc++-compat] 6877 | static const encpage_t utf8_cp860[7] = { | ^~~~~~~~~~ byte_t.c:182:24: note: previous declaration of 'utf8_cp860' with type 'const encpage_t[]' {aka 'const struct encpage_s[]'} 182 | static const encpage_t utf8_cp860[]; | ^~~~~~~~~~ byte_t.c:7087:24: warning: duplicate declaration of 'utf8_cp861' is invalid in C++ [-Wc++-compat] 7087 | static const encpage_t utf8_cp861[8] = { | ^~~~~~~~~~ byte_t.c:187:24: note: previous declaration of 'utf8_cp861' with type 'const encpage_t[]' {aka 'const struct encpage_s[]'} 187 | static const encpage_t utf8_cp861[]; | ^~~~~~~~~~ byte_t.c:7298:24: warning: duplicate declaration of 'utf8_cp862' is invalid in C++ [-Wc++-compat] 7298 | static const encpage_t utf8_cp862[9] = { | ^~~~~~~~~~ byte_t.c:192:24: note: previous declaration of 'utf8_cp862' with type 'const encpage_t[]' {aka 'const struct encpage_s[]'} 192 | static const encpage_t utf8_cp862[]; | ^~~~~~~~~~ byte_t.c:7506:24: warning: duplicate declaration of 'utf8_cp863' is invalid in C++ [-Wc++-compat] 7506 | static const encpage_t utf8_cp863[8] = { | ^~~~~~~~~~ byte_t.c:197:24: note: previous declaration of 'utf8_cp863' with type 'const encpage_t[]' {aka 'const struct encpage_s[]'} 197 | static const encpage_t utf8_cp863[]; | ^~~~~~~~~~ byte_t.c:7750:24: warning: duplicate declaration of 'utf8_cp864' is invalid in C++ [-Wc++-compat] 7750 | static const encpage_t utf8_cp864[11] = { | ^~~~~~~~~~ byte_t.c:202:24: note: previous declaration of 'utf8_cp864' with type 'const encpage_t[]' {aka 'const struct encpage_s[]'} 202 | static const encpage_t utf8_cp864[]; | ^~~~~~~~~~ byte_t.c:7960:24: warning: duplicate declaration of 'utf8_cp865' is invalid in C++ [-Wc++-compat] 7960 | static const encpage_t utf8_cp865[8] = { | ^~~~~~~~~~ byte_t.c:207:24: note: previous declaration of 'utf8_cp865' with type 'const encpage_t[]' {aka 'const struct encpage_s[]'} 207 | static const encpage_t utf8_cp865[]; | ^~~~~~~~~~ byte_t.c:8092:24: warning: duplicate declaration of 'utf8_cp866' is invalid in C++ [-Wc++-compat] 8092 | static const encpage_t utf8_cp866[6] = { | ^~~~~~~~~~ byte_t.c:212:24: note: previous declaration of 'utf8_cp866' with type 'const encpage_t[]' {aka 'const struct encpage_s[]'} 212 | static const encpage_t utf8_cp866[]; | ^~~~~~~~~~ byte_t.c:8234:24: warning: duplicate declaration of 'utf8_cp869' is invalid in C++ [-Wc++-compat] 8234 | static const encpage_t utf8_cp869[6] = { | ^~~~~~~~~~ byte_t.c:217:24: note: previous declaration of 'utf8_cp869' with type 'const encpage_t[]' {aka 'const struct encpage_s[]'} 217 | static const encpage_t utf8_cp869[]; | ^~~~~~~~~~ byte_t.c:8323:24: warning: duplicate declaration of 'utf8_cp874' is invalid in C++ [-Wc++-compat] 8323 | static const encpage_t utf8_cp874[5] = { | ^~~~~~~~~~ byte_t.c:222:24: note: previous declaration of 'utf8_cp874' with type 'const encpage_t[]' {aka 'const struct encpage_s[]'} 222 | static const encpage_t utf8_cp874[]; | ^~~~~~~~~~ byte_t.c:8433:24: warning: duplicate declaration of 'utf8_hp_roman8' is invalid in C++ [-Wc++-compat] 8433 | static const encpage_t utf8_hp_roman8[8] = { | ^~~~~~~~~~~~~~ byte_t.c:227:24: note: previous declaration of 'utf8_hp_roman8' with type 'const encpage_t[]' {aka 'const struct encpage_s[]'} 227 | static const encpage_t utf8_hp_roman8[]; | ^~~~~~~~~~~~~~ byte_t.c:8535:24: warning: duplicate declaration of 'utf8_iso_8859_2' is invalid in C++ [-Wc++-compat] 8535 | static const encpage_t utf8_iso_8859_2[7] = { | ^~~~~~~~~~~~~~~ byte_t.c:232:24: note: previous declaration of 'utf8_iso_8859_2' with type 'const encpage_t[]' {aka 'const struct encpage_s[]'} 232 | static const encpage_t utf8_iso_8859_2[]; | ^~~~~~~~~~~~~~~ byte_t.c:8627:24: warning: duplicate declaration of 'utf8_iso_8859_3' is invalid in C++ [-Wc++-compat] 8627 | static const encpage_t utf8_iso_8859_3[7] = { | ^~~~~~~~~~~~~~~ byte_t.c:237:24: note: previous declaration of 'utf8_iso_8859_3' with type 'const encpage_t[]' {aka 'const struct encpage_s[]'} 237 | static const encpage_t utf8_iso_8859_3[]; | ^~~~~~~~~~~~~~~ byte_t.c:8723:24: warning: duplicate declaration of 'utf8_iso_8859_4' is invalid in C++ [-Wc++-compat] 8723 | static const encpage_t utf8_iso_8859_4[7] = { | ^~~~~~~~~~~~~~~ byte_t.c:242:24: note: previous declaration of 'utf8_iso_8859_4' with type 'const encpage_t[]' {aka 'const struct encpage_s[]'} 242 | static const encpage_t utf8_iso_8859_4[]; | ^~~~~~~~~~~~~~~ byte_t.c:8791:24: warning: duplicate declaration of 'utf8_iso_8859_5' is invalid in C++ [-Wc++-compat] 8791 | static const encpage_t utf8_iso_8859_5[6] = { | ^~~~~~~~~~~~~~~ byte_t.c:247:24: note: previous declaration of 'utf8_iso_8859_5' with type 'const encpage_t[]' {aka 'const struct encpage_s[]'} 247 | static const encpage_t utf8_iso_8859_5[]; | ^~~~~~~~~~~~~~~ byte_t.c:8847:24: warning: duplicate declaration of 'utf8_iso_8859_6' is invalid in C++ [-Wc++-compat] 8847 | static const encpage_t utf8_iso_8859_6[5] = { | ^~~~~~~~~~~~~~~ byte_t.c:252:24: note: previous declaration of 'utf8_iso_8859_6' with type 'const encpage_t[]' {aka 'const struct encpage_s[]'} 252 | static const encpage_t utf8_iso_8859_6[]; | ^~~~~~~~~~~~~~~ byte_t.c:8944:24: warning: duplicate declaration of 'utf8_iso_8859_7' is invalid in C++ [-Wc++-compat] 8944 | static const encpage_t utf8_iso_8859_7[7] = { | ^~~~~~~~~~~~~~~ byte_t.c:257:24: note: previous declaration of 'utf8_iso_8859_7' with type 'const encpage_t[]' {aka 'const struct encpage_s[]'} 257 | static const encpage_t utf8_iso_8859_7[]; | ^~~~~~~~~~~~~~~ byte_t.c:9015:24: warning: duplicate declaration of 'utf8_iso_8859_8' is invalid in C++ [-Wc++-compat] 9015 | static const encpage_t utf8_iso_8859_8[6] = { | ^~~~~~~~~~~~~~~ byte_t.c:262:24: note: previous declaration of 'utf8_iso_8859_8' with type 'const encpage_t[]' {aka 'const struct encpage_s[]'} 262 | static const encpage_t utf8_iso_8859_8[]; | ^~~~~~~~~~~~~~~ byte_t.c:9072:24: warning: duplicate declaration of 'utf8_iso_8859_9' is invalid in C++ [-Wc++-compat] 9072 | static const encpage_t utf8_iso_8859_9[6] = { | ^~~~~~~~~~~~~~~ byte_t.c:267:24: note: previous declaration of 'utf8_iso_8859_9' with type 'const encpage_t[]' {aka 'const struct encpage_s[]'} 267 | static const encpage_t utf8_iso_8859_9[]; | ^~~~~~~~~~~~~~~ byte_t.c:9173:24: warning: duplicate declaration of 'utf8_iso_8859_10' is invalid in C++ [-Wc++-compat] 9173 | static const encpage_t utf8_iso_8859_10[7] = { | ^~~~~~~~~~~~~~~~ byte_t.c:272:24: note: previous declaration of 'utf8_iso_8859_10' with type 'const encpage_t[]' {aka 'const struct encpage_s[]'} 272 | static const encpage_t utf8_iso_8859_10[]; | ^~~~~~~~~~~~~~~~ byte_t.c:9231:24: warning: duplicate declaration of 'utf8_iso_8859_11' is invalid in C++ [-Wc++-compat] 9231 | static const encpage_t utf8_iso_8859_11[4] = { | ^~~~~~~~~~~~~~~~ byte_t.c:277:24: note: previous declaration of 'utf8_iso_8859_11' with type 'const encpage_t[]' {aka 'const struct encpage_s[]'} 277 | static const encpage_t utf8_iso_8859_11[]; | ^~~~~~~~~~~~~~~~ byte_t.c:9339:24: warning: duplicate declaration of 'utf8_iso_8859_13' is invalid in C++ [-Wc++-compat] 9339 | static const encpage_t utf8_iso_8859_13[7] = { | ^~~~~~~~~~~~~~~~ byte_t.c:282:24: note: previous declaration of 'utf8_iso_8859_13' with type 'const encpage_t[]' {aka 'const struct encpage_s[]'} 282 | static const encpage_t utf8_iso_8859_13[]; | ^~~~~~~~~~~~~~~~ byte_t.c:9470:24: warning: duplicate declaration of 'utf8_iso_8859_14' is invalid in C++ [-Wc++-compat] 9470 | static const encpage_t utf8_iso_8859_14[7] = { | ^~~~~~~~~~~~~~~~ byte_t.c:287:24: note: previous declaration of 'utf8_iso_8859_14' with type 'const encpage_t[]' {aka 'const struct encpage_s[]'} 287 | static const encpage_t utf8_iso_8859_14[]; | ^~~~~~~~~~~~~~~~ byte_t.c:9542:24: warning: duplicate declaration of 'utf8_iso_8859_15' is invalid in C++ [-Wc++-compat] 9542 | static const encpage_t utf8_iso_8859_15[6] = { | ^~~~~~~~~~~~~~~~ byte_t.c:292:24: note: previous declaration of 'utf8_iso_8859_15' with type 'const encpage_t[]' {aka 'const struct encpage_s[]'} 292 | static const encpage_t utf8_iso_8859_15[]; | ^~~~~~~~~~~~~~~~ byte_t.c:9658:24: warning: duplicate declaration of 'utf8_iso_8859_16' is invalid in C++ [-Wc++-compat] 9658 | static const encpage_t utf8_iso_8859_16[8] = { | ^~~~~~~~~~~~~~~~ byte_t.c:297:24: note: previous declaration of 'utf8_iso_8859_16' with type 'const encpage_t[]' {aka 'const struct encpage_s[]'} 297 | static const encpage_t utf8_iso_8859_16[]; | ^~~~~~~~~~~~~~~~ byte_t.c:9787:24: warning: duplicate declaration of 'utf8_koi8_f' is invalid in C++ [-Wc++-compat] 9787 | static const encpage_t utf8_koi8_f[7] = { | ^~~~~~~~~~~ byte_t.c:302:24: note: previous declaration of 'utf8_koi8_f' with type 'const encpage_t[]' {aka 'const struct encpage_s[]'} 302 | static const encpage_t utf8_koi8_f[]; | ^~~~~~~~~~~ byte_t.c:9932:24: warning: duplicate declaration of 'utf8_koi8_r' is invalid in C++ [-Wc++-compat] 9932 | static const encpage_t utf8_koi8_r[7] = { | ^~~~~~~~~~~ byte_t.c:307:24: note: previous declaration of 'utf8_koi8_r' with type 'const encpage_t[]' {aka 'const struct encpage_s[]'} 307 | static const encpage_t utf8_koi8_r[]; | ^~~~~~~~~~~ byte_t.c:10103:24: warning: duplicate declaration of 'utf8_koi8_u' is invalid in C++ [-Wc++-compat] 10103 | static const encpage_t utf8_koi8_u[8] = { | ^~~~~~~~~~~ byte_t.c:312:24: note: previous declaration of 'utf8_koi8_u' with type 'const encpage_t[]' {aka 'const struct encpage_s[]'} 312 | static const encpage_t utf8_koi8_u[]; | ^~~~~~~~~~~ byte_t.c:10249:24: warning: duplicate declaration of 'utf8_nextstep' is invalid in C++ [-Wc++-compat] 10249 | static const encpage_t utf8_nextstep[10] = { | ^~~~~~~~~~~~~ byte_t.c:317:24: note: previous declaration of 'utf8_nextstep' with type 'const encpage_t[]' {aka 'const struct encpage_s[]'} 317 | static const encpage_t utf8_nextstep[]; | ^~~~~~~~~~~~~ byte_t.c:10394:24: warning: duplicate declaration of 'utf8_viscii' is invalid in C++ [-Wc++-compat] 10394 | static const encpage_t utf8_viscii[12] = { | ^~~~~~~~~~~ byte_t.c:322:24: note: previous declaration of 'utf8_viscii' with type 'const encpage_t[]' {aka 'const struct encpage_s[]'} 322 | static const encpage_t utf8_viscii[]; | ^~~~~~~~~~~ rm -f ../../../lib/auto/Encode/Byte/Byte.so /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -shared -lm Byte.o byte_t.o -o ../../../lib/auto/Encode/Byte/Byte.so \ \ chmod 755 ../../../lib/auto/Encode/Byte/Byte.so make[4]: Leaving directory '/tmp/instance-5/output-1/build/perl-5.36.0/cpan/Encode/Byte' make[4]: Entering directory '/tmp/instance-5/output-1/build/perl-5.36.0/cpan/Encode/CN' cp CN.pm ../../../lib/Encode/CN.pm Running Mkbootstrap for CN () chmod 644 "CN.bs" /tmp/instance-5/output-1/build/perl-5.36.0/cpan/Encode/CN/../../../miniperl_top "-I../../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- CN.bs ../../../lib/auto/Encode/CN/CN.bs 644 "../../../miniperl_top" "-I../../../lib" ../bin/enc2xs -"Q" -o cp_00_t.c -f cp_00_t.fnm Reading cp936 (cp936) "../../../miniperl_top" "-I../../../lib" ../bin/enc2xs -"Q" -o eu_01_t.c -f eu_01_t.fnm Reading euc-cn (euc-cn) "../../../miniperl_top" "-I../../../lib" ../bin/enc2xs -"Q" -o gb_02_t.c -f gb_02_t.fnm Reading gb12345-raw (gb12345-raw) "../../../miniperl_top" "-I../../../lib" ../bin/enc2xs -"Q" -o gb_03_t.c -f gb_03_t.fnm Reading gb2312-raw (gb2312-raw) "../../../miniperl_top" "-I../../../lib" ../bin/enc2xs -"Q" -o ir_04_t.c -f ir_04_t.fnm Reading iso-ir-165 (iso-ir-165) "../../../miniperl_top" "-I../../../lib" ../bin/enc2xs -"Q" -o ma_05_t.c -f ma_05_t.fnm Reading MacChineseSimp (MacChineseSimp) "../../../miniperl_top" "-I../../../lib" "../../../lib/ExtUtils/xsubpp" -noprototypes -nolinenumbers -typemap '/tmp/instance-5/output-1/build/perl-5.36.0/cpan/Encode/CN/../../../lib/ExtUtils/typemap' CN.xs > CN.xsc mv CN.xsc CN.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -c -I./Encode -I../Encode -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -fwrapv -fno-strict-aliasing -DVERSION=\"2.03\" -DXS_VERSION=\"2.03\" -fPIC -Wno-unused-function "-I../../.." CN.c In file included from ../../../perl.h:7247, from CN.c:11: ../../../sv_inline.h:519:1: warning: 'always_inline' function might not be inlinable [-Wattributes] 519 | Perl_newSV_type_mortal(pTHX_ const svtype type) | ^~~~~~~~~~~~~~~~~~~~~~ /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -c -I./Encode -I../Encode -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -fwrapv -fno-strict-aliasing -DVERSION=\"2.03\" -DXS_VERSION=\"2.03\" -fPIC -Wno-unused-function "-I../../.." cp_00_t.c cp_00_t.c:12:24: warning: uninitialized 'const cp936_utf8' is invalid in C++ [-Wc++-compat] 12 | static const encpage_t cp936_utf8[]; | ^~~~~~~~~~ cp_00_t.c:17:24: warning: uninitialized 'const utf8_cp936' is invalid in C++ [-Wc++-compat] 17 | static const encpage_t utf8_cp936[]; | ^~~~~~~~~~ cp_00_t.c:7446:24: warning: duplicate declaration of 'cp936_utf8' is invalid in C++ [-Wc++-compat] 7446 | static const encpage_t cp936_utf8[129] = { | ^~~~~~~~~~ cp_00_t.c:12:24: note: previous declaration of 'cp936_utf8' with type 'const encpage_t[]' {aka 'const struct encpage_s[]'} 12 | static const encpage_t cp936_utf8[]; | ^~~~~~~~~~ cp_00_t.c:11498:24: warning: duplicate declaration of 'utf8_cp936' is invalid in C++ [-Wc++-compat] 11498 | static const encpage_t utf8_cp936[23] = { | ^~~~~~~~~~ cp_00_t.c:17:24: note: previous declaration of 'utf8_cp936' with type 'const encpage_t[]' {aka 'const struct encpage_s[]'} 17 | static const encpage_t utf8_cp936[]; | ^~~~~~~~~~ /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -c -I./Encode -I../Encode -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -fwrapv -fno-strict-aliasing -DVERSION=\"2.03\" -DXS_VERSION=\"2.03\" -fPIC -Wno-unused-function "-I../../.." eu_01_t.c eu_01_t.c:12:24: warning: uninitialized 'const euc_cn_utf8' is invalid in C++ [-Wc++-compat] 12 | static const encpage_t euc_cn_utf8[]; | ^~~~~~~~~~~ eu_01_t.c:17:24: warning: uninitialized 'const utf8_euc_cn' is invalid in C++ [-Wc++-compat] 17 | static const encpage_t utf8_euc_cn[]; | ^~~~~~~~~~~ eu_01_t.c:2508:24: warning: duplicate declaration of 'euc_cn_utf8' is invalid in C++ [-Wc++-compat] 2508 | static const encpage_t euc_cn_utf8[83] = { | ^~~~~~~~~~~ eu_01_t.c:12:24: note: previous declaration of 'euc_cn_utf8' with type 'const encpage_t[]' {aka 'const struct encpage_s[]'} 12 | static const encpage_t euc_cn_utf8[]; | ^~~~~~~~~~~ eu_01_t.c:9090:24: warning: duplicate declaration of 'utf8_euc_cn' is invalid in C++ [-Wc++-compat] 9090 | static const encpage_t utf8_euc_cn[21] = { | ^~~~~~~~~~~ eu_01_t.c:17:24: note: previous declaration of 'utf8_euc_cn' with type 'const encpage_t[]' {aka 'const struct encpage_s[]'} 17 | static const encpage_t utf8_euc_cn[]; | ^~~~~~~~~~~ /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -c -I./Encode -I../Encode -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -fwrapv -fno-strict-aliasing -DVERSION=\"2.03\" -DXS_VERSION=\"2.03\" -fPIC -Wno-unused-function "-I../../.." gb_02_t.c gb_02_t.c:12:24: warning: uninitialized 'const gb12345_raw_utf8' is invalid in C++ [-Wc++-compat] 12 | static const encpage_t gb12345_raw_utf8[]; | ^~~~~~~~~~~~~~~~ gb_02_t.c:17:24: warning: uninitialized 'const utf8_gb12345_raw' is invalid in C++ [-Wc++-compat] 17 | static const encpage_t utf8_gb12345_raw[]; | ^~~~~~~~~~~~~~~~ gb_02_t.c:2411:24: warning: duplicate declaration of 'gb12345_raw_utf8' is invalid in C++ [-Wc++-compat] 2411 | static const encpage_t gb12345_raw_utf8[84] = { | ^~~~~~~~~~~~~~~~ gb_02_t.c:12:24: note: previous declaration of 'gb12345_raw_utf8' with type 'const encpage_t[]' {aka 'const struct encpage_s[]'} 12 | static const encpage_t gb12345_raw_utf8[]; | ^~~~~~~~~~~~~~~~ gb_02_t.c:9798:24: warning: duplicate declaration of 'utf8_gb12345_raw' is invalid in C++ [-Wc++-compat] 9798 | static const encpage_t utf8_gb12345_raw[20] = { | ^~~~~~~~~~~~~~~~ gb_02_t.c:17:24: note: previous declaration of 'utf8_gb12345_raw' with type 'const encpage_t[]' {aka 'const struct encpage_s[]'} 17 | static const encpage_t utf8_gb12345_raw[]; | ^~~~~~~~~~~~~~~~ /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -c -I./Encode -I../Encode -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -fwrapv -fno-strict-aliasing -DVERSION=\"2.03\" -DXS_VERSION=\"2.03\" -fPIC -Wno-unused-function "-I../../.." gb_03_t.c gb_03_t.c:12:24: warning: uninitialized 'const gb2312_raw_utf8' is invalid in C++ [-Wc++-compat] 12 | static const encpage_t gb2312_raw_utf8[]; | ^~~~~~~~~~~~~~~ gb_03_t.c:17:24: warning: uninitialized 'const utf8_gb2312_raw' is invalid in C++ [-Wc++-compat] 17 | static const encpage_t utf8_gb2312_raw[]; | ^~~~~~~~~~~~~~~ gb_03_t.c:2388:24: warning: duplicate declaration of 'gb2312_raw_utf8' is invalid in C++ [-Wc++-compat] 2388 | static const encpage_t gb2312_raw_utf8[82] = { | ^~~~~~~~~~~~~~~ gb_03_t.c:12:24: note: previous declaration of 'gb2312_raw_utf8' with type 'const encpage_t[]' {aka 'const struct encpage_s[]'} 12 | static const encpage_t gb2312_raw_utf8[]; | ^~~~~~~~~~~~~~~ gb_03_t.c:8969:24: warning: duplicate declaration of 'utf8_gb2312_raw' is invalid in C++ [-Wc++-compat] 8969 | static const encpage_t utf8_gb2312_raw[20] = { | ^~~~~~~~~~~~~~~ gb_03_t.c:17:24: note: previous declaration of 'utf8_gb2312_raw' with type 'const encpage_t[]' {aka 'const struct encpage_s[]'} 17 | static const encpage_t utf8_gb2312_raw[]; | ^~~~~~~~~~~~~~~ /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -c -I./Encode -I../Encode -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -fwrapv -fno-strict-aliasing -DVERSION=\"2.03\" -DXS_VERSION=\"2.03\" -fPIC -Wno-unused-function "-I../../.." ir_04_t.c ir_04_t.c:12:24: warning: uninitialized 'const iso_ir_165_utf8' is invalid in C++ [-Wc++-compat] 12 | static const encpage_t iso_ir_165_utf8[]; | ^~~~~~~~~~~~~~~ ir_04_t.c:17:24: warning: uninitialized 'const utf8_iso_ir_165' is invalid in C++ [-Wc++-compat] 17 | static const encpage_t utf8_iso_ir_165[]; | ^~~~~~~~~~~~~~~ ir_04_t.c:2633:24: warning: duplicate declaration of 'iso_ir_165_utf8' is invalid in C++ [-Wc++-compat] 2633 | static const encpage_t iso_ir_165_utf8[91] = { | ^~~~~~~~~~~~~~~ ir_04_t.c:12:24: note: previous declaration of 'iso_ir_165_utf8' with type 'const encpage_t[]' {aka 'const struct encpage_s[]'} 12 | static const encpage_t iso_ir_165_utf8[]; | ^~~~~~~~~~~~~~~ ir_04_t.c:9338:24: warning: duplicate declaration of 'utf8_iso_ir_165' is invalid in C++ [-Wc++-compat] 9338 | static const encpage_t utf8_iso_ir_165[23] = { | ^~~~~~~~~~~~~~~ ir_04_t.c:17:24: note: previous declaration of 'utf8_iso_ir_165' with type 'const encpage_t[]' {aka 'const struct encpage_s[]'} 17 | static const encpage_t utf8_iso_ir_165[]; | ^~~~~~~~~~~~~~~ /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -c -I./Encode -I../Encode -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -fwrapv -fno-strict-aliasing -DVERSION=\"2.03\" -DXS_VERSION=\"2.03\" -fPIC -Wno-unused-function "-I../../.." ma_05_t.c ma_05_t.c:12:24: warning: uninitialized 'const MacChineseSimp_utf8' is invalid in C++ [-Wc++-compat] 12 | static const encpage_t MacChineseSimp_utf8[]; | ^~~~~~~~~~~~~~~~~~~ ma_05_t.c:17:24: warning: uninitialized 'const utf8_MacChineseSimp' is invalid in C++ [-Wc++-compat] 17 | static const encpage_t utf8_MacChineseSimp[]; | ^~~~~~~~~~~~~~~~~~~ ma_05_t.c:2527:24: warning: duplicate declaration of 'MacChineseSimp_utf8' is invalid in C++ [-Wc++-compat] 2527 | static const encpage_t MacChineseSimp_utf8[87] = { | ^~~~~~~~~~~~~~~~~~~ ma_05_t.c:12:24: note: previous declaration of 'MacChineseSimp_utf8' with type 'const encpage_t[]' {aka 'const struct encpage_s[]'} 12 | static const encpage_t MacChineseSimp_utf8[]; | ^~~~~~~~~~~~~~~~~~~ ma_05_t.c:9173:24: warning: duplicate declaration of 'utf8_MacChineseSimp' is invalid in C++ [-Wc++-compat] 9173 | static const encpage_t utf8_MacChineseSimp[23] = { | ^~~~~~~~~~~~~~~~~~~ ma_05_t.c:17:24: note: previous declaration of 'utf8_MacChineseSimp' with type 'const encpage_t[]' {aka 'const struct encpage_s[]'} 17 | static const encpage_t utf8_MacChineseSimp[]; | ^~~~~~~~~~~~~~~~~~~ rm -f ../../../lib/auto/Encode/CN/CN.so /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -shared -lm CN.o cp_00_t.o eu_01_t.o gb_02_t.o gb_03_t.o ir_04_t.o ma_05_t.o -o ../../../lib/auto/Encode/CN/CN.so \ \ chmod 755 ../../../lib/auto/Encode/CN/CN.so make[4]: Leaving directory '/tmp/instance-5/output-1/build/perl-5.36.0/cpan/Encode/CN' make[4]: Entering directory '/tmp/instance-5/output-1/build/perl-5.36.0/cpan/Encode/EBCDIC' cp EBCDIC.pm ../../../lib/Encode/EBCDIC.pm Running Mkbootstrap for EBCDIC () chmod 644 "EBCDIC.bs" /tmp/instance-5/output-1/build/perl-5.36.0/cpan/Encode/EBCDIC/../../../miniperl_top "-I../../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- EBCDIC.bs ../../../lib/auto/Encode/EBCDIC/EBCDIC.bs 644 "../../../miniperl_top" "-I../../../lib" ../bin/enc2xs -"Q" -"O" -o ebcdic_t.c -f ebcdic_t.fnm Reading cp37 (cp37) Reading cp1026 (cp1026) Reading cp1047 (cp1047) Reading cp500 (cp500) Reading cp875 (cp875) Reading posix-bc (posix-bc) "../../../miniperl_top" "-I../../../lib" "../../../lib/ExtUtils/xsubpp" -nolinenumbers -typemap '/tmp/instance-5/output-1/build/perl-5.36.0/cpan/Encode/EBCDIC/../../../lib/ExtUtils/typemap' EBCDIC.xs > EBCDIC.xsc mv EBCDIC.xsc EBCDIC.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -c -I./Encode -I../Encode -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -fwrapv -fno-strict-aliasing -DVERSION=\"2.02\" -DXS_VERSION=\"2.02\" -fPIC -Wno-unused-function "-I../../.." EBCDIC.c In file included from ../../../perl.h:7247, from EBCDIC.c:11: ../../../sv_inline.h:519:1: warning: 'always_inline' function might not be inlinable [-Wattributes] 519 | Perl_newSV_type_mortal(pTHX_ const svtype type) | ^~~~~~~~~~~~~~~~~~~~~~ /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -c -I./Encode -I../Encode -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -fwrapv -fno-strict-aliasing -DVERSION=\"2.02\" -DXS_VERSION=\"2.02\" -fPIC -Wno-unused-function "-I../../.." ebcdic_t.c ebcdic_t.c:12:24: warning: uninitialized 'const utf8_cp1026' is invalid in C++ [-Wc++-compat] 12 | static const encpage_t utf8_cp1026[]; | ^~~~~~~~~~~ ebcdic_t.c:17:24: warning: uninitialized 'const utf8_cp1047' is invalid in C++ [-Wc++-compat] 17 | static const encpage_t utf8_cp1047[]; | ^~~~~~~~~~~ ebcdic_t.c:22:24: warning: uninitialized 'const utf8_cp37' is invalid in C++ [-Wc++-compat] 22 | static const encpage_t utf8_cp37[]; | ^~~~~~~~~ ebcdic_t.c:27:24: warning: uninitialized 'const utf8_cp500' is invalid in C++ [-Wc++-compat] 27 | static const encpage_t utf8_cp500[]; | ^~~~~~~~~~ ebcdic_t.c:32:24: warning: uninitialized 'const utf8_cp875' is invalid in C++ [-Wc++-compat] 32 | static const encpage_t utf8_cp875[]; | ^~~~~~~~~~ ebcdic_t.c:37:24: warning: uninitialized 'const utf8_posix_bc' is invalid in C++ [-Wc++-compat] 37 | static const encpage_t utf8_posix_bc[]; | ^~~~~~~~~~~~~ ebcdic_t.c:259:24: warning: duplicate declaration of 'utf8_cp1026' is invalid in C++ [-Wc++-compat] 259 | static const encpage_t utf8_cp1026[6] = { | ^~~~~~~~~~~ ebcdic_t.c:12:24: note: previous declaration of 'utf8_cp1026' with type 'const encpage_t[]' {aka 'const struct encpage_s[]'} 12 | static const encpage_t utf8_cp1026[]; | ^~~~~~~~~~~ ebcdic_t.c:347:24: warning: duplicate declaration of 'utf8_cp1047' is invalid in C++ [-Wc++-compat] 347 | static const encpage_t utf8_cp1047[4] = { | ^~~~~~~~~~~ ebcdic_t.c:17:24: note: previous declaration of 'utf8_cp1047' with type 'const encpage_t[]' {aka 'const struct encpage_s[]'} 17 | static const encpage_t utf8_cp1047[]; | ^~~~~~~~~~~ ebcdic_t.c:435:24: warning: duplicate declaration of 'utf8_cp37' is invalid in C++ [-Wc++-compat] 435 | static const encpage_t utf8_cp37[4] = { | ^~~~~~~~~ ebcdic_t.c:22:24: note: previous declaration of 'utf8_cp37' with type 'const encpage_t[]' {aka 'const struct encpage_s[]'} 22 | static const encpage_t utf8_cp37[]; | ^~~~~~~~~ ebcdic_t.c:519:24: warning: duplicate declaration of 'utf8_cp500' is invalid in C++ [-Wc++-compat] 519 | static const encpage_t utf8_cp500[4] = { | ^~~~~~~~~~ ebcdic_t.c:27:24: note: previous declaration of 'utf8_cp500' with type 'const encpage_t[]' {aka 'const struct encpage_s[]'} 27 | static const encpage_t utf8_cp500[]; | ^~~~~~~~~~ ebcdic_t.c:641:24: warning: duplicate declaration of 'utf8_cp875' is invalid in C++ [-Wc++-compat] 641 | static const encpage_t utf8_cp875[6] = { | ^~~~~~~~~~ ebcdic_t.c:32:24: note: previous declaration of 'utf8_cp875' with type 'const encpage_t[]' {aka 'const struct encpage_s[]'} 32 | static const encpage_t utf8_cp875[]; | ^~~~~~~~~~ ebcdic_t.c:732:24: warning: duplicate declaration of 'utf8_posix_bc' is invalid in C++ [-Wc++-compat] 732 | static const encpage_t utf8_posix_bc[4] = { | ^~~~~~~~~~~~~ ebcdic_t.c:37:24: note: previous declaration of 'utf8_posix_bc' with type 'const encpage_t[]' {aka 'const struct encpage_s[]'} 37 | static const encpage_t utf8_posix_bc[]; | ^~~~~~~~~~~~~ rm -f ../../../lib/auto/Encode/EBCDIC/EBCDIC.so /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -shared -lm EBCDIC.o ebcdic_t.o -o ../../../lib/auto/Encode/EBCDIC/EBCDIC.so \ \ chmod 755 ../../../lib/auto/Encode/EBCDIC/EBCDIC.so make[4]: Leaving directory '/tmp/instance-5/output-1/build/perl-5.36.0/cpan/Encode/EBCDIC' make[4]: Entering directory '/tmp/instance-5/output-1/build/perl-5.36.0/cpan/Encode/JP' cp JP.pm ../../../lib/Encode/JP.pm Running Mkbootstrap for JP () chmod 644 "JP.bs" /tmp/instance-5/output-1/build/perl-5.36.0/cpan/Encode/JP/../../../miniperl_top "-I../../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- JP.bs ../../../lib/auto/Encode/JP/JP.bs 644 "../../../miniperl_top" "-I../../../lib" ../bin/enc2xs -"Q" -o cp_00_t.c -f cp_00_t.fnm Reading cp932 (cp932) "../../../miniperl_top" "-I../../../lib" ../bin/enc2xs -"Q" -o eu_01_t.c -f eu_01_t.fnm Reading euc-jp (euc-jp) "../../../miniperl_top" "-I../../../lib" ../bin/enc2xs -"Q" -o ji_02_t.c -f ji_02_t.fnm Reading jis0201-raw (jis0201-raw) "../../../miniperl_top" "-I../../../lib" ../bin/enc2xs -"Q" -o ji_03_t.c -f ji_03_t.fnm Reading jis0208-raw (jis0208-raw) "../../../miniperl_top" "-I../../../lib" ../bin/enc2xs -"Q" -o ji_04_t.c -f ji_04_t.fnm Reading jis0212-raw (jis0212-raw) "../../../miniperl_top" "-I../../../lib" ../bin/enc2xs -"Q" -o ma_05_t.c -f ma_05_t.fnm Reading MacJapanese (MacJapanese) "../../../miniperl_top" "-I../../../lib" ../bin/enc2xs -"Q" -o sh_06_t.c -f sh_06_t.fnm Reading shiftjis (shiftjis) "../../../miniperl_top" "-I../../../lib" "../../../lib/ExtUtils/xsubpp" -nolinenumbers -typemap '/tmp/instance-5/output-1/build/perl-5.36.0/cpan/Encode/JP/../../../lib/ExtUtils/typemap' JP.xs > JP.xsc mv JP.xsc JP.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -c -I./Encode -I../Encode -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -fwrapv -fno-strict-aliasing -DVERSION=\"2.05\" -DXS_VERSION=\"2.05\" -fPIC -Wno-unused-function "-I../../.." JP.c In file included from ../../../perl.h:7247, from JP.c:11: ../../../sv_inline.h:519:1: warning: 'always_inline' function might not be inlinable [-Wattributes] 519 | Perl_newSV_type_mortal(pTHX_ const svtype type) | ^~~~~~~~~~~~~~~~~~~~~~ /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -c -I./Encode -I../Encode -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -fwrapv -fno-strict-aliasing -DVERSION=\"2.05\" -DXS_VERSION=\"2.05\" -fPIC -Wno-unused-function "-I../../.." cp_00_t.c cp_00_t.c:12:24: warning: uninitialized 'const cp932_utf8' is invalid in C++ [-Wc++-compat] 12 | static const encpage_t cp932_utf8[]; | ^~~~~~~~~~ cp_00_t.c:17:24: warning: uninitialized 'const utf8_cp932' is invalid in C++ [-Wc++-compat] 17 | static const encpage_t utf8_cp932[]; | ^~~~~~~~~~ cp_00_t.c:2903:24: warning: duplicate declaration of 'cp932_utf8' is invalid in C++ [-Wc++-compat] 2903 | static const encpage_t cp932_utf8[59] = { | ^~~~~~~~~~ cp_00_t.c:12:24: note: previous declaration of 'cp932_utf8' with type 'const encpage_t[]' {aka 'const struct encpage_s[]'} 12 | static const encpage_t cp932_utf8[]; | ^~~~~~~~~~ cp_00_t.c:10498:24: warning: duplicate declaration of 'utf8_cp932' is invalid in C++ [-Wc++-compat] 10498 | static const encpage_t utf8_cp932[18] = { | ^~~~~~~~~~ cp_00_t.c:17:24: note: previous declaration of 'utf8_cp932' with type 'const encpage_t[]' {aka 'const struct encpage_s[]'} 17 | static const encpage_t utf8_cp932[]; | ^~~~~~~~~~ /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -c -I./Encode -I../Encode -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -fwrapv -fno-strict-aliasing -DVERSION=\"2.05\" -DXS_VERSION=\"2.05\" -fPIC -Wno-unused-function "-I../../.." eu_01_t.c eu_01_t.c:12:24: warning: uninitialized 'const euc_jp_utf8' is invalid in C++ [-Wc++-compat] 12 | static const encpage_t euc_jp_utf8[]; | ^~~~~~~~~~~ eu_01_t.c:17:24: warning: uninitialized 'const utf8_euc_jp' is invalid in C++ [-Wc++-compat] 17 | static const encpage_t utf8_euc_jp[]; | ^~~~~~~~~~~ eu_01_t.c:6341:24: warning: duplicate declaration of 'euc_jp_utf8' is invalid in C++ [-Wc++-compat] 6341 | static const encpage_t euc_jp_utf8[98] = { | ^~~~~~~~~~~ eu_01_t.c:12:24: note: previous declaration of 'euc_jp_utf8' with type 'const encpage_t[]' {aka 'const struct encpage_s[]'} 12 | static const encpage_t euc_jp_utf8[]; | ^~~~~~~~~~~ eu_01_t.c:17490:24: warning: duplicate declaration of 'utf8_euc_jp' is invalid in C++ [-Wc++-compat] 17490 | static const encpage_t utf8_euc_jp[21] = { | ^~~~~~~~~~~ eu_01_t.c:17:24: note: previous declaration of 'utf8_euc_jp' with type 'const encpage_t[]' {aka 'const struct encpage_s[]'} 17 | static const encpage_t utf8_euc_jp[]; | ^~~~~~~~~~~ /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -c -I./Encode -I../Encode -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -fwrapv -fno-strict-aliasing -DVERSION=\"2.05\" -DXS_VERSION=\"2.05\" -fPIC -Wno-unused-function "-I../../.." ji_02_t.c ji_02_t.c:12:24: warning: uninitialized 'const utf8_jis0201_raw' is invalid in C++ [-Wc++-compat] 12 | static const encpage_t utf8_jis0201_raw[]; | ^~~~~~~~~~~~~~~~ ji_02_t.c:104:24: warning: duplicate declaration of 'utf8_jis0201_raw' is invalid in C++ [-Wc++-compat] 104 | static const encpage_t utf8_jis0201_raw[6] = { | ^~~~~~~~~~~~~~~~ ji_02_t.c:12:24: note: previous declaration of 'utf8_jis0201_raw' with type 'const encpage_t[]' {aka 'const struct encpage_s[]'} 12 | static const encpage_t utf8_jis0201_raw[]; | ^~~~~~~~~~~~~~~~ /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -c -I./Encode -I../Encode -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -fwrapv -fno-strict-aliasing -DVERSION=\"2.05\" -DXS_VERSION=\"2.05\" -fPIC -Wno-unused-function "-I../../.." ji_03_t.c ji_03_t.c:12:24: warning: uninitialized 'const jis0208_raw_utf8' is invalid in C++ [-Wc++-compat] 12 | static const encpage_t jis0208_raw_utf8[]; | ^~~~~~~~~~~~~~~~ ji_03_t.c:17:24: warning: uninitialized 'const utf8_jis0208_raw' is invalid in C++ [-Wc++-compat] 17 | static const encpage_t utf8_jis0208_raw[]; | ^~~~~~~~~~~~~~~~ ji_03_t.c:2221:24: warning: duplicate declaration of 'jis0208_raw_utf8' is invalid in C++ [-Wc++-compat] 2221 | static const encpage_t jis0208_raw_utf8[78] = { | ^~~~~~~~~~~~~~~~ ji_03_t.c:12:24: note: previous declaration of 'jis0208_raw_utf8' with type 'const encpage_t[]' {aka 'const struct encpage_s[]'} 12 | static const encpage_t jis0208_raw_utf8[]; | ^~~~~~~~~~~~~~~~ ji_03_t.c:9306:24: warning: duplicate declaration of 'utf8_jis0208_raw' is invalid in C++ [-Wc++-compat] 9306 | static const encpage_t utf8_jis0208_raw[16] = { | ^~~~~~~~~~~~~~~~ ji_03_t.c:17:24: note: previous declaration of 'utf8_jis0208_raw' with type 'const encpage_t[]' {aka 'const struct encpage_s[]'} 17 | static const encpage_t utf8_jis0208_raw[]; | ^~~~~~~~~~~~~~~~ /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -c -I./Encode -I../Encode -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -fwrapv -fno-strict-aliasing -DVERSION=\"2.05\" -DXS_VERSION=\"2.05\" -fPIC -Wno-unused-function "-I../../.." ji_04_t.c ji_04_t.c:12:24: warning: uninitialized 'const jis0212_raw_utf8' is invalid in C++ [-Wc++-compat] 12 | static const encpage_t jis0212_raw_utf8[]; | ^~~~~~~~~~~~~~~~ ji_04_t.c:17:24: warning: uninitialized 'const utf8_jis0212_raw' is invalid in C++ [-Wc++-compat] 17 | static const encpage_t utf8_jis0212_raw[]; | ^~~~~~~~~~~~~~~~ ji_04_t.c:1924:24: warning: duplicate declaration of 'jis0212_raw_utf8' is invalid in C++ [-Wc++-compat] 1924 | static const encpage_t jis0212_raw_utf8[69] = { | ^~~~~~~~~~~~~~~~ ji_04_t.c:12:24: note: previous declaration of 'jis0212_raw_utf8' with type 'const encpage_t[]' {aka 'const struct encpage_s[]'} 12 | static const encpage_t jis0212_raw_utf8[]; | ^~~~~~~~~~~~~~~~ ji_04_t.c:8708:24: warning: duplicate declaration of 'utf8_jis0212_raw' is invalid in C++ [-Wc++-compat] 8708 | static const encpage_t utf8_jis0212_raw[19] = { | ^~~~~~~~~~~~~~~~ ji_04_t.c:17:24: note: previous declaration of 'utf8_jis0212_raw' with type 'const encpage_t[]' {aka 'const struct encpage_s[]'} 17 | static const encpage_t utf8_jis0212_raw[]; | ^~~~~~~~~~~~~~~~ /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -c -I./Encode -I../Encode -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -fwrapv -fno-strict-aliasing -DVERSION=\"2.05\" -DXS_VERSION=\"2.05\" -fPIC -Wno-unused-function "-I../../.." ma_05_t.c ma_05_t.c:12:24: warning: uninitialized 'const MacJapanese_utf8' is invalid in C++ [-Wc++-compat] 12 | static const encpage_t MacJapanese_utf8[]; | ^~~~~~~~~~~~~~~~ ma_05_t.c:17:24: warning: uninitialized 'const utf8_MacJapanese' is invalid in C++ [-Wc++-compat] 17 | static const encpage_t utf8_MacJapanese[]; | ^~~~~~~~~~~~~~~~ ma_05_t.c:2311:24: warning: duplicate declaration of 'MacJapanese_utf8' is invalid in C++ [-Wc++-compat] 2311 | static const encpage_t MacJapanese_utf8[54] = { | ^~~~~~~~~~~~~~~~ ma_05_t.c:12:24: note: previous declaration of 'MacJapanese_utf8' with type 'const encpage_t[]' {aka 'const struct encpage_s[]'} 12 | static const encpage_t MacJapanese_utf8[]; | ^~~~~~~~~~~~~~~~ ma_05_t.c:9549:24: warning: duplicate declaration of 'utf8_MacJapanese' is invalid in C++ [-Wc++-compat] 9549 | static const encpage_t utf8_MacJapanese[17] = { | ^~~~~~~~~~~~~~~~ ma_05_t.c:17:24: note: previous declaration of 'utf8_MacJapanese' with type 'const encpage_t[]' {aka 'const struct encpage_s[]'} 17 | static const encpage_t utf8_MacJapanese[]; | ^~~~~~~~~~~~~~~~ /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -c -I./Encode -I../Encode -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -fwrapv -fno-strict-aliasing -DVERSION=\"2.05\" -DXS_VERSION=\"2.05\" -fPIC -Wno-unused-function "-I../../.." sh_06_t.c sh_06_t.c:12:24: warning: uninitialized 'const shiftjis_utf8' is invalid in C++ [-Wc++-compat] 12 | static const encpage_t shiftjis_utf8[]; | ^~~~~~~~~~~~~ sh_06_t.c:17:24: warning: uninitialized 'const utf8_shiftjis' is invalid in C++ [-Wc++-compat] 17 | static const encpage_t utf8_shiftjis[]; | ^~~~~~~~~~~~~ sh_06_t.c:2112:24: warning: duplicate declaration of 'shiftjis_utf8' is invalid in C++ [-Wc++-compat] 2112 | static const encpage_t shiftjis_utf8[42] = { | ^~~~~~~~~~~~~ sh_06_t.c:12:24: note: previous declaration of 'shiftjis_utf8' with type 'const encpage_t[]' {aka 'const struct encpage_s[]'} 12 | static const encpage_t shiftjis_utf8[]; | ^~~~~~~~~~~~~ sh_06_t.c:9171:24: warning: duplicate declaration of 'utf8_shiftjis' is invalid in C++ [-Wc++-compat] 9171 | static const encpage_t utf8_shiftjis[17] = { | ^~~~~~~~~~~~~ sh_06_t.c:17:24: note: previous declaration of 'utf8_shiftjis' with type 'const encpage_t[]' {aka 'const struct encpage_s[]'} 17 | static const encpage_t utf8_shiftjis[]; | ^~~~~~~~~~~~~ rm -f ../../../lib/auto/Encode/JP/JP.so /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -shared -lm JP.o cp_00_t.o eu_01_t.o ji_02_t.o ji_03_t.o ji_04_t.o ma_05_t.o sh_06_t.o -o ../../../lib/auto/Encode/JP/JP.so \ \ chmod 755 ../../../lib/auto/Encode/JP/JP.so make[4]: Leaving directory '/tmp/instance-5/output-1/build/perl-5.36.0/cpan/Encode/JP' make[4]: Entering directory '/tmp/instance-5/output-1/build/perl-5.36.0/cpan/Encode/KR' cp KR.pm ../../../lib/Encode/KR.pm Running Mkbootstrap for KR () chmod 644 "KR.bs" /tmp/instance-5/output-1/build/perl-5.36.0/cpan/Encode/KR/../../../miniperl_top "-I../../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- KR.bs ../../../lib/auto/Encode/KR/KR.bs 644 "../../../miniperl_top" "-I../../../lib" ../bin/enc2xs -"Q" -o cp_00_t.c -f cp_00_t.fnm Reading cp949 (cp949) "../../../miniperl_top" "-I../../../lib" ../bin/enc2xs -"Q" -o eu_01_t.c -f eu_01_t.fnm Reading euc-kr (euc-kr) "../../../miniperl_top" "-I../../../lib" ../bin/enc2xs -"Q" -o jo_02_t.c -f jo_02_t.fnm Reading johab (johab) "../../../miniperl_top" "-I../../../lib" ../bin/enc2xs -"Q" -o ks_03_t.c -f ks_03_t.fnm Reading ksc5601-raw (ksc5601-raw) "../../../miniperl_top" "-I../../../lib" ../bin/enc2xs -"Q" -o ma_04_t.c -f ma_04_t.fnm Reading MacKorean (MacKorean) "../../../miniperl_top" "-I../../../lib" "../../../lib/ExtUtils/xsubpp" -nolinenumbers -typemap '/tmp/instance-5/output-1/build/perl-5.36.0/cpan/Encode/KR/../../../lib/ExtUtils/typemap' KR.xs > KR.xsc mv KR.xsc KR.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -c -I./Encode -I../Encode -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -fwrapv -fno-strict-aliasing -DVERSION=\"2.03\" -DXS_VERSION=\"2.03\" -fPIC -Wno-unused-function "-I../../.." KR.c In file included from ../../../perl.h:7247, from KR.c:11: ../../../sv_inline.h:519:1: warning: 'always_inline' function might not be inlinable [-Wattributes] 519 | Perl_newSV_type_mortal(pTHX_ const svtype type) | ^~~~~~~~~~~~~~~~~~~~~~ /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -c -I./Encode -I../Encode -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -fwrapv -fno-strict-aliasing -DVERSION=\"2.03\" -DXS_VERSION=\"2.03\" -fPIC -Wno-unused-function "-I../../.." cp_00_t.c cp_00_t.c:12:24: warning: uninitialized 'const cp949_utf8' is invalid in C++ [-Wc++-compat] 12 | static const encpage_t cp949_utf8[]; | ^~~~~~~~~~ cp_00_t.c:17:24: warning: uninitialized 'const utf8_cp949' is invalid in C++ [-Wc++-compat] 17 | static const encpage_t utf8_cp949[]; | ^~~~~~~~~~ cp_00_t.c:5583:24: warning: duplicate declaration of 'cp949_utf8' is invalid in C++ [-Wc++-compat] 5583 | static const encpage_t cp949_utf8[129] = { | ^~~~~~~~~~ cp_00_t.c:12:24: note: previous declaration of 'cp949_utf8' with type 'const encpage_t[]' {aka 'const struct encpage_s[]'} 12 | static const encpage_t cp949_utf8[]; | ^~~~~~~~~~ cp_00_t.c:13928:24: warning: duplicate declaration of 'utf8_cp949' is invalid in C++ [-Wc++-compat] 13928 | static const encpage_t utf8_cp949[26] = { | ^~~~~~~~~~ cp_00_t.c:17:24: note: previous declaration of 'utf8_cp949' with type 'const encpage_t[]' {aka 'const struct encpage_s[]'} 17 | static const encpage_t utf8_cp949[]; | ^~~~~~~~~~ /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -c -I./Encode -I../Encode -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -fwrapv -fno-strict-aliasing -DVERSION=\"2.03\" -DXS_VERSION=\"2.03\" -fPIC -Wno-unused-function "-I../../.." eu_01_t.c eu_01_t.c:12:24: warning: uninitialized 'const euc_kr_utf8' is invalid in C++ [-Wc++-compat] 12 | static const encpage_t euc_kr_utf8[]; | ^~~~~~~~~~~ eu_01_t.c:17:24: warning: uninitialized 'const utf8_euc_kr' is invalid in C++ [-Wc++-compat] 17 | static const encpage_t utf8_euc_kr[]; | ^~~~~~~~~~~ eu_01_t.c:2704:24: warning: duplicate declaration of 'euc_kr_utf8' is invalid in C++ [-Wc++-compat] 2704 | static const encpage_t euc_kr_utf8[91] = { | ^~~~~~~~~~~ eu_01_t.c:12:24: note: previous declaration of 'euc_kr_utf8' with type 'const encpage_t[]' {aka 'const struct encpage_s[]'} 12 | static const encpage_t euc_kr_utf8[]; | ^~~~~~~~~~~ eu_01_t.c:12281:24: warning: duplicate declaration of 'utf8_euc_kr' is invalid in C++ [-Wc++-compat] 12281 | static const encpage_t utf8_euc_kr[24] = { | ^~~~~~~~~~~ eu_01_t.c:17:24: note: previous declaration of 'utf8_euc_kr' with type 'const encpage_t[]' {aka 'const struct encpage_s[]'} 17 | static const encpage_t utf8_euc_kr[]; | ^~~~~~~~~~~ /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -c -I./Encode -I../Encode -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -fwrapv -fno-strict-aliasing -DVERSION=\"2.03\" -DXS_VERSION=\"2.03\" -fPIC -Wno-unused-function "-I../../.." jo_02_t.c jo_02_t.c:12:24: warning: uninitialized 'const johab_utf8' is invalid in C++ [-Wc++-compat] 12 | static const encpage_t johab_utf8[]; | ^~~~~~~~~~ jo_02_t.c:17:24: warning: uninitialized 'const utf8_johab' is invalid in C++ [-Wc++-compat] 17 | static const encpage_t utf8_johab[]; | ^~~~~~~~~~ jo_02_t.c:6091:24: warning: duplicate declaration of 'johab_utf8' is invalid in C++ [-Wc++-compat] 6091 | static const encpage_t johab_utf8[114] = { | ^~~~~~~~~~ jo_02_t.c:12:24: note: previous declaration of 'johab_utf8' with type 'const encpage_t[]' {aka 'const struct encpage_s[]'} 12 | static const encpage_t johab_utf8[]; | ^~~~~~~~~~ jo_02_t.c:14243:24: warning: duplicate declaration of 'utf8_johab' is invalid in C++ [-Wc++-compat] 14243 | static const encpage_t utf8_johab[24] = { | ^~~~~~~~~~ jo_02_t.c:17:24: note: previous declaration of 'utf8_johab' with type 'const encpage_t[]' {aka 'const struct encpage_s[]'} 17 | static const encpage_t utf8_johab[]; | ^~~~~~~~~~ /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -c -I./Encode -I../Encode -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -fwrapv -fno-strict-aliasing -DVERSION=\"2.03\" -DXS_VERSION=\"2.03\" -fPIC -Wno-unused-function "-I../../.." ks_03_t.c ks_03_t.c:12:24: warning: uninitialized 'const ksc5601_raw_utf8' is invalid in C++ [-Wc++-compat] 12 | static const encpage_t ksc5601_raw_utf8[]; | ^~~~~~~~~~~~~~~~ ks_03_t.c:17:24: warning: uninitialized 'const utf8_ksc5601_raw' is invalid in C++ [-Wc++-compat] 17 | static const encpage_t utf8_ksc5601_raw[]; | ^~~~~~~~~~~~~~~~ ks_03_t.c:2591:24: warning: duplicate declaration of 'ksc5601_raw_utf8' is invalid in C++ [-Wc++-compat] 2591 | static const encpage_t ksc5601_raw_utf8[90] = { | ^~~~~~~~~~~~~~~~ ks_03_t.c:12:24: note: previous declaration of 'ksc5601_raw_utf8' with type 'const encpage_t[]' {aka 'const struct encpage_s[]'} 12 | static const encpage_t ksc5601_raw_utf8[]; | ^~~~~~~~~~~~~~~~ ks_03_t.c:12167:24: warning: duplicate declaration of 'utf8_ksc5601_raw' is invalid in C++ [-Wc++-compat] 12167 | static const encpage_t utf8_ksc5601_raw[23] = { | ^~~~~~~~~~~~~~~~ ks_03_t.c:17:24: note: previous declaration of 'utf8_ksc5601_raw' with type 'const encpage_t[]' {aka 'const struct encpage_s[]'} 17 | static const encpage_t utf8_ksc5601_raw[]; | ^~~~~~~~~~~~~~~~ /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -c -I./Encode -I../Encode -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -fwrapv -fno-strict-aliasing -DVERSION=\"2.03\" -DXS_VERSION=\"2.03\" -fPIC -Wno-unused-function "-I../../.." ma_04_t.c ma_04_t.c:12:24: warning: uninitialized 'const MacKorean_utf8' is invalid in C++ [-Wc++-compat] 12 | static const encpage_t MacKorean_utf8[]; | ^~~~~~~~~~~~~~ ma_04_t.c:17:24: warning: uninitialized 'const utf8_MacKorean' is invalid in C++ [-Wc++-compat] 17 | static const encpage_t utf8_MacKorean[]; | ^~~~~~~~~~~~~~ ma_04_t.c:3272:24: warning: duplicate declaration of 'MacKorean_utf8' is invalid in C++ [-Wc++-compat] 3272 | static const encpage_t MacKorean_utf8[97] = { | ^~~~~~~~~~~~~~ ma_04_t.c:12:24: note: previous declaration of 'MacKorean_utf8' with type 'const encpage_t[]' {aka 'const struct encpage_s[]'} 12 | static const encpage_t MacKorean_utf8[]; | ^~~~~~~~~~~~~~ ma_04_t.c:13074:24: warning: duplicate declaration of 'utf8_MacKorean' is invalid in C++ [-Wc++-compat] 13074 | static const encpage_t utf8_MacKorean[25] = { | ^~~~~~~~~~~~~~ ma_04_t.c:17:24: note: previous declaration of 'utf8_MacKorean' with type 'const encpage_t[]' {aka 'const struct encpage_s[]'} 17 | static const encpage_t utf8_MacKorean[]; | ^~~~~~~~~~~~~~ rm -f ../../../lib/auto/Encode/KR/KR.so /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -shared -lm KR.o cp_00_t.o eu_01_t.o jo_02_t.o ks_03_t.o ma_04_t.o -o ../../../lib/auto/Encode/KR/KR.so \ \ chmod 755 ../../../lib/auto/Encode/KR/KR.so make[4]: Leaving directory '/tmp/instance-5/output-1/build/perl-5.36.0/cpan/Encode/KR' make[4]: Entering directory '/tmp/instance-5/output-1/build/perl-5.36.0/cpan/Encode/Symbol' cp Symbol.pm ../../../lib/Encode/Symbol.pm Running Mkbootstrap for Symbol () chmod 644 "Symbol.bs" /tmp/instance-5/output-1/build/perl-5.36.0/cpan/Encode/Symbol/../../../miniperl_top "-I../../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- Symbol.bs ../../../lib/auto/Encode/Symbol/Symbol.bs 644 "../../../miniperl_top" "-I../../../lib" ../bin/enc2xs -"Q" -"O" -o symbol_t.c -f symbol_t.fnm Reading AdobeSymbol (AdobeSymbol) Reading AdobeZdingbat (AdobeZdingbat) Reading dingbats (dingbats) Reading MacDingbats (MacDingbats) Reading MacSymbol (MacSymbol) Reading symbol (symbol) "../../../miniperl_top" "-I../../../lib" "../../../lib/ExtUtils/xsubpp" -nolinenumbers -typemap '/tmp/instance-5/output-1/build/perl-5.36.0/cpan/Encode/Symbol/../../../lib/ExtUtils/typemap' Symbol.xs > Symbol.xsc mv Symbol.xsc Symbol.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -c -I./Encode -I../Encode -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -fwrapv -fno-strict-aliasing -DVERSION=\"2.02\" -DXS_VERSION=\"2.02\" -fPIC -Wno-unused-function "-I../../.." Symbol.c In file included from ../../../perl.h:7247, from Symbol.c:11: ../../../sv_inline.h:519:1: warning: 'always_inline' function might not be inlinable [-Wattributes] 519 | Perl_newSV_type_mortal(pTHX_ const svtype type) | ^~~~~~~~~~~~~~~~~~~~~~ /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -c -I./Encode -I../Encode -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -fwrapv -fno-strict-aliasing -DVERSION=\"2.02\" -DXS_VERSION=\"2.02\" -fPIC -Wno-unused-function "-I../../.." symbol_t.c symbol_t.c:12:24: warning: uninitialized 'const utf8_AdobeSymbol' is invalid in C++ [-Wc++-compat] 12 | static const encpage_t utf8_AdobeSymbol[]; | ^~~~~~~~~~~~~~~~ symbol_t.c:17:24: warning: uninitialized 'const utf8_AdobeZdingbat' is invalid in C++ [-Wc++-compat] 17 | static const encpage_t utf8_AdobeZdingbat[]; | ^~~~~~~~~~~~~~~~~~ symbol_t.c:22:24: warning: uninitialized 'const utf8_MacDingbats' is invalid in C++ [-Wc++-compat] 22 | static const encpage_t utf8_MacDingbats[]; | ^~~~~~~~~~~~~~~~ symbol_t.c:27:24: warning: uninitialized 'const utf8_MacSymbol' is invalid in C++ [-Wc++-compat] 27 | static const encpage_t utf8_MacSymbol[]; | ^~~~~~~~~~~~~~ symbol_t.c:32:24: warning: uninitialized 'const utf8_dingbats' is invalid in C++ [-Wc++-compat] 32 | static const encpage_t utf8_dingbats[]; | ^~~~~~~~~~~~~ symbol_t.c:37:24: warning: uninitialized 'const utf8_symbol' is invalid in C++ [-Wc++-compat] 37 | static const encpage_t utf8_symbol[]; | ^~~~~~~~~~~ symbol_t.c:414:24: warning: duplicate declaration of 'utf8_AdobeSymbol' is invalid in C++ [-Wc++-compat] 414 | static const encpage_t utf8_AdobeSymbol[18] = { | ^~~~~~~~~~~~~~~~ symbol_t.c:12:24: note: previous declaration of 'utf8_AdobeSymbol' with type 'const encpage_t[]' {aka 'const struct encpage_s[]'} 12 | static const encpage_t utf8_AdobeSymbol[]; | ^~~~~~~~~~~~~~~~ symbol_t.c:583:24: warning: duplicate declaration of 'utf8_AdobeZdingbat' is invalid in C++ [-Wc++-compat] 583 | static const encpage_t utf8_AdobeZdingbat[5] = { | ^~~~~~~~~~~~~~~~~~ symbol_t.c:17:24: note: previous declaration of 'utf8_AdobeZdingbat' with type 'const encpage_t[]' {aka 'const struct encpage_s[]'} 17 | static const encpage_t utf8_AdobeZdingbat[]; | ^~~~~~~~~~~~~~~~~~ symbol_t.c:714:24: warning: duplicate declaration of 'utf8_MacDingbats' is invalid in C++ [-Wc++-compat] 714 | static const encpage_t utf8_MacDingbats[3] = { | ^~~~~~~~~~~~~~~~ symbol_t.c:22:24: note: previous declaration of 'utf8_MacDingbats' with type 'const encpage_t[]' {aka 'const struct encpage_s[]'} 22 | static const encpage_t utf8_MacDingbats[]; | ^~~~~~~~~~~~~~~~ symbol_t.c:1004:24: warning: duplicate declaration of 'utf8_MacSymbol' is invalid in C++ [-Wc++-compat] 1004 | static const encpage_t utf8_MacSymbol[19] = { | ^~~~~~~~~~~~~~ symbol_t.c:27:24: note: previous declaration of 'utf8_MacSymbol' with type 'const encpage_t[]' {aka 'const struct encpage_s[]'} 27 | static const encpage_t utf8_MacSymbol[]; | ^~~~~~~~~~~~~~ symbol_t.c:1159:24: warning: duplicate declaration of 'utf8_dingbats' is invalid in C++ [-Wc++-compat] 1159 | static const encpage_t utf8_dingbats[5] = { | ^~~~~~~~~~~~~ symbol_t.c:32:24: note: previous declaration of 'utf8_dingbats' with type 'const encpage_t[]' {aka 'const struct encpage_s[]'} 32 | static const encpage_t utf8_dingbats[]; | ^~~~~~~~~~~~~ symbol_t.c:1416:24: warning: duplicate declaration of 'utf8_symbol' is invalid in C++ [-Wc++-compat] 1416 | static const encpage_t utf8_symbol[19] = { | ^~~~~~~~~~~ symbol_t.c:37:24: note: previous declaration of 'utf8_symbol' with type 'const encpage_t[]' {aka 'const struct encpage_s[]'} 37 | static const encpage_t utf8_symbol[]; | ^~~~~~~~~~~ rm -f ../../../lib/auto/Encode/Symbol/Symbol.so /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -shared -lm Symbol.o symbol_t.o -o ../../../lib/auto/Encode/Symbol/Symbol.so \ \ chmod 755 ../../../lib/auto/Encode/Symbol/Symbol.so make[4]: Leaving directory '/tmp/instance-5/output-1/build/perl-5.36.0/cpan/Encode/Symbol' make[4]: Entering directory '/tmp/instance-5/output-1/build/perl-5.36.0/cpan/Encode/TW' cp TW.pm ../../../lib/Encode/TW.pm Running Mkbootstrap for TW () chmod 644 "TW.bs" /tmp/instance-5/output-1/build/perl-5.36.0/cpan/Encode/TW/../../../miniperl_top "-I../../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- TW.bs ../../../lib/auto/Encode/TW/TW.bs 644 "../../../miniperl_top" "-I../../../lib" ../bin/enc2xs -"Q" -o bi_00_t.c -f bi_00_t.fnm Reading big5-eten (big5-eten) "../../../miniperl_top" "-I../../../lib" ../bin/enc2xs -"Q" -o bi_01_t.c -f bi_01_t.fnm Reading big5-hkscs (big5-hkscs) "../../../miniperl_top" "-I../../../lib" ../bin/enc2xs -"Q" -o cp_02_t.c -f cp_02_t.fnm Reading cp950 (cp950) "../../../miniperl_top" "-I../../../lib" ../bin/enc2xs -"Q" -o ma_03_t.c -f ma_03_t.fnm Reading MacChineseTrad (MacChineseTrad) "../../../miniperl_top" "-I../../../lib" "../../../lib/ExtUtils/xsubpp" -nolinenumbers -typemap '/tmp/instance-5/output-1/build/perl-5.36.0/cpan/Encode/TW/../../../lib/ExtUtils/typemap' TW.xs > TW.xsc mv TW.xsc TW.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -c -I./Encode -I../Encode -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -fwrapv -fno-strict-aliasing -DVERSION=\"2.03\" -DXS_VERSION=\"2.03\" -fPIC -Wno-unused-function "-I../../.." TW.c In file included from ../../../perl.h:7247, from TW.c:11: ../../../sv_inline.h:519:1: warning: 'always_inline' function might not be inlinable [-Wattributes] 519 | Perl_newSV_type_mortal(pTHX_ const svtype type) | ^~~~~~~~~~~~~~~~~~~~~~ /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -c -I./Encode -I../Encode -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -fwrapv -fno-strict-aliasing -DVERSION=\"2.03\" -DXS_VERSION=\"2.03\" -fPIC -Wno-unused-function "-I../../.." bi_00_t.c bi_00_t.c:12:24: warning: uninitialized 'const big5_eten_utf8' is invalid in C++ [-Wc++-compat] 12 | static const encpage_t big5_eten_utf8[]; | ^~~~~~~~~~~~~~ bi_00_t.c:17:24: warning: uninitialized 'const utf8_big5_eten' is invalid in C++ [-Wc++-compat] 17 | static const encpage_t utf8_big5_eten[]; | ^~~~~~~~~~~~~~ bi_00_t.c:4402:24: warning: duplicate declaration of 'big5_eten_utf8' is invalid in C++ [-Wc++-compat] 4402 | static const encpage_t big5_eten_utf8[91] = { | ^~~~~~~~~~~~~~ bi_00_t.c:12:24: note: previous declaration of 'big5_eten_utf8' with type 'const encpage_t[]' {aka 'const struct encpage_s[]'} 12 | static const encpage_t big5_eten_utf8[]; | ^~~~~~~~~~~~~~ bi_00_t.c:11604:24: warning: duplicate declaration of 'utf8_big5_eten' is invalid in C++ [-Wc++-compat] 11604 | static const encpage_t utf8_big5_eten[22] = { | ^~~~~~~~~~~~~~ bi_00_t.c:17:24: note: previous declaration of 'utf8_big5_eten' with type 'const encpage_t[]' {aka 'const struct encpage_s[]'} 17 | static const encpage_t utf8_big5_eten[]; | ^~~~~~~~~~~~~~ /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -c -I./Encode -I../Encode -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -fwrapv -fno-strict-aliasing -DVERSION=\"2.03\" -DXS_VERSION=\"2.03\" -fPIC -Wno-unused-function "-I../../.." bi_01_t.c bi_01_t.c:12:24: warning: uninitialized 'const big5_hkscs_utf8' is invalid in C++ [-Wc++-compat] 12 | static const encpage_t big5_hkscs_utf8[]; | ^~~~~~~~~~~~~~~ bi_01_t.c:17:24: warning: uninitialized 'const utf8_big5_hkscs' is invalid in C++ [-Wc++-compat] 17 | static const encpage_t utf8_big5_hkscs[]; | ^~~~~~~~~~~~~~~ bi_01_t.c:6026:24: warning: duplicate declaration of 'big5_hkscs_utf8' is invalid in C++ [-Wc++-compat] 6026 | static const encpage_t big5_hkscs_utf8[121] = { | ^~~~~~~~~~~~~~~ bi_01_t.c:12:24: note: previous declaration of 'big5_hkscs_utf8' with type 'const encpage_t[]' {aka 'const struct encpage_s[]'} 12 | static const encpage_t big5_hkscs_utf8[]; | ^~~~~~~~~~~~~~~ bi_01_t.c:20930:24: warning: duplicate declaration of 'utf8_big5_hkscs' is invalid in C++ [-Wc++-compat] 20930 | static const encpage_t utf8_big5_hkscs[26] = { | ^~~~~~~~~~~~~~~ bi_01_t.c:17:24: note: previous declaration of 'utf8_big5_hkscs' with type 'const encpage_t[]' {aka 'const struct encpage_s[]'} 17 | static const encpage_t utf8_big5_hkscs[]; | ^~~~~~~~~~~~~~~ /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -c -I./Encode -I../Encode -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -fwrapv -fno-strict-aliasing -DVERSION=\"2.03\" -DXS_VERSION=\"2.03\" -fPIC -Wno-unused-function "-I../../.." cp_02_t.c cp_02_t.c:12:24: warning: uninitialized 'const cp950_utf8' is invalid in C++ [-Wc++-compat] 12 | static const encpage_t cp950_utf8[]; | ^~~~~~~~~~ cp_02_t.c:17:24: warning: uninitialized 'const utf8_cp950' is invalid in C++ [-Wc++-compat] 17 | static const encpage_t utf8_cp950[]; | ^~~~~~~~~~ cp_02_t.c:6279:24: warning: duplicate declaration of 'cp950_utf8' is invalid in C++ [-Wc++-compat] 6279 | static const encpage_t cp950_utf8[129] = { | ^~~~~~~~~~ cp_02_t.c:12:24: note: previous declaration of 'cp950_utf8' with type 'const encpage_t[]' {aka 'const struct encpage_s[]'} 12 | static const encpage_t cp950_utf8[]; | ^~~~~~~~~~ cp_02_t.c:14271:24: warning: duplicate declaration of 'utf8_cp950' is invalid in C++ [-Wc++-compat] 14271 | static const encpage_t utf8_cp950[18] = { | ^~~~~~~~~~ cp_02_t.c:17:24: note: previous declaration of 'utf8_cp950' with type 'const encpage_t[]' {aka 'const struct encpage_s[]'} 17 | static const encpage_t utf8_cp950[]; | ^~~~~~~~~~ /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -c -I./Encode -I../Encode -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -fwrapv -fno-strict-aliasing -DVERSION=\"2.03\" -DXS_VERSION=\"2.03\" -fPIC -Wno-unused-function "-I../../.." ma_03_t.c ma_03_t.c:12:24: warning: uninitialized 'const MacChineseTrad_utf8' is invalid in C++ [-Wc++-compat] 12 | static const encpage_t MacChineseTrad_utf8[]; | ^~~~~~~~~~~~~~~~~~~ ma_03_t.c:17:24: warning: uninitialized 'const utf8_MacChineseTrad' is invalid in C++ [-Wc++-compat] 17 | static const encpage_t utf8_MacChineseTrad[]; | ^~~~~~~~~~~~~~~~~~~ ma_03_t.c:4283:24: warning: duplicate declaration of 'MacChineseTrad_utf8' is invalid in C++ [-Wc++-compat] 4283 | static const encpage_t MacChineseTrad_utf8[93] = { | ^~~~~~~~~~~~~~~~~~~ ma_03_t.c:12:24: note: previous declaration of 'MacChineseTrad_utf8' with type 'const encpage_t[]' {aka 'const struct encpage_s[]'} 12 | static const encpage_t MacChineseTrad_utf8[]; | ^~~~~~~~~~~~~~~~~~~ ma_03_t.c:11223:24: warning: duplicate declaration of 'utf8_MacChineseTrad' is invalid in C++ [-Wc++-compat] 11223 | static const encpage_t utf8_MacChineseTrad[16] = { | ^~~~~~~~~~~~~~~~~~~ ma_03_t.c:17:24: note: previous declaration of 'utf8_MacChineseTrad' with type 'const encpage_t[]' {aka 'const struct encpage_s[]'} 17 | static const encpage_t utf8_MacChineseTrad[]; | ^~~~~~~~~~~~~~~~~~~ rm -f ../../../lib/auto/Encode/TW/TW.so /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -shared -lm TW.o bi_00_t.o bi_01_t.o cp_02_t.o ma_03_t.o -o ../../../lib/auto/Encode/TW/TW.so \ \ chmod 755 ../../../lib/auto/Encode/TW/TW.so make[4]: Leaving directory '/tmp/instance-5/output-1/build/perl-5.36.0/cpan/Encode/TW' make[4]: Entering directory '/tmp/instance-5/output-1/build/perl-5.36.0/cpan/Encode/Unicode' cp Unicode.pm ../../../lib/Encode/Unicode.pm Running Mkbootstrap for Unicode () chmod 644 "Unicode.bs" /tmp/instance-5/output-1/build/perl-5.36.0/cpan/Encode/Unicode/../../../miniperl_top "-I../../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- Unicode.bs ../../../lib/auto/Encode/Unicode/Unicode.bs 644 "../../../miniperl_top" "-I../../../lib" "../../../lib/ExtUtils/xsubpp" -typemap '/tmp/instance-5/output-1/build/perl-5.36.0/cpan/Encode/Unicode/../../../lib/ExtUtils/typemap' Unicode.xs > Unicode.xsc mv Unicode.xsc Unicode.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -c -I./Encode -I../Encode -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -fwrapv -fno-strict-aliasing -DVERSION=\"2.20\" -DXS_VERSION=\"2.20\" -fPIC -Wno-unused-function "-I../../.." Unicode.c In file included from ../../../perl.h:7247, from Unicode.xs:9: ../../../sv_inline.h:519:1: warning: 'always_inline' function might not be inlinable [-Wattributes] 519 | Perl_newSV_type_mortal(pTHX_ const svtype type) | ^~~~~~~~~~~~~~~~~~~~~~ rm -f ../../../lib/auto/Encode/Unicode/Unicode.so /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -shared -lm Unicode.o -o ../../../lib/auto/Encode/Unicode/Unicode.so \ \ chmod 755 ../../../lib/auto/Encode/Unicode/Unicode.so make[4]: Leaving directory '/tmp/instance-5/output-1/build/perl-5.36.0/cpan/Encode/Unicode' Running Mkbootstrap for Encode () chmod 644 "Encode.bs" /tmp/instance-5/output-1/build/perl-5.36.0/cpan/Encode/../../miniperl_top "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- Encode.bs ../../lib/auto/Encode/Encode.bs 644 "../../miniperl_top" "-I../../lib" "../../lib/ExtUtils/xsubpp" -typemap '/tmp/instance-5/output-1/build/perl-5.36.0/cpan/Encode/../../lib/ExtUtils/typemap' Encode.xs > Encode.xsc mv Encode.xsc Encode.c "../../miniperl_top" "-I../../lib" bin/enc2xs -"Q" -"O" -o def_t.c -f def_t.fnm Reading iso-8859-1 (iso-8859-1) Reading ascii (ascii) Reading cp1252 (cp1252) Reading ascii-ctrl (ascii-ctrl) Reading null (null) /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -c -I./Encode -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -fwrapv -fno-strict-aliasing -DVERSION=\"3.17\" -DXS_VERSION=\"3.17\" -fPIC -Wno-unused-function "-I../.." Encode.c In file included from ../../perl.h:7247, from Encode.xs:8: ../../sv_inline.h:519:1: warning: 'always_inline' function might not be inlinable [-Wattributes] 519 | Perl_newSV_type_mortal(pTHX_ const svtype type) | ^~~~~~~~~~~~~~~~~~~~~~ /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -c -I./Encode -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -fwrapv -fno-strict-aliasing -DVERSION=\"3.17\" -DXS_VERSION=\"3.17\" -fPIC -Wno-unused-function "-I../.." def_t.c def_t.c:12:24: warning: uninitialized 'const utf8_cp1252' is invalid in C++ [-Wc++-compat] 12 | static const encpage_t utf8_cp1252[]; | ^~~~~~~~~~~ def_t.c:17:24: warning: uninitialized 'const utf8_iso_8859_1' is invalid in C++ [-Wc++-compat] 17 | static const encpage_t utf8_iso_8859_1[]; | ^~~~~~~~~~~~~~~ def_t.c:204:24: warning: duplicate declaration of 'utf8_cp1252' is invalid in C++ [-Wc++-compat] 204 | static const encpage_t utf8_cp1252[8] = { | ^~~~~~~~~~~ def_t.c:12:24: note: previous declaration of 'utf8_cp1252' with type 'const encpage_t[]' {aka 'const struct encpage_s[]'} 12 | static const encpage_t utf8_cp1252[]; | ^~~~~~~~~~~ def_t.c:242:24: warning: duplicate declaration of 'utf8_iso_8859_1' is invalid in C++ [-Wc++-compat] 242 | static const encpage_t utf8_iso_8859_1[4] = { | ^~~~~~~~~~~~~~~ def_t.c:17:24: note: previous declaration of 'utf8_iso_8859_1' with type 'const encpage_t[]' {aka 'const struct encpage_s[]'} 17 | static const encpage_t utf8_iso_8859_1[]; | ^~~~~~~~~~~~~~~ /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -c -I./Encode -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -fwrapv -fno-strict-aliasing -DVERSION=\"3.17\" -DXS_VERSION=\"3.17\" -fPIC -Wno-unused-function "-I../.." encengine.c In file included from ../../perl.h:7247, from encengine.c:91: ../../sv_inline.h:519:1: warning: 'always_inline' function might not be inlinable [-Wattributes] 519 | Perl_newSV_type_mortal(pTHX_ const svtype type) | ^~~~~~~~~~~~~~~~~~~~~~ rm -f ../../lib/auto/Encode/Encode.so /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -shared -lm Encode.o def_t.o encengine.o -o ../../lib/auto/Encode/Encode.so \ \ chmod 755 ../../lib/auto/Encode/Encode.so cp bin/enc2xs blib/script/enc2xs /tmp/instance-5/output-1/build/perl-5.36.0/cpan/Encode/../../miniperl_top "-I../../lib" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/enc2xs cp bin/encguess blib/script/encguess /tmp/instance-5/output-1/build/perl-5.36.0/cpan/Encode/../../miniperl_top "-I../../lib" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/encguess cp bin/piconv blib/script/piconv /tmp/instance-5/output-1/build/perl-5.36.0/cpan/Encode/../../miniperl_top "-I../../lib" -MExtUtils::MY -e 'MY->fixin(shift)' -- blib/script/piconv make[3]: Leaving directory '/tmp/instance-5/output-1/build/perl-5.36.0/cpan/Encode' ./miniperl_top make_ext_Makefile.pl cpan/Filter-Util-Call/Makefile.PL Creating cpan/Filter-Util-Call/Makefile.PL for Filter::Util::Call cd cpan/Filter-Util-Call/ && ../../miniperl_top -I../../lib Makefile.PL \ INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none \ PERL_CORE=1 LIBPERL_A=libperl.a PERL="../../miniperl_top" Generating a Unix-style Makefile Writing Makefile for Filter::Util::Call /home/autobuild/make/make -C cpan/Filter-Util-Call/ PERL_CORE=1 LIBPERL=libperl.a LINKTYPE=dynamic make[3]: Entering directory '/tmp/instance-5/output-1/build/perl-5.36.0/cpan/Filter-Util-Call' cp filter-util.pl ../../lib/Filter/Util/filter-util.pl cp Call.pm ../../lib/Filter/Util/Call.pm Running Mkbootstrap for Call () chmod 644 "Call.bs" /tmp/instance-5/output-1/build/perl-5.36.0/cpan/Filter-Util-Call/../../miniperl_top "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- Call.bs ../../lib/auto/Filter/Util/Call/Call.bs 644 "../../miniperl_top" "-I../../lib" "../../lib/ExtUtils/xsubpp" -typemap '/tmp/instance-5/output-1/build/perl-5.36.0/cpan/Filter-Util-Call/../../lib/ExtUtils/typemap' Call.xs > Call.xsc mv Call.xsc Call.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -fwrapv -fno-strict-aliasing -DVERSION=\"1.60\" -DXS_VERSION=\"1.60\" -fPIC -Wno-unused-function "-I../.." Call.c In file included from ../../perl.h:7247, from Call.xs:17: ../../sv_inline.h:519:1: warning: 'always_inline' function might not be inlinable [-Wattributes] 519 | Perl_newSV_type_mortal(pTHX_ const svtype type) | ^~~~~~~~~~~~~~~~~~~~~~ rm -f ../../lib/auto/Filter/Util/Call/Call.so /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -shared -lm Call.o -o ../../lib/auto/Filter/Util/Call/Call.so \ \ chmod 755 ../../lib/auto/Filter/Util/Call/Call.so make[3]: Leaving directory '/tmp/instance-5/output-1/build/perl-5.36.0/cpan/Filter-Util-Call' cd cpan/IPC-SysV/ && ../../miniperl_top -I../../lib Makefile.PL \ INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none \ PERL_CORE=1 LIBPERL_A=libperl.a PERL="../../miniperl_top" Setting license tag... Generating a Unix-style Makefile Writing Makefile for IPC::SysV cp -f dist/Devel-PPPort/ppport.h cpan/IPC-SysV/ppport.h /home/autobuild/make/make -C cpan/IPC-SysV/ PERL_CORE=1 LIBPERL=libperl.a LINKTYPE=dynamic make[3]: Entering directory '/tmp/instance-5/output-1/build/perl-5.36.0/cpan/IPC-SysV' cp lib/IPC/SysV.pm ../../lib/IPC/SysV.pm cp lib/IPC/Msg.pm ../../lib/IPC/Msg.pm cp lib/IPC/SharedMem.pm ../../lib/IPC/SharedMem.pm cp lib/IPC/Semaphore.pm ../../lib/IPC/Semaphore.pm Running Mkbootstrap for SysV () chmod 644 "SysV.bs" /tmp/instance-5/output-1/build/perl-5.36.0/cpan/IPC-SysV/../../miniperl_top "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- SysV.bs ../../lib/auto/IPC/SysV/SysV.bs 644 make[4]: Entering directory '/tmp/instance-5/output-1/build/perl-5.36.0/cpan/IPC-SysV' "../../miniperl_top" -I../../lib -I../../lib regen.pl Writing const-xs.inc Writing const-c.inc make[4]: Leaving directory '/tmp/instance-5/output-1/build/perl-5.36.0/cpan/IPC-SysV' "../../miniperl_top" "-I../../lib" "../../lib/ExtUtils/xsubpp" -typemap '/tmp/instance-5/output-1/build/perl-5.36.0/cpan/IPC-SysV/../../lib/ExtUtils/typemap' -typemap '/tmp/instance-5/output-1/build/perl-5.36.0/cpan/IPC-SysV/typemap' SysV.xs > SysV.xsc mv SysV.xsc SysV.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -fwrapv -fno-strict-aliasing -DVERSION=\"2.09\" -DXS_VERSION=\"2.09\" -fPIC -Wno-unused-function "-I../.." -DNO_PPPORT_H SysV.c In file included from ../../perl.h:7247, from SysV.xs:12: ../../sv_inline.h:519:1: warning: 'always_inline' function might not be inlinable [-Wattributes] 519 | Perl_newSV_type_mortal(pTHX_ const svtype type) | ^~~~~~~~~~~~~~~~~~~~~~ rm -f ../../lib/auto/IPC/SysV/SysV.so /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -shared -lm SysV.o -o ../../lib/auto/IPC/SysV/SysV.so \ \ chmod 755 ../../lib/auto/IPC/SysV/SysV.so make[3]: Leaving directory '/tmp/instance-5/output-1/build/perl-5.36.0/cpan/IPC-SysV' ./miniperl_top make_ext_Makefile.pl cpan/MIME-Base64/Makefile.PL Creating cpan/MIME-Base64/Makefile.PL for MIME::Base64 cd cpan/MIME-Base64/ && ../../miniperl_top -I../../lib Makefile.PL \ INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none \ PERL_CORE=1 LIBPERL_A=libperl.a PERL="../../miniperl_top" Generating a Unix-style Makefile Writing Makefile for MIME::Base64 /home/autobuild/make/make -C cpan/MIME-Base64/ PERL_CORE=1 LIBPERL=libperl.a LINKTYPE=dynamic make[3]: Entering directory '/tmp/instance-5/output-1/build/perl-5.36.0/cpan/MIME-Base64' cp lib/MIME/Base64.pm ../../lib/MIME/Base64.pm cp lib/MIME/QuotedPrint.pm ../../lib/MIME/QuotedPrint.pm Running Mkbootstrap for Base64 () chmod 644 "Base64.bs" /tmp/instance-5/output-1/build/perl-5.36.0/cpan/MIME-Base64/../../miniperl_top "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- Base64.bs ../../lib/auto/MIME/Base64/Base64.bs 644 "../../miniperl_top" "-I../../lib" "../../lib/ExtUtils/xsubpp" -typemap '/tmp/instance-5/output-1/build/perl-5.36.0/cpan/MIME-Base64/../../lib/ExtUtils/typemap' Base64.xs > Base64.xsc mv Base64.xsc Base64.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -fwrapv -fno-strict-aliasing -DVERSION=\"3.16\" -DXS_VERSION=\"3.16\" -fPIC -Wno-unused-function "-I../.." Base64.c In file included from ../../perl.h:7247, from Base64.xs:30: ../../sv_inline.h:519:1: warning: 'always_inline' function might not be inlinable [-Wattributes] 519 | Perl_newSV_type_mortal(pTHX_ const svtype type) | ^~~~~~~~~~~~~~~~~~~~~~ rm -f ../../lib/auto/MIME/Base64/Base64.so /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -shared -lm Base64.o -o ../../lib/auto/MIME/Base64/Base64.so \ \ chmod 755 ../../lib/auto/MIME/Base64/Base64.so make[3]: Leaving directory '/tmp/instance-5/output-1/build/perl-5.36.0/cpan/MIME-Base64' ./miniperl_top make_ext_Makefile.pl cpan/Math-BigInt-FastCalc/Makefile.PL Creating cpan/Math-BigInt-FastCalc/Makefile.PL for Math::BigInt::FastCalc cd cpan/Math-BigInt-FastCalc/ && ../../miniperl_top -I../../lib Makefile.PL \ INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none \ PERL_CORE=1 LIBPERL_A=libperl.a PERL="../../miniperl_top" Generating a Unix-style Makefile Writing Makefile for Math::BigInt::FastCalc /home/autobuild/make/make -C cpan/Math-BigInt-FastCalc/ PERL_CORE=1 LIBPERL=libperl.a LINKTYPE=dynamic make[3]: Entering directory '/tmp/instance-5/output-1/build/perl-5.36.0/cpan/Math-BigInt-FastCalc' cp lib/Math/BigInt/FastCalc.pm ../../lib/Math/BigInt/FastCalc.pm Running Mkbootstrap for FastCalc () chmod 644 "FastCalc.bs" /tmp/instance-5/output-1/build/perl-5.36.0/cpan/Math-BigInt-FastCalc/../../miniperl_top "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- FastCalc.bs ../../lib/auto/Math/BigInt/FastCalc/FastCalc.bs 644 "../../miniperl_top" "-I../../lib" "../../lib/ExtUtils/xsubpp" -typemap '/tmp/instance-5/output-1/build/perl-5.36.0/cpan/Math-BigInt-FastCalc/../../lib/ExtUtils/typemap' FastCalc.xs > FastCalc.xsc mv FastCalc.xsc FastCalc.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -fwrapv -fno-strict-aliasing -DVERSION=\"0.5012\" -DXS_VERSION=\"0.5012\" -fPIC -Wno-unused-function "-I../.." FastCalc.c In file included from ../../perl.h:7247, from FastCalc.xs:4: ../../sv_inline.h:519:1: warning: 'always_inline' function might not be inlinable [-Wattributes] 519 | Perl_newSV_type_mortal(pTHX_ const svtype type) | ^~~~~~~~~~~~~~~~~~~~~~ rm -f ../../lib/auto/Math/BigInt/FastCalc/FastCalc.so /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -shared -lm FastCalc.o -o ../../lib/auto/Math/BigInt/FastCalc/FastCalc.so \ \ chmod 755 ../../lib/auto/Math/BigInt/FastCalc/FastCalc.so make[3]: Leaving directory '/tmp/instance-5/output-1/build/perl-5.36.0/cpan/Math-BigInt-FastCalc' cd cpan/Scalar-List-Utils/ && ../../miniperl_top -I../../lib Makefile.PL \ INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none \ PERL_CORE=1 LIBPERL_A=libperl.a PERL="../../miniperl_top" Generating a Unix-style Makefile Writing Makefile for List::Util /home/autobuild/make/make -C cpan/Scalar-List-Utils/ PERL_CORE=1 LIBPERL=libperl.a LINKTYPE=dynamic make[3]: Entering directory '/tmp/instance-5/output-1/build/perl-5.36.0/cpan/Scalar-List-Utils' cp lib/List/Util/XS.pm ../../lib/List/Util/XS.pm cp lib/List/Util.pm ../../lib/List/Util.pm cp lib/Sub/Util.pm ../../lib/Sub/Util.pm cp lib/Scalar/Util.pm ../../lib/Scalar/Util.pm Running Mkbootstrap for Util () chmod 644 "Util.bs" /tmp/instance-5/output-1/build/perl-5.36.0/cpan/Scalar-List-Utils/../../miniperl_top "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- Util.bs ../../lib/auto/List/Util/Util.bs 644 "../../miniperl_top" "-I../../lib" "../../lib/ExtUtils/xsubpp" -typemap '/tmp/instance-5/output-1/build/perl-5.36.0/cpan/Scalar-List-Utils/../../lib/ExtUtils/typemap' ListUtil.xs > ListUtil.xsc mv ListUtil.xsc ListUtil.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -fwrapv -fno-strict-aliasing -DVERSION=\"1.62\" -DXS_VERSION=\"1.62\" -fPIC -Wno-unused-function "-I../.." -DPERL_EXT ListUtil.c In file included from ../../perl.h:7247, from ListUtil.xs:8: ../../sv_inline.h:519:1: warning: 'always_inline' function might not be inlinable [-Wattributes] 519 | Perl_newSV_type_mortal(pTHX_ const svtype type) | ^~~~~~~~~~~~~~~~~~~~~~ rm -f ../../lib/auto/List/Util/Util.so /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -shared -lm ListUtil.o -o ../../lib/auto/List/Util/Util.so \ \ chmod 755 ../../lib/auto/List/Util/Util.so make[3]: Leaving directory '/tmp/instance-5/output-1/build/perl-5.36.0/cpan/Scalar-List-Utils' cd cpan/Socket/ && ../../miniperl_top -I../../lib Makefile.PL \ INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none \ PERL_CORE=1 LIBPERL_A=libperl.a PERL="../../miniperl_top" Generating a Unix-style Makefile Writing Makefile for Socket /home/autobuild/make/make -C cpan/Socket/ PERL_CORE=1 LIBPERL=libperl.a LINKTYPE=dynamic make[3]: Entering directory '/tmp/instance-5/output-1/build/perl-5.36.0/cpan/Socket' cp Socket.pm ../../lib/Socket.pm Running Mkbootstrap for Socket () chmod 644 "Socket.bs" /tmp/instance-5/output-1/build/perl-5.36.0/cpan/Socket/../../miniperl_top "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- Socket.bs ../../lib/auto/Socket/Socket.bs 644 "../../miniperl_top" "-I../../lib" "../../lib/ExtUtils/xsubpp" -noprototypes -typemap '/tmp/instance-5/output-1/build/perl-5.36.0/cpan/Socket/../../lib/ExtUtils/typemap' -typemap '/tmp/instance-5/output-1/build/perl-5.36.0/cpan/Socket/typemap' Socket.xs > Socket.xsc mv Socket.xsc Socket.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -fwrapv -fno-strict-aliasing -DVERSION=\"2.033\" -DXS_VERSION=\"2.033\" -fPIC -Wno-unused-function "-I../.." Socket.c In file included from ../../perl.h:7247, from Socket.xs:3: ../../sv_inline.h:519:1: warning: 'always_inline' function might not be inlinable [-Wattributes] 519 | Perl_newSV_type_mortal(pTHX_ const svtype type) | ^~~~~~~~~~~~~~~~~~~~~~ rm -f ../../lib/auto/Socket/Socket.so /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -shared -lm Socket.o -o ../../lib/auto/Socket/Socket.so \ \ chmod 755 ../../lib/auto/Socket/Socket.so make[3]: Leaving directory '/tmp/instance-5/output-1/build/perl-5.36.0/cpan/Socket' cd cpan/Sys-Syslog/ && ../../miniperl_top -I../../lib Makefile.PL \ INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none \ PERL_CORE=1 LIBPERL_A=libperl.a PERL="../../miniperl_top" Generating a Unix-style Makefile Writing Makefile for Sys::Syslog /home/autobuild/make/make -C cpan/Sys-Syslog/ PERL_CORE=1 LIBPERL=libperl.a LINKTYPE=dynamic make[3]: Entering directory '/tmp/instance-5/output-1/build/perl-5.36.0/cpan/Sys-Syslog' cp Syslog.pm ../../lib/Sys/Syslog.pm Running Mkbootstrap for Syslog () chmod 644 "Syslog.bs" /tmp/instance-5/output-1/build/perl-5.36.0/cpan/Sys-Syslog/../../miniperl_top "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- Syslog.bs ../../lib/auto/Sys/Syslog/Syslog.bs 644 "../../miniperl_top" "-I../../lib" "../../lib/ExtUtils/xsubpp" -noprototypes -typemap '/tmp/instance-5/output-1/build/perl-5.36.0/cpan/Sys-Syslog/../../lib/ExtUtils/typemap' Syslog.xs > Syslog.xsc mv Syslog.xsc Syslog.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -fwrapv -fno-strict-aliasing -DVERSION=\"0.36\" -DXS_VERSION=\"0.36\" -fPIC -Wno-unused-function "-I../.." Syslog.c In file included from ../../perl.h:7247, from Syslog.xs:13: ../../sv_inline.h:519:1: warning: 'always_inline' function might not be inlinable [-Wattributes] 519 | Perl_newSV_type_mortal(pTHX_ const svtype type) | ^~~~~~~~~~~~~~~~~~~~~~ rm -f ../../lib/auto/Sys/Syslog/Syslog.so /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -shared -lm Syslog.o -o ../../lib/auto/Sys/Syslog/Syslog.so \ \ chmod 755 ../../lib/auto/Sys/Syslog/Syslog.so make[3]: Leaving directory '/tmp/instance-5/output-1/build/perl-5.36.0/cpan/Sys-Syslog' ./miniperl_top make_ext_Makefile.pl cpan/Time-Piece/Makefile.PL Creating cpan/Time-Piece/Makefile.PL for Time::Piece cd cpan/Time-Piece/ && ../../miniperl_top -I../../lib Makefile.PL \ INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none \ PERL_CORE=1 LIBPERL_A=libperl.a PERL="../../miniperl_top" Generating a Unix-style Makefile Writing Makefile for Time::Piece /home/autobuild/make/make -C cpan/Time-Piece/ PERL_CORE=1 LIBPERL=libperl.a LINKTYPE=dynamic make[3]: Entering directory '/tmp/instance-5/output-1/build/perl-5.36.0/cpan/Time-Piece' cp Seconds.pm ../../lib/Time/Seconds.pm cp Piece.pm ../../lib/Time/Piece.pm Running Mkbootstrap for Piece () chmod 644 "Piece.bs" /tmp/instance-5/output-1/build/perl-5.36.0/cpan/Time-Piece/../../miniperl_top "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- Piece.bs ../../lib/auto/Time/Piece/Piece.bs 644 "../../miniperl_top" "-I../../lib" "../../lib/ExtUtils/xsubpp" -typemap '/tmp/instance-5/output-1/build/perl-5.36.0/cpan/Time-Piece/../../lib/ExtUtils/typemap' Piece.xs > Piece.xsc mv Piece.xsc Piece.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -fwrapv -fno-strict-aliasing -DVERSION=\"1.3401\" -DXS_VERSION=\"1.3401\" -fPIC -Wno-unused-function "-I../.." Piece.c In file included from ../../perl.h:7247, from Piece.xs:6: ../../sv_inline.h:519:1: warning: 'always_inline' function might not be inlinable [-Wattributes] 519 | Perl_newSV_type_mortal(pTHX_ const svtype type) | ^~~~~~~~~~~~~~~~~~~~~~ rm -f ../../lib/auto/Time/Piece/Piece.so /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -shared -lm Piece.o -o ../../lib/auto/Time/Piece/Piece.so \ \ chmod 755 ../../lib/auto/Time/Piece/Piece.so make[3]: Leaving directory '/tmp/instance-5/output-1/build/perl-5.36.0/cpan/Time-Piece' cd cpan/Unicode-Collate/ && ../../miniperl_top -I../../lib Makefile.PL \ INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none \ PERL_CORE=1 LIBPERL_A=libperl.a PERL="../../miniperl_top" Making header files for XS... Generating a Unix-style Makefile Writing Makefile for Unicode::Collate /home/autobuild/make/make -C cpan/Unicode-Collate/ PERL_CORE=1 LIBPERL=libperl.a LINKTYPE=dynamic make[3]: Entering directory '/tmp/instance-5/output-1/build/perl-5.36.0/cpan/Unicode-Collate' cp Collate/Locale/az.pl ../../lib/Unicode/Collate/Locale/az.pl cp Collate/CJK/Zhuyin.pm ../../lib/Unicode/Collate/CJK/Zhuyin.pm cp Collate/CJK/JISX0208.pm ../../lib/Unicode/Collate/CJK/JISX0208.pm cp Collate/CJK/GB2312.pm ../../lib/Unicode/Collate/CJK/GB2312.pm cp Collate/Locale/de_at_ph.pl ../../lib/Unicode/Collate/Locale/de_at_ph.pl cp Collate/Locale/gu.pl ../../lib/Unicode/Collate/Locale/gu.pl cp Collate/Locale/fo.pl ../../lib/Unicode/Collate/Locale/fo.pl cp Collate/CJK/Stroke.pm ../../lib/Unicode/Collate/CJK/Stroke.pm cp Collate/Locale/ca.pl ../../lib/Unicode/Collate/Locale/ca.pl cp Collate/Locale/dsb.pl ../../lib/Unicode/Collate/Locale/dsb.pl cp Collate/Locale/fi.pl ../../lib/Unicode/Collate/Locale/fi.pl cp Collate/Locale/fr_ca.pl ../../lib/Unicode/Collate/Locale/fr_ca.pl cp Collate/Locale/haw.pl ../../lib/Unicode/Collate/Locale/haw.pl cp Collate/Locale/cs.pl ../../lib/Unicode/Collate/Locale/cs.pl cp Collate/Locale/be.pl ../../lib/Unicode/Collate/Locale/be.pl cp Collate/Locale/eo.pl ../../lib/Unicode/Collate/Locale/eo.pl cp Collate/Locale/et.pl ../../lib/Unicode/Collate/Locale/et.pl cp Collate/Locale/es_trad.pl ../../lib/Unicode/Collate/Locale/es_trad.pl cp Collate/CJK/Korean.pm ../../lib/Unicode/Collate/CJK/Korean.pm cp Collate/Locale/cu.pl ../../lib/Unicode/Collate/Locale/cu.pl cp Collate/Locale/ar.pl ../../lib/Unicode/Collate/Locale/ar.pl cp Collate/Locale/af.pl ../../lib/Unicode/Collate/Locale/af.pl cp Collate/Locale/ee.pl ../../lib/Unicode/Collate/Locale/ee.pl cp Collate/Locale/fil.pl ../../lib/Unicode/Collate/Locale/fil.pl cp Collate/Locale/he.pl ../../lib/Unicode/Collate/Locale/he.pl cp Collate/CJK/Pinyin.pm ../../lib/Unicode/Collate/CJK/Pinyin.pm cp Collate/CJK/Big5.pm ../../lib/Unicode/Collate/CJK/Big5.pm cp Collate/Locale/es.pl ../../lib/Unicode/Collate/Locale/es.pl cp Collate/Locale/fa.pl ../../lib/Unicode/Collate/Locale/fa.pl cp Collate.pm ../../lib/Unicode/Collate.pm cp Collate/Locale/de_phone.pl ../../lib/Unicode/Collate/Locale/de_phone.pl cp Collate/Locale/da.pl ../../lib/Unicode/Collate/Locale/da.pl cp Collate/Locale.pm ../../lib/Unicode/Collate/Locale.pm cp Collate/Locale/fi_phone.pl ../../lib/Unicode/Collate/Locale/fi_phone.pl cp Collate/Locale/cy.pl ../../lib/Unicode/Collate/Locale/cy.pl cp Collate/Locale/ha.pl ../../lib/Unicode/Collate/Locale/ha.pl cp Collate/Locale/as.pl ../../lib/Unicode/Collate/Locale/as.pl cp Collate/Locale/bn.pl ../../lib/Unicode/Collate/Locale/bn.pl cp Collate/Locale/pl.pl ../../lib/Unicode/Collate/Locale/pl.pl cp Collate/Locale/sq.pl ../../lib/Unicode/Collate/Locale/sq.pl cp Collate/Locale/sl.pl ../../lib/Unicode/Collate/Locale/sl.pl cp Collate/Locale/se.pl ../../lib/Unicode/Collate/Locale/se.pl cp Collate/Locale/kok.pl ../../lib/Unicode/Collate/Locale/kok.pl cp Collate/Locale/mr.pl ../../lib/Unicode/Collate/Locale/mr.pl cp Collate/Locale/kl.pl ../../lib/Unicode/Collate/Locale/kl.pl cp Collate/Locale/nb.pl ../../lib/Unicode/Collate/Locale/nb.pl cp Collate/Locale/ro.pl ../../lib/Unicode/Collate/Locale/ro.pl cp Collate/Locale/ln.pl ../../lib/Unicode/Collate/Locale/ln.pl cp Collate/Locale/ja.pl ../../lib/Unicode/Collate/Locale/ja.pl cp Collate/Locale/nso.pl ../../lib/Unicode/Collate/Locale/nso.pl cp Collate/Locale/is.pl ../../lib/Unicode/Collate/Locale/is.pl cp Collate/Locale/mt.pl ../../lib/Unicode/Collate/Locale/mt.pl cp Collate/Locale/kn.pl ../../lib/Unicode/Collate/Locale/kn.pl cp Collate/Locale/hr.pl ../../lib/Unicode/Collate/Locale/hr.pl cp Collate/Locale/om.pl ../../lib/Unicode/Collate/Locale/om.pl cp Collate/Locale/nn.pl ../../lib/Unicode/Collate/Locale/nn.pl cp Collate/Locale/si.pl ../../lib/Unicode/Collate/Locale/si.pl cp Collate/Locale/mk.pl ../../lib/Unicode/Collate/Locale/mk.pl cp Collate/Locale/lkt.pl ../../lib/Unicode/Collate/Locale/lkt.pl cp Collate/Locale/sr.pl ../../lib/Unicode/Collate/Locale/sr.pl cp Collate/Locale/si_dict.pl ../../lib/Unicode/Collate/Locale/si_dict.pl cp Collate/Locale/hi.pl ../../lib/Unicode/Collate/Locale/hi.pl cp Collate/Locale/sv.pl ../../lib/Unicode/Collate/Locale/sv.pl cp Collate/Locale/ml.pl ../../lib/Unicode/Collate/Locale/ml.pl cp Collate/Locale/sv_refo.pl ../../lib/Unicode/Collate/Locale/sv_refo.pl cp Collate/Locale/lv.pl ../../lib/Unicode/Collate/Locale/lv.pl cp Collate/Locale/pa.pl ../../lib/Unicode/Collate/Locale/pa.pl cp Collate/Locale/sa.pl ../../lib/Unicode/Collate/Locale/sa.pl cp Collate/Locale/hy.pl ../../lib/Unicode/Collate/Locale/hy.pl cp Collate/Locale/ko.pl ../../lib/Unicode/Collate/Locale/ko.pl cp Collate/Locale/hu.pl ../../lib/Unicode/Collate/Locale/hu.pl cp Collate/Locale/or.pl ../../lib/Unicode/Collate/Locale/or.pl cp Collate/Locale/sk.pl ../../lib/Unicode/Collate/Locale/sk.pl cp Collate/Locale/lt.pl ../../lib/Unicode/Collate/Locale/lt.pl cp Collate/Locale/kk.pl ../../lib/Unicode/Collate/Locale/kk.pl cp Collate/Locale/ig.pl ../../lib/Unicode/Collate/Locale/ig.pl cp Collate/keys.txt ../../lib/Unicode/Collate/keys.txt cp Collate/Locale/uk.pl ../../lib/Unicode/Collate/Locale/uk.pl cp Collate/Locale/th.pl ../../lib/Unicode/Collate/Locale/th.pl cp Collate/Locale/tr.pl ../../lib/Unicode/Collate/Locale/tr.pl cp Collate/Locale/vi.pl ../../lib/Unicode/Collate/Locale/vi.pl cp Collate/Locale/zh_big5.pl ../../lib/Unicode/Collate/Locale/zh_big5.pl cp Collate/Locale/to.pl ../../lib/Unicode/Collate/Locale/to.pl cp Collate/Locale/ug_cyrl.pl ../../lib/Unicode/Collate/Locale/ug_cyrl.pl cp Collate/Locale/te.pl ../../lib/Unicode/Collate/Locale/te.pl cp Collate/Locale/wo.pl ../../lib/Unicode/Collate/Locale/wo.pl cp Collate/Locale/zh_strk.pl ../../lib/Unicode/Collate/Locale/zh_strk.pl cp Collate/Locale/tn.pl ../../lib/Unicode/Collate/Locale/tn.pl cp Collate/Locale/zh_pin.pl ../../lib/Unicode/Collate/Locale/zh_pin.pl cp Collate/Locale/vo.pl ../../lib/Unicode/Collate/Locale/vo.pl cp Collate/Locale/ta.pl ../../lib/Unicode/Collate/Locale/ta.pl cp Collate/Locale/zh_zhu.pl ../../lib/Unicode/Collate/Locale/zh_zhu.pl cp Collate/Locale/ur.pl ../../lib/Unicode/Collate/Locale/ur.pl cp Collate/allkeys.txt ../../lib/Unicode/Collate/allkeys.txt cp Collate/Locale/yo.pl ../../lib/Unicode/Collate/Locale/yo.pl cp Collate/Locale/zh_gb.pl ../../lib/Unicode/Collate/Locale/zh_gb.pl cp Collate/Locale/zh.pl ../../lib/Unicode/Collate/Locale/zh.pl cp Collate/Locale/wae.pl ../../lib/Unicode/Collate/Locale/wae.pl Running Mkbootstrap for Collate () chmod 644 "Collate.bs" /tmp/instance-5/output-1/build/perl-5.36.0/cpan/Unicode-Collate/../../miniperl_top "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- Collate.bs ../../lib/auto/Unicode/Collate/Collate.bs 644 "../../miniperl_top" "-I../../lib" "../../lib/ExtUtils/xsubpp" -typemap '/tmp/instance-5/output-1/build/perl-5.36.0/cpan/Unicode-Collate/../../lib/ExtUtils/typemap' Collate.xs > Collate.xsc mv Collate.xsc Collate.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -fwrapv -fno-strict-aliasing -DVERSION=\"1.31\" -DXS_VERSION=\"1.31\" -fPIC -Wno-unused-function "-I../.." Collate.c In file included from ../../perl.h:7247, from Collate.xs:7: ../../sv_inline.h:519:1: warning: 'always_inline' function might not be inlinable [-Wattributes] 519 | Perl_newSV_type_mortal(pTHX_ const svtype type) | ^~~~~~~~~~~~~~~~~~~~~~ rm -f ../../lib/auto/Unicode/Collate/Collate.so /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -shared -lm Collate.o -o ../../lib/auto/Unicode/Collate/Collate.so \ \ chmod 755 ../../lib/auto/Unicode/Collate/Collate.so make[3]: Leaving directory '/tmp/instance-5/output-1/build/perl-5.36.0/cpan/Unicode-Collate' cd dist/Data-Dumper/ && ../../miniperl_top -I../../lib Makefile.PL \ INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none \ PERL_CORE=1 LIBPERL_A=libperl.a PERL="../../miniperl_top" Generating a Unix-style Makefile Writing Makefile for Data::Dumper cp -f dist/Devel-PPPort/ppport.h dist/Data-Dumper/ppport.h /home/autobuild/make/make -C dist/Data-Dumper/ PERL_CORE=1 LIBPERL=libperl.a LINKTYPE=dynamic make[3]: Entering directory '/tmp/instance-5/output-1/build/perl-5.36.0/dist/Data-Dumper' cp Dumper.pm ../../lib/Data/Dumper.pm Running Mkbootstrap for Dumper () chmod 644 "Dumper.bs" /tmp/instance-5/output-1/build/perl-5.36.0/dist/Data-Dumper/../../miniperl_top "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- Dumper.bs ../../lib/auto/Data/Dumper/Dumper.bs 644 "../../miniperl_top" "-I../../lib" "../../lib/ExtUtils/xsubpp" -typemap '/tmp/instance-5/output-1/build/perl-5.36.0/dist/Data-Dumper/../../lib/ExtUtils/typemap' Dumper.xs > Dumper.xsc mv Dumper.xsc Dumper.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -fwrapv -fno-strict-aliasing -DVERSION=\"2.184\" -DXS_VERSION=\"2.184\" -fPIC -Wno-unused-function "-I../.." Dumper.c In file included from ../../perl.h:7247, from Dumper.xs:3: ../../sv_inline.h:519:1: warning: 'always_inline' function might not be inlinable [-Wattributes] 519 | Perl_newSV_type_mortal(pTHX_ const svtype type) | ^~~~~~~~~~~~~~~~~~~~~~ rm -f ../../lib/auto/Data/Dumper/Dumper.so /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -shared -lm Dumper.o -o ../../lib/auto/Data/Dumper/Dumper.so \ \ chmod 755 ../../lib/auto/Data/Dumper/Dumper.so make[3]: Leaving directory '/tmp/instance-5/output-1/build/perl-5.36.0/dist/Data-Dumper' cd dist/IO/ && ../../miniperl_top -I../../lib Makefile.PL \ INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none \ PERL_CORE=1 LIBPERL_A=libperl.a PERL="../../miniperl_top" Generating a Unix-style Makefile Writing Makefile for IO cp -f dist/Devel-PPPort/ppport.h dist/IO/ppport.h /home/autobuild/make/make -C dist/IO/ PERL_CORE=1 LIBPERL=libperl.a LINKTYPE=dynamic make[3]: Entering directory '/tmp/instance-5/output-1/build/perl-5.36.0/dist/IO' cp lib/IO/Dir.pm ../../lib/IO/Dir.pm cp lib/IO/Socket/UNIX.pm ../../lib/IO/Socket/UNIX.pm cp lib/IO/Socket.pm ../../lib/IO/Socket.pm cp IO.pm ../../lib/IO.pm cp lib/IO/Handle.pm ../../lib/IO/Handle.pm cp lib/IO/Seekable.pm ../../lib/IO/Seekable.pm cp lib/IO/Pipe.pm ../../lib/IO/Pipe.pm cp lib/IO/File.pm ../../lib/IO/File.pm cp lib/IO/Socket/INET.pm ../../lib/IO/Socket/INET.pm cp lib/IO/Poll.pm ../../lib/IO/Poll.pm cp lib/IO/Select.pm ../../lib/IO/Select.pm Running Mkbootstrap for IO () chmod 644 "IO.bs" /tmp/instance-5/output-1/build/perl-5.36.0/dist/IO/../../miniperl_top "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- IO.bs ../../lib/auto/IO/IO.bs 644 "../../miniperl_top" "-I../../lib" "../../lib/ExtUtils/xsubpp" -typemap '/tmp/instance-5/output-1/build/perl-5.36.0/dist/IO/../../lib/ExtUtils/typemap' IO.xs > IO.xsc mv IO.xsc IO.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -fwrapv -fno-strict-aliasing -DVERSION=\"1.50\" -DXS_VERSION=\"1.50\" -fPIC -Wno-unused-function "-I../.." IO.c In file included from ../../perl.h:7247, from IO.xs:12: ../../sv_inline.h:519:1: warning: 'always_inline' function might not be inlinable [-Wattributes] 519 | Perl_newSV_type_mortal(pTHX_ const svtype type) | ^~~~~~~~~~~~~~~~~~~~~~ /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -fwrapv -fno-strict-aliasing -DVERSION=\"1.50\" -DXS_VERSION=\"1.50\" -fPIC -Wno-unused-function "-I../.." poll.c In file included from ../../perl.h:7247, from poll.c:14: ../../sv_inline.h:519:1: warning: 'always_inline' function might not be inlinable [-Wattributes] 519 | Perl_newSV_type_mortal(pTHX_ const svtype type) | ^~~~~~~~~~~~~~~~~~~~~~ rm -f ../../lib/auto/IO/IO.so /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -shared -lm IO.o poll.o -o ../../lib/auto/IO/IO.so \ \ chmod 755 ../../lib/auto/IO/IO.so make[3]: Leaving directory '/tmp/instance-5/output-1/build/perl-5.36.0/dist/IO' cd dist/PathTools/ && ../../miniperl_top -I../../lib Makefile.PL \ INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none \ PERL_CORE=1 LIBPERL_A=libperl.a PERL="../../miniperl_top" Generating a Unix-style Makefile Writing Makefile for Cwd cp -f dist/Devel-PPPort/ppport.h dist/PathTools/ppport.h /home/autobuild/make/make -C dist/PathTools/ PERL_CORE=1 LIBPERL=libperl.a LINKTYPE=dynamic make[3]: Entering directory '/tmp/instance-5/output-1/build/perl-5.36.0/dist/PathTools' cp lib/File/Spec/Functions.pm ../../lib/File/Spec/Functions.pm cp lib/File/Spec/Cygwin.pm ../../lib/File/Spec/Cygwin.pm cp lib/File/Spec/OS2.pm ../../lib/File/Spec/OS2.pm cp lib/File/Spec/Win32.pm ../../lib/File/Spec/Win32.pm cp Cwd.pm ../../lib/Cwd.pm cp lib/File/Spec/VMS.pm ../../lib/File/Spec/VMS.pm cp lib/File/Spec.pm ../../lib/File/Spec.pm cp lib/File/Spec/Mac.pm ../../lib/File/Spec/Mac.pm cp lib/File/Spec/AmigaOS.pm ../../lib/File/Spec/AmigaOS.pm cp lib/File/Spec/Unix.pm ../../lib/File/Spec/Unix.pm cp lib/File/Spec/Epoc.pm ../../lib/File/Spec/Epoc.pm Running Mkbootstrap for Cwd () chmod 644 "Cwd.bs" /tmp/instance-5/output-1/build/perl-5.36.0/dist/PathTools/../../miniperl_top "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- Cwd.bs ../../lib/auto/Cwd/Cwd.bs 644 "../../miniperl_top" "-I../../lib" "../../lib/ExtUtils/xsubpp" -typemap '/tmp/instance-5/output-1/build/perl-5.36.0/dist/PathTools/../../lib/ExtUtils/typemap' Cwd.xs > Cwd.xsc mv Cwd.xsc Cwd.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -fwrapv -fno-strict-aliasing -DVERSION=\"3.84\" -DXS_VERSION=\"3.84\" -fPIC -Wno-unused-function "-I../.." -DDOUBLE_SLASHES_SPECIAL=0 -DNO_PPPORT_H Cwd.c In file included from ../../perl.h:7247, from Cwd.xs:8: ../../sv_inline.h:519:1: warning: 'always_inline' function might not be inlinable [-Wattributes] 519 | Perl_newSV_type_mortal(pTHX_ const svtype type) | ^~~~~~~~~~~~~~~~~~~~~~ rm -f ../../lib/auto/Cwd/Cwd.so /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -shared -lm Cwd.o -o ../../lib/auto/Cwd/Cwd.so \ \ chmod 755 ../../lib/auto/Cwd/Cwd.so make[3]: Leaving directory '/tmp/instance-5/output-1/build/perl-5.36.0/dist/PathTools' cd dist/Storable/ && ../../miniperl_top -I../../lib Makefile.PL \ INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none \ PERL_CORE=1 LIBPERL_A=libperl.a PERL="../../miniperl_top" Generating a Unix-style Makefile Writing Makefile for Storable cp -f dist/Devel-PPPort/ppport.h dist/Storable/ppport.h /home/autobuild/make/make -C dist/Storable/ PERL_CORE=1 LIBPERL=libperl.a LINKTYPE=dynamic make[3]: Entering directory '/tmp/instance-5/output-1/build/perl-5.36.0/dist/Storable' cp Storable.pm ../../lib/Storable.pm Running Mkbootstrap for Storable () chmod 644 "Storable.bs" /tmp/instance-5/output-1/build/perl-5.36.0/dist/Storable/../../miniperl_top "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- Storable.bs ../../lib/auto/Storable/Storable.bs 644 "../../miniperl_top" "-I../../lib" "../../lib/ExtUtils/xsubpp" -typemap '/tmp/instance-5/output-1/build/perl-5.36.0/dist/Storable/../../lib/ExtUtils/typemap' Storable.xs > Storable.xsc mv Storable.xsc Storable.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -fwrapv -fno-strict-aliasing -DVERSION=\"3.26\" -DXS_VERSION=\"3.26\" -fPIC -Wno-unused-function "-I../.." Storable.c In file included from ../../perl.h:7247, from Storable.xs:16: ../../sv_inline.h:519:1: warning: 'always_inline' function might not be inlinable [-Wattributes] 519 | Perl_newSV_type_mortal(pTHX_ const svtype type) | ^~~~~~~~~~~~~~~~~~~~~~ rm -f ../../lib/auto/Storable/Storable.so /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -shared -lm Storable.o -o ../../lib/auto/Storable/Storable.so \ \ chmod 755 ../../lib/auto/Storable/Storable.so make[3]: Leaving directory '/tmp/instance-5/output-1/build/perl-5.36.0/dist/Storable' cd dist/Time-HiRes/ && ../../miniperl_top -I../../lib Makefile.PL \ INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none \ PERL_CORE=1 LIBPERL_A=libperl.a PERL="../../miniperl_top" Configuring Time::HiRes... Using hints hints/linux.pl... Extra libraries: -lrt... Have syscall()... looking for syscall.h... found . Looking for gettimeofday()... found. Looking for setitimer()... found. Looking for getitimer()... found. You have interval timers (both setitimer and getitimer). Looking for ualarm()... found. Looking for usleep()... found. Looking for nanosleep()... believing $Config{d_nanosleep}... found. You can mix subsecond sleeps with signals, if you want to. (It's still not portable, though.) Looking for clockid_t... found. Looking for clock_gettime()... found. Looking for clock_getres()... found. Looking for clock_nanosleep()... found. Looking for clock()... found. Looking for working futimens()... found. Looking for working utimensat()... found. You seem to have subsecond timestamp setting. Looking for stat() subsecond timestamps... Trying struct stat st_atimespec.tv_nsec...NOT found. Trying struct stat st_atimensec...NOT found. Trying struct stat st_atime_n...NOT found. Trying struct stat st_atim.tv_nsec...found. Trying struct stat st_uatime...NOT found. You seem to have subsecond timestamp reading. (Your struct stat has them, but the filesystems must help.) Generating a Unix-style Makefile Writing Makefile for Time::HiRes cp -f dist/Devel-PPPort/ppport.h dist/Time-HiRes/ppport.h /home/autobuild/make/make -C dist/Time-HiRes/ PERL_CORE=1 LIBPERL=libperl.a LINKTYPE=dynamic make[3]: Entering directory '/tmp/instance-5/output-1/build/perl-5.36.0/dist/Time-HiRes' cp HiRes.pm ../../lib/Time/HiRes.pm Running Mkbootstrap for HiRes () chmod 644 "HiRes.bs" /tmp/instance-5/output-1/build/perl-5.36.0/dist/Time-HiRes/../../miniperl_top "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- HiRes.bs ../../lib/auto/Time/HiRes/HiRes.bs 644 "../../miniperl_top" "-I../../lib" "../../lib/ExtUtils/xsubpp" -typemap '/tmp/instance-5/output-1/build/perl-5.36.0/dist/Time-HiRes/../../lib/ExtUtils/typemap' -typemap '/tmp/instance-5/output-1/build/perl-5.36.0/dist/Time-HiRes/typemap' HiRes.xs > HiRes.xsc mv HiRes.xsc HiRes.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -fwrapv -fno-strict-aliasing -DVERSION=\"1.9770\" -DXS_VERSION=\"1.9770\" -fPIC -Wno-unused-function "-I../.." -DTIME_HIRES_NANOSLEEP -DTIME_HIRES_CLOCKID_T -DTIME_HIRES_CLOCK_GETTIME -DTIME_HIRES_CLOCK_GETRES -DTIME_HIRES_CLOCK_NANOSLEEP -DTIME_HIRES_CLOCK -DHAS_FUTIMENS -DHAS_UTIMENSAT -DTIME_HIRES_UTIME -DTIME_HIRES_STAT_XTIM -DTIME_HIRES_STAT=4 HiRes.c In file included from ../../perl.h:7247, from HiRes.xs:19: ../../sv_inline.h:519:1: warning: 'always_inline' function might not be inlinable [-Wattributes] 519 | Perl_newSV_type_mortal(pTHX_ const svtype type) | ^~~~~~~~~~~~~~~~~~~~~~ rm -f ../../lib/auto/Time/HiRes/HiRes.so /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -shared -lm HiRes.o -o ../../lib/auto/Time/HiRes/HiRes.so \ -lrt \ chmod 755 ../../lib/auto/Time/HiRes/HiRes.so make[3]: Leaving directory '/tmp/instance-5/output-1/build/perl-5.36.0/dist/Time-HiRes' ./miniperl_top lib/unicore/mktables -w -C lib/unicore -P pod -maketest -makelist -p Processing PropertyAliases.txt Finishing property setup Processing PropValueAliases.txt Processing extracted/DGeneralCategory.txt Processing extracted/DCombiningClass.txt Processing extracted/DNumType.txt Processing extracted/DEastAsianWidth.txt Processing extracted/DLineBreak.txt Processing extracted/DBidiClass.txt Processing extracted/DDecompositionType.txt Processing extracted/DBinaryProperties.txt Processing extracted/DNumValues.txt Processing extracted/DJoinGroup.txt Processing extracted/DJoinType.txt Processing Jamo.txt Processing UnicodeData.txt Processing ArabicShaping.txt Processing Blocks.txt Processing PropList.txt Processing SpecialCasing.txt Processing LineBreak.txt Processing EastAsianWidth.txt Processing CompositionExclusions.txt Processing BidiMirroring.txt Processing CaseFolding.txt Processing DCoreProperties.txt Processing Scripts.txt Processing DNormalizationProps.txt Processing DAge.txt Processing HangulSyllableType.txt Processing auxiliary/WordBreakProperty.txt Processing auxiliary/GraphemeBreakProperty.txt Processing auxiliary/GCBTest.txt Processing auxiliary/SBTest.txt Processing auxiliary/WBTest.txt Processing auxiliary/SentenceBreakProperty.txt Processing NamedSequences.txt Processing NameAliases.txt Processing auxiliary/LBTest.txt Processing ScriptExtensions.txt Processing IndicSyllabicCategory.txt Processing BidiBrackets.txt Processing IndicPositionalCategory.txt Processing VerticalOrientation.txt Processing EquivalentUnifiedIdeograph.txt Processing emoji/emoji.txt Processing IdStatus.txt Processing IdType.txt Finishing processing Unicode properties Compiling Perl properties Creating Perl synonyms Writing tables Making pod file Making test script Updating 'mktables.lst' cd dist/Unicode-Normalize/ && ../../miniperl_top -I../../lib Makefile.PL \ INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none \ PERL_CORE=1 LIBPERL_A=libperl.a PERL="../../miniperl_top" Making header files for XS... Generating a Unix-style Makefile Writing Makefile for Unicode::Normalize cp -f dist/Devel-PPPort/ppport.h dist/Unicode-Normalize/ppport.h /home/autobuild/make/make -C dist/Unicode-Normalize/ PERL_CORE=1 LIBPERL=libperl.a LINKTYPE=dynamic make[3]: Entering directory '/tmp/instance-5/output-1/build/perl-5.36.0/dist/Unicode-Normalize' cp Normalize.pm ../../lib/Unicode/Normalize.pm Running Mkbootstrap for Normalize () chmod 644 "Normalize.bs" /tmp/instance-5/output-1/build/perl-5.36.0/dist/Unicode-Normalize/../../miniperl_top "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- Normalize.bs ../../lib/auto/Unicode/Normalize/Normalize.bs 644 "../../miniperl_top" "-I../../lib" "../../lib/ExtUtils/xsubpp" -typemap '/tmp/instance-5/output-1/build/perl-5.36.0/dist/Unicode-Normalize/../../lib/ExtUtils/typemap' Normalize.xs > Normalize.xsc mv Normalize.xsc Normalize.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -fwrapv -fno-strict-aliasing -DVERSION=\"1.31\" -DXS_VERSION=\"1.31\" -fPIC -Wno-unused-function "-I../.." Normalize.c In file included from ../../perl.h:7247, from Normalize.xs:13: ../../sv_inline.h:519:1: warning: 'always_inline' function might not be inlinable [-Wattributes] 519 | Perl_newSV_type_mortal(pTHX_ const svtype type) | ^~~~~~~~~~~~~~~~~~~~~~ rm -f ../../lib/auto/Unicode/Normalize/Normalize.so /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -shared -lm Normalize.o -o ../../lib/auto/Unicode/Normalize/Normalize.so \ \ chmod 755 ../../lib/auto/Unicode/Normalize/Normalize.so make[3]: Leaving directory '/tmp/instance-5/output-1/build/perl-5.36.0/dist/Unicode-Normalize' ./miniperl_top make_ext_Makefile.pl dist/threads/Makefile.PL Creating dist/threads/Makefile.PL for threads cd dist/threads/ && ../../miniperl_top -I../../lib Makefile.PL \ INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none \ PERL_CORE=1 LIBPERL_A=libperl.a PERL="../../miniperl_top" Generating a Unix-style Makefile Writing Makefile for threads cp -f dist/Devel-PPPort/ppport.h dist/threads/ppport.h /home/autobuild/make/make -C dist/threads/ PERL_CORE=1 LIBPERL=libperl.a LINKTYPE=dynamic make[3]: Entering directory '/tmp/instance-5/output-1/build/perl-5.36.0/dist/threads' cp lib/threads.pm ../../lib/threads.pm Running Mkbootstrap for threads () chmod 644 "threads.bs" /tmp/instance-5/output-1/build/perl-5.36.0/dist/threads/../../miniperl_top "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- threads.bs ../../lib/auto/threads/threads.bs 644 "../../miniperl_top" "-I../../lib" "../../lib/ExtUtils/xsubpp" -typemap '/tmp/instance-5/output-1/build/perl-5.36.0/dist/threads/../../lib/ExtUtils/typemap' threads.xs > threads.xsc mv threads.xsc threads.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -fwrapv -fno-strict-aliasing -DVERSION=\"2.27\" -DXS_VERSION=\"2.27\" -fPIC -Wno-unused-function "-I../.." threads.c In file included from ../../perl.h:7247, from threads.xs:9: ../../sv_inline.h:519:1: warning: 'always_inline' function might not be inlinable [-Wattributes] 519 | Perl_newSV_type_mortal(pTHX_ const svtype type) | ^~~~~~~~~~~~~~~~~~~~~~ rm -f ../../lib/auto/threads/threads.so /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -shared -lm threads.o -o ../../lib/auto/threads/threads.so \ -lpthread \ chmod 755 ../../lib/auto/threads/threads.so make[3]: Leaving directory '/tmp/instance-5/output-1/build/perl-5.36.0/dist/threads' ./miniperl_top make_ext_Makefile.pl dist/threads-shared/Makefile.PL Creating dist/threads-shared/Makefile.PL for threads::shared cd dist/threads-shared/ && ../../miniperl_top -I../../lib Makefile.PL \ INSTALLDIRS=perl INSTALLMAN1DIR=none INSTALLMAN3DIR=none \ PERL_CORE=1 LIBPERL_A=libperl.a PERL="../../miniperl_top" Generating a Unix-style Makefile Writing Makefile for threads::shared cp -f dist/Devel-PPPort/ppport.h dist/threads-shared/ppport.h /home/autobuild/make/make -C dist/threads-shared/ PERL_CORE=1 LIBPERL=libperl.a LINKTYPE=dynamic make[3]: Entering directory '/tmp/instance-5/output-1/build/perl-5.36.0/dist/threads-shared' cp lib/threads/shared.pm ../../lib/threads/shared.pm Running Mkbootstrap for shared () chmod 644 "shared.bs" /tmp/instance-5/output-1/build/perl-5.36.0/dist/threads-shared/../../miniperl_top "-I../../lib" -MExtUtils::Command::MM -e 'cp_nonempty' -- shared.bs ../../lib/auto/threads/shared/shared.bs 644 "../../miniperl_top" "-I../../lib" "../../lib/ExtUtils/xsubpp" -typemap '/tmp/instance-5/output-1/build/perl-5.36.0/dist/threads-shared/../../lib/ExtUtils/typemap' shared.xs > shared.xsc mv shared.xsc shared.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wall -Werror=pointer-arith -Werror=vla -Wextra -Wno-long-long -Wno-declaration-after-statement -Wc++-compat -Wwrite-strings -fwrapv -fno-strict-aliasing -DVERSION=\"1.64\" -DXS_VERSION=\"1.64\" -fPIC -Wno-unused-function "-I../.." shared.c In file included from ../../perl.h:7247, from shared.xs:131: ../../sv_inline.h:519:1: warning: 'always_inline' function might not be inlinable [-Wattributes] 519 | Perl_newSV_type_mortal(pTHX_ const svtype type) | ^~~~~~~~~~~~~~~~~~~~~~ rm -f ../../lib/auto/threads/shared/shared.so /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -shared -lm shared.o -o ../../lib/auto/threads/shared/shared.so \ -lpthread \ chmod 755 ../../lib/auto/threads/shared/shared.so make[3]: Leaving directory '/tmp/instance-5/output-1/build/perl-5.36.0/dist/threads-shared' ./miniperl_top autodoc.pl ./miniperl_top pod/perlmodlib.PL -q ln -sf perldelta.pod pod/perl5360delta.pod ./miniperl_top -f pod/buildtoc -q make[2]: Leaving directory '/tmp/instance-5/output-1/build/perl-5.36.0' make[1]: Leaving directory '/tmp/instance-5/output-1/build/perl-5.36.0' >>> perl 5.36.0 Installing to staging directory PATH="/tmp/instance-5/output-1/host/bin:/tmp/instance-5/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /home/autobuild/make/make -j1 -C /tmp/instance-5/output-1/build/perl-5.36.0 DESTDIR="/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot" install.perl install.sym make[1]: Entering directory '/tmp/instance-5/output-1/build/perl-5.36.0' ./miniperl_top installperl --destdir=/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot WARNING: You've never run 'make test' or some tests failed! (Installing anyway.) /usr/bin/perl5.36.0 /usr/lib/perl5/5.36.0/sh4a-linux/threads.pm /usr/lib/perl5/5.36.0/sh4a-linux/Storable.pm /usr/lib/perl5/5.36.0/sh4a-linux/Cwd.pm /usr/lib/perl5/5.36.0/sh4a-linux/IO.pm /usr/lib/perl5/5.36.0/sh4a-linux/Socket.pm /usr/lib/perl5/5.36.0/sh4a-linux/Encode.pm /usr/lib/perl5/5.36.0/sh4a-linux/encoding.pm /usr/lib/perl5/5.36.0/sh4a-linux/DB_File.pm /usr/lib/perl5/5.36.0/sh4a-linux/mro.pm /usr/lib/perl5/5.36.0/sh4a-linux/attributes.pm /usr/lib/perl5/5.36.0/sh4a-linux/SDBM_File.pm /usr/lib/perl5/5.36.0/sh4a-linux/POSIX.pm /usr/lib/perl5/5.36.0/sh4a-linux/POSIX.pod /usr/lib/perl5/5.36.0/sh4a-linux/Opcode.pm /usr/lib/perl5/5.36.0/sh4a-linux/ops.pm /usr/lib/perl5/5.36.0/sh4a-linux/Fcntl.pm /usr/lib/perl5/5.36.0/sh4a-linux/B.pm /usr/lib/perl5/5.36.0/sh4a-linux/O.pm /usr/lib/perl5/5.36.0/if.pm /usr/lib/perl5/5.36.0/constant.pm /usr/lib/perl5/5.36.0/base.pm /usr/lib/perl5/5.36.0/fields.pm /usr/lib/perl5/5.36.0/autouse.pm /usr/lib/perl5/5.36.0/XSLoader.pm /usr/lib/perl5/5.36.0/Test.pm /usr/lib/perl5/5.36.0/SelfLoader.pm /usr/lib/perl5/5.36.0/Safe.pm /usr/lib/perl5/5.36.0/FindBin.pm /usr/lib/perl5/5.36.0/Exporter.pm /usr/lib/perl5/5.36.0/Env.pm /usr/lib/perl5/5.36.0/Dumpvalue.pm /usr/lib/perl5/5.36.0/Carp.pm /usr/lib/perl5/5.36.0/version.pm /usr/lib/perl5/5.36.0/version.pod /usr/lib/perl5/5.36.0/perlfaq.pm /usr/lib/perl5/5.36.0/parent.pm /usr/lib/perl5/5.36.0/experimental.pm /usr/lib/perl5/5.36.0/bigint.pm /usr/lib/perl5/5.36.0/bigrat.pm /usr/lib/perl5/5.36.0/bignum.pm /usr/lib/perl5/5.36.0/bigfloat.pm /usr/lib/perl5/5.36.0/Fatal.pm /usr/lib/perl5/5.36.0/autodie.pm /usr/lib/perl5/5.36.0/ok.pm /usr/lib/perl5/5.36.0/Test2.pm /usr/lib/perl5/5.36.0/NEXT.pm /usr/lib/perl5/5.36.0/Memoize.pm /usr/lib/perl5/5.36.0/Digest.pm /usr/lib/perl5/5.36.0/CPAN.pm /usr/lib/perl5/5.36.0/AutoSplit.pm /usr/lib/perl5/5.36.0/AutoLoader.pm /usr/lib/perl5/5.36.0/FileCache.pm /usr/lib/perl5/5.36.0/sh4a-linux/Errno.pm /usr/lib/perl5/5.36.0/sh4a-linux/DynaLoader.pm /usr/lib/perl5/5.36.0/sh4a-linux/lib.pm /usr/lib/perl5/5.36.0/sh4a-linux/re.pm /usr/lib/perl5/5.36.0/sh4a-linux/Config_heavy.pl /usr/lib/perl5/5.36.0/sh4a-linux/Config.pm /usr/lib/perl5/5.36.0/sh4a-linux/Config.pod /usr/lib/perl5/5.36.0/sh4a-linux/Config_git.pl /usr/lib/perl5/5.36.0/UNIVERSAL.pm /usr/lib/perl5/5.36.0/builtin.pm /usr/lib/perl5/5.36.0/overload.pm /usr/lib/perl5/5.36.0/less.pm /usr/lib/perl5/5.36.0/blib.pm /usr/lib/perl5/5.36.0/DirHandle.pm /usr/lib/perl5/5.36.0/meta_notation.pm /usr/lib/perl5/5.36.0/bytes.pm /usr/lib/perl5/5.36.0/English.pm /usr/lib/perl5/5.36.0/open.pm /usr/lib/perl5/5.36.0/dumpvar.pl /usr/lib/perl5/5.36.0/Internals.pod /usr/lib/perl5/5.36.0/locale.pm /usr/lib/perl5/5.36.0/integer.pm /usr/lib/perl5/5.36.0/CORE.pod /usr/lib/perl5/5.36.0/overloading.pm /usr/lib/perl5/5.36.0/Symbol.pm /usr/lib/perl5/5.36.0/feature.pm /usr/lib/perl5/5.36.0/PerlIO.pm /usr/lib/perl5/5.36.0/_charnames.pm /usr/lib/perl5/5.36.0/subs.pm /usr/lib/perl5/5.36.0/vmsish.pm /usr/lib/perl5/5.36.0/bytes_heavy.pl /usr/lib/perl5/5.36.0/strict.pm /usr/lib/perl5/5.36.0/diagnostics.pm /usr/lib/perl5/5.36.0/sort.pm /usr/lib/perl5/5.36.0/utf8.pm /usr/lib/perl5/5.36.0/filetest.pm /usr/lib/perl5/5.36.0/warnings.pm /usr/lib/perl5/5.36.0/perl5db.pl /usr/lib/perl5/5.36.0/Thread.pm /usr/lib/perl5/5.36.0/Benchmark.pm /usr/lib/perl5/5.36.0/charnames.pm /usr/lib/perl5/5.36.0/SelectSaver.pm /usr/lib/perl5/5.36.0/sigtrap.pm /usr/lib/perl5/5.36.0/AnyDBM_File.pm /usr/lib/perl5/5.36.0/deprecate.pm /usr/lib/perl5/5.36.0/FileHandle.pm /usr/lib/perl5/5.36.0/vars.pm /usr/lib/perl5/5.36.0/DB.pm /usr/lib/perl5/5.36.0/DBM_Filter.pm /usr/lib/perl5/5.36.0/sh4a-linux/threads/shared.pm /usr/lib/perl5/5.36.0/sh4a-linux/Data/Dumper.pm /usr/lib/perl5/5.36.0/sh4a-linux/Scalar/Util.pm /usr/lib/perl5/5.36.0/sh4a-linux/Sub/Util.pm /usr/lib/perl5/5.36.0/sh4a-linux/List/Util.pm /usr/lib/perl5/5.36.0/sh4a-linux/List/Util/XS.pm /usr/lib/perl5/5.36.0/sh4a-linux/MIME/QuotedPrint.pm /usr/lib/perl5/5.36.0/sh4a-linux/MIME/Base64.pm /usr/lib/perl5/5.36.0/sh4a-linux/Encode/Unicode.pm /usr/lib/perl5/5.36.0/sh4a-linux/Encode/TW.pm /usr/lib/perl5/5.36.0/sh4a-linux/Encode/Symbol.pm /usr/lib/perl5/5.36.0/sh4a-linux/Encode/KR.pm /usr/lib/perl5/5.36.0/sh4a-linux/Encode/JP.pm /usr/lib/perl5/5.36.0/sh4a-linux/Encode/EBCDIC.pm /usr/lib/perl5/5.36.0/sh4a-linux/Encode/CN.pm /usr/lib/perl5/5.36.0/sh4a-linux/Encode/Byte.pm /usr/lib/perl5/5.36.0/sh4a-linux/Encode/Encoding.pm /usr/lib/perl5/5.36.0/Encode/Makefile_PL.e2x /usr/lib/perl5/5.36.0/Encode/ConfigLocal_PM.e2x /usr/lib/perl5/5.36.0/sh4a-linux/Encode/CJKConstants.pm /usr/lib/perl5/5.36.0/Encode/README.e2x /usr/lib/perl5/5.36.0/sh4a-linux/Encode/Config.pm /usr/lib/perl5/5.36.0/sh4a-linux/Encode/Guess.pm /usr/lib/perl5/5.36.0/sh4a-linux/Encode/Alias.pm /usr/lib/perl5/5.36.0/Encode/PerlIO.pod /usr/lib/perl5/5.36.0/Encode/_T.e2x /usr/lib/perl5/5.36.0/sh4a-linux/Encode/GSM0338.pm /usr/lib/perl5/5.36.0/Encode/Supported.pod /usr/lib/perl5/5.36.0/Encode/_PM.e2x /usr/lib/perl5/5.36.0/sh4a-linux/Encode/Encoder.pm /usr/lib/perl5/5.36.0/Encode/encode.h /usr/lib/perl5/5.36.0/Encode/Changes.e2x /usr/lib/perl5/5.36.0/sh4a-linux/Encode/Unicode/UTF7.pm /usr/lib/perl5/5.36.0/sh4a-linux/Encode/JP/JIS7.pm /usr/lib/perl5/5.36.0/sh4a-linux/Encode/JP/H2Z.pm /usr/lib/perl5/5.36.0/sh4a-linux/Encode/KR/2022_KR.pm /usr/lib/perl5/5.36.0/sh4a-linux/Encode/CN/HZ.pm /usr/lib/perl5/5.36.0/sh4a-linux/Encode/MIME/Name.pm /usr/lib/perl5/5.36.0/sh4a-linux/Encode/MIME/Header.pm /usr/lib/perl5/5.36.0/sh4a-linux/Encode/MIME/Header/ISO_2022_JP.pm /usr/lib/perl5/5.36.0/sh4a-linux/Sys/Syslog.pm /usr/lib/perl5/5.36.0/sh4a-linux/Sys/Hostname.pm /usr/lib/perl5/5.36.0/sh4a-linux/Hash/Util.pm /usr/lib/perl5/5.36.0/sh4a-linux/Hash/Util/FieldHash.pm /usr/lib/perl5/5.36.0/encoding/warnings.pm /usr/lib/perl5/5.36.0/Thread/Semaphore.pm /usr/lib/perl5/5.36.0/Thread/Queue.pm /usr/lib/perl5/5.36.0/Search/Dict.pm /usr/lib/perl5/5.36.0/sh4a-linux/I18N/Langinfo.pm /usr/lib/perl5/5.36.0/I18N/LangTags.pm /usr/lib/perl5/5.36.0/I18N/Collate.pm /usr/lib/perl5/5.36.0/I18N/LangTags/List.pm /usr/lib/perl5/5.36.0/I18N/LangTags/Detect.pm /usr/lib/perl5/5.36.0/Filter/Simple.pm /usr/lib/perl5/5.36.0/sh4a-linux/Filter/Util/Call.pm /usr/lib/perl5/5.36.0/Exporter/Heavy.pm /usr/lib/perl5/5.36.0/sh4a-linux/Devel/Peek.pm /usr/lib/perl5/5.36.0/sh4a-linux/Devel/PPPort.pm /usr/lib/perl5/5.36.0/Devel/SelfStubber.pm /usr/lib/perl5/5.36.0/Carp/Heavy.pm /usr/lib/perl5/5.36.0/Attribute/Handlers.pm /usr/lib/perl5/5.36.0/version/Internals.pod /usr/lib/perl5/5.36.0/version/regex.pm /usr/lib/perl5/5.36.0/autodie/Util.pm /usr/lib/perl5/5.36.0/autodie/exception.pm /usr/lib/perl5/5.36.0/autodie/hints.pm /usr/lib/perl5/5.36.0/autodie/skip.pm /usr/lib/perl5/5.36.0/autodie/Scope/GuardStack.pm /usr/lib/perl5/5.36.0/autodie/Scope/Guard.pm /usr/lib/perl5/5.36.0/autodie/exception/system.pm /usr/lib/perl5/5.36.0/Text/Abbrev.pm /usr/lib/perl5/5.36.0/Text/Tabs.pm /usr/lib/perl5/5.36.0/Text/Wrap.pm /usr/lib/perl5/5.36.0/Text/ParseWords.pm /usr/lib/perl5/5.36.0/Text/Balanced.pm /usr/lib/perl5/5.36.0/Test2/Formatter.pm /usr/lib/perl5/5.36.0/Test2/Transition.pod /usr/lib/perl5/5.36.0/Test2/EventFacet.pm /usr/lib/perl5/5.36.0/Test2/Util.pm /usr/lib/perl5/5.36.0/Test2/IPC.pm /usr/lib/perl5/5.36.0/Test2/Hub.pm /usr/lib/perl5/5.36.0/Test2/Event.pm /usr/lib/perl5/5.36.0/Test2/API.pm /usr/lib/perl5/5.36.0/Test2/Hub/Subtest.pm /usr/lib/perl5/5.36.0/Test2/Hub/Interceptor.pm /usr/lib/perl5/5.36.0/Test2/Hub/Interceptor/Terminator.pm /usr/lib/perl5/5.36.0/Test2/Tools/Tiny.pm /usr/lib/perl5/5.36.0/Test2/IPC/Driver.pm /usr/lib/perl5/5.36.0/Test2/IPC/Driver/Files.pm /usr/lib/perl5/5.36.0/Test2/Util/Facets2Legacy.pm /usr/lib/perl5/5.36.0/Test2/Util/ExternalMeta.pm /usr/lib/perl5/5.36.0/Test2/Util/HashBase.pm /usr/lib/perl5/5.36.0/Test2/Util/Trace.pm /usr/lib/perl5/5.36.0/Test2/Formatter/TAP.pm /usr/lib/perl5/5.36.0/Test2/EventFacet/About.pm /usr/lib/perl5/5.36.0/Test2/EventFacet/Meta.pm /usr/lib/perl5/5.36.0/Test2/EventFacet/Parent.pm /usr/lib/perl5/5.36.0/Test2/EventFacet/Hub.pm /usr/lib/perl5/5.36.0/Test2/EventFacet/Assert.pm /usr/lib/perl5/5.36.0/Test2/EventFacet/Control.pm /usr/lib/perl5/5.36.0/Test2/EventFacet/Trace.pm /usr/lib/perl5/5.36.0/Test2/EventFacet/Error.pm /usr/lib/perl5/5.36.0/Test2/EventFacet/Plan.pm /usr/lib/perl5/5.36.0/Test2/EventFacet/Render.pm /usr/lib/perl5/5.36.0/Test2/EventFacet/Info.pm /usr/lib/perl5/5.36.0/Test2/EventFacet/Amnesty.pm /usr/lib/perl5/5.36.0/Test2/EventFacet/Info/Table.pm /usr/lib/perl5/5.36.0/Test2/API/InterceptResult.pm /usr/lib/perl5/5.36.0/Test2/API/Breakage.pm /usr/lib/perl5/5.36.0/Test2/API/Instance.pm /usr/lib/perl5/5.36.0/Test2/API/Stack.pm /usr/lib/perl5/5.36.0/Test2/API/Context.pm /usr/lib/perl5/5.36.0/Test2/API/InterceptResult/Event.pm /usr/lib/perl5/5.36.0/Test2/API/InterceptResult/Facet.pm /usr/lib/perl5/5.36.0/Test2/API/InterceptResult/Hub.pm /usr/lib/perl5/5.36.0/Test2/API/InterceptResult/Squasher.pm /usr/lib/perl5/5.36.0/Test2/Event/Waiting.pm /usr/lib/perl5/5.36.0/Test2/Event/Note.pm /usr/lib/perl5/5.36.0/Test2/Event/Ok.pm /usr/lib/perl5/5.36.0/Test2/Event/Skip.pm /usr/lib/perl5/5.36.0/Test2/Event/Subtest.pm /usr/lib/perl5/5.36.0/Test2/Event/Fail.pm /usr/lib/perl5/5.36.0/Test2/Event/Plan.pm /usr/lib/perl5/5.36.0/Test2/Event/Diag.pm /usr/lib/perl5/5.36.0/Test2/Event/V2.pm /usr/lib/perl5/5.36.0/Test2/Event/Encoding.pm /usr/lib/perl5/5.36.0/Test2/Event/Bail.pm /usr/lib/perl5/5.36.0/Test2/Event/Exception.pm /usr/lib/perl5/5.36.0/Test2/Event/Generic.pm /usr/lib/perl5/5.36.0/Test2/Event/Pass.pm /usr/lib/perl5/5.36.0/Test2/Event/TAP/Version.pm /usr/lib/perl5/5.36.0/TAP/Parser.pm /usr/lib/perl5/5.36.0/TAP/Object.pm /usr/lib/perl5/5.36.0/TAP/Base.pm /usr/lib/perl5/5.36.0/TAP/Harness.pm /usr/lib/perl5/5.36.0/TAP/Harness/Env.pm /usr/lib/perl5/5.36.0/TAP/Harness/Beyond.pod /usr/lib/perl5/5.36.0/TAP/Formatter/Base.pm /usr/lib/perl5/5.36.0/TAP/Formatter/Session.pm /usr/lib/perl5/5.36.0/TAP/Formatter/Console.pm /usr/lib/perl5/5.36.0/TAP/Formatter/File.pm /usr/lib/perl5/5.36.0/TAP/Formatter/Color.pm /usr/lib/perl5/5.36.0/TAP/Formatter/Console/Session.pm /usr/lib/perl5/5.36.0/TAP/Formatter/Console/ParallelSession.pm /usr/lib/perl5/5.36.0/TAP/Formatter/File/Session.pm /usr/lib/perl5/5.36.0/TAP/Parser/SourceHandler.pm /usr/lib/perl5/5.36.0/TAP/Parser/Source.pm /usr/lib/perl5/5.36.0/TAP/Parser/Aggregator.pm /usr/lib/perl5/5.36.0/TAP/Parser/Multiplexer.pm /usr/lib/perl5/5.36.0/TAP/Parser/Scheduler.pm /usr/lib/perl5/5.36.0/TAP/Parser/Grammar.pm /usr/lib/perl5/5.36.0/TAP/Parser/Iterator.pm /usr/lib/perl5/5.36.0/TAP/Parser/Result.pm /usr/lib/perl5/5.36.0/TAP/Parser/IteratorFactory.pm /usr/lib/perl5/5.36.0/TAP/Parser/ResultFactory.pm /usr/lib/perl5/5.36.0/TAP/Parser/YAMLish/Writer.pm /usr/lib/perl5/5.36.0/TAP/Parser/YAMLish/Reader.pm /usr/lib/perl5/5.36.0/TAP/Parser/SourceHandler/File.pm /usr/lib/perl5/5.36.0/TAP/Parser/SourceHandler/RawTAP.pm /usr/lib/perl5/5.36.0/TAP/Parser/SourceHandler/Executable.pm /usr/lib/perl5/5.36.0/TAP/Parser/SourceHandler/Perl.pm /usr/lib/perl5/5.36.0/TAP/Parser/SourceHandler/Handle.pm /usr/lib/perl5/5.36.0/TAP/Parser/Iterator/Process.pm /usr/lib/perl5/5.36.0/TAP/Parser/Iterator/Array.pm /usr/lib/perl5/5.36.0/TAP/Parser/Iterator/Stream.pm /usr/lib/perl5/5.36.0/TAP/Parser/Result/Test.pm /usr/lib/perl5/5.36.0/TAP/Parser/Result/Unknown.pm /usr/lib/perl5/5.36.0/TAP/Parser/Result/Plan.pm /usr/lib/perl5/5.36.0/TAP/Parser/Result/Bailout.pm /usr/lib/perl5/5.36.0/TAP/Parser/Result/Version.pm /usr/lib/perl5/5.36.0/TAP/Parser/Result/YAML.pm /usr/lib/perl5/5.36.0/TAP/Parser/Result/Comment.pm /usr/lib/perl5/5.36.0/TAP/Parser/Result/Pragma.pm /usr/lib/perl5/5.36.0/TAP/Parser/Scheduler/Spinner.pm /usr/lib/perl5/5.36.0/TAP/Parser/Scheduler/Job.pm /usr/lib/perl5/5.36.0/Test/More.pm /usr/lib/perl5/5.36.0/Test/Tutorial.pod /usr/lib/perl5/5.36.0/Test/Simple.pm /usr/lib/perl5/5.36.0/Test/Tester.pm /usr/lib/perl5/5.36.0/Test/Builder.pm /usr/lib/perl5/5.36.0/Test/Harness.pm /usr/lib/perl5/5.36.0/Test/Tester/Delegate.pm /usr/lib/perl5/5.36.0/Test/Tester/CaptureRunner.pm /usr/lib/perl5/5.36.0/Test/Tester/Capture.pm /usr/lib/perl5/5.36.0/Test/use/ok.pm /usr/lib/perl5/5.36.0/Test/Builder/Tester.pm /usr/lib/perl5/5.36.0/Test/Builder/Module.pm /usr/lib/perl5/5.36.0/Test/Builder/Formatter.pm /usr/lib/perl5/5.36.0/Test/Builder/TodoDiag.pm /usr/lib/perl5/5.36.0/Test/Builder/IO/Scalar.pm /usr/lib/perl5/5.36.0/Test/Builder/Tester/Color.pm /usr/lib/perl5/5.36.0/Term/ReadLine.pm /usr/lib/perl5/5.36.0/Term/Complete.pm /usr/lib/perl5/5.36.0/Term/Cap.pm /usr/lib/perl5/5.36.0/Term/ANSIColor.pm /usr/lib/perl5/5.36.0/sh4a-linux/PerlIO/via.pm /usr/lib/perl5/5.36.0/sh4a-linux/PerlIO/scalar.pm /usr/lib/perl5/5.36.0/sh4a-linux/PerlIO/mmap.pm /usr/lib/perl5/5.36.0/sh4a-linux/PerlIO/encoding.pm /usr/lib/perl5/5.36.0/PerlIO/via/QuotedPrint.pm /usr/lib/perl5/5.36.0/Perl/OSType.pm /usr/lib/perl5/5.36.0/Params/Check.pm /usr/lib/perl5/5.36.0/Module/CoreList.pod /usr/lib/perl5/5.36.0/Module/CoreList.pm /usr/lib/perl5/5.36.0/Module/Metadata.pm /usr/lib/perl5/5.36.0/Module/Loaded.pm /usr/lib/perl5/5.36.0/Module/Load.pm /usr/lib/perl5/5.36.0/Module/CoreList/Utils.pm /usr/lib/perl5/5.36.0/Module/Load/Conditional.pm /usr/lib/perl5/5.36.0/Memoize/NDBM_File.pm /usr/lib/perl5/5.36.0/Memoize/Expire.pm /usr/lib/perl5/5.36.0/Memoize/ExpireTest.pm /usr/lib/perl5/5.36.0/Memoize/Storable.pm /usr/lib/perl5/5.36.0/Memoize/ExpireFile.pm /usr/lib/perl5/5.36.0/Memoize/AnyDBM_File.pm /usr/lib/perl5/5.36.0/Memoize/SDBM_File.pm /usr/lib/perl5/5.36.0/Math/Complex.pm /usr/lib/perl5/5.36.0/Math/Trig.pm /usr/lib/perl5/5.36.0/Math/BigRat.pm /usr/lib/perl5/5.36.0/Math/BigFloat.pm /usr/lib/perl5/5.36.0/Math/BigInt.pm /usr/lib/perl5/5.36.0/Math/BigFloat/Trace.pm /usr/lib/perl5/5.36.0/Math/BigRat/Trace.pm /usr/lib/perl5/5.36.0/sh4a-linux/Math/BigInt/FastCalc.pm /usr/lib/perl5/5.36.0/Math/BigInt/Trace.pm /usr/lib/perl5/5.36.0/Math/BigInt/Lib.pm /usr/lib/perl5/5.36.0/Math/BigInt/Calc.pm /usr/lib/perl5/5.36.0/Locale/Maketext.pod /usr/lib/perl5/5.36.0/Locale/Maketext.pm /usr/lib/perl5/5.36.0/Locale/Maketext/Guts.pm /usr/lib/perl5/5.36.0/Locale/Maketext/TPJ13.pod /usr/lib/perl5/5.36.0/Locale/Maketext/GutsLoader.pm /usr/lib/perl5/5.36.0/Locale/Maketext/Cookbook.pod /usr/lib/perl5/5.36.0/Locale/Maketext/Simple.pm /usr/lib/perl5/5.36.0/JSON/PP.pm /usr/lib/perl5/5.36.0/JSON/PP/Boolean.pm /usr/lib/perl5/5.36.0/Compress/Zlib.pm /usr/lib/perl5/5.36.0/sh4a-linux/Compress/Raw/Zlib.pm /usr/lib/perl5/5.36.0/sh4a-linux/Compress/Raw/Bzip2.pm /usr/lib/perl5/5.36.0/sh4a-linux/IO/Select.pm /usr/lib/perl5/5.36.0/sh4a-linux/IO/Poll.pm /usr/lib/perl5/5.36.0/sh4a-linux/IO/File.pm /usr/lib/perl5/5.36.0/sh4a-linux/IO/Pipe.pm /usr/lib/perl5/5.36.0/sh4a-linux/IO/Seekable.pm /usr/lib/perl5/5.36.0/sh4a-linux/IO/Handle.pm /usr/lib/perl5/5.36.0/sh4a-linux/IO/Socket.pm /usr/lib/perl5/5.36.0/sh4a-linux/IO/Dir.pm /usr/lib/perl5/5.36.0/IO/Zlib.pm /usr/lib/perl5/5.36.0/sh4a-linux/IO/Socket/INET.pm /usr/lib/perl5/5.36.0/sh4a-linux/IO/Socket/UNIX.pm /usr/lib/perl5/5.36.0/IO/Socket/IP.pm /usr/lib/perl5/5.36.0/IO/Uncompress/Inflate.pm /usr/lib/perl5/5.36.0/IO/Uncompress/Gunzip.pm /usr/lib/perl5/5.36.0/IO/Uncompress/Base.pm /usr/lib/perl5/5.36.0/IO/Uncompress/Unzip.pm /usr/lib/perl5/5.36.0/IO/Uncompress/AnyUncompress.pm /usr/lib/perl5/5.36.0/IO/Uncompress/RawInflate.pm /usr/lib/perl5/5.36.0/IO/Uncompress/Bunzip2.pm /usr/lib/perl5/5.36.0/IO/Uncompress/AnyInflate.pm /usr/lib/perl5/5.36.0/IO/Uncompress/Adapter/Inflate.pm /usr/lib/perl5/5.36.0/IO/Uncompress/Adapter/Identity.pm /usr/lib/perl5/5.36.0/IO/Uncompress/Adapter/Bunzip2.pm /usr/lib/perl5/5.36.0/IO/Compress/Zip.pm /usr/lib/perl5/5.36.0/IO/Compress/Bzip2.pm /usr/lib/perl5/5.36.0/IO/Compress/Deflate.pm /usr/lib/perl5/5.36.0/IO/Compress/FAQ.pod /usr/lib/perl5/5.36.0/IO/Compress/Gzip.pm /usr/lib/perl5/5.36.0/IO/Compress/RawDeflate.pm /usr/lib/perl5/5.36.0/IO/Compress/Base.pm /usr/lib/perl5/5.36.0/IO/Compress/Zlib/Constants.pm /usr/lib/perl5/5.36.0/IO/Compress/Zlib/Extra.pm /usr/lib/perl5/5.36.0/IO/Compress/Gzip/Constants.pm /usr/lib/perl5/5.36.0/IO/Compress/Base/Common.pm /usr/lib/perl5/5.36.0/IO/Compress/Adapter/Deflate.pm /usr/lib/perl5/5.36.0/IO/Compress/Adapter/Identity.pm /usr/lib/perl5/5.36.0/IO/Compress/Adapter/Bzip2.pm /usr/lib/perl5/5.36.0/IO/Compress/Zip/Constants.pm /usr/lib/perl5/5.36.0/HTTP/Tiny.pm /usr/lib/perl5/5.36.0/sh4a-linux/Digest/SHA.pm /usr/lib/perl5/5.36.0/sh4a-linux/Digest/MD5.pm /usr/lib/perl5/5.36.0/Digest/file.pm /usr/lib/perl5/5.36.0/Digest/base.pm /usr/lib/perl5/5.36.0/Parse/CPAN/Meta.pm /usr/lib/perl5/5.36.0/App/Prove.pm /usr/lib/perl5/5.36.0/App/Cpan.pm /usr/lib/perl5/5.36.0/App/Prove/State.pm /usr/lib/perl5/5.36.0/App/Prove/State/Result.pm /usr/lib/perl5/5.36.0/App/Prove/State/Result/Test.pm /usr/lib/perl5/5.36.0/CPAN/Meta.pm /usr/lib/perl5/5.36.0/CPAN/Debug.pm /usr/lib/perl5/5.36.0/CPAN/HandleConfig.pm /usr/lib/perl5/5.36.0/CPAN/Distrostatus.pm /usr/lib/perl5/5.36.0/CPAN/URL.pm /usr/lib/perl5/5.36.0/CPAN/InfoObj.pm /usr/lib/perl5/5.36.0/CPAN/CacheMgr.pm /usr/lib/perl5/5.36.0/CPAN/DeferredCode.pm /usr/lib/perl5/5.36.0/CPAN/FTP.pm /usr/lib/perl5/5.36.0/CPAN/Version.pm /usr/lib/perl5/5.36.0/CPAN/Module.pm /usr/lib/perl5/5.36.0/CPAN/Queue.pm /usr/lib/perl5/5.36.0/CPAN/Complete.pm /usr/lib/perl5/5.36.0/CPAN/Tarzip.pm /usr/lib/perl5/5.36.0/CPAN/Index.pm /usr/lib/perl5/5.36.0/CPAN/Author.pm /usr/lib/perl5/5.36.0/CPAN/Mirrors.pm /usr/lib/perl5/5.36.0/CPAN/Prompt.pm /usr/lib/perl5/5.36.0/CPAN/Shell.pm /usr/lib/perl5/5.36.0/CPAN/Plugin.pm /usr/lib/perl5/5.36.0/CPAN/Nox.pm /usr/lib/perl5/5.36.0/CPAN/Distroprefs.pm /usr/lib/perl5/5.36.0/CPAN/Bundle.pm /usr/lib/perl5/5.36.0/CPAN/Kwalify.pm /usr/lib/perl5/5.36.0/CPAN/Distribution.pm /usr/lib/perl5/5.36.0/CPAN/FirstTime.pm /usr/lib/perl5/5.36.0/CPAN/Meta/YAML.pm /usr/lib/perl5/5.36.0/CPAN/Meta/Requirements.pm /usr/lib/perl5/5.36.0/CPAN/Meta/Converter.pm /usr/lib/perl5/5.36.0/CPAN/Meta/History.pm /usr/lib/perl5/5.36.0/CPAN/Meta/Prereqs.pm /usr/lib/perl5/5.36.0/CPAN/Meta/Validator.pm /usr/lib/perl5/5.36.0/CPAN/Meta/Merge.pm /usr/lib/perl5/5.36.0/CPAN/Meta/Feature.pm /usr/lib/perl5/5.36.0/CPAN/Meta/Spec.pm /usr/lib/perl5/5.36.0/CPAN/Meta/History/Meta_1_0.pod /usr/lib/perl5/5.36.0/CPAN/Meta/History/Meta_1_2.pod /usr/lib/perl5/5.36.0/CPAN/Meta/History/Meta_1_3.pod /usr/lib/perl5/5.36.0/CPAN/Meta/History/Meta_1_4.pod /usr/lib/perl5/5.36.0/CPAN/Meta/History/Meta_1_1.pod /usr/lib/perl5/5.36.0/CPAN/LWP/UserAgent.pm /usr/lib/perl5/5.36.0/CPAN/API/HOWTO.pod /usr/lib/perl5/5.36.0/CPAN/Kwalify/distroprefs.yml /usr/lib/perl5/5.36.0/CPAN/Kwalify/distroprefs.dd /usr/lib/perl5/5.36.0/CPAN/FTP/netrc.pm /usr/lib/perl5/5.36.0/CPAN/HTTP/Client.pm /usr/lib/perl5/5.36.0/CPAN/HTTP/Credentials.pm /usr/lib/perl5/5.36.0/CPAN/Exception/blocked_urllist.pm /usr/lib/perl5/5.36.0/CPAN/Exception/yaml_not_installed.pm /usr/lib/perl5/5.36.0/CPAN/Exception/RecursiveDependency.pm /usr/lib/perl5/5.36.0/CPAN/Exception/yaml_process_error.pm /usr/lib/perl5/5.36.0/CPAN/Plugin/Specfile.pm /usr/lib/perl5/5.36.0/Archive/Tar.pm /usr/lib/perl5/5.36.0/Archive/Tar/Constant.pm /usr/lib/perl5/5.36.0/Archive/Tar/File.pm /usr/lib/perl5/5.36.0/sh4a-linux/IPC/Semaphore.pm /usr/lib/perl5/5.36.0/sh4a-linux/IPC/SharedMem.pm /usr/lib/perl5/5.36.0/sh4a-linux/IPC/Msg.pm /usr/lib/perl5/5.36.0/sh4a-linux/IPC/SysV.pm /usr/lib/perl5/5.36.0/IPC/Cmd.pm /usr/lib/perl5/5.36.0/IPC/Open2.pm /usr/lib/perl5/5.36.0/IPC/Open3.pm /usr/lib/perl5/5.36.0/sh4a-linux/auto/threads/threads.so /usr/lib/perl5/5.36.0/sh4a-linux/auto/threads/shared/shared.so /usr/lib/perl5/5.36.0/sh4a-linux/auto/Storable/Storable.so /usr/lib/perl5/5.36.0/sh4a-linux/auto/Cwd/Cwd.so /usr/lib/perl5/5.36.0/sh4a-linux/auto/Data/Dumper/Dumper.so /usr/lib/perl5/5.36.0/sh4a-linux/auto/Unicode/Normalize/Normalize.so /usr/lib/perl5/5.36.0/sh4a-linux/auto/Unicode/Collate/Collate.so /usr/lib/perl5/5.36.0/sh4a-linux/auto/Socket/Socket.so /usr/lib/perl5/5.36.0/sh4a-linux/auto/List/Util/Util.so /usr/lib/perl5/5.36.0/sh4a-linux/auto/MIME/Base64/Base64.so /usr/lib/perl5/5.36.0/sh4a-linux/auto/Encode/Encode.so /usr/lib/perl5/5.36.0/sh4a-linux/auto/Encode/Unicode/Unicode.so /usr/lib/perl5/5.36.0/sh4a-linux/auto/Encode/TW/TW.so /usr/lib/perl5/5.36.0/sh4a-linux/auto/Encode/Symbol/Symbol.so /usr/lib/perl5/5.36.0/sh4a-linux/auto/Encode/KR/KR.so /usr/lib/perl5/5.36.0/sh4a-linux/auto/Encode/JP/JP.so /usr/lib/perl5/5.36.0/sh4a-linux/auto/Encode/EBCDIC/EBCDIC.so /usr/lib/perl5/5.36.0/sh4a-linux/auto/Encode/CN/CN.so /usr/lib/perl5/5.36.0/sh4a-linux/auto/Encode/Byte/Byte.so /usr/lib/perl5/5.36.0/sh4a-linux/auto/DB_File/DB_File.so /usr/lib/perl5/5.36.0/sh4a-linux/auto/Compress/Raw/Zlib/Zlib.so /usr/lib/perl5/5.36.0/sh4a-linux/auto/Compress/Raw/Bzip2/Bzip2.so /usr/lib/perl5/5.36.0/sh4a-linux/auto/re/re.so /usr/lib/perl5/5.36.0/sh4a-linux/auto/mro/mro.so /usr/lib/perl5/5.36.0/sh4a-linux/auto/attributes/attributes.so /usr/lib/perl5/5.36.0/sh4a-linux/auto/Sys/Syslog/Syslog.so /usr/lib/perl5/5.36.0/sh4a-linux/auto/Sys/Hostname/Hostname.so /usr/lib/perl5/5.36.0/sh4a-linux/auto/SDBM_File/SDBM_File.so /usr/lib/perl5/5.36.0/sh4a-linux/auto/POSIX/POSIX.so /usr/lib/perl5/5.36.0/sh4a-linux/auto/Opcode/Opcode.so /usr/lib/perl5/5.36.0/sh4a-linux/auto/Hash/Util/Util.so /usr/lib/perl5/5.36.0/sh4a-linux/auto/Hash/Util/FieldHash/FieldHash.so /usr/lib/perl5/5.36.0/sh4a-linux/auto/Fcntl/Fcntl.so /usr/lib/perl5/5.36.0/sh4a-linux/auto/B/B.so /usr/lib/perl5/5.36.0/sh4a-linux/auto/I18N/Langinfo/Langinfo.so /usr/lib/perl5/5.36.0/sh4a-linux/auto/Filter/Util/Call/Call.so /usr/lib/perl5/5.36.0/sh4a-linux/auto/Devel/Peek/Peek.so /usr/lib/perl5/5.36.0/sh4a-linux/auto/Time/HiRes/HiRes.so /usr/lib/perl5/5.36.0/sh4a-linux/auto/Time/Piece/Piece.so /usr/lib/perl5/5.36.0/sh4a-linux/auto/PerlIO/scalar/scalar.so /usr/lib/perl5/5.36.0/sh4a-linux/auto/PerlIO/mmap/mmap.so /usr/lib/perl5/5.36.0/sh4a-linux/auto/PerlIO/encoding/encoding.so /usr/lib/perl5/5.36.0/sh4a-linux/auto/PerlIO/via/via.so /usr/lib/perl5/5.36.0/sh4a-linux/auto/Math/BigInt/FastCalc/FastCalc.so /usr/lib/perl5/5.36.0/sh4a-linux/auto/IO/IO.so /usr/lib/perl5/5.36.0/sh4a-linux/auto/Digest/SHA/SHA.so /usr/lib/perl5/5.36.0/sh4a-linux/auto/Digest/MD5/MD5.so /usr/lib/perl5/5.36.0/sh4a-linux/auto/IPC/SysV/SysV.so /usr/lib/perl5/5.36.0/sh4a-linux/auto/File/Glob/Glob.so /usr/lib/perl5/5.36.0/sh4a-linux/auto/File/DosGlob/DosGlob.so /usr/lib/perl5/5.36.0/overload/numbers.pm /usr/lib/perl5/5.36.0/warnings/register.pm /usr/lib/perl5/5.36.0/sh4a-linux/B/Xref.pm /usr/lib/perl5/5.36.0/sh4a-linux/B/Concise.pm /usr/lib/perl5/5.36.0/sh4a-linux/B/Showlex.pm /usr/lib/perl5/5.36.0/sh4a-linux/B/Terse.pm /usr/lib/perl5/5.36.0/B/Deparse.pm /usr/lib/perl5/5.36.0/B/Op_private.pm /usr/lib/perl5/5.36.0/Class/Struct.pm /usr/lib/perl5/5.36.0/ExtUtils/ParseXS.pod /usr/lib/perl5/5.36.0/ExtUtils/Typemaps.pm /usr/lib/perl5/5.36.0/ExtUtils/ParseXS.pm /usr/lib/perl5/5.36.0/ExtUtils/CBuilder.pm /usr/lib/perl5/5.36.0/ExtUtils/PL2Bat.pm /usr/lib/perl5/5.36.0/ExtUtils/MANIFEST.SKIP /usr/lib/perl5/5.36.0/ExtUtils/Manifest.pm /usr/lib/perl5/5.36.0/ExtUtils/MakeMaker.pm /usr/lib/perl5/5.36.0/ExtUtils/MM_VOS.pm /usr/lib/perl5/5.36.0/ExtUtils/MY.pm /usr/lib/perl5/5.36.0/ExtUtils/Mksymlists.pm /usr/lib/perl5/5.36.0/ExtUtils/MM_Cygwin.pm /usr/lib/perl5/5.36.0/ExtUtils/MM_Unix.pm /usr/lib/perl5/5.36.0/ExtUtils/MM_Win32.pm /usr/lib/perl5/5.36.0/ExtUtils/MM_OS2.pm /usr/lib/perl5/5.36.0/ExtUtils/MM_QNX.pm /usr/lib/perl5/5.36.0/ExtUtils/MM.pm /usr/lib/perl5/5.36.0/ExtUtils/Command.pm /usr/lib/perl5/5.36.0/ExtUtils/Mkbootstrap.pm /usr/lib/perl5/5.36.0/ExtUtils/MM_MacOS.pm /usr/lib/perl5/5.36.0/ExtUtils/MM_OS390.pm /usr/lib/perl5/5.36.0/ExtUtils/MM_BeOS.pm /usr/lib/perl5/5.36.0/ExtUtils/Liblist.pm /usr/lib/perl5/5.36.0/ExtUtils/MM_NW5.pm /usr/lib/perl5/5.36.0/ExtUtils/MM_Win95.pm /usr/lib/perl5/5.36.0/ExtUtils/MM_VMS.pm /usr/lib/perl5/5.36.0/ExtUtils/MM_UWIN.pm /usr/lib/perl5/5.36.0/ExtUtils/MM_Any.pm /usr/lib/perl5/5.36.0/ExtUtils/testlib.pm /usr/lib/perl5/5.36.0/ExtUtils/MM_DOS.pm /usr/lib/perl5/5.36.0/ExtUtils/MM_Darwin.pm /usr/lib/perl5/5.36.0/ExtUtils/MM_AIX.pm /usr/lib/perl5/5.36.0/ExtUtils/Installed.pm /usr/lib/perl5/5.36.0/ExtUtils/Packlist.pm /usr/lib/perl5/5.36.0/ExtUtils/Install.pm /usr/lib/perl5/5.36.0/ExtUtils/Constant.pm /usr/lib/perl5/5.36.0/ExtUtils/Miniperl.pm /usr/lib/perl5/5.36.0/ExtUtils/xsubpp /usr/lib/perl5/5.36.0/ExtUtils/typemap /usr/lib/perl5/5.36.0/ExtUtils/Embed.pm /usr/lib/perl5/5.36.0/ExtUtils/ParseXS/Utilities.pm /usr/lib/perl5/5.36.0/ExtUtils/ParseXS/CountLines.pm /usr/lib/perl5/5.36.0/ExtUtils/ParseXS/Constants.pm /usr/lib/perl5/5.36.0/ExtUtils/ParseXS/Eval.pm /usr/lib/perl5/5.36.0/ExtUtils/Typemaps/OutputMap.pm /usr/lib/perl5/5.36.0/ExtUtils/Typemaps/Type.pm /usr/lib/perl5/5.36.0/ExtUtils/Typemaps/Cmd.pm /usr/lib/perl5/5.36.0/ExtUtils/Typemaps/InputMap.pm /usr/lib/perl5/5.36.0/ExtUtils/CBuilder/Base.pm /usr/lib/perl5/5.36.0/ExtUtils/CBuilder/Platform/darwin.pm /usr/lib/perl5/5.36.0/ExtUtils/CBuilder/Platform/os2.pm /usr/lib/perl5/5.36.0/ExtUtils/CBuilder/Platform/Windows.pm /usr/lib/perl5/5.36.0/ExtUtils/CBuilder/Platform/cygwin.pm /usr/lib/perl5/5.36.0/ExtUtils/CBuilder/Platform/android.pm /usr/lib/perl5/5.36.0/ExtUtils/CBuilder/Platform/VMS.pm /usr/lib/perl5/5.36.0/ExtUtils/CBuilder/Platform/aix.pm /usr/lib/perl5/5.36.0/ExtUtils/CBuilder/Platform/dec_osf.pm /usr/lib/perl5/5.36.0/ExtUtils/CBuilder/Platform/Unix.pm /usr/lib/perl5/5.36.0/ExtUtils/CBuilder/Platform/Windows/BCC.pm /usr/lib/perl5/5.36.0/ExtUtils/CBuilder/Platform/Windows/GCC.pm /usr/lib/perl5/5.36.0/ExtUtils/CBuilder/Platform/Windows/MSVC.pm /usr/lib/perl5/5.36.0/ExtUtils/Liblist/Kid.pm /usr/lib/perl5/5.36.0/ExtUtils/MakeMaker/Config.pm /usr/lib/perl5/5.36.0/ExtUtils/MakeMaker/Locale.pm /usr/lib/perl5/5.36.0/ExtUtils/MakeMaker/version.pm /usr/lib/perl5/5.36.0/ExtUtils/MakeMaker/Tutorial.pod /usr/lib/perl5/5.36.0/ExtUtils/MakeMaker/FAQ.pod /usr/lib/perl5/5.36.0/ExtUtils/Command/MM.pm /usr/lib/perl5/5.36.0/ExtUtils/Constant/ProxySubs.pm /usr/lib/perl5/5.36.0/ExtUtils/Constant/Base.pm /usr/lib/perl5/5.36.0/ExtUtils/Constant/Utils.pm /usr/lib/perl5/5.36.0/ExtUtils/Constant/XS.pm /usr/lib/perl5/5.36.0/Tie/File.pm /usr/lib/perl5/5.36.0/Tie/RefHash.pm /usr/lib/perl5/5.36.0/Tie/Memoize.pm /usr/lib/perl5/5.36.0/Tie/Array.pm /usr/lib/perl5/5.36.0/Tie/Hash.pm /usr/lib/perl5/5.36.0/Tie/Handle.pm /usr/lib/perl5/5.36.0/Tie/SubstrHash.pm /usr/lib/perl5/5.36.0/Tie/Scalar.pm /usr/lib/perl5/5.36.0/Tie/StdHandle.pm /usr/lib/perl5/5.36.0/Tie/Hash/NamedCapture.pm /usr/lib/perl5/5.36.0/sh4a-linux/Time/HiRes.pm /usr/lib/perl5/5.36.0/sh4a-linux/Time/Piece.pm /usr/lib/perl5/5.36.0/sh4a-linux/Time/Seconds.pm /usr/lib/perl5/5.36.0/Time/Local.pm /usr/lib/perl5/5.36.0/Time/localtime.pm /usr/lib/perl5/5.36.0/Time/gmtime.pm /usr/lib/perl5/5.36.0/Time/tm.pm /usr/lib/perl5/5.36.0/unicore/UCD.pl /usr/lib/perl5/5.36.0/unicore/Name.pm /usr/lib/perl5/5.36.0/unicore/Name.pl /usr/lib/perl5/5.36.0/unicore/CombiningClass.pl /usr/lib/perl5/5.36.0/unicore/Decomposition.pl /usr/lib/perl5/5.36.0/unicore/version /usr/lib/perl5/5.36.0/unicore/uni_keywords.pl /usr/lib/perl5/5.36.0/unicore/NamedSequences.txt /usr/lib/perl5/5.36.0/unicore/Blocks.txt /usr/lib/perl5/5.36.0/unicore/SpecialCasing.txt /usr/lib/perl5/5.36.0/unicore/To/Vo.pl /usr/lib/perl5/5.36.0/unicore/To/Uc.pl /usr/lib/perl5/5.36.0/unicore/To/Tc.pl /usr/lib/perl5/5.36.0/unicore/To/Scx.pl /usr/lib/perl5/5.36.0/unicore/To/Sc.pl /usr/lib/perl5/5.36.0/unicore/To/Nv.pl /usr/lib/perl5/5.36.0/unicore/To/Nt.pl /usr/lib/perl5/5.36.0/unicore/To/Na1.pl /usr/lib/perl5/5.36.0/unicore/To/Lc.pl /usr/lib/perl5/5.36.0/unicore/To/Lb.pl /usr/lib/perl5/5.36.0/unicore/To/Jt.pl /usr/lib/perl5/5.36.0/unicore/To/Jg.pl /usr/lib/perl5/5.36.0/unicore/To/Isc.pl /usr/lib/perl5/5.36.0/unicore/To/Hst.pl /usr/lib/perl5/5.36.0/unicore/To/Gc.pl /usr/lib/perl5/5.36.0/unicore/To/Ea.pl /usr/lib/perl5/5.36.0/unicore/To/Cf.pl /usr/lib/perl5/5.36.0/unicore/To/Bpt.pl /usr/lib/perl5/5.36.0/unicore/To/Bpb.pl /usr/lib/perl5/5.36.0/unicore/To/Bmg.pl /usr/lib/perl5/5.36.0/unicore/To/Bc.pl /usr/lib/perl5/5.36.0/unicore/To/Age.pl /usr/lib/perl5/5.36.0/unicore/To/_PerlSCX.pl /usr/lib/perl5/5.36.0/unicore/To/_PerlLB.pl /usr/lib/perl5/5.36.0/unicore/To/WB.pl /usr/lib/perl5/5.36.0/unicore/To/SB.pl /usr/lib/perl5/5.36.0/unicore/To/PerlDeci.pl /usr/lib/perl5/5.36.0/unicore/To/NameAlia.pl /usr/lib/perl5/5.36.0/unicore/To/NFKDQC.pl /usr/lib/perl5/5.36.0/unicore/To/NFKCQC.pl /usr/lib/perl5/5.36.0/unicore/To/NFKCCF.pl /usr/lib/perl5/5.36.0/unicore/To/NFDQC.pl /usr/lib/perl5/5.36.0/unicore/To/NFCQC.pl /usr/lib/perl5/5.36.0/unicore/To/InSC.pl /usr/lib/perl5/5.36.0/unicore/To/InPC.pl /usr/lib/perl5/5.36.0/unicore/To/Identif2.pl /usr/lib/perl5/5.36.0/unicore/To/Identifi.pl /usr/lib/perl5/5.36.0/unicore/To/GCB.pl /usr/lib/perl5/5.36.0/unicore/To/EqUIdeo.pl /usr/lib/perl5/5.36.0/unicore/lib/Vo/Tu.pl /usr/lib/perl5/5.36.0/unicore/lib/Vo/Tr.pl /usr/lib/perl5/5.36.0/unicore/lib/Vo/U.pl /usr/lib/perl5/5.36.0/unicore/lib/Vo/R.pl /usr/lib/perl5/5.36.0/unicore/lib/Scx/Zzzz.pl /usr/lib/perl5/5.36.0/unicore/lib/Scx/Zyyy.pl /usr/lib/perl5/5.36.0/unicore/lib/Scx/Zinh.pl /usr/lib/perl5/5.36.0/unicore/lib/Scx/Yezi.pl /usr/lib/perl5/5.36.0/unicore/lib/Scx/Xsux.pl /usr/lib/perl5/5.36.0/unicore/lib/Scx/Vith.pl /usr/lib/perl5/5.36.0/unicore/lib/Scx/Tirh.pl /usr/lib/perl5/5.36.0/unicore/lib/Scx/Tibt.pl /usr/lib/perl5/5.36.0/unicore/lib/Scx/Thaa.pl /usr/lib/perl5/5.36.0/unicore/lib/Scx/Telu.pl /usr/lib/perl5/5.36.0/unicore/lib/Scx/Tang.pl /usr/lib/perl5/5.36.0/unicore/lib/Scx/Taml.pl /usr/lib/perl5/5.36.0/unicore/lib/Scx/Talu.pl /usr/lib/perl5/5.36.0/unicore/lib/Scx/Takr.pl /usr/lib/perl5/5.36.0/unicore/lib/Scx/Tagb.pl /usr/lib/perl5/5.36.0/unicore/lib/Scx/Syrc.pl /usr/lib/perl5/5.36.0/unicore/lib/Scx/Sinh.pl /usr/lib/perl5/5.36.0/unicore/lib/Scx/Sind.pl /usr/lib/perl5/5.36.0/unicore/lib/Scx/Shrd.pl /usr/lib/perl5/5.36.0/unicore/lib/Scx/Rohg.pl /usr/lib/perl5/5.36.0/unicore/lib/Scx/Phlp.pl /usr/lib/perl5/5.36.0/unicore/lib/Scx/Orya.pl /usr/lib/perl5/5.36.0/unicore/lib/Scx/Nand.pl /usr/lib/perl5/5.36.0/unicore/lib/Scx/Mymr.pl /usr/lib/perl5/5.36.0/unicore/lib/Scx/Mult.pl /usr/lib/perl5/5.36.0/unicore/lib/Scx/Mong.pl /usr/lib/perl5/5.36.0/unicore/lib/Scx/Mlym.pl /usr/lib/perl5/5.36.0/unicore/lib/Scx/Linb.pl /usr/lib/perl5/5.36.0/unicore/lib/Scx/Lina.pl /usr/lib/perl5/5.36.0/unicore/lib/Scx/Limb.pl /usr/lib/perl5/5.36.0/unicore/lib/Scx/Latn.pl /usr/lib/perl5/5.36.0/unicore/lib/Scx/Lana.pl /usr/lib/perl5/5.36.0/unicore/lib/Scx/Kthi.pl /usr/lib/perl5/5.36.0/unicore/lib/Scx/Knda.pl /usr/lib/perl5/5.36.0/unicore/lib/Scx/Khoj.pl /usr/lib/perl5/5.36.0/unicore/lib/Scx/Khmr.pl /usr/lib/perl5/5.36.0/unicore/lib/Scx/Khar.pl /usr/lib/perl5/5.36.0/unicore/lib/Scx/Kana.pl /usr/lib/perl5/5.36.0/unicore/lib/Scx/Hmnp.pl /usr/lib/perl5/5.36.0/unicore/lib/Scx/Hmng.pl /usr/lib/perl5/5.36.0/unicore/lib/Scx/Hira.pl /usr/lib/perl5/5.36.0/unicore/lib/Scx/Hebr.pl /usr/lib/perl5/5.36.0/unicore/lib/Scx/Hang.pl /usr/lib/perl5/5.36.0/unicore/lib/Scx/Guru.pl /usr/lib/perl5/5.36.0/unicore/lib/Scx/Gujr.pl /usr/lib/perl5/5.36.0/unicore/lib/Scx/Grek.pl /usr/lib/perl5/5.36.0/unicore/lib/Scx/Gran.pl /usr/lib/perl5/5.36.0/unicore/lib/Scx/Gonm.pl /usr/lib/perl5/5.36.0/unicore/lib/Scx/Gong.pl /usr/lib/perl5/5.36.0/unicore/lib/Scx/Glag.pl /usr/lib/perl5/5.36.0/unicore/lib/Scx/Geor.pl /usr/lib/perl5/5.36.0/unicore/lib/Scx/Ethi.pl /usr/lib/perl5/5.36.0/unicore/lib/Scx/Dupl.pl /usr/lib/perl5/5.36.0/unicore/lib/Scx/Diak.pl /usr/lib/perl5/5.36.0/unicore/lib/Scx/Deva.pl /usr/lib/perl5/5.36.0/unicore/lib/Scx/Cyrl.pl /usr/lib/perl5/5.36.0/unicore/lib/Scx/Cprt.pl /usr/lib/perl5/5.36.0/unicore/lib/Scx/Copt.pl /usr/lib/perl5/5.36.0/unicore/lib/Scx/Cham.pl /usr/lib/perl5/5.36.0/unicore/lib/Scx/Cakm.pl /usr/lib/perl5/5.36.0/unicore/lib/Scx/Bopo.pl /usr/lib/perl5/5.36.0/unicore/lib/Scx/Bhks.pl /usr/lib/perl5/5.36.0/unicore/lib/Scx/Beng.pl /usr/lib/perl5/5.36.0/unicore/lib/Scx/Armn.pl /usr/lib/perl5/5.36.0/unicore/lib/Scx/Arab.pl /usr/lib/perl5/5.36.0/unicore/lib/Scx/Adlm.pl /usr/lib/perl5/5.36.0/unicore/lib/Scx/Nko.pl /usr/lib/perl5/5.36.0/unicore/lib/Scx/Lao.pl /usr/lib/perl5/5.36.0/unicore/lib/Scx/Han.pl /usr/lib/perl5/5.36.0/unicore/lib/Scx/Yi.pl /usr/lib/perl5/5.36.0/unicore/lib/Sc/Zyyy.pl /usr/lib/perl5/5.36.0/unicore/lib/Sc/Zinh.pl /usr/lib/perl5/5.36.0/unicore/lib/Sc/Telu.pl /usr/lib/perl5/5.36.0/unicore/lib/Sc/Taml.pl /usr/lib/perl5/5.36.0/unicore/lib/Sc/Syrc.pl /usr/lib/perl5/5.36.0/unicore/lib/Sc/Sinh.pl /usr/lib/perl5/5.36.0/unicore/lib/Sc/Orya.pl /usr/lib/perl5/5.36.0/unicore/lib/Sc/Mult.pl /usr/lib/perl5/5.36.0/unicore/lib/Sc/Mong.pl /usr/lib/perl5/5.36.0/unicore/lib/Sc/Mlym.pl /usr/lib/perl5/5.36.0/unicore/lib/Sc/Linb.pl /usr/lib/perl5/5.36.0/unicore/lib/Sc/Limb.pl /usr/lib/perl5/5.36.0/unicore/lib/Sc/Latn.pl /usr/lib/perl5/5.36.0/unicore/lib/Sc/Knda.pl /usr/lib/perl5/5.36.0/unicore/lib/Sc/Kana.pl /usr/lib/perl5/5.36.0/unicore/lib/Sc/Hira.pl /usr/lib/perl5/5.36.0/unicore/lib/Sc/Hang.pl /usr/lib/perl5/5.36.0/unicore/lib/Sc/Guru.pl /usr/lib/perl5/5.36.0/unicore/lib/Sc/Gujr.pl /usr/lib/perl5/5.36.0/unicore/lib/Sc/Grek.pl /usr/lib/perl5/5.36.0/unicore/lib/Sc/Gran.pl /usr/lib/perl5/5.36.0/unicore/lib/Sc/Gonm.pl /usr/lib/perl5/5.36.0/unicore/lib/Sc/Gong.pl /usr/lib/perl5/5.36.0/unicore/lib/Sc/Glag.pl /usr/lib/perl5/5.36.0/unicore/lib/Sc/Geor.pl /usr/lib/perl5/5.36.0/unicore/lib/Sc/Dupl.pl /usr/lib/perl5/5.36.0/unicore/lib/Sc/Deva.pl /usr/lib/perl5/5.36.0/unicore/lib/Sc/Cyrl.pl /usr/lib/perl5/5.36.0/unicore/lib/Sc/Cprt.pl /usr/lib/perl5/5.36.0/unicore/lib/Sc/Beng.pl /usr/lib/perl5/5.36.0/unicore/lib/Sc/Arab.pl /usr/lib/perl5/5.36.0/unicore/lib/Sc/Han.pl /usr/lib/perl5/5.36.0/unicore/lib/Nv/100000.pl /usr/lib/perl5/5.36.0/unicore/lib/Nv/90000.pl /usr/lib/perl5/5.36.0/unicore/lib/Nv/80000.pl /usr/lib/perl5/5.36.0/unicore/lib/Nv/70000.pl /usr/lib/perl5/5.36.0/unicore/lib/Nv/60000.pl /usr/lib/perl5/5.36.0/unicore/lib/Nv/50000.pl /usr/lib/perl5/5.36.0/unicore/lib/Nv/40000.pl /usr/lib/perl5/5.36.0/unicore/lib/Nv/30000.pl /usr/lib/perl5/5.36.0/unicore/lib/Nv/20000.pl /usr/lib/perl5/5.36.0/unicore/lib/Nv/10000.pl /usr/lib/perl5/5.36.0/unicore/lib/Nv/9000.pl /usr/lib/perl5/5.36.0/unicore/lib/Nv/8000.pl /usr/lib/perl5/5.36.0/unicore/lib/Nv/7000.pl /usr/lib/perl5/5.36.0/unicore/lib/Nv/6000.pl /usr/lib/perl5/5.36.0/unicore/lib/Nv/5000.pl /usr/lib/perl5/5.36.0/unicore/lib/Nv/4000.pl /usr/lib/perl5/5.36.0/unicore/lib/Nv/3000.pl /usr/lib/perl5/5.36.0/unicore/lib/Nv/3_16.pl /usr/lib/perl5/5.36.0/unicore/lib/Nv/2000.pl /usr/lib/perl5/5.36.0/unicore/lib/Nv/1000.pl /usr/lib/perl5/5.36.0/unicore/lib/Nv/1_16.pl /usr/lib/perl5/5.36.0/unicore/lib/Nv/900.pl /usr/lib/perl5/5.36.0/unicore/lib/Nv/800.pl /usr/lib/perl5/5.36.0/unicore/lib/Nv/700.pl /usr/lib/perl5/5.36.0/unicore/lib/Nv/600.pl /usr/lib/perl5/5.36.0/unicore/lib/Nv/500.pl /usr/lib/perl5/5.36.0/unicore/lib/Nv/400.pl /usr/lib/perl5/5.36.0/unicore/lib/Nv/300.pl /usr/lib/perl5/5.36.0/unicore/lib/Nv/3_4.pl /usr/lib/perl5/5.36.0/unicore/lib/Nv/200.pl /usr/lib/perl5/5.36.0/unicore/lib/Nv/2_3.pl /usr/lib/perl5/5.36.0/unicore/lib/Nv/100.pl /usr/lib/perl5/5.36.0/unicore/lib/Nv/1_8.pl /usr/lib/perl5/5.36.0/unicore/lib/Nv/1_6.pl /usr/lib/perl5/5.36.0/unicore/lib/Nv/1_4.pl /usr/lib/perl5/5.36.0/unicore/lib/Nv/1_3.pl /usr/lib/perl5/5.36.0/unicore/lib/Nv/1_2.pl /usr/lib/perl5/5.36.0/unicore/lib/Nv/90.pl /usr/lib/perl5/5.36.0/unicore/lib/Nv/80.pl /usr/lib/perl5/5.36.0/unicore/lib/Nv/70.pl /usr/lib/perl5/5.36.0/unicore/lib/Nv/60.pl /usr/lib/perl5/5.36.0/unicore/lib/Nv/50.pl /usr/lib/perl5/5.36.0/unicore/lib/Nv/40.pl /usr/lib/perl5/5.36.0/unicore/lib/Nv/30.pl /usr/lib/perl5/5.36.0/unicore/lib/Nv/20.pl /usr/lib/perl5/5.36.0/unicore/lib/Nv/19.pl /usr/lib/perl5/5.36.0/unicore/lib/Nv/18.pl /usr/lib/perl5/5.36.0/unicore/lib/Nv/17.pl /usr/lib/perl5/5.36.0/unicore/lib/Nv/16.pl /usr/lib/perl5/5.36.0/unicore/lib/Nv/15.pl /usr/lib/perl5/5.36.0/unicore/lib/Nv/14.pl /usr/lib/perl5/5.36.0/unicore/lib/Nv/13.pl /usr/lib/perl5/5.36.0/unicore/lib/Nv/12.pl /usr/lib/perl5/5.36.0/unicore/lib/Nv/11.pl /usr/lib/perl5/5.36.0/unicore/lib/Nv/10.pl /usr/lib/perl5/5.36.0/unicore/lib/Nv/9.pl /usr/lib/perl5/5.36.0/unicore/lib/Nv/8.pl /usr/lib/perl5/5.36.0/unicore/lib/Nv/7.pl /usr/lib/perl5/5.36.0/unicore/lib/Nv/6.pl /usr/lib/perl5/5.36.0/unicore/lib/Nv/5.pl /usr/lib/perl5/5.36.0/unicore/lib/Nv/4.pl /usr/lib/perl5/5.36.0/unicore/lib/Nv/3.pl /usr/lib/perl5/5.36.0/unicore/lib/Nv/2.pl /usr/lib/perl5/5.36.0/unicore/lib/Nv/1.pl /usr/lib/perl5/5.36.0/unicore/lib/Nv/0.pl /usr/lib/perl5/5.36.0/unicore/lib/Nt/None.pl /usr/lib/perl5/5.36.0/unicore/lib/Nt/Nu.pl /usr/lib/perl5/5.36.0/unicore/lib/Nt/Di.pl /usr/lib/perl5/5.36.0/unicore/lib/Lb/XX.pl /usr/lib/perl5/5.36.0/unicore/lib/Lb/SA.pl /usr/lib/perl5/5.36.0/unicore/lib/Lb/QU.pl /usr/lib/perl5/5.36.0/unicore/lib/Lb/PR.pl /usr/lib/perl5/5.36.0/unicore/lib/Lb/PO.pl /usr/lib/perl5/5.36.0/unicore/lib/Lb/OP.pl /usr/lib/perl5/5.36.0/unicore/lib/Lb/NU.pl /usr/lib/perl5/5.36.0/unicore/lib/Lb/NS.pl /usr/lib/perl5/5.36.0/unicore/lib/Lb/IS.pl /usr/lib/perl5/5.36.0/unicore/lib/Lb/IN.pl /usr/lib/perl5/5.36.0/unicore/lib/Lb/ID.pl /usr/lib/perl5/5.36.0/unicore/lib/Lb/GL.pl /usr/lib/perl5/5.36.0/unicore/lib/Lb/EX.pl /usr/lib/perl5/5.36.0/unicore/lib/Lb/CM.pl /usr/lib/perl5/5.36.0/unicore/lib/Lb/CL.pl /usr/lib/perl5/5.36.0/unicore/lib/Lb/CJ.pl /usr/lib/perl5/5.36.0/unicore/lib/Lb/BB.pl /usr/lib/perl5/5.36.0/unicore/lib/Lb/BA.pl /usr/lib/perl5/5.36.0/unicore/lib/Lb/AL.pl /usr/lib/perl5/5.36.0/unicore/lib/Lb/AI.pl /usr/lib/perl5/5.36.0/unicore/lib/Jt/U.pl /usr/lib/perl5/5.36.0/unicore/lib/Jt/T.pl /usr/lib/perl5/5.36.0/unicore/lib/Jt/R.pl /usr/lib/perl5/5.36.0/unicore/lib/Jt/L.pl /usr/lib/perl5/5.36.0/unicore/lib/Jt/D.pl /usr/lib/perl5/5.36.0/unicore/lib/Jt/C.pl /usr/lib/perl5/5.36.0/unicore/lib/Jg/HanifiRo.pl /usr/lib/perl5/5.36.0/unicore/lib/Jg/NoJoinin.pl /usr/lib/perl5/5.36.0/unicore/lib/Jg/FarsiYeh.pl /usr/lib/perl5/5.36.0/unicore/lib/Jg/Seen.pl /usr/lib/perl5/5.36.0/unicore/lib/Jg/Noon.pl /usr/lib/perl5/5.36.0/unicore/lib/Jg/Alef.pl /usr/lib/perl5/5.36.0/unicore/lib/Jg/Yeh.pl /usr/lib/perl5/5.36.0/unicore/lib/Jg/Waw.pl /usr/lib/perl5/5.36.0/unicore/lib/Jg/Tah.pl /usr/lib/perl5/5.36.0/unicore/lib/Jg/Sad.pl /usr/lib/perl5/5.36.0/unicore/lib/Jg/Reh.pl /usr/lib/perl5/5.36.0/unicore/lib/Jg/Qaf.pl /usr/lib/perl5/5.36.0/unicore/lib/Jg/Lam.pl /usr/lib/perl5/5.36.0/unicore/lib/Jg/Kaf.pl /usr/lib/perl5/5.36.0/unicore/lib/Jg/Hah.pl /usr/lib/perl5/5.36.0/unicore/lib/Jg/Gaf.pl /usr/lib/perl5/5.36.0/unicore/lib/Jg/Feh.pl /usr/lib/perl5/5.36.0/unicore/lib/Jg/Dal.pl /usr/lib/perl5/5.36.0/unicore/lib/Jg/Beh.pl /usr/lib/perl5/5.36.0/unicore/lib/Jg/Ain.pl /usr/lib/perl5/5.36.0/unicore/lib/Hst/NA.pl /usr/lib/perl5/5.36.0/unicore/lib/Gc/Zs.pl /usr/lib/perl5/5.36.0/unicore/lib/Gc/So.pl /usr/lib/perl5/5.36.0/unicore/lib/Gc/Sm.pl /usr/lib/perl5/5.36.0/unicore/lib/Gc/Sk.pl /usr/lib/perl5/5.36.0/unicore/lib/Gc/Sc.pl /usr/lib/perl5/5.36.0/unicore/lib/Gc/Ps.pl /usr/lib/perl5/5.36.0/unicore/lib/Gc/Po.pl /usr/lib/perl5/5.36.0/unicore/lib/Gc/Pi.pl /usr/lib/perl5/5.36.0/unicore/lib/Gc/Pf.pl /usr/lib/perl5/5.36.0/unicore/lib/Gc/Pe.pl /usr/lib/perl5/5.36.0/unicore/lib/Gc/Pd.pl /usr/lib/perl5/5.36.0/unicore/lib/Gc/Pc.pl /usr/lib/perl5/5.36.0/unicore/lib/Gc/No.pl /usr/lib/perl5/5.36.0/unicore/lib/Gc/Nl.pl /usr/lib/perl5/5.36.0/unicore/lib/Gc/Nd.pl /usr/lib/perl5/5.36.0/unicore/lib/Gc/Mn.pl /usr/lib/perl5/5.36.0/unicore/lib/Gc/Me.pl /usr/lib/perl5/5.36.0/unicore/lib/Gc/Mc.pl /usr/lib/perl5/5.36.0/unicore/lib/Gc/Lu.pl /usr/lib/perl5/5.36.0/unicore/lib/Gc/Lo.pl /usr/lib/perl5/5.36.0/unicore/lib/Gc/Lm.pl /usr/lib/perl5/5.36.0/unicore/lib/Gc/Ll.pl /usr/lib/perl5/5.36.0/unicore/lib/Gc/LC.pl /usr/lib/perl5/5.36.0/unicore/lib/Gc/Cn.pl /usr/lib/perl5/5.36.0/unicore/lib/Gc/Cf.pl /usr/lib/perl5/5.36.0/unicore/lib/Gc/Z.pl /usr/lib/perl5/5.36.0/unicore/lib/Gc/S.pl /usr/lib/perl5/5.36.0/unicore/lib/Gc/P.pl /usr/lib/perl5/5.36.0/unicore/lib/Gc/N.pl /usr/lib/perl5/5.36.0/unicore/lib/Gc/M.pl /usr/lib/perl5/5.36.0/unicore/lib/Gc/L.pl /usr/lib/perl5/5.36.0/unicore/lib/Gc/C.pl /usr/lib/perl5/5.36.0/unicore/lib/Ea/Na.pl /usr/lib/perl5/5.36.0/unicore/lib/Ea/W.pl /usr/lib/perl5/5.36.0/unicore/lib/Ea/N.pl /usr/lib/perl5/5.36.0/unicore/lib/Ea/H.pl /usr/lib/perl5/5.36.0/unicore/lib/Ea/A.pl /usr/lib/perl5/5.36.0/unicore/lib/Dt/NonCanon.pl /usr/lib/perl5/5.36.0/unicore/lib/Dt/Vert.pl /usr/lib/perl5/5.36.0/unicore/lib/Dt/Init.pl /usr/lib/perl5/5.36.0/unicore/lib/Dt/Font.pl /usr/lib/perl5/5.36.0/unicore/lib/Dt/Sup.pl /usr/lib/perl5/5.36.0/unicore/lib/Dt/Sub.pl /usr/lib/perl5/5.36.0/unicore/lib/Dt/Sqr.pl /usr/lib/perl5/5.36.0/unicore/lib/Dt/Nar.pl /usr/lib/perl5/5.36.0/unicore/lib/Dt/Med.pl /usr/lib/perl5/5.36.0/unicore/lib/Dt/Iso.pl /usr/lib/perl5/5.36.0/unicore/lib/Dt/Fin.pl /usr/lib/perl5/5.36.0/unicore/lib/Dt/Enc.pl /usr/lib/perl5/5.36.0/unicore/lib/Dt/Com.pl /usr/lib/perl5/5.36.0/unicore/lib/Dt/Nb.pl /usr/lib/perl5/5.36.0/unicore/lib/Bpt/O.pl /usr/lib/perl5/5.36.0/unicore/lib/Bpt/N.pl /usr/lib/perl5/5.36.0/unicore/lib/Bpt/C.pl /usr/lib/perl5/5.36.0/unicore/lib/Blk/NB.pl /usr/lib/perl5/5.36.0/unicore/lib/Bc/NSM.pl /usr/lib/perl5/5.36.0/unicore/lib/Bc/WS.pl /usr/lib/perl5/5.36.0/unicore/lib/Bc/ON.pl /usr/lib/perl5/5.36.0/unicore/lib/Bc/ET.pl /usr/lib/perl5/5.36.0/unicore/lib/Bc/ES.pl /usr/lib/perl5/5.36.0/unicore/lib/Bc/EN.pl /usr/lib/perl5/5.36.0/unicore/lib/Bc/CS.pl /usr/lib/perl5/5.36.0/unicore/lib/Bc/BN.pl /usr/lib/perl5/5.36.0/unicore/lib/Bc/AN.pl /usr/lib/perl5/5.36.0/unicore/lib/Bc/AL.pl /usr/lib/perl5/5.36.0/unicore/lib/Bc/R.pl /usr/lib/perl5/5.36.0/unicore/lib/Bc/L.pl /usr/lib/perl5/5.36.0/unicore/lib/Bc/B.pl /usr/lib/perl5/5.36.0/unicore/lib/Age/V140.pl /usr/lib/perl5/5.36.0/unicore/lib/Age/V130.pl /usr/lib/perl5/5.36.0/unicore/lib/Age/V120.pl /usr/lib/perl5/5.36.0/unicore/lib/Age/V110.pl /usr/lib/perl5/5.36.0/unicore/lib/Age/V100.pl /usr/lib/perl5/5.36.0/unicore/lib/Age/V90.pl /usr/lib/perl5/5.36.0/unicore/lib/Age/V80.pl /usr/lib/perl5/5.36.0/unicore/lib/Age/V70.pl /usr/lib/perl5/5.36.0/unicore/lib/Age/V61.pl /usr/lib/perl5/5.36.0/unicore/lib/Age/V60.pl /usr/lib/perl5/5.36.0/unicore/lib/Age/V52.pl /usr/lib/perl5/5.36.0/unicore/lib/Age/V51.pl /usr/lib/perl5/5.36.0/unicore/lib/Age/V50.pl /usr/lib/perl5/5.36.0/unicore/lib/Age/V41.pl /usr/lib/perl5/5.36.0/unicore/lib/Age/V40.pl /usr/lib/perl5/5.36.0/unicore/lib/Age/V32.pl /usr/lib/perl5/5.36.0/unicore/lib/Age/V31.pl /usr/lib/perl5/5.36.0/unicore/lib/Age/V30.pl /usr/lib/perl5/5.36.0/unicore/lib/Age/V20.pl /usr/lib/perl5/5.36.0/unicore/lib/Age/V11.pl /usr/lib/perl5/5.36.0/unicore/lib/Age/NA.pl /usr/lib/perl5/5.36.0/unicore/lib/XIDS/Y.pl /usr/lib/perl5/5.36.0/unicore/lib/XIDC/Y.pl /usr/lib/perl5/5.36.0/unicore/lib/WB/WSegSpac.pl /usr/lib/perl5/5.36.0/unicore/lib/WB/Extend.pl /usr/lib/perl5/5.36.0/unicore/lib/WB/XX.pl /usr/lib/perl5/5.36.0/unicore/lib/WB/NU.pl /usr/lib/perl5/5.36.0/unicore/lib/WB/MN.pl /usr/lib/perl5/5.36.0/unicore/lib/WB/ML.pl /usr/lib/perl5/5.36.0/unicore/lib/WB/MB.pl /usr/lib/perl5/5.36.0/unicore/lib/WB/LE.pl /usr/lib/perl5/5.36.0/unicore/lib/WB/KA.pl /usr/lib/perl5/5.36.0/unicore/lib/WB/HL.pl /usr/lib/perl5/5.36.0/unicore/lib/WB/FO.pl /usr/lib/perl5/5.36.0/unicore/lib/WB/EX.pl /usr/lib/perl5/5.36.0/unicore/lib/VS/Y.pl /usr/lib/perl5/5.36.0/unicore/lib/UIdeo/Y.pl /usr/lib/perl5/5.36.0/unicore/lib/Term/Y.pl /usr/lib/perl5/5.36.0/unicore/lib/STerm/Y.pl /usr/lib/perl5/5.36.0/unicore/lib/SD/Y.pl /usr/lib/perl5/5.36.0/unicore/lib/SB/XX.pl /usr/lib/perl5/5.36.0/unicore/lib/SB/UP.pl /usr/lib/perl5/5.36.0/unicore/lib/SB/Sp.pl /usr/lib/perl5/5.36.0/unicore/lib/SB/ST.pl /usr/lib/perl5/5.36.0/unicore/lib/SB/SC.pl /usr/lib/perl5/5.36.0/unicore/lib/SB/NU.pl /usr/lib/perl5/5.36.0/unicore/lib/SB/LO.pl /usr/lib/perl5/5.36.0/unicore/lib/SB/LE.pl /usr/lib/perl5/5.36.0/unicore/lib/SB/FO.pl /usr/lib/perl5/5.36.0/unicore/lib/SB/EX.pl /usr/lib/perl5/5.36.0/unicore/lib/SB/CL.pl /usr/lib/perl5/5.36.0/unicore/lib/SB/AT.pl /usr/lib/perl5/5.36.0/unicore/lib/QMark/Y.pl /usr/lib/perl5/5.36.0/unicore/lib/PatSyn/Y.pl /usr/lib/perl5/5.36.0/unicore/lib/PCM/Y.pl /usr/lib/perl5/5.36.0/unicore/lib/NFKDQC/Y.pl /usr/lib/perl5/5.36.0/unicore/lib/NFKDQC/N.pl /usr/lib/perl5/5.36.0/unicore/lib/NFKCQC/Y.pl /usr/lib/perl5/5.36.0/unicore/lib/NFKCQC/N.pl /usr/lib/perl5/5.36.0/unicore/lib/NFDQC/Y.pl /usr/lib/perl5/5.36.0/unicore/lib/NFDQC/N.pl /usr/lib/perl5/5.36.0/unicore/lib/NFCQC/Y.pl /usr/lib/perl5/5.36.0/unicore/lib/NFCQC/M.pl /usr/lib/perl5/5.36.0/unicore/lib/Math/Y.pl /usr/lib/perl5/5.36.0/unicore/lib/InSC/Consona8.pl /usr/lib/perl5/5.36.0/unicore/lib/InSC/Consona7.pl /usr/lib/perl5/5.36.0/unicore/lib/InSC/Consona6.pl /usr/lib/perl5/5.36.0/unicore/lib/InSC/Consona5.pl /usr/lib/perl5/5.36.0/unicore/lib/InSC/VowelInd.pl /usr/lib/perl5/5.36.0/unicore/lib/InSC/Syllable.pl /usr/lib/perl5/5.36.0/unicore/lib/InSC/Invisibl.pl /usr/lib/perl5/5.36.0/unicore/lib/InSC/Cantilla.pl /usr/lib/perl5/5.36.0/unicore/lib/InSC/Consona4.pl /usr/lib/perl5/5.36.0/unicore/lib/InSC/VowelDep.pl /usr/lib/perl5/5.36.0/unicore/lib/InSC/Consona3.pl /usr/lib/perl5/5.36.0/unicore/lib/InSC/Consona2.pl /usr/lib/perl5/5.36.0/unicore/lib/InSC/PureKill.pl /usr/lib/perl5/5.36.0/unicore/lib/InSC/Consonan.pl /usr/lib/perl5/5.36.0/unicore/lib/InSC/ToneMark.pl /usr/lib/perl5/5.36.0/unicore/lib/InSC/Avagraha.pl /usr/lib/perl5/5.36.0/unicore/lib/InSC/Visarga.pl /usr/lib/perl5/5.36.0/unicore/lib/InSC/Virama.pl /usr/lib/perl5/5.36.0/unicore/lib/InSC/Number.pl /usr/lib/perl5/5.36.0/unicore/lib/InSC/Vowel.pl /usr/lib/perl5/5.36.0/unicore/lib/InSC/Other.pl /usr/lib/perl5/5.36.0/unicore/lib/InSC/Nukta.pl /usr/lib/perl5/5.36.0/unicore/lib/InSC/Bindu.pl /usr/lib/perl5/5.36.0/unicore/lib/InPC/TopAndL2.pl /usr/lib/perl5/5.36.0/unicore/lib/InPC/VisualOr.pl /usr/lib/perl5/5.36.0/unicore/lib/InPC/BottomAn.pl /usr/lib/perl5/5.36.0/unicore/lib/InPC/TopAndBo.pl /usr/lib/perl5/5.36.0/unicore/lib/InPC/LeftAndR.pl /usr/lib/perl5/5.36.0/unicore/lib/InPC/TopAndRi.pl /usr/lib/perl5/5.36.0/unicore/lib/InPC/TopAndLe.pl /usr/lib/perl5/5.36.0/unicore/lib/InPC/Overstru.pl /usr/lib/perl5/5.36.0/unicore/lib/InPC/Bottom.pl /usr/lib/perl5/5.36.0/unicore/lib/InPC/Right.pl /usr/lib/perl5/5.36.0/unicore/lib/InPC/Left.pl /usr/lib/perl5/5.36.0/unicore/lib/InPC/Top.pl /usr/lib/perl5/5.36.0/unicore/lib/InPC/NA.pl /usr/lib/perl5/5.36.0/unicore/lib/In/14_0.pl /usr/lib/perl5/5.36.0/unicore/lib/In/13_0.pl /usr/lib/perl5/5.36.0/unicore/lib/In/12_1.pl /usr/lib/perl5/5.36.0/unicore/lib/In/12_0.pl /usr/lib/perl5/5.36.0/unicore/lib/In/11_0.pl /usr/lib/perl5/5.36.0/unicore/lib/In/10_0.pl /usr/lib/perl5/5.36.0/unicore/lib/In/9_0.pl /usr/lib/perl5/5.36.0/unicore/lib/In/8_0.pl /usr/lib/perl5/5.36.0/unicore/lib/In/7_0.pl /usr/lib/perl5/5.36.0/unicore/lib/In/6_3.pl /usr/lib/perl5/5.36.0/unicore/lib/In/6_2.pl /usr/lib/perl5/5.36.0/unicore/lib/In/6_1.pl /usr/lib/perl5/5.36.0/unicore/lib/In/6_0.pl /usr/lib/perl5/5.36.0/unicore/lib/In/5_2.pl /usr/lib/perl5/5.36.0/unicore/lib/In/5_1.pl /usr/lib/perl5/5.36.0/unicore/lib/In/5_0.pl /usr/lib/perl5/5.36.0/unicore/lib/In/4_1.pl /usr/lib/perl5/5.36.0/unicore/lib/In/4_0.pl /usr/lib/perl5/5.36.0/unicore/lib/In/3_2.pl /usr/lib/perl5/5.36.0/unicore/lib/In/3_1.pl /usr/lib/perl5/5.36.0/unicore/lib/In/3_0.pl /usr/lib/perl5/5.36.0/unicore/lib/In/2_1.pl /usr/lib/perl5/5.36.0/unicore/lib/In/2_0.pl /usr/lib/perl5/5.36.0/unicore/lib/Ideo/Y.pl /usr/lib/perl5/5.36.0/unicore/lib/IdType/DefaultI.pl /usr/lib/perl5/5.36.0/unicore/lib/IdType/NotChara.pl /usr/lib/perl5/5.36.0/unicore/lib/IdType/Uncommon.pl /usr/lib/perl5/5.36.0/unicore/lib/IdType/Recommen.pl /usr/lib/perl5/5.36.0/unicore/lib/IdType/LimitedU.pl /usr/lib/perl5/5.36.0/unicore/lib/IdType/Technica.pl /usr/lib/perl5/5.36.0/unicore/lib/IdType/Inclusio.pl /usr/lib/perl5/5.36.0/unicore/lib/IdType/Exclusio.pl /usr/lib/perl5/5.36.0/unicore/lib/IdType/Obsolete.pl /usr/lib/perl5/5.36.0/unicore/lib/IdType/NotNFKC.pl /usr/lib/perl5/5.36.0/unicore/lib/IdType/NotXID.pl /usr/lib/perl5/5.36.0/unicore/lib/IdStatus/Restrict.pl /usr/lib/perl5/5.36.0/unicore/lib/IdStatus/Allowed.pl /usr/lib/perl5/5.36.0/unicore/lib/IDS/Y.pl /usr/lib/perl5/5.36.0/unicore/lib/IDC/Y.pl /usr/lib/perl5/5.36.0/unicore/lib/Hyphen/T.pl /usr/lib/perl5/5.36.0/unicore/lib/Hex/Y.pl /usr/lib/perl5/5.36.0/unicore/lib/GrExt/Y.pl /usr/lib/perl5/5.36.0/unicore/lib/GrBase/Y.pl /usr/lib/perl5/5.36.0/unicore/lib/GCB/LVT.pl /usr/lib/perl5/5.36.0/unicore/lib/GCB/XX.pl /usr/lib/perl5/5.36.0/unicore/lib/GCB/SM.pl /usr/lib/perl5/5.36.0/unicore/lib/GCB/PP.pl /usr/lib/perl5/5.36.0/unicore/lib/GCB/LV.pl /usr/lib/perl5/5.36.0/unicore/lib/GCB/EX.pl /usr/lib/perl5/5.36.0/unicore/lib/GCB/CN.pl /usr/lib/perl5/5.36.0/unicore/lib/ExtPict/Y.pl /usr/lib/perl5/5.36.0/unicore/lib/Ext/Y.pl /usr/lib/perl5/5.36.0/unicore/lib/Emoji/Y.pl /usr/lib/perl5/5.36.0/unicore/lib/EPres/Y.pl /usr/lib/perl5/5.36.0/unicore/lib/EComp/Y.pl /usr/lib/perl5/5.36.0/unicore/lib/EBase/Y.pl /usr/lib/perl5/5.36.0/unicore/lib/Dia/Y.pl /usr/lib/perl5/5.36.0/unicore/lib/Dep/Y.pl /usr/lib/perl5/5.36.0/unicore/lib/Dash/Y.pl /usr/lib/perl5/5.36.0/unicore/lib/DI/Y.pl /usr/lib/perl5/5.36.0/unicore/lib/CompEx/Y.pl /usr/lib/perl5/5.36.0/unicore/lib/Cased/Y.pl /usr/lib/perl5/5.36.0/unicore/lib/CWU/Y.pl /usr/lib/perl5/5.36.0/unicore/lib/CWT/Y.pl /usr/lib/perl5/5.36.0/unicore/lib/CWL/Y.pl /usr/lib/perl5/5.36.0/unicore/lib/CWKCF/Y.pl /usr/lib/perl5/5.36.0/unicore/lib/CWCM/Y.pl /usr/lib/perl5/5.36.0/unicore/lib/CWCF/Y.pl /usr/lib/perl5/5.36.0/unicore/lib/CI/Y.pl /usr/lib/perl5/5.36.0/unicore/lib/CE/Y.pl /usr/lib/perl5/5.36.0/unicore/lib/BidiM/Y.pl /usr/lib/perl5/5.36.0/unicore/lib/BidiC/Y.pl /usr/lib/perl5/5.36.0/unicore/lib/Alpha/Y.pl /usr/lib/perl5/5.36.0/unicore/lib/Ccc/ATAR.pl /usr/lib/perl5/5.36.0/unicore/lib/Ccc/VR.pl /usr/lib/perl5/5.36.0/unicore/lib/Ccc/OV.pl /usr/lib/perl5/5.36.0/unicore/lib/Ccc/NR.pl /usr/lib/perl5/5.36.0/unicore/lib/Ccc/NK.pl /usr/lib/perl5/5.36.0/unicore/lib/Ccc/DB.pl /usr/lib/perl5/5.36.0/unicore/lib/Ccc/BR.pl /usr/lib/perl5/5.36.0/unicore/lib/Ccc/AR.pl /usr/lib/perl5/5.36.0/unicore/lib/Ccc/AL.pl /usr/lib/perl5/5.36.0/unicore/lib/Ccc/B.pl /usr/lib/perl5/5.36.0/unicore/lib/Ccc/A.pl /usr/lib/perl5/5.36.0/unicore/lib/Upper/Y.pl /usr/lib/perl5/5.36.0/unicore/lib/Lower/Y.pl /usr/lib/perl5/5.36.0/unicore/lib/Perl/_PerlPr2.pl /usr/lib/perl5/5.36.0/unicore/lib/Perl/_PerlPro.pl /usr/lib/perl5/5.36.0/unicore/lib/Perl/_PerlIsI.pl /usr/lib/perl5/5.36.0/unicore/lib/Perl/_PerlFol.pl /usr/lib/perl5/5.36.0/unicore/lib/Perl/_PerlCh2.pl /usr/lib/perl5/5.36.0/unicore/lib/Perl/_PerlCha.pl /usr/lib/perl5/5.36.0/unicore/lib/Perl/_PerlQuo.pl /usr/lib/perl5/5.36.0/unicore/lib/Perl/_PerlAny.pl /usr/lib/perl5/5.36.0/unicore/lib/Perl/_PerlIDS.pl /usr/lib/perl5/5.36.0/unicore/lib/Perl/_PerlIDC.pl /usr/lib/perl5/5.36.0/unicore/lib/Perl/XPosixPu.pl /usr/lib/perl5/5.36.0/unicore/lib/Perl/_PerlPat.pl /usr/lib/perl5/5.36.0/unicore/lib/Perl/_PerlNch.pl /usr/lib/perl5/5.36.0/unicore/lib/Perl/PosixPun.pl /usr/lib/perl5/5.36.0/unicore/lib/Perl/SpacePer.pl /usr/lib/perl5/5.36.0/unicore/lib/Perl/PerlWord.pl /usr/lib/perl5/5.36.0/unicore/lib/Perl/Assigned.pl /usr/lib/perl5/5.36.0/unicore/lib/Perl/Title.pl /usr/lib/perl5/5.36.0/unicore/lib/Perl/Print.pl /usr/lib/perl5/5.36.0/unicore/lib/Perl/Graph.pl /usr/lib/perl5/5.36.0/unicore/lib/Perl/Blank.pl /usr/lib/perl5/5.36.0/unicore/lib/Perl/Alnum.pl /usr/lib/perl5/5.36.0/unicore/lib/Perl/Word.pl /usr/lib/perl5/5.36.0/User/pwent.pm /usr/lib/perl5/5.36.0/User/grent.pm /usr/lib/perl5/5.36.0/Config/Extensions.pm /usr/lib/perl5/5.36.0/Config/Perl/V.pm /usr/lib/perl5/5.36.0/Getopt/Long.pm /usr/lib/perl5/5.36.0/Getopt/Std.pm /usr/lib/perl5/5.36.0/DBM_Filter/compress.pm /usr/lib/perl5/5.36.0/DBM_Filter/int32.pm /usr/lib/perl5/5.36.0/DBM_Filter/null.pm /usr/lib/perl5/5.36.0/DBM_Filter/utf8.pm /usr/lib/perl5/5.36.0/DBM_Filter/encode.pm /usr/lib/perl5/5.36.0/sh4a-linux/File/Spec.pm /usr/lib/perl5/5.36.0/sh4a-linux/File/Glob.pm /usr/lib/perl5/5.36.0/sh4a-linux/File/DosGlob.pm /usr/lib/perl5/5.36.0/File/GlobMapper.pm /usr/lib/perl5/5.36.0/File/Temp.pm /usr/lib/perl5/5.36.0/File/Path.pm /usr/lib/perl5/5.36.0/File/Fetch.pm /usr/lib/perl5/5.36.0/File/Find.pm /usr/lib/perl5/5.36.0/File/Compare.pm /usr/lib/perl5/5.36.0/File/stat.pm /usr/lib/perl5/5.36.0/File/Basename.pm /usr/lib/perl5/5.36.0/File/Copy.pm /usr/lib/perl5/5.36.0/sh4a-linux/File/Spec/Epoc.pm /usr/lib/perl5/5.36.0/sh4a-linux/File/Spec/Unix.pm /usr/lib/perl5/5.36.0/sh4a-linux/File/Spec/AmigaOS.pm /usr/lib/perl5/5.36.0/sh4a-linux/File/Spec/Mac.pm /usr/lib/perl5/5.36.0/sh4a-linux/File/Spec/VMS.pm /usr/lib/perl5/5.36.0/sh4a-linux/File/Spec/Win32.pm /usr/lib/perl5/5.36.0/sh4a-linux/File/Spec/OS2.pm /usr/lib/perl5/5.36.0/sh4a-linux/File/Spec/Cygwin.pm /usr/lib/perl5/5.36.0/sh4a-linux/File/Spec/Functions.pm /usr/lib/perl5/5.36.0/sh4a-linux/Unicode/Normalize.pm /usr/lib/perl5/5.36.0/sh4a-linux/Unicode/Collate.pm /usr/lib/perl5/5.36.0/Unicode/UCD.pm /usr/lib/perl5/5.36.0/Unicode/Collate/allkeys.txt /usr/lib/perl5/5.36.0/Unicode/Collate/keys.txt /usr/lib/perl5/5.36.0/sh4a-linux/Unicode/Collate/Locale.pm /usr/lib/perl5/5.36.0/Unicode/Collate/CJK/Big5.pm /usr/lib/perl5/5.36.0/Unicode/Collate/CJK/Pinyin.pm /usr/lib/perl5/5.36.0/Unicode/Collate/CJK/Korean.pm /usr/lib/perl5/5.36.0/Unicode/Collate/CJK/Stroke.pm /usr/lib/perl5/5.36.0/Unicode/Collate/CJK/GB2312.pm /usr/lib/perl5/5.36.0/Unicode/Collate/CJK/JISX0208.pm /usr/lib/perl5/5.36.0/Unicode/Collate/CJK/Zhuyin.pm /usr/lib/perl5/5.36.0/Unicode/Collate/Locale/wae.pl /usr/lib/perl5/5.36.0/Unicode/Collate/Locale/zh.pl /usr/lib/perl5/5.36.0/Unicode/Collate/Locale/zh_gb.pl /usr/lib/perl5/5.36.0/Unicode/Collate/Locale/yo.pl /usr/lib/perl5/5.36.0/Unicode/Collate/Locale/ur.pl /usr/lib/perl5/5.36.0/Unicode/Collate/Locale/zh_zhu.pl /usr/lib/perl5/5.36.0/Unicode/Collate/Locale/ta.pl /usr/lib/perl5/5.36.0/Unicode/Collate/Locale/vo.pl /usr/lib/perl5/5.36.0/Unicode/Collate/Locale/zh_pin.pl /usr/lib/perl5/5.36.0/Unicode/Collate/Locale/tn.pl /usr/lib/perl5/5.36.0/Unicode/Collate/Locale/zh_strk.pl /usr/lib/perl5/5.36.0/Unicode/Collate/Locale/wo.pl /usr/lib/perl5/5.36.0/Unicode/Collate/Locale/te.pl /usr/lib/perl5/5.36.0/Unicode/Collate/Locale/ug_cyrl.pl /usr/lib/perl5/5.36.0/Unicode/Collate/Locale/to.pl /usr/lib/perl5/5.36.0/Unicode/Collate/Locale/zh_big5.pl /usr/lib/perl5/5.36.0/Unicode/Collate/Locale/vi.pl /usr/lib/perl5/5.36.0/Unicode/Collate/Locale/tr.pl /usr/lib/perl5/5.36.0/Unicode/Collate/Locale/th.pl /usr/lib/perl5/5.36.0/Unicode/Collate/Locale/uk.pl /usr/lib/perl5/5.36.0/Unicode/Collate/Locale/ig.pl /usr/lib/perl5/5.36.0/Unicode/Collate/Locale/kk.pl /usr/lib/perl5/5.36.0/Unicode/Collate/Locale/lt.pl /usr/lib/perl5/5.36.0/Unicode/Collate/Locale/sk.pl /usr/lib/perl5/5.36.0/Unicode/Collate/Locale/or.pl /usr/lib/perl5/5.36.0/Unicode/Collate/Locale/hu.pl /usr/lib/perl5/5.36.0/Unicode/Collate/Locale/ko.pl /usr/lib/perl5/5.36.0/Unicode/Collate/Locale/hy.pl /usr/lib/perl5/5.36.0/Unicode/Collate/Locale/sa.pl /usr/lib/perl5/5.36.0/Unicode/Collate/Locale/pa.pl /usr/lib/perl5/5.36.0/Unicode/Collate/Locale/lv.pl /usr/lib/perl5/5.36.0/Unicode/Collate/Locale/sv_refo.pl /usr/lib/perl5/5.36.0/Unicode/Collate/Locale/ml.pl /usr/lib/perl5/5.36.0/Unicode/Collate/Locale/sv.pl /usr/lib/perl5/5.36.0/Unicode/Collate/Locale/hi.pl /usr/lib/perl5/5.36.0/Unicode/Collate/Locale/si_dict.pl /usr/lib/perl5/5.36.0/Unicode/Collate/Locale/sr.pl /usr/lib/perl5/5.36.0/Unicode/Collate/Locale/lkt.pl /usr/lib/perl5/5.36.0/Unicode/Collate/Locale/mk.pl /usr/lib/perl5/5.36.0/Unicode/Collate/Locale/si.pl /usr/lib/perl5/5.36.0/Unicode/Collate/Locale/nn.pl /usr/lib/perl5/5.36.0/Unicode/Collate/Locale/om.pl /usr/lib/perl5/5.36.0/Unicode/Collate/Locale/hr.pl /usr/lib/perl5/5.36.0/Unicode/Collate/Locale/kn.pl /usr/lib/perl5/5.36.0/Unicode/Collate/Locale/mt.pl /usr/lib/perl5/5.36.0/Unicode/Collate/Locale/is.pl /usr/lib/perl5/5.36.0/Unicode/Collate/Locale/nso.pl /usr/lib/perl5/5.36.0/Unicode/Collate/Locale/ja.pl /usr/lib/perl5/5.36.0/Unicode/Collate/Locale/ln.pl /usr/lib/perl5/5.36.0/Unicode/Collate/Locale/ro.pl /usr/lib/perl5/5.36.0/Unicode/Collate/Locale/nb.pl /usr/lib/perl5/5.36.0/Unicode/Collate/Locale/kl.pl /usr/lib/perl5/5.36.0/Unicode/Collate/Locale/mr.pl /usr/lib/perl5/5.36.0/Unicode/Collate/Locale/kok.pl /usr/lib/perl5/5.36.0/Unicode/Collate/Locale/se.pl /usr/lib/perl5/5.36.0/Unicode/Collate/Locale/sl.pl /usr/lib/perl5/5.36.0/Unicode/Collate/Locale/sq.pl /usr/lib/perl5/5.36.0/Unicode/Collate/Locale/pl.pl /usr/lib/perl5/5.36.0/Unicode/Collate/Locale/bn.pl /usr/lib/perl5/5.36.0/Unicode/Collate/Locale/as.pl /usr/lib/perl5/5.36.0/Unicode/Collate/Locale/ha.pl /usr/lib/perl5/5.36.0/Unicode/Collate/Locale/cy.pl /usr/lib/perl5/5.36.0/Unicode/Collate/Locale/fi_phone.pl /usr/lib/perl5/5.36.0/Unicode/Collate/Locale/da.pl /usr/lib/perl5/5.36.0/Unicode/Collate/Locale/de_phone.pl /usr/lib/perl5/5.36.0/Unicode/Collate/Locale/fa.pl /usr/lib/perl5/5.36.0/Unicode/Collate/Locale/es.pl /usr/lib/perl5/5.36.0/Unicode/Collate/Locale/he.pl /usr/lib/perl5/5.36.0/Unicode/Collate/Locale/fil.pl /usr/lib/perl5/5.36.0/Unicode/Collate/Locale/ee.pl /usr/lib/perl5/5.36.0/Unicode/Collate/Locale/af.pl /usr/lib/perl5/5.36.0/Unicode/Collate/Locale/ar.pl /usr/lib/perl5/5.36.0/Unicode/Collate/Locale/cu.pl /usr/lib/perl5/5.36.0/Unicode/Collate/Locale/es_trad.pl /usr/lib/perl5/5.36.0/Unicode/Collate/Locale/et.pl /usr/lib/perl5/5.36.0/Unicode/Collate/Locale/eo.pl /usr/lib/perl5/5.36.0/Unicode/Collate/Locale/be.pl /usr/lib/perl5/5.36.0/Unicode/Collate/Locale/cs.pl /usr/lib/perl5/5.36.0/Unicode/Collate/Locale/haw.pl /usr/lib/perl5/5.36.0/Unicode/Collate/Locale/fr_ca.pl /usr/lib/perl5/5.36.0/Unicode/Collate/Locale/fi.pl /usr/lib/perl5/5.36.0/Unicode/Collate/Locale/dsb.pl /usr/lib/perl5/5.36.0/Unicode/Collate/Locale/ca.pl /usr/lib/perl5/5.36.0/Unicode/Collate/Locale/fo.pl /usr/lib/perl5/5.36.0/Unicode/Collate/Locale/gu.pl /usr/lib/perl5/5.36.0/Unicode/Collate/Locale/de_at_ph.pl /usr/lib/perl5/5.36.0/Unicode/Collate/Locale/az.pl /usr/lib/perl5/5.36.0/Net/Ping.pm /usr/lib/perl5/5.36.0/Net/SMTP.pm /usr/lib/perl5/5.36.0/Net/Cmd.pm /usr/lib/perl5/5.36.0/Net/Netrc.pm /usr/lib/perl5/5.36.0/Net/Time.pm /usr/lib/perl5/5.36.0/Net/libnetFAQ.pod /usr/lib/perl5/5.36.0/Net/NNTP.pm /usr/lib/perl5/5.36.0/Net/Domain.pm /usr/lib/perl5/5.36.0/Net/FTP.pm /usr/lib/perl5/5.36.0/Net/Config.pm /usr/lib/perl5/5.36.0/Net/POP3.pm /usr/lib/perl5/5.36.0/Net/hostent.pm /usr/lib/perl5/5.36.0/Net/servent.pm /usr/lib/perl5/5.36.0/Net/netent.pm /usr/lib/perl5/5.36.0/Net/protoent.pm /usr/lib/perl5/5.36.0/Net/FTP/A.pm /usr/lib/perl5/5.36.0/Net/FTP/dataconn.pm /usr/lib/perl5/5.36.0/Net/FTP/E.pm /usr/lib/perl5/5.36.0/Net/FTP/I.pm /usr/lib/perl5/5.36.0/Net/FTP/L.pm /usr/lib/perl5/5.36.0/Pod/Text.pm /usr/lib/perl5/5.36.0/Pod/Man.pm /usr/lib/perl5/5.36.0/Pod/ParseLink.pm /usr/lib/perl5/5.36.0/Pod/Usage.pm /usr/lib/perl5/5.36.0/Pod/Perldoc.pm /usr/lib/perl5/5.36.0/Pod/Checker.pm /usr/lib/perl5/5.36.0/Pod/Html.pm /usr/lib/perl5/5.36.0/Pod/Functions.pm /usr/lib/perl5/5.36.0/Pod/Simple.pod /usr/lib/perl5/5.36.0/Pod/Simple.pm /usr/lib/perl5/5.36.0/Pod/Escapes.pm /usr/lib/perl5/5.36.0/Pod/Text/Termcap.pm /usr/lib/perl5/5.36.0/Pod/Text/Color.pm /usr/lib/perl5/5.36.0/Pod/Text/Overstrike.pm /usr/lib/perl5/5.36.0/Pod/Perldoc/GetOptsOO.pm /usr/lib/perl5/5.36.0/Pod/Perldoc/ToText.pm /usr/lib/perl5/5.36.0/Pod/Perldoc/ToNroff.pm /usr/lib/perl5/5.36.0/Pod/Perldoc/ToPod.pm /usr/lib/perl5/5.36.0/Pod/Perldoc/ToANSI.pm /usr/lib/perl5/5.36.0/Pod/Perldoc/ToMan.pm /usr/lib/perl5/5.36.0/Pod/Perldoc/ToXml.pm /usr/lib/perl5/5.36.0/Pod/Perldoc/ToRtf.pm /usr/lib/perl5/5.36.0/Pod/Perldoc/ToChecker.pm /usr/lib/perl5/5.36.0/Pod/Perldoc/BaseTo.pm /usr/lib/perl5/5.36.0/Pod/Perldoc/ToTk.pm /usr/lib/perl5/5.36.0/Pod/Perldoc/ToTerm.pm /usr/lib/perl5/5.36.0/Pod/Html/Util.pm /usr/lib/perl5/5.36.0/Pod/Simple/PullParser.pm /usr/lib/perl5/5.36.0/Pod/Simple/TranscodeSmart.pm /usr/lib/perl5/5.36.0/Pod/Simple/PullParserToken.pm /usr/lib/perl5/5.36.0/Pod/Simple/HTMLLegacy.pm /usr/lib/perl5/5.36.0/Pod/Simple/JustPod.pm /usr/lib/perl5/5.36.0/Pod/Simple/XHTML.pm /usr/lib/perl5/5.36.0/Pod/Simple/RTF.pm /usr/lib/perl5/5.36.0/Pod/Simple/Debug.pm /usr/lib/perl5/5.36.0/Pod/Simple/BlackBox.pm /usr/lib/perl5/5.36.0/Pod/Simple/PullParserStartToken.pm /usr/lib/perl5/5.36.0/Pod/Simple/Checker.pm /usr/lib/perl5/5.36.0/Pod/Simple/Methody.pm /usr/lib/perl5/5.36.0/Pod/Simple/PullParserTextToken.pm /usr/lib/perl5/5.36.0/Pod/Simple/Progress.pm /usr/lib/perl5/5.36.0/Pod/Simple/HTML.pm /usr/lib/perl5/5.36.0/Pod/Simple/DumpAsText.pm /usr/lib/perl5/5.36.0/Pod/Simple/XMLOutStream.pm /usr/lib/perl5/5.36.0/Pod/Simple/TiedOutFH.pm /usr/lib/perl5/5.36.0/Pod/Simple/TextContent.pm /usr/lib/perl5/5.36.0/Pod/Simple/HTMLBatch.pm /usr/lib/perl5/5.36.0/Pod/Simple/Search.pm /usr/lib/perl5/5.36.0/Pod/Simple/DumpAsXML.pm /usr/lib/perl5/5.36.0/Pod/Simple/SimpleTree.pm /usr/lib/perl5/5.36.0/Pod/Simple/Text.pm /usr/lib/perl5/5.36.0/Pod/Simple/Transcode.pm /usr/lib/perl5/5.36.0/Pod/Simple/Subclassing.pod /usr/lib/perl5/5.36.0/Pod/Simple/PullParserEndToken.pm /usr/lib/perl5/5.36.0/Pod/Simple/TranscodeDumb.pm /usr/lib/perl5/5.36.0/Pod/Simple/LinkSection.pm /usr/lib/perl5/5.36.0/sh4a-linux/CORE/EXTERN.h /usr/lib/perl5/5.36.0/sh4a-linux/CORE/INTERN.h /usr/lib/perl5/5.36.0/sh4a-linux/CORE/XSUB.h /usr/lib/perl5/5.36.0/sh4a-linux/CORE/av.h /usr/lib/perl5/5.36.0/sh4a-linux/CORE/bitcount.h /usr/lib/perl5/5.36.0/sh4a-linux/CORE/charclass_invlists.h /usr/lib/perl5/5.36.0/sh4a-linux/CORE/config.h /usr/lib/perl5/5.36.0/sh4a-linux/CORE/cop.h /usr/lib/perl5/5.36.0/sh4a-linux/CORE/cv.h /usr/lib/perl5/5.36.0/sh4a-linux/CORE/dosish.h /usr/lib/perl5/5.36.0/sh4a-linux/CORE/ebcdic_tables.h /usr/lib/perl5/5.36.0/sh4a-linux/CORE/embed.h /usr/lib/perl5/5.36.0/sh4a-linux/CORE/embedvar.h /usr/lib/perl5/5.36.0/sh4a-linux/CORE/fakesdio.h /usr/lib/perl5/5.36.0/sh4a-linux/CORE/feature.h /usr/lib/perl5/5.36.0/sh4a-linux/CORE/form.h /usr/lib/perl5/5.36.0/sh4a-linux/CORE/git_version.h /usr/lib/perl5/5.36.0/sh4a-linux/CORE/gv.h /usr/lib/perl5/5.36.0/sh4a-linux/CORE/handy.h /usr/lib/perl5/5.36.0/sh4a-linux/CORE/hv.h /usr/lib/perl5/5.36.0/sh4a-linux/CORE/hv_func.h /usr/lib/perl5/5.36.0/sh4a-linux/CORE/hv_macro.h /usr/lib/perl5/5.36.0/sh4a-linux/CORE/inline.h /usr/lib/perl5/5.36.0/sh4a-linux/CORE/intrpvar.h /usr/lib/perl5/5.36.0/sh4a-linux/CORE/invlist_inline.h /usr/lib/perl5/5.36.0/sh4a-linux/CORE/iperlsys.h /usr/lib/perl5/5.36.0/sh4a-linux/CORE/keywords.h /usr/lib/perl5/5.36.0/sh4a-linux/CORE/l1_char_class_tab.h /usr/lib/perl5/5.36.0/sh4a-linux/CORE/malloc_ctl.h /usr/lib/perl5/5.36.0/sh4a-linux/CORE/metaconfig.h /usr/lib/perl5/5.36.0/sh4a-linux/CORE/mg.h /usr/lib/perl5/5.36.0/sh4a-linux/CORE/mg_data.h /usr/lib/perl5/5.36.0/sh4a-linux/CORE/mg_raw.h /usr/lib/perl5/5.36.0/sh4a-linux/CORE/mg_vtable.h /usr/lib/perl5/5.36.0/sh4a-linux/CORE/mydtrace.h /usr/lib/perl5/5.36.0/sh4a-linux/CORE/nostdio.h /usr/lib/perl5/5.36.0/sh4a-linux/CORE/op.h /usr/lib/perl5/5.36.0/sh4a-linux/CORE/op_reg_common.h /usr/lib/perl5/5.36.0/sh4a-linux/CORE/opcode.h /usr/lib/perl5/5.36.0/sh4a-linux/CORE/opnames.h /usr/lib/perl5/5.36.0/sh4a-linux/CORE/overload.h /usr/lib/perl5/5.36.0/sh4a-linux/CORE/pad.h /usr/lib/perl5/5.36.0/sh4a-linux/CORE/parser.h /usr/lib/perl5/5.36.0/sh4a-linux/CORE/patchlevel.h /usr/lib/perl5/5.36.0/sh4a-linux/CORE/perl.h /usr/lib/perl5/5.36.0/sh4a-linux/CORE/perl_inc_macro.h /usr/lib/perl5/5.36.0/sh4a-linux/CORE/perl_langinfo.h /usr/lib/perl5/5.36.0/sh4a-linux/CORE/perl_siphash.h /usr/lib/perl5/5.36.0/sh4a-linux/CORE/perlapi.h /usr/lib/perl5/5.36.0/sh4a-linux/CORE/perlio.h /usr/lib/perl5/5.36.0/sh4a-linux/CORE/perliol.h /usr/lib/perl5/5.36.0/sh4a-linux/CORE/perlsdio.h /usr/lib/perl5/5.36.0/sh4a-linux/CORE/perlvars.h /usr/lib/perl5/5.36.0/sh4a-linux/CORE/perly.h /usr/lib/perl5/5.36.0/sh4a-linux/CORE/pp.h /usr/lib/perl5/5.36.0/sh4a-linux/CORE/pp_proto.h /usr/lib/perl5/5.36.0/sh4a-linux/CORE/proto.h /usr/lib/perl5/5.36.0/sh4a-linux/CORE/reentr.h /usr/lib/perl5/5.36.0/sh4a-linux/CORE/regcharclass.h /usr/lib/perl5/5.36.0/sh4a-linux/CORE/regcomp.h /usr/lib/perl5/5.36.0/sh4a-linux/CORE/regexp.h /usr/lib/perl5/5.36.0/sh4a-linux/CORE/regnodes.h /usr/lib/perl5/5.36.0/sh4a-linux/CORE/sbox32_hash.h /usr/lib/perl5/5.36.0/sh4a-linux/CORE/scope.h /usr/lib/perl5/5.36.0/sh4a-linux/CORE/sv.h /usr/lib/perl5/5.36.0/sh4a-linux/CORE/sv_inline.h /usr/lib/perl5/5.36.0/sh4a-linux/CORE/thread.h /usr/lib/perl5/5.36.0/sh4a-linux/CORE/time64.h /usr/lib/perl5/5.36.0/sh4a-linux/CORE/time64_config.h /usr/lib/perl5/5.36.0/sh4a-linux/CORE/try.h /usr/lib/perl5/5.36.0/sh4a-linux/CORE/uconfig.h /usr/lib/perl5/5.36.0/sh4a-linux/CORE/uni_keywords.h /usr/lib/perl5/5.36.0/sh4a-linux/CORE/unicode_constants.h /usr/lib/perl5/5.36.0/sh4a-linux/CORE/unixish.h /usr/lib/perl5/5.36.0/sh4a-linux/CORE/utf8.h /usr/lib/perl5/5.36.0/sh4a-linux/CORE/utfebcdic.h /usr/lib/perl5/5.36.0/sh4a-linux/CORE/util.h /usr/lib/perl5/5.36.0/sh4a-linux/CORE/uudmap.h /usr/lib/perl5/5.36.0/sh4a-linux/CORE/vutil.h /usr/lib/perl5/5.36.0/sh4a-linux/CORE/warnings.h /usr/lib/perl5/5.36.0/sh4a-linux/CORE/xconfig.h /usr/lib/perl5/5.36.0/sh4a-linux/CORE/zaphod32_hash.h /usr/lib/perl5/5.36.0/sh4a-linux/CORE/libperl.a /usr/bin/perl /usr/bin/pod2man /usr/bin/pod2text /usr/bin/pod2usage /usr/bin/podchecker /usr/bin/cpan /usr/bin/corelist /usr/bin/enc2xs /usr/bin/encguess /usr/bin/h2ph /usr/bin/h2xs /usr/bin/instmodsh /usr/bin/json_pp /usr/bin/libnetcfg /usr/bin/perlbug /usr/bin/perldoc /usr/bin/perlivp /usr/bin/piconv /usr/bin/pl2pm /usr/bin/pod2html /usr/bin/prove /usr/bin/ptar /usr/bin/ptardiff /usr/bin/ptargrep /usr/bin/shasum /usr/bin/splain /usr/bin/streamzip /usr/bin/xsubpp /usr/bin/zipdetails /usr/bin/perlthanks /usr/lib/perl5/5.36.0/pod/perl.pod /usr/lib/perl5/5.36.0/pod/perlintro.pod /usr/lib/perl5/5.36.0/pod/perlrun.pod /usr/lib/perl5/5.36.0/pod/perltoc.pod /usr/lib/perl5/5.36.0/pod/perlreftut.pod /usr/lib/perl5/5.36.0/pod/perldsc.pod /usr/lib/perl5/5.36.0/pod/perllol.pod /usr/lib/perl5/5.36.0/pod/perlrequick.pod /usr/lib/perl5/5.36.0/pod/perlretut.pod /usr/lib/perl5/5.36.0/pod/perlootut.pod /usr/lib/perl5/5.36.0/pod/perlperf.pod /usr/lib/perl5/5.36.0/pod/perlstyle.pod /usr/lib/perl5/5.36.0/pod/perlcheat.pod /usr/lib/perl5/5.36.0/pod/perltrap.pod /usr/lib/perl5/5.36.0/pod/perldebtut.pod /usr/lib/perl5/5.36.0/pod/perlfaq.pod /usr/lib/perl5/5.36.0/pod/perlfaq1.pod /usr/lib/perl5/5.36.0/pod/perlfaq2.pod /usr/lib/perl5/5.36.0/pod/perlfaq3.pod /usr/lib/perl5/5.36.0/pod/perlfaq4.pod /usr/lib/perl5/5.36.0/pod/perlfaq5.pod /usr/lib/perl5/5.36.0/pod/perlfaq6.pod /usr/lib/perl5/5.36.0/pod/perlfaq7.pod /usr/lib/perl5/5.36.0/pod/perlfaq8.pod /usr/lib/perl5/5.36.0/pod/perlfaq9.pod /usr/lib/perl5/5.36.0/pod/perlsyn.pod /usr/lib/perl5/5.36.0/pod/perldata.pod /usr/lib/perl5/5.36.0/pod/perlop.pod /usr/lib/perl5/5.36.0/pod/perlsub.pod /usr/lib/perl5/5.36.0/pod/perlfunc.pod /usr/lib/perl5/5.36.0/pod/perlopentut.pod /usr/lib/perl5/5.36.0/pod/perlpacktut.pod /usr/lib/perl5/5.36.0/pod/perlpod.pod /usr/lib/perl5/5.36.0/pod/perlpodspec.pod /usr/lib/perl5/5.36.0/pod/perldocstyle.pod /usr/lib/perl5/5.36.0/pod/perlpodstyle.pod /usr/lib/perl5/5.36.0/pod/perldiag.pod /usr/lib/perl5/5.36.0/pod/perldeprecation.pod /usr/lib/perl5/5.36.0/pod/perllexwarn.pod /usr/lib/perl5/5.36.0/pod/perldebug.pod /usr/lib/perl5/5.36.0/pod/perlvar.pod /usr/lib/perl5/5.36.0/pod/perlre.pod /usr/lib/perl5/5.36.0/pod/perlrebackslash.pod /usr/lib/perl5/5.36.0/pod/perlrecharclass.pod /usr/lib/perl5/5.36.0/pod/perlreref.pod /usr/lib/perl5/5.36.0/pod/perlref.pod /usr/lib/perl5/5.36.0/pod/perlform.pod /usr/lib/perl5/5.36.0/pod/perlobj.pod /usr/lib/perl5/5.36.0/pod/perltie.pod /usr/lib/perl5/5.36.0/pod/perldbmfilter.pod /usr/lib/perl5/5.36.0/pod/perlipc.pod /usr/lib/perl5/5.36.0/pod/perlfork.pod /usr/lib/perl5/5.36.0/pod/perlnumber.pod /usr/lib/perl5/5.36.0/pod/perlthrtut.pod /usr/lib/perl5/5.36.0/pod/perlport.pod /usr/lib/perl5/5.36.0/pod/perllocale.pod /usr/lib/perl5/5.36.0/pod/perluniintro.pod /usr/lib/perl5/5.36.0/pod/perlunicode.pod /usr/lib/perl5/5.36.0/pod/perlunicook.pod /usr/lib/perl5/5.36.0/pod/perlunifaq.pod /usr/lib/perl5/5.36.0/pod/perluniprops.pod /usr/lib/perl5/5.36.0/pod/perlunitut.pod /usr/lib/perl5/5.36.0/pod/perlebcdic.pod /usr/lib/perl5/5.36.0/pod/perlsec.pod /usr/lib/perl5/5.36.0/pod/perlsecpolicy.pod /usr/lib/perl5/5.36.0/pod/perlmod.pod /usr/lib/perl5/5.36.0/pod/perlmodlib.pod /usr/lib/perl5/5.36.0/pod/perlmodstyle.pod /usr/lib/perl5/5.36.0/pod/perlmodinstall.pod /usr/lib/perl5/5.36.0/pod/perlnewmod.pod /usr/lib/perl5/5.36.0/pod/perlpragma.pod /usr/lib/perl5/5.36.0/pod/perlutil.pod /usr/lib/perl5/5.36.0/pod/perlfilter.pod /usr/lib/perl5/5.36.0/pod/perldtrace.pod /usr/lib/perl5/5.36.0/pod/perlglossary.pod /usr/lib/perl5/5.36.0/pod/perlembed.pod /usr/lib/perl5/5.36.0/pod/perldebguts.pod /usr/lib/perl5/5.36.0/pod/perlxstut.pod /usr/lib/perl5/5.36.0/pod/perlxs.pod /usr/lib/perl5/5.36.0/pod/perlxstypemap.pod /usr/lib/perl5/5.36.0/pod/perlclib.pod /usr/lib/perl5/5.36.0/pod/perlguts.pod /usr/lib/perl5/5.36.0/pod/perlcall.pod /usr/lib/perl5/5.36.0/pod/perlmroapi.pod /usr/lib/perl5/5.36.0/pod/perlreapi.pod /usr/lib/perl5/5.36.0/pod/perlreguts.pod /usr/lib/perl5/5.36.0/pod/perlapi.pod /usr/lib/perl5/5.36.0/pod/perlintern.pod /usr/lib/perl5/5.36.0/pod/perliol.pod /usr/lib/perl5/5.36.0/pod/perlapio.pod /usr/lib/perl5/5.36.0/pod/perlhack.pod /usr/lib/perl5/5.36.0/pod/perlsource.pod /usr/lib/perl5/5.36.0/pod/perlinterp.pod /usr/lib/perl5/5.36.0/pod/perlhacktut.pod /usr/lib/perl5/5.36.0/pod/perlhacktips.pod /usr/lib/perl5/5.36.0/pod/perlpolicy.pod /usr/lib/perl5/5.36.0/pod/perlgov.pod /usr/lib/perl5/5.36.0/pod/perlgit.pod /usr/lib/perl5/5.36.0/pod/perlhist.pod /usr/lib/perl5/5.36.0/pod/perldelta.pod /usr/lib/perl5/5.36.0/pod/perl5360delta.pod /usr/lib/perl5/5.36.0/pod/perl5341delta.pod /usr/lib/perl5/5.36.0/pod/perl5340delta.pod /usr/lib/perl5/5.36.0/pod/perl5321delta.pod /usr/lib/perl5/5.36.0/pod/perl5320delta.pod /usr/lib/perl5/5.36.0/pod/perl5303delta.pod /usr/lib/perl5/5.36.0/pod/perl5302delta.pod /usr/lib/perl5/5.36.0/pod/perl5301delta.pod /usr/lib/perl5/5.36.0/pod/perl5300delta.pod /usr/lib/perl5/5.36.0/pod/perl5283delta.pod /usr/lib/perl5/5.36.0/pod/perl5282delta.pod /usr/lib/perl5/5.36.0/pod/perl5281delta.pod /usr/lib/perl5/5.36.0/pod/perl5280delta.pod /usr/lib/perl5/5.36.0/pod/perl5263delta.pod /usr/lib/perl5/5.36.0/pod/perl5262delta.pod /usr/lib/perl5/5.36.0/pod/perl5261delta.pod /usr/lib/perl5/5.36.0/pod/perl5260delta.pod /usr/lib/perl5/5.36.0/pod/perl5244delta.pod /usr/lib/perl5/5.36.0/pod/perl5243delta.pod /usr/lib/perl5/5.36.0/pod/perl5242delta.pod /usr/lib/perl5/5.36.0/pod/perl5241delta.pod /usr/lib/perl5/5.36.0/pod/perl5240delta.pod /usr/lib/perl5/5.36.0/pod/perl5224delta.pod /usr/lib/perl5/5.36.0/pod/perl5223delta.pod /usr/lib/perl5/5.36.0/pod/perl5222delta.pod /usr/lib/perl5/5.36.0/pod/perl5221delta.pod /usr/lib/perl5/5.36.0/pod/perl5220delta.pod /usr/lib/perl5/5.36.0/pod/perl5203delta.pod /usr/lib/perl5/5.36.0/pod/perl5202delta.pod /usr/lib/perl5/5.36.0/pod/perl5201delta.pod /usr/lib/perl5/5.36.0/pod/perl5200delta.pod /usr/lib/perl5/5.36.0/pod/perl5184delta.pod /usr/lib/perl5/5.36.0/pod/perl5182delta.pod /usr/lib/perl5/5.36.0/pod/perl5181delta.pod /usr/lib/perl5/5.36.0/pod/perl5180delta.pod /usr/lib/perl5/5.36.0/pod/perl5163delta.pod /usr/lib/perl5/5.36.0/pod/perl5162delta.pod /usr/lib/perl5/5.36.0/pod/perl5161delta.pod /usr/lib/perl5/5.36.0/pod/perl5160delta.pod /usr/lib/perl5/5.36.0/pod/perl5144delta.pod /usr/lib/perl5/5.36.0/pod/perl5143delta.pod /usr/lib/perl5/5.36.0/pod/perl5142delta.pod /usr/lib/perl5/5.36.0/pod/perl5141delta.pod /usr/lib/perl5/5.36.0/pod/perl5140delta.pod /usr/lib/perl5/5.36.0/pod/perl5125delta.pod /usr/lib/perl5/5.36.0/pod/perl5124delta.pod /usr/lib/perl5/5.36.0/pod/perl5123delta.pod /usr/lib/perl5/5.36.0/pod/perl5122delta.pod /usr/lib/perl5/5.36.0/pod/perl5121delta.pod /usr/lib/perl5/5.36.0/pod/perl5120delta.pod /usr/lib/perl5/5.36.0/pod/perl5101delta.pod /usr/lib/perl5/5.36.0/pod/perl5100delta.pod /usr/lib/perl5/5.36.0/pod/perl589delta.pod /usr/lib/perl5/5.36.0/pod/perl588delta.pod /usr/lib/perl5/5.36.0/pod/perl587delta.pod /usr/lib/perl5/5.36.0/pod/perl586delta.pod /usr/lib/perl5/5.36.0/pod/perl585delta.pod /usr/lib/perl5/5.36.0/pod/perl584delta.pod /usr/lib/perl5/5.36.0/pod/perl583delta.pod /usr/lib/perl5/5.36.0/pod/perl582delta.pod /usr/lib/perl5/5.36.0/pod/perl581delta.pod /usr/lib/perl5/5.36.0/pod/perl58delta.pod /usr/lib/perl5/5.36.0/pod/perl561delta.pod /usr/lib/perl5/5.36.0/pod/perl56delta.pod /usr/lib/perl5/5.36.0/pod/perl5005delta.pod /usr/lib/perl5/5.36.0/pod/perl5004delta.pod /usr/lib/perl5/5.36.0/pod/perlbook.pod /usr/lib/perl5/5.36.0/pod/perlcommunity.pod /usr/lib/perl5/5.36.0/pod/perldoc.pod /usr/lib/perl5/5.36.0/pod/perlexperiment.pod /usr/lib/perl5/5.36.0/pod/perlartistic.pod /usr/lib/perl5/5.36.0/pod/perlgpl.pod /usr/lib/perl5/5.36.0/pod/perlcn.pod /usr/lib/perl5/5.36.0/pod/perljp.pod /usr/lib/perl5/5.36.0/pod/perlko.pod /usr/lib/perl5/5.36.0/pod/perltw.pod /usr/lib/perl5/5.36.0/pod/perlaix.pod /usr/lib/perl5/5.36.0/pod/perlamiga.pod /usr/lib/perl5/5.36.0/pod/perlandroid.pod /usr/lib/perl5/5.36.0/pod/perlbs2000.pod /usr/lib/perl5/5.36.0/pod/perlcygwin.pod /usr/lib/perl5/5.36.0/pod/perlfreebsd.pod /usr/lib/perl5/5.36.0/pod/perlhaiku.pod /usr/lib/perl5/5.36.0/pod/perlhpux.pod /usr/lib/perl5/5.36.0/pod/perlhurd.pod /usr/lib/perl5/5.36.0/pod/perlirix.pod /usr/lib/perl5/5.36.0/pod/perllinux.pod /usr/lib/perl5/5.36.0/pod/perlmacosx.pod /usr/lib/perl5/5.36.0/pod/perlopenbsd.pod /usr/lib/perl5/5.36.0/pod/perlos2.pod /usr/lib/perl5/5.36.0/pod/perlos390.pod /usr/lib/perl5/5.36.0/pod/perlos400.pod /usr/lib/perl5/5.36.0/pod/perlplan9.pod /usr/lib/perl5/5.36.0/pod/perlqnx.pod /usr/lib/perl5/5.36.0/pod/perlriscos.pod /usr/lib/perl5/5.36.0/pod/perlsolaris.pod /usr/lib/perl5/5.36.0/pod/perlsynology.pod /usr/lib/perl5/5.36.0/pod/perltru64.pod /usr/lib/perl5/5.36.0/pod/perlvms.pod /usr/lib/perl5/5.36.0/pod/perlvos.pod /usr/lib/perl5/5.36.0/pod/perlwin32.pod /usr/lib/perl5/5.36.0/pod/perlboot.pod /usr/lib/perl5/5.36.0/pod/perlbot.pod /usr/lib/perl5/5.36.0/pod/perlrepository.pod /usr/lib/perl5/5.36.0/pod/perltodo.pod /usr/lib/perl5/5.36.0/pod/perltooc.pod /usr/lib/perl5/5.36.0/pod/perltoot.pod rm -f /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/perl5.36.0 make[1]: Nothing to be done for 'install.sym'. make[1]: Leaving directory '/tmp/instance-5/output-1/build/perl-5.36.0' >>> perl 5.36.0 Fixing libtool files for la in $(find /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib* -name "*.la"); do \ cp -a "${la}" "${la}.fixed" && \ /usr/bin/sed -i -e "s:/tmp/instance-5/output-1:@BASE_DIR@:g" \ -e "s:/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot:@STAGING_DIR@:g" \ \ -e "s:\(['= ]\)/usr:\\1@STAGING_DIR@/usr:g" \ -e "s:\(['= ]\)/lib:\\1@STAGING_DIR@/lib:g" \ \ -e "s:@STAGING_DIR@:/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot:g" \ -e "s:@BASE_DIR@:/tmp/instance-5/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 >>> perl 5.36.0 Installing to target PATH="/tmp/instance-5/output-1/host/bin:/tmp/instance-5/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /home/autobuild/make/make -j1 -C /tmp/instance-5/output-1/build/perl-5.36.0 DESTDIR="/tmp/instance-5/output-1/target" install.perl install.sym make[1]: Entering directory '/tmp/instance-5/output-1/build/perl-5.36.0' ./miniperl_top installperl --destdir=/tmp/instance-5/output-1/target WARNING: You've never run 'make test' or some tests failed! (Installing anyway.) /usr/bin/perl5.36.0 /usr/lib/perl5/5.36.0/sh4a-linux/threads.pm /usr/lib/perl5/5.36.0/sh4a-linux/Storable.pm /usr/lib/perl5/5.36.0/sh4a-linux/Cwd.pm /usr/lib/perl5/5.36.0/sh4a-linux/IO.pm /usr/lib/perl5/5.36.0/sh4a-linux/Socket.pm /usr/lib/perl5/5.36.0/sh4a-linux/Encode.pm /usr/lib/perl5/5.36.0/sh4a-linux/encoding.pm /usr/lib/perl5/5.36.0/sh4a-linux/DB_File.pm /usr/lib/perl5/5.36.0/sh4a-linux/mro.pm /usr/lib/perl5/5.36.0/sh4a-linux/attributes.pm /usr/lib/perl5/5.36.0/sh4a-linux/SDBM_File.pm /usr/lib/perl5/5.36.0/sh4a-linux/POSIX.pm /usr/lib/perl5/5.36.0/sh4a-linux/POSIX.pod /usr/lib/perl5/5.36.0/sh4a-linux/Opcode.pm /usr/lib/perl5/5.36.0/sh4a-linux/ops.pm /usr/lib/perl5/5.36.0/sh4a-linux/Fcntl.pm /usr/lib/perl5/5.36.0/sh4a-linux/B.pm /usr/lib/perl5/5.36.0/sh4a-linux/O.pm /usr/lib/perl5/5.36.0/if.pm /usr/lib/perl5/5.36.0/constant.pm /usr/lib/perl5/5.36.0/base.pm /usr/lib/perl5/5.36.0/fields.pm /usr/lib/perl5/5.36.0/autouse.pm /usr/lib/perl5/5.36.0/XSLoader.pm /usr/lib/perl5/5.36.0/Test.pm /usr/lib/perl5/5.36.0/SelfLoader.pm /usr/lib/perl5/5.36.0/Safe.pm /usr/lib/perl5/5.36.0/FindBin.pm /usr/lib/perl5/5.36.0/Exporter.pm /usr/lib/perl5/5.36.0/Env.pm /usr/lib/perl5/5.36.0/Dumpvalue.pm /usr/lib/perl5/5.36.0/Carp.pm /usr/lib/perl5/5.36.0/version.pm /usr/lib/perl5/5.36.0/version.pod /usr/lib/perl5/5.36.0/perlfaq.pm /usr/lib/perl5/5.36.0/parent.pm /usr/lib/perl5/5.36.0/experimental.pm /usr/lib/perl5/5.36.0/bigint.pm /usr/lib/perl5/5.36.0/bigrat.pm /usr/lib/perl5/5.36.0/bignum.pm /usr/lib/perl5/5.36.0/bigfloat.pm /usr/lib/perl5/5.36.0/Fatal.pm /usr/lib/perl5/5.36.0/autodie.pm /usr/lib/perl5/5.36.0/ok.pm /usr/lib/perl5/5.36.0/Test2.pm /usr/lib/perl5/5.36.0/NEXT.pm /usr/lib/perl5/5.36.0/Memoize.pm /usr/lib/perl5/5.36.0/Digest.pm /usr/lib/perl5/5.36.0/CPAN.pm /usr/lib/perl5/5.36.0/AutoSplit.pm /usr/lib/perl5/5.36.0/AutoLoader.pm /usr/lib/perl5/5.36.0/FileCache.pm /usr/lib/perl5/5.36.0/sh4a-linux/Errno.pm /usr/lib/perl5/5.36.0/sh4a-linux/DynaLoader.pm /usr/lib/perl5/5.36.0/sh4a-linux/lib.pm /usr/lib/perl5/5.36.0/sh4a-linux/re.pm /usr/lib/perl5/5.36.0/sh4a-linux/Config_heavy.pl /usr/lib/perl5/5.36.0/sh4a-linux/Config.pm /usr/lib/perl5/5.36.0/sh4a-linux/Config.pod /usr/lib/perl5/5.36.0/sh4a-linux/Config_git.pl /usr/lib/perl5/5.36.0/UNIVERSAL.pm /usr/lib/perl5/5.36.0/builtin.pm /usr/lib/perl5/5.36.0/overload.pm /usr/lib/perl5/5.36.0/less.pm /usr/lib/perl5/5.36.0/blib.pm /usr/lib/perl5/5.36.0/DirHandle.pm /usr/lib/perl5/5.36.0/meta_notation.pm /usr/lib/perl5/5.36.0/bytes.pm /usr/lib/perl5/5.36.0/English.pm /usr/lib/perl5/5.36.0/open.pm /usr/lib/perl5/5.36.0/dumpvar.pl /usr/lib/perl5/5.36.0/Internals.pod /usr/lib/perl5/5.36.0/locale.pm /usr/lib/perl5/5.36.0/integer.pm /usr/lib/perl5/5.36.0/CORE.pod /usr/lib/perl5/5.36.0/overloading.pm /usr/lib/perl5/5.36.0/Symbol.pm /usr/lib/perl5/5.36.0/feature.pm /usr/lib/perl5/5.36.0/PerlIO.pm /usr/lib/perl5/5.36.0/_charnames.pm /usr/lib/perl5/5.36.0/subs.pm /usr/lib/perl5/5.36.0/vmsish.pm /usr/lib/perl5/5.36.0/bytes_heavy.pl /usr/lib/perl5/5.36.0/strict.pm /usr/lib/perl5/5.36.0/diagnostics.pm /usr/lib/perl5/5.36.0/sort.pm /usr/lib/perl5/5.36.0/utf8.pm /usr/lib/perl5/5.36.0/filetest.pm /usr/lib/perl5/5.36.0/warnings.pm /usr/lib/perl5/5.36.0/perl5db.pl /usr/lib/perl5/5.36.0/Thread.pm /usr/lib/perl5/5.36.0/Benchmark.pm /usr/lib/perl5/5.36.0/charnames.pm /usr/lib/perl5/5.36.0/SelectSaver.pm /usr/lib/perl5/5.36.0/sigtrap.pm /usr/lib/perl5/5.36.0/AnyDBM_File.pm /usr/lib/perl5/5.36.0/deprecate.pm /usr/lib/perl5/5.36.0/FileHandle.pm /usr/lib/perl5/5.36.0/vars.pm /usr/lib/perl5/5.36.0/DB.pm /usr/lib/perl5/5.36.0/DBM_Filter.pm /usr/lib/perl5/5.36.0/sh4a-linux/threads/shared.pm /usr/lib/perl5/5.36.0/sh4a-linux/Data/Dumper.pm /usr/lib/perl5/5.36.0/sh4a-linux/Scalar/Util.pm /usr/lib/perl5/5.36.0/sh4a-linux/Sub/Util.pm /usr/lib/perl5/5.36.0/sh4a-linux/List/Util.pm /usr/lib/perl5/5.36.0/sh4a-linux/List/Util/XS.pm /usr/lib/perl5/5.36.0/sh4a-linux/MIME/QuotedPrint.pm /usr/lib/perl5/5.36.0/sh4a-linux/MIME/Base64.pm /usr/lib/perl5/5.36.0/sh4a-linux/Encode/Unicode.pm /usr/lib/perl5/5.36.0/sh4a-linux/Encode/TW.pm /usr/lib/perl5/5.36.0/sh4a-linux/Encode/Symbol.pm /usr/lib/perl5/5.36.0/sh4a-linux/Encode/KR.pm /usr/lib/perl5/5.36.0/sh4a-linux/Encode/JP.pm /usr/lib/perl5/5.36.0/sh4a-linux/Encode/EBCDIC.pm /usr/lib/perl5/5.36.0/sh4a-linux/Encode/CN.pm /usr/lib/perl5/5.36.0/sh4a-linux/Encode/Byte.pm /usr/lib/perl5/5.36.0/sh4a-linux/Encode/Encoding.pm /usr/lib/perl5/5.36.0/Encode/Makefile_PL.e2x /usr/lib/perl5/5.36.0/Encode/ConfigLocal_PM.e2x /usr/lib/perl5/5.36.0/sh4a-linux/Encode/CJKConstants.pm /usr/lib/perl5/5.36.0/Encode/README.e2x /usr/lib/perl5/5.36.0/sh4a-linux/Encode/Config.pm /usr/lib/perl5/5.36.0/sh4a-linux/Encode/Guess.pm /usr/lib/perl5/5.36.0/sh4a-linux/Encode/Alias.pm /usr/lib/perl5/5.36.0/Encode/PerlIO.pod /usr/lib/perl5/5.36.0/Encode/_T.e2x /usr/lib/perl5/5.36.0/sh4a-linux/Encode/GSM0338.pm /usr/lib/perl5/5.36.0/Encode/Supported.pod /usr/lib/perl5/5.36.0/Encode/_PM.e2x /usr/lib/perl5/5.36.0/sh4a-linux/Encode/Encoder.pm /usr/lib/perl5/5.36.0/Encode/encode.h /usr/lib/perl5/5.36.0/Encode/Changes.e2x /usr/lib/perl5/5.36.0/sh4a-linux/Encode/Unicode/UTF7.pm /usr/lib/perl5/5.36.0/sh4a-linux/Encode/JP/JIS7.pm /usr/lib/perl5/5.36.0/sh4a-linux/Encode/JP/H2Z.pm /usr/lib/perl5/5.36.0/sh4a-linux/Encode/KR/2022_KR.pm /usr/lib/perl5/5.36.0/sh4a-linux/Encode/CN/HZ.pm /usr/lib/perl5/5.36.0/sh4a-linux/Encode/MIME/Name.pm /usr/lib/perl5/5.36.0/sh4a-linux/Encode/MIME/Header.pm /usr/lib/perl5/5.36.0/sh4a-linux/Encode/MIME/Header/ISO_2022_JP.pm /usr/lib/perl5/5.36.0/sh4a-linux/Sys/Syslog.pm /usr/lib/perl5/5.36.0/sh4a-linux/Sys/Hostname.pm /usr/lib/perl5/5.36.0/sh4a-linux/Hash/Util.pm /usr/lib/perl5/5.36.0/sh4a-linux/Hash/Util/FieldHash.pm /usr/lib/perl5/5.36.0/encoding/warnings.pm /usr/lib/perl5/5.36.0/Thread/Semaphore.pm /usr/lib/perl5/5.36.0/Thread/Queue.pm /usr/lib/perl5/5.36.0/Search/Dict.pm /usr/lib/perl5/5.36.0/sh4a-linux/I18N/Langinfo.pm /usr/lib/perl5/5.36.0/I18N/LangTags.pm /usr/lib/perl5/5.36.0/I18N/Collate.pm /usr/lib/perl5/5.36.0/I18N/LangTags/List.pm /usr/lib/perl5/5.36.0/I18N/LangTags/Detect.pm /usr/lib/perl5/5.36.0/Filter/Simple.pm /usr/lib/perl5/5.36.0/sh4a-linux/Filter/Util/Call.pm /usr/lib/perl5/5.36.0/Exporter/Heavy.pm /usr/lib/perl5/5.36.0/sh4a-linux/Devel/Peek.pm /usr/lib/perl5/5.36.0/sh4a-linux/Devel/PPPort.pm /usr/lib/perl5/5.36.0/Devel/SelfStubber.pm /usr/lib/perl5/5.36.0/Carp/Heavy.pm /usr/lib/perl5/5.36.0/Attribute/Handlers.pm /usr/lib/perl5/5.36.0/version/Internals.pod /usr/lib/perl5/5.36.0/version/regex.pm /usr/lib/perl5/5.36.0/autodie/Util.pm /usr/lib/perl5/5.36.0/autodie/exception.pm /usr/lib/perl5/5.36.0/autodie/hints.pm /usr/lib/perl5/5.36.0/autodie/skip.pm /usr/lib/perl5/5.36.0/autodie/Scope/GuardStack.pm /usr/lib/perl5/5.36.0/autodie/Scope/Guard.pm /usr/lib/perl5/5.36.0/autodie/exception/system.pm /usr/lib/perl5/5.36.0/Text/Abbrev.pm /usr/lib/perl5/5.36.0/Text/Tabs.pm /usr/lib/perl5/5.36.0/Text/Wrap.pm /usr/lib/perl5/5.36.0/Text/ParseWords.pm /usr/lib/perl5/5.36.0/Text/Balanced.pm /usr/lib/perl5/5.36.0/Test2/Formatter.pm /usr/lib/perl5/5.36.0/Test2/Transition.pod /usr/lib/perl5/5.36.0/Test2/EventFacet.pm /usr/lib/perl5/5.36.0/Test2/Util.pm /usr/lib/perl5/5.36.0/Test2/IPC.pm /usr/lib/perl5/5.36.0/Test2/Hub.pm /usr/lib/perl5/5.36.0/Test2/Event.pm /usr/lib/perl5/5.36.0/Test2/API.pm /usr/lib/perl5/5.36.0/Test2/Hub/Subtest.pm /usr/lib/perl5/5.36.0/Test2/Hub/Interceptor.pm /usr/lib/perl5/5.36.0/Test2/Hub/Interceptor/Terminator.pm /usr/lib/perl5/5.36.0/Test2/Tools/Tiny.pm /usr/lib/perl5/5.36.0/Test2/IPC/Driver.pm /usr/lib/perl5/5.36.0/Test2/IPC/Driver/Files.pm /usr/lib/perl5/5.36.0/Test2/Util/Facets2Legacy.pm /usr/lib/perl5/5.36.0/Test2/Util/ExternalMeta.pm /usr/lib/perl5/5.36.0/Test2/Util/HashBase.pm /usr/lib/perl5/5.36.0/Test2/Util/Trace.pm /usr/lib/perl5/5.36.0/Test2/Formatter/TAP.pm /usr/lib/perl5/5.36.0/Test2/EventFacet/About.pm /usr/lib/perl5/5.36.0/Test2/EventFacet/Meta.pm /usr/lib/perl5/5.36.0/Test2/EventFacet/Parent.pm /usr/lib/perl5/5.36.0/Test2/EventFacet/Hub.pm /usr/lib/perl5/5.36.0/Test2/EventFacet/Assert.pm /usr/lib/perl5/5.36.0/Test2/EventFacet/Control.pm /usr/lib/perl5/5.36.0/Test2/EventFacet/Trace.pm /usr/lib/perl5/5.36.0/Test2/EventFacet/Error.pm /usr/lib/perl5/5.36.0/Test2/EventFacet/Plan.pm /usr/lib/perl5/5.36.0/Test2/EventFacet/Render.pm /usr/lib/perl5/5.36.0/Test2/EventFacet/Info.pm /usr/lib/perl5/5.36.0/Test2/EventFacet/Amnesty.pm /usr/lib/perl5/5.36.0/Test2/EventFacet/Info/Table.pm /usr/lib/perl5/5.36.0/Test2/API/InterceptResult.pm /usr/lib/perl5/5.36.0/Test2/API/Breakage.pm /usr/lib/perl5/5.36.0/Test2/API/Instance.pm /usr/lib/perl5/5.36.0/Test2/API/Stack.pm /usr/lib/perl5/5.36.0/Test2/API/Context.pm /usr/lib/perl5/5.36.0/Test2/API/InterceptResult/Event.pm /usr/lib/perl5/5.36.0/Test2/API/InterceptResult/Facet.pm /usr/lib/perl5/5.36.0/Test2/API/InterceptResult/Hub.pm /usr/lib/perl5/5.36.0/Test2/API/InterceptResult/Squasher.pm /usr/lib/perl5/5.36.0/Test2/Event/Waiting.pm /usr/lib/perl5/5.36.0/Test2/Event/Note.pm /usr/lib/perl5/5.36.0/Test2/Event/Ok.pm /usr/lib/perl5/5.36.0/Test2/Event/Skip.pm /usr/lib/perl5/5.36.0/Test2/Event/Subtest.pm /usr/lib/perl5/5.36.0/Test2/Event/Fail.pm /usr/lib/perl5/5.36.0/Test2/Event/Plan.pm /usr/lib/perl5/5.36.0/Test2/Event/Diag.pm /usr/lib/perl5/5.36.0/Test2/Event/V2.pm /usr/lib/perl5/5.36.0/Test2/Event/Encoding.pm /usr/lib/perl5/5.36.0/Test2/Event/Bail.pm /usr/lib/perl5/5.36.0/Test2/Event/Exception.pm /usr/lib/perl5/5.36.0/Test2/Event/Generic.pm /usr/lib/perl5/5.36.0/Test2/Event/Pass.pm /usr/lib/perl5/5.36.0/Test2/Event/TAP/Version.pm /usr/lib/perl5/5.36.0/TAP/Parser.pm /usr/lib/perl5/5.36.0/TAP/Object.pm /usr/lib/perl5/5.36.0/TAP/Base.pm /usr/lib/perl5/5.36.0/TAP/Harness.pm /usr/lib/perl5/5.36.0/TAP/Harness/Env.pm /usr/lib/perl5/5.36.0/TAP/Harness/Beyond.pod /usr/lib/perl5/5.36.0/TAP/Formatter/Base.pm /usr/lib/perl5/5.36.0/TAP/Formatter/Session.pm /usr/lib/perl5/5.36.0/TAP/Formatter/Console.pm /usr/lib/perl5/5.36.0/TAP/Formatter/File.pm /usr/lib/perl5/5.36.0/TAP/Formatter/Color.pm /usr/lib/perl5/5.36.0/TAP/Formatter/Console/Session.pm /usr/lib/perl5/5.36.0/TAP/Formatter/Console/ParallelSession.pm /usr/lib/perl5/5.36.0/TAP/Formatter/File/Session.pm /usr/lib/perl5/5.36.0/TAP/Parser/SourceHandler.pm /usr/lib/perl5/5.36.0/TAP/Parser/Source.pm /usr/lib/perl5/5.36.0/TAP/Parser/Aggregator.pm /usr/lib/perl5/5.36.0/TAP/Parser/Multiplexer.pm /usr/lib/perl5/5.36.0/TAP/Parser/Scheduler.pm /usr/lib/perl5/5.36.0/TAP/Parser/Grammar.pm /usr/lib/perl5/5.36.0/TAP/Parser/Iterator.pm /usr/lib/perl5/5.36.0/TAP/Parser/Result.pm /usr/lib/perl5/5.36.0/TAP/Parser/IteratorFactory.pm /usr/lib/perl5/5.36.0/TAP/Parser/ResultFactory.pm /usr/lib/perl5/5.36.0/TAP/Parser/YAMLish/Writer.pm /usr/lib/perl5/5.36.0/TAP/Parser/YAMLish/Reader.pm /usr/lib/perl5/5.36.0/TAP/Parser/SourceHandler/File.pm /usr/lib/perl5/5.36.0/TAP/Parser/SourceHandler/RawTAP.pm /usr/lib/perl5/5.36.0/TAP/Parser/SourceHandler/Executable.pm /usr/lib/perl5/5.36.0/TAP/Parser/SourceHandler/Perl.pm /usr/lib/perl5/5.36.0/TAP/Parser/SourceHandler/Handle.pm /usr/lib/perl5/5.36.0/TAP/Parser/Iterator/Process.pm /usr/lib/perl5/5.36.0/TAP/Parser/Iterator/Array.pm /usr/lib/perl5/5.36.0/TAP/Parser/Iterator/Stream.pm /usr/lib/perl5/5.36.0/TAP/Parser/Result/Test.pm /usr/lib/perl5/5.36.0/TAP/Parser/Result/Unknown.pm /usr/lib/perl5/5.36.0/TAP/Parser/Result/Plan.pm /usr/lib/perl5/5.36.0/TAP/Parser/Result/Bailout.pm /usr/lib/perl5/5.36.0/TAP/Parser/Result/Version.pm /usr/lib/perl5/5.36.0/TAP/Parser/Result/YAML.pm /usr/lib/perl5/5.36.0/TAP/Parser/Result/Comment.pm /usr/lib/perl5/5.36.0/TAP/Parser/Result/Pragma.pm /usr/lib/perl5/5.36.0/TAP/Parser/Scheduler/Spinner.pm /usr/lib/perl5/5.36.0/TAP/Parser/Scheduler/Job.pm /usr/lib/perl5/5.36.0/Test/More.pm /usr/lib/perl5/5.36.0/Test/Tutorial.pod /usr/lib/perl5/5.36.0/Test/Simple.pm /usr/lib/perl5/5.36.0/Test/Tester.pm /usr/lib/perl5/5.36.0/Test/Builder.pm /usr/lib/perl5/5.36.0/Test/Harness.pm /usr/lib/perl5/5.36.0/Test/Tester/Delegate.pm /usr/lib/perl5/5.36.0/Test/Tester/CaptureRunner.pm /usr/lib/perl5/5.36.0/Test/Tester/Capture.pm /usr/lib/perl5/5.36.0/Test/use/ok.pm /usr/lib/perl5/5.36.0/Test/Builder/Tester.pm /usr/lib/perl5/5.36.0/Test/Builder/Module.pm /usr/lib/perl5/5.36.0/Test/Builder/Formatter.pm /usr/lib/perl5/5.36.0/Test/Builder/TodoDiag.pm /usr/lib/perl5/5.36.0/Test/Builder/IO/Scalar.pm /usr/lib/perl5/5.36.0/Test/Builder/Tester/Color.pm /usr/lib/perl5/5.36.0/Term/ReadLine.pm /usr/lib/perl5/5.36.0/Term/Complete.pm /usr/lib/perl5/5.36.0/Term/Cap.pm /usr/lib/perl5/5.36.0/Term/ANSIColor.pm /usr/lib/perl5/5.36.0/sh4a-linux/PerlIO/via.pm /usr/lib/perl5/5.36.0/sh4a-linux/PerlIO/scalar.pm /usr/lib/perl5/5.36.0/sh4a-linux/PerlIO/mmap.pm /usr/lib/perl5/5.36.0/sh4a-linux/PerlIO/encoding.pm /usr/lib/perl5/5.36.0/PerlIO/via/QuotedPrint.pm /usr/lib/perl5/5.36.0/Perl/OSType.pm /usr/lib/perl5/5.36.0/Params/Check.pm /usr/lib/perl5/5.36.0/Module/CoreList.pod /usr/lib/perl5/5.36.0/Module/CoreList.pm /usr/lib/perl5/5.36.0/Module/Metadata.pm /usr/lib/perl5/5.36.0/Module/Loaded.pm /usr/lib/perl5/5.36.0/Module/Load.pm /usr/lib/perl5/5.36.0/Module/CoreList/Utils.pm /usr/lib/perl5/5.36.0/Module/Load/Conditional.pm /usr/lib/perl5/5.36.0/Memoize/NDBM_File.pm /usr/lib/perl5/5.36.0/Memoize/Expire.pm /usr/lib/perl5/5.36.0/Memoize/ExpireTest.pm /usr/lib/perl5/5.36.0/Memoize/Storable.pm /usr/lib/perl5/5.36.0/Memoize/ExpireFile.pm /usr/lib/perl5/5.36.0/Memoize/AnyDBM_File.pm /usr/lib/perl5/5.36.0/Memoize/SDBM_File.pm /usr/lib/perl5/5.36.0/Math/Complex.pm /usr/lib/perl5/5.36.0/Math/Trig.pm /usr/lib/perl5/5.36.0/Math/BigRat.pm /usr/lib/perl5/5.36.0/Math/BigFloat.pm /usr/lib/perl5/5.36.0/Math/BigInt.pm /usr/lib/perl5/5.36.0/Math/BigFloat/Trace.pm /usr/lib/perl5/5.36.0/Math/BigRat/Trace.pm /usr/lib/perl5/5.36.0/sh4a-linux/Math/BigInt/FastCalc.pm /usr/lib/perl5/5.36.0/Math/BigInt/Trace.pm /usr/lib/perl5/5.36.0/Math/BigInt/Lib.pm /usr/lib/perl5/5.36.0/Math/BigInt/Calc.pm /usr/lib/perl5/5.36.0/Locale/Maketext.pod /usr/lib/perl5/5.36.0/Locale/Maketext.pm /usr/lib/perl5/5.36.0/Locale/Maketext/Guts.pm /usr/lib/perl5/5.36.0/Locale/Maketext/TPJ13.pod /usr/lib/perl5/5.36.0/Locale/Maketext/GutsLoader.pm /usr/lib/perl5/5.36.0/Locale/Maketext/Cookbook.pod /usr/lib/perl5/5.36.0/Locale/Maketext/Simple.pm /usr/lib/perl5/5.36.0/JSON/PP.pm /usr/lib/perl5/5.36.0/JSON/PP/Boolean.pm /usr/lib/perl5/5.36.0/Compress/Zlib.pm /usr/lib/perl5/5.36.0/sh4a-linux/Compress/Raw/Zlib.pm /usr/lib/perl5/5.36.0/sh4a-linux/Compress/Raw/Bzip2.pm /usr/lib/perl5/5.36.0/sh4a-linux/IO/Select.pm /usr/lib/perl5/5.36.0/sh4a-linux/IO/Poll.pm /usr/lib/perl5/5.36.0/sh4a-linux/IO/File.pm /usr/lib/perl5/5.36.0/sh4a-linux/IO/Pipe.pm /usr/lib/perl5/5.36.0/sh4a-linux/IO/Seekable.pm /usr/lib/perl5/5.36.0/sh4a-linux/IO/Handle.pm /usr/lib/perl5/5.36.0/sh4a-linux/IO/Socket.pm /usr/lib/perl5/5.36.0/sh4a-linux/IO/Dir.pm /usr/lib/perl5/5.36.0/IO/Zlib.pm /usr/lib/perl5/5.36.0/sh4a-linux/IO/Socket/INET.pm /usr/lib/perl5/5.36.0/sh4a-linux/IO/Socket/UNIX.pm /usr/lib/perl5/5.36.0/IO/Socket/IP.pm /usr/lib/perl5/5.36.0/IO/Uncompress/Inflate.pm /usr/lib/perl5/5.36.0/IO/Uncompress/Gunzip.pm /usr/lib/perl5/5.36.0/IO/Uncompress/Base.pm /usr/lib/perl5/5.36.0/IO/Uncompress/Unzip.pm /usr/lib/perl5/5.36.0/IO/Uncompress/AnyUncompress.pm /usr/lib/perl5/5.36.0/IO/Uncompress/RawInflate.pm /usr/lib/perl5/5.36.0/IO/Uncompress/Bunzip2.pm /usr/lib/perl5/5.36.0/IO/Uncompress/AnyInflate.pm /usr/lib/perl5/5.36.0/IO/Uncompress/Adapter/Inflate.pm /usr/lib/perl5/5.36.0/IO/Uncompress/Adapter/Identity.pm /usr/lib/perl5/5.36.0/IO/Uncompress/Adapter/Bunzip2.pm /usr/lib/perl5/5.36.0/IO/Compress/Zip.pm /usr/lib/perl5/5.36.0/IO/Compress/Bzip2.pm /usr/lib/perl5/5.36.0/IO/Compress/Deflate.pm /usr/lib/perl5/5.36.0/IO/Compress/FAQ.pod /usr/lib/perl5/5.36.0/IO/Compress/Gzip.pm /usr/lib/perl5/5.36.0/IO/Compress/RawDeflate.pm /usr/lib/perl5/5.36.0/IO/Compress/Base.pm /usr/lib/perl5/5.36.0/IO/Compress/Zlib/Constants.pm /usr/lib/perl5/5.36.0/IO/Compress/Zlib/Extra.pm /usr/lib/perl5/5.36.0/IO/Compress/Gzip/Constants.pm /usr/lib/perl5/5.36.0/IO/Compress/Base/Common.pm /usr/lib/perl5/5.36.0/IO/Compress/Adapter/Deflate.pm /usr/lib/perl5/5.36.0/IO/Compress/Adapter/Identity.pm /usr/lib/perl5/5.36.0/IO/Compress/Adapter/Bzip2.pm /usr/lib/perl5/5.36.0/IO/Compress/Zip/Constants.pm /usr/lib/perl5/5.36.0/HTTP/Tiny.pm /usr/lib/perl5/5.36.0/sh4a-linux/Digest/SHA.pm /usr/lib/perl5/5.36.0/sh4a-linux/Digest/MD5.pm /usr/lib/perl5/5.36.0/Digest/file.pm /usr/lib/perl5/5.36.0/Digest/base.pm /usr/lib/perl5/5.36.0/Parse/CPAN/Meta.pm /usr/lib/perl5/5.36.0/App/Prove.pm /usr/lib/perl5/5.36.0/App/Cpan.pm /usr/lib/perl5/5.36.0/App/Prove/State.pm /usr/lib/perl5/5.36.0/App/Prove/State/Result.pm /usr/lib/perl5/5.36.0/App/Prove/State/Result/Test.pm /usr/lib/perl5/5.36.0/CPAN/Meta.pm /usr/lib/perl5/5.36.0/CPAN/Debug.pm /usr/lib/perl5/5.36.0/CPAN/HandleConfig.pm /usr/lib/perl5/5.36.0/CPAN/Distrostatus.pm /usr/lib/perl5/5.36.0/CPAN/URL.pm /usr/lib/perl5/5.36.0/CPAN/InfoObj.pm /usr/lib/perl5/5.36.0/CPAN/CacheMgr.pm /usr/lib/perl5/5.36.0/CPAN/DeferredCode.pm /usr/lib/perl5/5.36.0/CPAN/FTP.pm /usr/lib/perl5/5.36.0/CPAN/Version.pm /usr/lib/perl5/5.36.0/CPAN/Module.pm /usr/lib/perl5/5.36.0/CPAN/Queue.pm /usr/lib/perl5/5.36.0/CPAN/Complete.pm /usr/lib/perl5/5.36.0/CPAN/Tarzip.pm /usr/lib/perl5/5.36.0/CPAN/Index.pm /usr/lib/perl5/5.36.0/CPAN/Author.pm /usr/lib/perl5/5.36.0/CPAN/Mirrors.pm /usr/lib/perl5/5.36.0/CPAN/Prompt.pm /usr/lib/perl5/5.36.0/CPAN/Shell.pm /usr/lib/perl5/5.36.0/CPAN/Plugin.pm /usr/lib/perl5/5.36.0/CPAN/Nox.pm /usr/lib/perl5/5.36.0/CPAN/Distroprefs.pm /usr/lib/perl5/5.36.0/CPAN/Bundle.pm /usr/lib/perl5/5.36.0/CPAN/Kwalify.pm /usr/lib/perl5/5.36.0/CPAN/Distribution.pm /usr/lib/perl5/5.36.0/CPAN/FirstTime.pm /usr/lib/perl5/5.36.0/CPAN/Meta/YAML.pm /usr/lib/perl5/5.36.0/CPAN/Meta/Requirements.pm /usr/lib/perl5/5.36.0/CPAN/Meta/Converter.pm /usr/lib/perl5/5.36.0/CPAN/Meta/History.pm /usr/lib/perl5/5.36.0/CPAN/Meta/Prereqs.pm /usr/lib/perl5/5.36.0/CPAN/Meta/Validator.pm /usr/lib/perl5/5.36.0/CPAN/Meta/Merge.pm /usr/lib/perl5/5.36.0/CPAN/Meta/Feature.pm /usr/lib/perl5/5.36.0/CPAN/Meta/Spec.pm /usr/lib/perl5/5.36.0/CPAN/Meta/History/Meta_1_0.pod /usr/lib/perl5/5.36.0/CPAN/Meta/History/Meta_1_2.pod /usr/lib/perl5/5.36.0/CPAN/Meta/History/Meta_1_3.pod /usr/lib/perl5/5.36.0/CPAN/Meta/History/Meta_1_4.pod /usr/lib/perl5/5.36.0/CPAN/Meta/History/Meta_1_1.pod /usr/lib/perl5/5.36.0/CPAN/LWP/UserAgent.pm /usr/lib/perl5/5.36.0/CPAN/API/HOWTO.pod /usr/lib/perl5/5.36.0/CPAN/Kwalify/distroprefs.yml /usr/lib/perl5/5.36.0/CPAN/Kwalify/distroprefs.dd /usr/lib/perl5/5.36.0/CPAN/FTP/netrc.pm /usr/lib/perl5/5.36.0/CPAN/HTTP/Client.pm /usr/lib/perl5/5.36.0/CPAN/HTTP/Credentials.pm /usr/lib/perl5/5.36.0/CPAN/Exception/blocked_urllist.pm /usr/lib/perl5/5.36.0/CPAN/Exception/yaml_not_installed.pm /usr/lib/perl5/5.36.0/CPAN/Exception/RecursiveDependency.pm /usr/lib/perl5/5.36.0/CPAN/Exception/yaml_process_error.pm /usr/lib/perl5/5.36.0/CPAN/Plugin/Specfile.pm /usr/lib/perl5/5.36.0/Archive/Tar.pm /usr/lib/perl5/5.36.0/Archive/Tar/Constant.pm /usr/lib/perl5/5.36.0/Archive/Tar/File.pm /usr/lib/perl5/5.36.0/sh4a-linux/IPC/Semaphore.pm /usr/lib/perl5/5.36.0/sh4a-linux/IPC/SharedMem.pm /usr/lib/perl5/5.36.0/sh4a-linux/IPC/Msg.pm /usr/lib/perl5/5.36.0/sh4a-linux/IPC/SysV.pm /usr/lib/perl5/5.36.0/IPC/Cmd.pm /usr/lib/perl5/5.36.0/IPC/Open2.pm /usr/lib/perl5/5.36.0/IPC/Open3.pm /usr/lib/perl5/5.36.0/sh4a-linux/auto/threads/threads.so /usr/lib/perl5/5.36.0/sh4a-linux/auto/threads/shared/shared.so /usr/lib/perl5/5.36.0/sh4a-linux/auto/Storable/Storable.so /usr/lib/perl5/5.36.0/sh4a-linux/auto/Cwd/Cwd.so /usr/lib/perl5/5.36.0/sh4a-linux/auto/Data/Dumper/Dumper.so /usr/lib/perl5/5.36.0/sh4a-linux/auto/Unicode/Normalize/Normalize.so /usr/lib/perl5/5.36.0/sh4a-linux/auto/Unicode/Collate/Collate.so /usr/lib/perl5/5.36.0/sh4a-linux/auto/Socket/Socket.so /usr/lib/perl5/5.36.0/sh4a-linux/auto/List/Util/Util.so /usr/lib/perl5/5.36.0/sh4a-linux/auto/MIME/Base64/Base64.so /usr/lib/perl5/5.36.0/sh4a-linux/auto/Encode/Encode.so /usr/lib/perl5/5.36.0/sh4a-linux/auto/Encode/Unicode/Unicode.so /usr/lib/perl5/5.36.0/sh4a-linux/auto/Encode/TW/TW.so /usr/lib/perl5/5.36.0/sh4a-linux/auto/Encode/Symbol/Symbol.so /usr/lib/perl5/5.36.0/sh4a-linux/auto/Encode/KR/KR.so /usr/lib/perl5/5.36.0/sh4a-linux/auto/Encode/JP/JP.so /usr/lib/perl5/5.36.0/sh4a-linux/auto/Encode/EBCDIC/EBCDIC.so /usr/lib/perl5/5.36.0/sh4a-linux/auto/Encode/CN/CN.so /usr/lib/perl5/5.36.0/sh4a-linux/auto/Encode/Byte/Byte.so /usr/lib/perl5/5.36.0/sh4a-linux/auto/DB_File/DB_File.so /usr/lib/perl5/5.36.0/sh4a-linux/auto/Compress/Raw/Zlib/Zlib.so /usr/lib/perl5/5.36.0/sh4a-linux/auto/Compress/Raw/Bzip2/Bzip2.so /usr/lib/perl5/5.36.0/sh4a-linux/auto/re/re.so /usr/lib/perl5/5.36.0/sh4a-linux/auto/mro/mro.so /usr/lib/perl5/5.36.0/sh4a-linux/auto/attributes/attributes.so /usr/lib/perl5/5.36.0/sh4a-linux/auto/Sys/Syslog/Syslog.so /usr/lib/perl5/5.36.0/sh4a-linux/auto/Sys/Hostname/Hostname.so /usr/lib/perl5/5.36.0/sh4a-linux/auto/SDBM_File/SDBM_File.so /usr/lib/perl5/5.36.0/sh4a-linux/auto/POSIX/POSIX.so /usr/lib/perl5/5.36.0/sh4a-linux/auto/Opcode/Opcode.so /usr/lib/perl5/5.36.0/sh4a-linux/auto/Hash/Util/Util.so /usr/lib/perl5/5.36.0/sh4a-linux/auto/Hash/Util/FieldHash/FieldHash.so /usr/lib/perl5/5.36.0/sh4a-linux/auto/Fcntl/Fcntl.so /usr/lib/perl5/5.36.0/sh4a-linux/auto/B/B.so /usr/lib/perl5/5.36.0/sh4a-linux/auto/I18N/Langinfo/Langinfo.so /usr/lib/perl5/5.36.0/sh4a-linux/auto/Filter/Util/Call/Call.so /usr/lib/perl5/5.36.0/sh4a-linux/auto/Devel/Peek/Peek.so /usr/lib/perl5/5.36.0/sh4a-linux/auto/Time/HiRes/HiRes.so /usr/lib/perl5/5.36.0/sh4a-linux/auto/Time/Piece/Piece.so /usr/lib/perl5/5.36.0/sh4a-linux/auto/PerlIO/scalar/scalar.so /usr/lib/perl5/5.36.0/sh4a-linux/auto/PerlIO/mmap/mmap.so /usr/lib/perl5/5.36.0/sh4a-linux/auto/PerlIO/encoding/encoding.so /usr/lib/perl5/5.36.0/sh4a-linux/auto/PerlIO/via/via.so /usr/lib/perl5/5.36.0/sh4a-linux/auto/Math/BigInt/FastCalc/FastCalc.so /usr/lib/perl5/5.36.0/sh4a-linux/auto/IO/IO.so /usr/lib/perl5/5.36.0/sh4a-linux/auto/Digest/SHA/SHA.so /usr/lib/perl5/5.36.0/sh4a-linux/auto/Digest/MD5/MD5.so /usr/lib/perl5/5.36.0/sh4a-linux/auto/IPC/SysV/SysV.so /usr/lib/perl5/5.36.0/sh4a-linux/auto/File/Glob/Glob.so /usr/lib/perl5/5.36.0/sh4a-linux/auto/File/DosGlob/DosGlob.so /usr/lib/perl5/5.36.0/overload/numbers.pm /usr/lib/perl5/5.36.0/warnings/register.pm /usr/lib/perl5/5.36.0/sh4a-linux/B/Xref.pm /usr/lib/perl5/5.36.0/sh4a-linux/B/Concise.pm /usr/lib/perl5/5.36.0/sh4a-linux/B/Showlex.pm /usr/lib/perl5/5.36.0/sh4a-linux/B/Terse.pm /usr/lib/perl5/5.36.0/B/Deparse.pm /usr/lib/perl5/5.36.0/B/Op_private.pm /usr/lib/perl5/5.36.0/Class/Struct.pm /usr/lib/perl5/5.36.0/ExtUtils/ParseXS.pod /usr/lib/perl5/5.36.0/ExtUtils/Typemaps.pm /usr/lib/perl5/5.36.0/ExtUtils/ParseXS.pm /usr/lib/perl5/5.36.0/ExtUtils/CBuilder.pm /usr/lib/perl5/5.36.0/ExtUtils/PL2Bat.pm /usr/lib/perl5/5.36.0/ExtUtils/MANIFEST.SKIP /usr/lib/perl5/5.36.0/ExtUtils/Manifest.pm /usr/lib/perl5/5.36.0/ExtUtils/MakeMaker.pm /usr/lib/perl5/5.36.0/ExtUtils/MM_VOS.pm /usr/lib/perl5/5.36.0/ExtUtils/MY.pm /usr/lib/perl5/5.36.0/ExtUtils/Mksymlists.pm /usr/lib/perl5/5.36.0/ExtUtils/MM_Cygwin.pm /usr/lib/perl5/5.36.0/ExtUtils/MM_Unix.pm /usr/lib/perl5/5.36.0/ExtUtils/MM_Win32.pm /usr/lib/perl5/5.36.0/ExtUtils/MM_OS2.pm /usr/lib/perl5/5.36.0/ExtUtils/MM_QNX.pm /usr/lib/perl5/5.36.0/ExtUtils/MM.pm /usr/lib/perl5/5.36.0/ExtUtils/Command.pm /usr/lib/perl5/5.36.0/ExtUtils/Mkbootstrap.pm /usr/lib/perl5/5.36.0/ExtUtils/MM_MacOS.pm /usr/lib/perl5/5.36.0/ExtUtils/MM_OS390.pm /usr/lib/perl5/5.36.0/ExtUtils/MM_BeOS.pm /usr/lib/perl5/5.36.0/ExtUtils/Liblist.pm /usr/lib/perl5/5.36.0/ExtUtils/MM_NW5.pm /usr/lib/perl5/5.36.0/ExtUtils/MM_Win95.pm /usr/lib/perl5/5.36.0/ExtUtils/MM_VMS.pm /usr/lib/perl5/5.36.0/ExtUtils/MM_UWIN.pm /usr/lib/perl5/5.36.0/ExtUtils/MM_Any.pm /usr/lib/perl5/5.36.0/ExtUtils/testlib.pm /usr/lib/perl5/5.36.0/ExtUtils/MM_DOS.pm /usr/lib/perl5/5.36.0/ExtUtils/MM_Darwin.pm /usr/lib/perl5/5.36.0/ExtUtils/MM_AIX.pm /usr/lib/perl5/5.36.0/ExtUtils/Installed.pm /usr/lib/perl5/5.36.0/ExtUtils/Packlist.pm /usr/lib/perl5/5.36.0/ExtUtils/Install.pm /usr/lib/perl5/5.36.0/ExtUtils/Constant.pm /usr/lib/perl5/5.36.0/ExtUtils/Miniperl.pm /usr/lib/perl5/5.36.0/ExtUtils/xsubpp /usr/lib/perl5/5.36.0/ExtUtils/typemap /usr/lib/perl5/5.36.0/ExtUtils/Embed.pm /usr/lib/perl5/5.36.0/ExtUtils/ParseXS/Utilities.pm /usr/lib/perl5/5.36.0/ExtUtils/ParseXS/CountLines.pm /usr/lib/perl5/5.36.0/ExtUtils/ParseXS/Constants.pm /usr/lib/perl5/5.36.0/ExtUtils/ParseXS/Eval.pm /usr/lib/perl5/5.36.0/ExtUtils/Typemaps/OutputMap.pm /usr/lib/perl5/5.36.0/ExtUtils/Typemaps/Type.pm /usr/lib/perl5/5.36.0/ExtUtils/Typemaps/Cmd.pm /usr/lib/perl5/5.36.0/ExtUtils/Typemaps/InputMap.pm /usr/lib/perl5/5.36.0/ExtUtils/CBuilder/Base.pm /usr/lib/perl5/5.36.0/ExtUtils/CBuilder/Platform/darwin.pm /usr/lib/perl5/5.36.0/ExtUtils/CBuilder/Platform/os2.pm /usr/lib/perl5/5.36.0/ExtUtils/CBuilder/Platform/Windows.pm /usr/lib/perl5/5.36.0/ExtUtils/CBuilder/Platform/cygwin.pm /usr/lib/perl5/5.36.0/ExtUtils/CBuilder/Platform/android.pm /usr/lib/perl5/5.36.0/ExtUtils/CBuilder/Platform/VMS.pm /usr/lib/perl5/5.36.0/ExtUtils/CBuilder/Platform/aix.pm /usr/lib/perl5/5.36.0/ExtUtils/CBuilder/Platform/dec_osf.pm /usr/lib/perl5/5.36.0/ExtUtils/CBuilder/Platform/Unix.pm /usr/lib/perl5/5.36.0/ExtUtils/CBuilder/Platform/Windows/BCC.pm /usr/lib/perl5/5.36.0/ExtUtils/CBuilder/Platform/Windows/GCC.pm /usr/lib/perl5/5.36.0/ExtUtils/CBuilder/Platform/Windows/MSVC.pm /usr/lib/perl5/5.36.0/ExtUtils/Liblist/Kid.pm /usr/lib/perl5/5.36.0/ExtUtils/MakeMaker/Config.pm /usr/lib/perl5/5.36.0/ExtUtils/MakeMaker/Locale.pm /usr/lib/perl5/5.36.0/ExtUtils/MakeMaker/version.pm /usr/lib/perl5/5.36.0/ExtUtils/MakeMaker/Tutorial.pod /usr/lib/perl5/5.36.0/ExtUtils/MakeMaker/FAQ.pod /usr/lib/perl5/5.36.0/ExtUtils/Command/MM.pm /usr/lib/perl5/5.36.0/ExtUtils/Constant/ProxySubs.pm /usr/lib/perl5/5.36.0/ExtUtils/Constant/Base.pm /usr/lib/perl5/5.36.0/ExtUtils/Constant/Utils.pm /usr/lib/perl5/5.36.0/ExtUtils/Constant/XS.pm /usr/lib/perl5/5.36.0/Tie/File.pm /usr/lib/perl5/5.36.0/Tie/RefHash.pm /usr/lib/perl5/5.36.0/Tie/Memoize.pm /usr/lib/perl5/5.36.0/Tie/Array.pm /usr/lib/perl5/5.36.0/Tie/Hash.pm /usr/lib/perl5/5.36.0/Tie/Handle.pm /usr/lib/perl5/5.36.0/Tie/SubstrHash.pm /usr/lib/perl5/5.36.0/Tie/Scalar.pm /usr/lib/perl5/5.36.0/Tie/StdHandle.pm /usr/lib/perl5/5.36.0/Tie/Hash/NamedCapture.pm /usr/lib/perl5/5.36.0/sh4a-linux/Time/HiRes.pm /usr/lib/perl5/5.36.0/sh4a-linux/Time/Piece.pm /usr/lib/perl5/5.36.0/sh4a-linux/Time/Seconds.pm /usr/lib/perl5/5.36.0/Time/Local.pm /usr/lib/perl5/5.36.0/Time/localtime.pm /usr/lib/perl5/5.36.0/Time/gmtime.pm /usr/lib/perl5/5.36.0/Time/tm.pm /usr/lib/perl5/5.36.0/unicore/UCD.pl /usr/lib/perl5/5.36.0/unicore/Name.pm /usr/lib/perl5/5.36.0/unicore/Name.pl /usr/lib/perl5/5.36.0/unicore/CombiningClass.pl /usr/lib/perl5/5.36.0/unicore/Decomposition.pl /usr/lib/perl5/5.36.0/unicore/version /usr/lib/perl5/5.36.0/unicore/uni_keywords.pl /usr/lib/perl5/5.36.0/unicore/NamedSequences.txt /usr/lib/perl5/5.36.0/unicore/Blocks.txt /usr/lib/perl5/5.36.0/unicore/SpecialCasing.txt /usr/lib/perl5/5.36.0/unicore/To/Vo.pl /usr/lib/perl5/5.36.0/unicore/To/Uc.pl /usr/lib/perl5/5.36.0/unicore/To/Tc.pl /usr/lib/perl5/5.36.0/unicore/To/Scx.pl /usr/lib/perl5/5.36.0/unicore/To/Sc.pl /usr/lib/perl5/5.36.0/unicore/To/Nv.pl /usr/lib/perl5/5.36.0/unicore/To/Nt.pl /usr/lib/perl5/5.36.0/unicore/To/Na1.pl /usr/lib/perl5/5.36.0/unicore/To/Lc.pl /usr/lib/perl5/5.36.0/unicore/To/Lb.pl /usr/lib/perl5/5.36.0/unicore/To/Jt.pl /usr/lib/perl5/5.36.0/unicore/To/Jg.pl /usr/lib/perl5/5.36.0/unicore/To/Isc.pl /usr/lib/perl5/5.36.0/unicore/To/Hst.pl /usr/lib/perl5/5.36.0/unicore/To/Gc.pl /usr/lib/perl5/5.36.0/unicore/To/Ea.pl /usr/lib/perl5/5.36.0/unicore/To/Cf.pl /usr/lib/perl5/5.36.0/unicore/To/Bpt.pl /usr/lib/perl5/5.36.0/unicore/To/Bpb.pl /usr/lib/perl5/5.36.0/unicore/To/Bmg.pl /usr/lib/perl5/5.36.0/unicore/To/Bc.pl /usr/lib/perl5/5.36.0/unicore/To/Age.pl /usr/lib/perl5/5.36.0/unicore/To/_PerlSCX.pl /usr/lib/perl5/5.36.0/unicore/To/_PerlLB.pl /usr/lib/perl5/5.36.0/unicore/To/WB.pl /usr/lib/perl5/5.36.0/unicore/To/SB.pl /usr/lib/perl5/5.36.0/unicore/To/PerlDeci.pl /usr/lib/perl5/5.36.0/unicore/To/NameAlia.pl /usr/lib/perl5/5.36.0/unicore/To/NFKDQC.pl /usr/lib/perl5/5.36.0/unicore/To/NFKCQC.pl /usr/lib/perl5/5.36.0/unicore/To/NFKCCF.pl /usr/lib/perl5/5.36.0/unicore/To/NFDQC.pl /usr/lib/perl5/5.36.0/unicore/To/NFCQC.pl /usr/lib/perl5/5.36.0/unicore/To/InSC.pl /usr/lib/perl5/5.36.0/unicore/To/InPC.pl /usr/lib/perl5/5.36.0/unicore/To/Identif2.pl /usr/lib/perl5/5.36.0/unicore/To/Identifi.pl /usr/lib/perl5/5.36.0/unicore/To/GCB.pl /usr/lib/perl5/5.36.0/unicore/To/EqUIdeo.pl /usr/lib/perl5/5.36.0/unicore/lib/Vo/Tu.pl /usr/lib/perl5/5.36.0/unicore/lib/Vo/Tr.pl /usr/lib/perl5/5.36.0/unicore/lib/Vo/U.pl /usr/lib/perl5/5.36.0/unicore/lib/Vo/R.pl /usr/lib/perl5/5.36.0/unicore/lib/Scx/Zzzz.pl /usr/lib/perl5/5.36.0/unicore/lib/Scx/Zyyy.pl /usr/lib/perl5/5.36.0/unicore/lib/Scx/Zinh.pl /usr/lib/perl5/5.36.0/unicore/lib/Scx/Yezi.pl /usr/lib/perl5/5.36.0/unicore/lib/Scx/Xsux.pl /usr/lib/perl5/5.36.0/unicore/lib/Scx/Vith.pl /usr/lib/perl5/5.36.0/unicore/lib/Scx/Tirh.pl /usr/lib/perl5/5.36.0/unicore/lib/Scx/Tibt.pl /usr/lib/perl5/5.36.0/unicore/lib/Scx/Thaa.pl /usr/lib/perl5/5.36.0/unicore/lib/Scx/Telu.pl /usr/lib/perl5/5.36.0/unicore/lib/Scx/Tang.pl /usr/lib/perl5/5.36.0/unicore/lib/Scx/Taml.pl /usr/lib/perl5/5.36.0/unicore/lib/Scx/Talu.pl /usr/lib/perl5/5.36.0/unicore/lib/Scx/Takr.pl /usr/lib/perl5/5.36.0/unicore/lib/Scx/Tagb.pl /usr/lib/perl5/5.36.0/unicore/lib/Scx/Syrc.pl /usr/lib/perl5/5.36.0/unicore/lib/Scx/Sinh.pl /usr/lib/perl5/5.36.0/unicore/lib/Scx/Sind.pl /usr/lib/perl5/5.36.0/unicore/lib/Scx/Shrd.pl /usr/lib/perl5/5.36.0/unicore/lib/Scx/Rohg.pl /usr/lib/perl5/5.36.0/unicore/lib/Scx/Phlp.pl /usr/lib/perl5/5.36.0/unicore/lib/Scx/Orya.pl /usr/lib/perl5/5.36.0/unicore/lib/Scx/Nand.pl /usr/lib/perl5/5.36.0/unicore/lib/Scx/Mymr.pl /usr/lib/perl5/5.36.0/unicore/lib/Scx/Mult.pl /usr/lib/perl5/5.36.0/unicore/lib/Scx/Mong.pl /usr/lib/perl5/5.36.0/unicore/lib/Scx/Mlym.pl /usr/lib/perl5/5.36.0/unicore/lib/Scx/Linb.pl /usr/lib/perl5/5.36.0/unicore/lib/Scx/Lina.pl /usr/lib/perl5/5.36.0/unicore/lib/Scx/Limb.pl /usr/lib/perl5/5.36.0/unicore/lib/Scx/Latn.pl /usr/lib/perl5/5.36.0/unicore/lib/Scx/Lana.pl /usr/lib/perl5/5.36.0/unicore/lib/Scx/Kthi.pl /usr/lib/perl5/5.36.0/unicore/lib/Scx/Knda.pl /usr/lib/perl5/5.36.0/unicore/lib/Scx/Khoj.pl /usr/lib/perl5/5.36.0/unicore/lib/Scx/Khmr.pl /usr/lib/perl5/5.36.0/unicore/lib/Scx/Khar.pl /usr/lib/perl5/5.36.0/unicore/lib/Scx/Kana.pl /usr/lib/perl5/5.36.0/unicore/lib/Scx/Hmnp.pl /usr/lib/perl5/5.36.0/unicore/lib/Scx/Hmng.pl /usr/lib/perl5/5.36.0/unicore/lib/Scx/Hira.pl /usr/lib/perl5/5.36.0/unicore/lib/Scx/Hebr.pl /usr/lib/perl5/5.36.0/unicore/lib/Scx/Hang.pl /usr/lib/perl5/5.36.0/unicore/lib/Scx/Guru.pl /usr/lib/perl5/5.36.0/unicore/lib/Scx/Gujr.pl /usr/lib/perl5/5.36.0/unicore/lib/Scx/Grek.pl /usr/lib/perl5/5.36.0/unicore/lib/Scx/Gran.pl /usr/lib/perl5/5.36.0/unicore/lib/Scx/Gonm.pl /usr/lib/perl5/5.36.0/unicore/lib/Scx/Gong.pl /usr/lib/perl5/5.36.0/unicore/lib/Scx/Glag.pl /usr/lib/perl5/5.36.0/unicore/lib/Scx/Geor.pl /usr/lib/perl5/5.36.0/unicore/lib/Scx/Ethi.pl /usr/lib/perl5/5.36.0/unicore/lib/Scx/Dupl.pl /usr/lib/perl5/5.36.0/unicore/lib/Scx/Diak.pl /usr/lib/perl5/5.36.0/unicore/lib/Scx/Deva.pl /usr/lib/perl5/5.36.0/unicore/lib/Scx/Cyrl.pl /usr/lib/perl5/5.36.0/unicore/lib/Scx/Cprt.pl /usr/lib/perl5/5.36.0/unicore/lib/Scx/Copt.pl /usr/lib/perl5/5.36.0/unicore/lib/Scx/Cham.pl /usr/lib/perl5/5.36.0/unicore/lib/Scx/Cakm.pl /usr/lib/perl5/5.36.0/unicore/lib/Scx/Bopo.pl /usr/lib/perl5/5.36.0/unicore/lib/Scx/Bhks.pl /usr/lib/perl5/5.36.0/unicore/lib/Scx/Beng.pl /usr/lib/perl5/5.36.0/unicore/lib/Scx/Armn.pl /usr/lib/perl5/5.36.0/unicore/lib/Scx/Arab.pl /usr/lib/perl5/5.36.0/unicore/lib/Scx/Adlm.pl /usr/lib/perl5/5.36.0/unicore/lib/Scx/Nko.pl /usr/lib/perl5/5.36.0/unicore/lib/Scx/Lao.pl /usr/lib/perl5/5.36.0/unicore/lib/Scx/Han.pl /usr/lib/perl5/5.36.0/unicore/lib/Scx/Yi.pl /usr/lib/perl5/5.36.0/unicore/lib/Sc/Zyyy.pl /usr/lib/perl5/5.36.0/unicore/lib/Sc/Zinh.pl /usr/lib/perl5/5.36.0/unicore/lib/Sc/Telu.pl /usr/lib/perl5/5.36.0/unicore/lib/Sc/Taml.pl /usr/lib/perl5/5.36.0/unicore/lib/Sc/Syrc.pl /usr/lib/perl5/5.36.0/unicore/lib/Sc/Sinh.pl /usr/lib/perl5/5.36.0/unicore/lib/Sc/Orya.pl /usr/lib/perl5/5.36.0/unicore/lib/Sc/Mult.pl /usr/lib/perl5/5.36.0/unicore/lib/Sc/Mong.pl /usr/lib/perl5/5.36.0/unicore/lib/Sc/Mlym.pl /usr/lib/perl5/5.36.0/unicore/lib/Sc/Linb.pl /usr/lib/perl5/5.36.0/unicore/lib/Sc/Limb.pl /usr/lib/perl5/5.36.0/unicore/lib/Sc/Latn.pl /usr/lib/perl5/5.36.0/unicore/lib/Sc/Knda.pl /usr/lib/perl5/5.36.0/unicore/lib/Sc/Kana.pl /usr/lib/perl5/5.36.0/unicore/lib/Sc/Hira.pl /usr/lib/perl5/5.36.0/unicore/lib/Sc/Hang.pl /usr/lib/perl5/5.36.0/unicore/lib/Sc/Guru.pl /usr/lib/perl5/5.36.0/unicore/lib/Sc/Gujr.pl /usr/lib/perl5/5.36.0/unicore/lib/Sc/Grek.pl /usr/lib/perl5/5.36.0/unicore/lib/Sc/Gran.pl /usr/lib/perl5/5.36.0/unicore/lib/Sc/Gonm.pl /usr/lib/perl5/5.36.0/unicore/lib/Sc/Gong.pl /usr/lib/perl5/5.36.0/unicore/lib/Sc/Glag.pl /usr/lib/perl5/5.36.0/unicore/lib/Sc/Geor.pl /usr/lib/perl5/5.36.0/unicore/lib/Sc/Dupl.pl /usr/lib/perl5/5.36.0/unicore/lib/Sc/Deva.pl /usr/lib/perl5/5.36.0/unicore/lib/Sc/Cyrl.pl /usr/lib/perl5/5.36.0/unicore/lib/Sc/Cprt.pl /usr/lib/perl5/5.36.0/unicore/lib/Sc/Beng.pl /usr/lib/perl5/5.36.0/unicore/lib/Sc/Arab.pl /usr/lib/perl5/5.36.0/unicore/lib/Sc/Han.pl /usr/lib/perl5/5.36.0/unicore/lib/Nv/100000.pl /usr/lib/perl5/5.36.0/unicore/lib/Nv/90000.pl /usr/lib/perl5/5.36.0/unicore/lib/Nv/80000.pl /usr/lib/perl5/5.36.0/unicore/lib/Nv/70000.pl /usr/lib/perl5/5.36.0/unicore/lib/Nv/60000.pl /usr/lib/perl5/5.36.0/unicore/lib/Nv/50000.pl /usr/lib/perl5/5.36.0/unicore/lib/Nv/40000.pl /usr/lib/perl5/5.36.0/unicore/lib/Nv/30000.pl /usr/lib/perl5/5.36.0/unicore/lib/Nv/20000.pl /usr/lib/perl5/5.36.0/unicore/lib/Nv/10000.pl /usr/lib/perl5/5.36.0/unicore/lib/Nv/9000.pl /usr/lib/perl5/5.36.0/unicore/lib/Nv/8000.pl /usr/lib/perl5/5.36.0/unicore/lib/Nv/7000.pl /usr/lib/perl5/5.36.0/unicore/lib/Nv/6000.pl /usr/lib/perl5/5.36.0/unicore/lib/Nv/5000.pl /usr/lib/perl5/5.36.0/unicore/lib/Nv/4000.pl /usr/lib/perl5/5.36.0/unicore/lib/Nv/3000.pl /usr/lib/perl5/5.36.0/unicore/lib/Nv/3_16.pl /usr/lib/perl5/5.36.0/unicore/lib/Nv/2000.pl /usr/lib/perl5/5.36.0/unicore/lib/Nv/1000.pl /usr/lib/perl5/5.36.0/unicore/lib/Nv/1_16.pl /usr/lib/perl5/5.36.0/unicore/lib/Nv/900.pl /usr/lib/perl5/5.36.0/unicore/lib/Nv/800.pl /usr/lib/perl5/5.36.0/unicore/lib/Nv/700.pl /usr/lib/perl5/5.36.0/unicore/lib/Nv/600.pl /usr/lib/perl5/5.36.0/unicore/lib/Nv/500.pl /usr/lib/perl5/5.36.0/unicore/lib/Nv/400.pl /usr/lib/perl5/5.36.0/unicore/lib/Nv/300.pl /usr/lib/perl5/5.36.0/unicore/lib/Nv/3_4.pl /usr/lib/perl5/5.36.0/unicore/lib/Nv/200.pl /usr/lib/perl5/5.36.0/unicore/lib/Nv/2_3.pl /usr/lib/perl5/5.36.0/unicore/lib/Nv/100.pl /usr/lib/perl5/5.36.0/unicore/lib/Nv/1_8.pl /usr/lib/perl5/5.36.0/unicore/lib/Nv/1_6.pl /usr/lib/perl5/5.36.0/unicore/lib/Nv/1_4.pl /usr/lib/perl5/5.36.0/unicore/lib/Nv/1_3.pl /usr/lib/perl5/5.36.0/unicore/lib/Nv/1_2.pl /usr/lib/perl5/5.36.0/unicore/lib/Nv/90.pl /usr/lib/perl5/5.36.0/unicore/lib/Nv/80.pl /usr/lib/perl5/5.36.0/unicore/lib/Nv/70.pl /usr/lib/perl5/5.36.0/unicore/lib/Nv/60.pl /usr/lib/perl5/5.36.0/unicore/lib/Nv/50.pl /usr/lib/perl5/5.36.0/unicore/lib/Nv/40.pl /usr/lib/perl5/5.36.0/unicore/lib/Nv/30.pl /usr/lib/perl5/5.36.0/unicore/lib/Nv/20.pl /usr/lib/perl5/5.36.0/unicore/lib/Nv/19.pl /usr/lib/perl5/5.36.0/unicore/lib/Nv/18.pl /usr/lib/perl5/5.36.0/unicore/lib/Nv/17.pl /usr/lib/perl5/5.36.0/unicore/lib/Nv/16.pl /usr/lib/perl5/5.36.0/unicore/lib/Nv/15.pl /usr/lib/perl5/5.36.0/unicore/lib/Nv/14.pl /usr/lib/perl5/5.36.0/unicore/lib/Nv/13.pl /usr/lib/perl5/5.36.0/unicore/lib/Nv/12.pl /usr/lib/perl5/5.36.0/unicore/lib/Nv/11.pl /usr/lib/perl5/5.36.0/unicore/lib/Nv/10.pl /usr/lib/perl5/5.36.0/unicore/lib/Nv/9.pl /usr/lib/perl5/5.36.0/unicore/lib/Nv/8.pl /usr/lib/perl5/5.36.0/unicore/lib/Nv/7.pl /usr/lib/perl5/5.36.0/unicore/lib/Nv/6.pl /usr/lib/perl5/5.36.0/unicore/lib/Nv/5.pl /usr/lib/perl5/5.36.0/unicore/lib/Nv/4.pl /usr/lib/perl5/5.36.0/unicore/lib/Nv/3.pl /usr/lib/perl5/5.36.0/unicore/lib/Nv/2.pl /usr/lib/perl5/5.36.0/unicore/lib/Nv/1.pl /usr/lib/perl5/5.36.0/unicore/lib/Nv/0.pl /usr/lib/perl5/5.36.0/unicore/lib/Nt/None.pl /usr/lib/perl5/5.36.0/unicore/lib/Nt/Nu.pl /usr/lib/perl5/5.36.0/unicore/lib/Nt/Di.pl /usr/lib/perl5/5.36.0/unicore/lib/Lb/XX.pl /usr/lib/perl5/5.36.0/unicore/lib/Lb/SA.pl /usr/lib/perl5/5.36.0/unicore/lib/Lb/QU.pl /usr/lib/perl5/5.36.0/unicore/lib/Lb/PR.pl /usr/lib/perl5/5.36.0/unicore/lib/Lb/PO.pl /usr/lib/perl5/5.36.0/unicore/lib/Lb/OP.pl /usr/lib/perl5/5.36.0/unicore/lib/Lb/NU.pl /usr/lib/perl5/5.36.0/unicore/lib/Lb/NS.pl /usr/lib/perl5/5.36.0/unicore/lib/Lb/IS.pl /usr/lib/perl5/5.36.0/unicore/lib/Lb/IN.pl /usr/lib/perl5/5.36.0/unicore/lib/Lb/ID.pl /usr/lib/perl5/5.36.0/unicore/lib/Lb/GL.pl /usr/lib/perl5/5.36.0/unicore/lib/Lb/EX.pl /usr/lib/perl5/5.36.0/unicore/lib/Lb/CM.pl /usr/lib/perl5/5.36.0/unicore/lib/Lb/CL.pl /usr/lib/perl5/5.36.0/unicore/lib/Lb/CJ.pl /usr/lib/perl5/5.36.0/unicore/lib/Lb/BB.pl /usr/lib/perl5/5.36.0/unicore/lib/Lb/BA.pl /usr/lib/perl5/5.36.0/unicore/lib/Lb/AL.pl /usr/lib/perl5/5.36.0/unicore/lib/Lb/AI.pl /usr/lib/perl5/5.36.0/unicore/lib/Jt/U.pl /usr/lib/perl5/5.36.0/unicore/lib/Jt/T.pl /usr/lib/perl5/5.36.0/unicore/lib/Jt/R.pl /usr/lib/perl5/5.36.0/unicore/lib/Jt/L.pl /usr/lib/perl5/5.36.0/unicore/lib/Jt/D.pl /usr/lib/perl5/5.36.0/unicore/lib/Jt/C.pl /usr/lib/perl5/5.36.0/unicore/lib/Jg/HanifiRo.pl /usr/lib/perl5/5.36.0/unicore/lib/Jg/NoJoinin.pl /usr/lib/perl5/5.36.0/unicore/lib/Jg/FarsiYeh.pl /usr/lib/perl5/5.36.0/unicore/lib/Jg/Seen.pl /usr/lib/perl5/5.36.0/unicore/lib/Jg/Noon.pl /usr/lib/perl5/5.36.0/unicore/lib/Jg/Alef.pl /usr/lib/perl5/5.36.0/unicore/lib/Jg/Yeh.pl /usr/lib/perl5/5.36.0/unicore/lib/Jg/Waw.pl /usr/lib/perl5/5.36.0/unicore/lib/Jg/Tah.pl /usr/lib/perl5/5.36.0/unicore/lib/Jg/Sad.pl /usr/lib/perl5/5.36.0/unicore/lib/Jg/Reh.pl /usr/lib/perl5/5.36.0/unicore/lib/Jg/Qaf.pl /usr/lib/perl5/5.36.0/unicore/lib/Jg/Lam.pl /usr/lib/perl5/5.36.0/unicore/lib/Jg/Kaf.pl /usr/lib/perl5/5.36.0/unicore/lib/Jg/Hah.pl /usr/lib/perl5/5.36.0/unicore/lib/Jg/Gaf.pl /usr/lib/perl5/5.36.0/unicore/lib/Jg/Feh.pl /usr/lib/perl5/5.36.0/unicore/lib/Jg/Dal.pl /usr/lib/perl5/5.36.0/unicore/lib/Jg/Beh.pl /usr/lib/perl5/5.36.0/unicore/lib/Jg/Ain.pl /usr/lib/perl5/5.36.0/unicore/lib/Hst/NA.pl /usr/lib/perl5/5.36.0/unicore/lib/Gc/Zs.pl /usr/lib/perl5/5.36.0/unicore/lib/Gc/So.pl /usr/lib/perl5/5.36.0/unicore/lib/Gc/Sm.pl /usr/lib/perl5/5.36.0/unicore/lib/Gc/Sk.pl /usr/lib/perl5/5.36.0/unicore/lib/Gc/Sc.pl /usr/lib/perl5/5.36.0/unicore/lib/Gc/Ps.pl /usr/lib/perl5/5.36.0/unicore/lib/Gc/Po.pl /usr/lib/perl5/5.36.0/unicore/lib/Gc/Pi.pl /usr/lib/perl5/5.36.0/unicore/lib/Gc/Pf.pl /usr/lib/perl5/5.36.0/unicore/lib/Gc/Pe.pl /usr/lib/perl5/5.36.0/unicore/lib/Gc/Pd.pl /usr/lib/perl5/5.36.0/unicore/lib/Gc/Pc.pl /usr/lib/perl5/5.36.0/unicore/lib/Gc/No.pl /usr/lib/perl5/5.36.0/unicore/lib/Gc/Nl.pl /usr/lib/perl5/5.36.0/unicore/lib/Gc/Nd.pl /usr/lib/perl5/5.36.0/unicore/lib/Gc/Mn.pl /usr/lib/perl5/5.36.0/unicore/lib/Gc/Me.pl /usr/lib/perl5/5.36.0/unicore/lib/Gc/Mc.pl /usr/lib/perl5/5.36.0/unicore/lib/Gc/Lu.pl /usr/lib/perl5/5.36.0/unicore/lib/Gc/Lo.pl /usr/lib/perl5/5.36.0/unicore/lib/Gc/Lm.pl /usr/lib/perl5/5.36.0/unicore/lib/Gc/Ll.pl /usr/lib/perl5/5.36.0/unicore/lib/Gc/LC.pl /usr/lib/perl5/5.36.0/unicore/lib/Gc/Cn.pl /usr/lib/perl5/5.36.0/unicore/lib/Gc/Cf.pl /usr/lib/perl5/5.36.0/unicore/lib/Gc/Z.pl /usr/lib/perl5/5.36.0/unicore/lib/Gc/S.pl /usr/lib/perl5/5.36.0/unicore/lib/Gc/P.pl /usr/lib/perl5/5.36.0/unicore/lib/Gc/N.pl /usr/lib/perl5/5.36.0/unicore/lib/Gc/M.pl /usr/lib/perl5/5.36.0/unicore/lib/Gc/L.pl /usr/lib/perl5/5.36.0/unicore/lib/Gc/C.pl /usr/lib/perl5/5.36.0/unicore/lib/Ea/Na.pl /usr/lib/perl5/5.36.0/unicore/lib/Ea/W.pl /usr/lib/perl5/5.36.0/unicore/lib/Ea/N.pl /usr/lib/perl5/5.36.0/unicore/lib/Ea/H.pl /usr/lib/perl5/5.36.0/unicore/lib/Ea/A.pl /usr/lib/perl5/5.36.0/unicore/lib/Dt/NonCanon.pl /usr/lib/perl5/5.36.0/unicore/lib/Dt/Vert.pl /usr/lib/perl5/5.36.0/unicore/lib/Dt/Init.pl /usr/lib/perl5/5.36.0/unicore/lib/Dt/Font.pl /usr/lib/perl5/5.36.0/unicore/lib/Dt/Sup.pl /usr/lib/perl5/5.36.0/unicore/lib/Dt/Sub.pl /usr/lib/perl5/5.36.0/unicore/lib/Dt/Sqr.pl /usr/lib/perl5/5.36.0/unicore/lib/Dt/Nar.pl /usr/lib/perl5/5.36.0/unicore/lib/Dt/Med.pl /usr/lib/perl5/5.36.0/unicore/lib/Dt/Iso.pl /usr/lib/perl5/5.36.0/unicore/lib/Dt/Fin.pl /usr/lib/perl5/5.36.0/unicore/lib/Dt/Enc.pl /usr/lib/perl5/5.36.0/unicore/lib/Dt/Com.pl /usr/lib/perl5/5.36.0/unicore/lib/Dt/Nb.pl /usr/lib/perl5/5.36.0/unicore/lib/Bpt/O.pl /usr/lib/perl5/5.36.0/unicore/lib/Bpt/N.pl /usr/lib/perl5/5.36.0/unicore/lib/Bpt/C.pl /usr/lib/perl5/5.36.0/unicore/lib/Blk/NB.pl /usr/lib/perl5/5.36.0/unicore/lib/Bc/NSM.pl /usr/lib/perl5/5.36.0/unicore/lib/Bc/WS.pl /usr/lib/perl5/5.36.0/unicore/lib/Bc/ON.pl /usr/lib/perl5/5.36.0/unicore/lib/Bc/ET.pl /usr/lib/perl5/5.36.0/unicore/lib/Bc/ES.pl /usr/lib/perl5/5.36.0/unicore/lib/Bc/EN.pl /usr/lib/perl5/5.36.0/unicore/lib/Bc/CS.pl /usr/lib/perl5/5.36.0/unicore/lib/Bc/BN.pl /usr/lib/perl5/5.36.0/unicore/lib/Bc/AN.pl /usr/lib/perl5/5.36.0/unicore/lib/Bc/AL.pl /usr/lib/perl5/5.36.0/unicore/lib/Bc/R.pl /usr/lib/perl5/5.36.0/unicore/lib/Bc/L.pl /usr/lib/perl5/5.36.0/unicore/lib/Bc/B.pl /usr/lib/perl5/5.36.0/unicore/lib/Age/V140.pl /usr/lib/perl5/5.36.0/unicore/lib/Age/V130.pl /usr/lib/perl5/5.36.0/unicore/lib/Age/V120.pl /usr/lib/perl5/5.36.0/unicore/lib/Age/V110.pl /usr/lib/perl5/5.36.0/unicore/lib/Age/V100.pl /usr/lib/perl5/5.36.0/unicore/lib/Age/V90.pl /usr/lib/perl5/5.36.0/unicore/lib/Age/V80.pl /usr/lib/perl5/5.36.0/unicore/lib/Age/V70.pl /usr/lib/perl5/5.36.0/unicore/lib/Age/V61.pl /usr/lib/perl5/5.36.0/unicore/lib/Age/V60.pl /usr/lib/perl5/5.36.0/unicore/lib/Age/V52.pl /usr/lib/perl5/5.36.0/unicore/lib/Age/V51.pl /usr/lib/perl5/5.36.0/unicore/lib/Age/V50.pl /usr/lib/perl5/5.36.0/unicore/lib/Age/V41.pl /usr/lib/perl5/5.36.0/unicore/lib/Age/V40.pl /usr/lib/perl5/5.36.0/unicore/lib/Age/V32.pl /usr/lib/perl5/5.36.0/unicore/lib/Age/V31.pl /usr/lib/perl5/5.36.0/unicore/lib/Age/V30.pl /usr/lib/perl5/5.36.0/unicore/lib/Age/V20.pl /usr/lib/perl5/5.36.0/unicore/lib/Age/V11.pl /usr/lib/perl5/5.36.0/unicore/lib/Age/NA.pl /usr/lib/perl5/5.36.0/unicore/lib/XIDS/Y.pl /usr/lib/perl5/5.36.0/unicore/lib/XIDC/Y.pl /usr/lib/perl5/5.36.0/unicore/lib/WB/WSegSpac.pl /usr/lib/perl5/5.36.0/unicore/lib/WB/Extend.pl /usr/lib/perl5/5.36.0/unicore/lib/WB/XX.pl /usr/lib/perl5/5.36.0/unicore/lib/WB/NU.pl /usr/lib/perl5/5.36.0/unicore/lib/WB/MN.pl /usr/lib/perl5/5.36.0/unicore/lib/WB/ML.pl /usr/lib/perl5/5.36.0/unicore/lib/WB/MB.pl /usr/lib/perl5/5.36.0/unicore/lib/WB/LE.pl /usr/lib/perl5/5.36.0/unicore/lib/WB/KA.pl /usr/lib/perl5/5.36.0/unicore/lib/WB/HL.pl /usr/lib/perl5/5.36.0/unicore/lib/WB/FO.pl /usr/lib/perl5/5.36.0/unicore/lib/WB/EX.pl /usr/lib/perl5/5.36.0/unicore/lib/VS/Y.pl /usr/lib/perl5/5.36.0/unicore/lib/UIdeo/Y.pl /usr/lib/perl5/5.36.0/unicore/lib/Term/Y.pl /usr/lib/perl5/5.36.0/unicore/lib/STerm/Y.pl /usr/lib/perl5/5.36.0/unicore/lib/SD/Y.pl /usr/lib/perl5/5.36.0/unicore/lib/SB/XX.pl /usr/lib/perl5/5.36.0/unicore/lib/SB/UP.pl /usr/lib/perl5/5.36.0/unicore/lib/SB/Sp.pl /usr/lib/perl5/5.36.0/unicore/lib/SB/ST.pl /usr/lib/perl5/5.36.0/unicore/lib/SB/SC.pl /usr/lib/perl5/5.36.0/unicore/lib/SB/NU.pl /usr/lib/perl5/5.36.0/unicore/lib/SB/LO.pl /usr/lib/perl5/5.36.0/unicore/lib/SB/LE.pl /usr/lib/perl5/5.36.0/unicore/lib/SB/FO.pl /usr/lib/perl5/5.36.0/unicore/lib/SB/EX.pl /usr/lib/perl5/5.36.0/unicore/lib/SB/CL.pl /usr/lib/perl5/5.36.0/unicore/lib/SB/AT.pl /usr/lib/perl5/5.36.0/unicore/lib/QMark/Y.pl /usr/lib/perl5/5.36.0/unicore/lib/PatSyn/Y.pl /usr/lib/perl5/5.36.0/unicore/lib/PCM/Y.pl /usr/lib/perl5/5.36.0/unicore/lib/NFKDQC/Y.pl /usr/lib/perl5/5.36.0/unicore/lib/NFKDQC/N.pl /usr/lib/perl5/5.36.0/unicore/lib/NFKCQC/Y.pl /usr/lib/perl5/5.36.0/unicore/lib/NFKCQC/N.pl /usr/lib/perl5/5.36.0/unicore/lib/NFDQC/Y.pl /usr/lib/perl5/5.36.0/unicore/lib/NFDQC/N.pl /usr/lib/perl5/5.36.0/unicore/lib/NFCQC/Y.pl /usr/lib/perl5/5.36.0/unicore/lib/NFCQC/M.pl /usr/lib/perl5/5.36.0/unicore/lib/Math/Y.pl /usr/lib/perl5/5.36.0/unicore/lib/InSC/Consona8.pl /usr/lib/perl5/5.36.0/unicore/lib/InSC/Consona7.pl /usr/lib/perl5/5.36.0/unicore/lib/InSC/Consona6.pl /usr/lib/perl5/5.36.0/unicore/lib/InSC/Consona5.pl /usr/lib/perl5/5.36.0/unicore/lib/InSC/VowelInd.pl /usr/lib/perl5/5.36.0/unicore/lib/InSC/Syllable.pl /usr/lib/perl5/5.36.0/unicore/lib/InSC/Invisibl.pl /usr/lib/perl5/5.36.0/unicore/lib/InSC/Cantilla.pl /usr/lib/perl5/5.36.0/unicore/lib/InSC/Consona4.pl /usr/lib/perl5/5.36.0/unicore/lib/InSC/VowelDep.pl /usr/lib/perl5/5.36.0/unicore/lib/InSC/Consona3.pl /usr/lib/perl5/5.36.0/unicore/lib/InSC/Consona2.pl /usr/lib/perl5/5.36.0/unicore/lib/InSC/PureKill.pl /usr/lib/perl5/5.36.0/unicore/lib/InSC/Consonan.pl /usr/lib/perl5/5.36.0/unicore/lib/InSC/ToneMark.pl /usr/lib/perl5/5.36.0/unicore/lib/InSC/Avagraha.pl /usr/lib/perl5/5.36.0/unicore/lib/InSC/Visarga.pl /usr/lib/perl5/5.36.0/unicore/lib/InSC/Virama.pl /usr/lib/perl5/5.36.0/unicore/lib/InSC/Number.pl /usr/lib/perl5/5.36.0/unicore/lib/InSC/Vowel.pl /usr/lib/perl5/5.36.0/unicore/lib/InSC/Other.pl /usr/lib/perl5/5.36.0/unicore/lib/InSC/Nukta.pl /usr/lib/perl5/5.36.0/unicore/lib/InSC/Bindu.pl /usr/lib/perl5/5.36.0/unicore/lib/InPC/TopAndL2.pl /usr/lib/perl5/5.36.0/unicore/lib/InPC/VisualOr.pl /usr/lib/perl5/5.36.0/unicore/lib/InPC/BottomAn.pl /usr/lib/perl5/5.36.0/unicore/lib/InPC/TopAndBo.pl /usr/lib/perl5/5.36.0/unicore/lib/InPC/LeftAndR.pl /usr/lib/perl5/5.36.0/unicore/lib/InPC/TopAndRi.pl /usr/lib/perl5/5.36.0/unicore/lib/InPC/TopAndLe.pl /usr/lib/perl5/5.36.0/unicore/lib/InPC/Overstru.pl /usr/lib/perl5/5.36.0/unicore/lib/InPC/Bottom.pl /usr/lib/perl5/5.36.0/unicore/lib/InPC/Right.pl /usr/lib/perl5/5.36.0/unicore/lib/InPC/Left.pl /usr/lib/perl5/5.36.0/unicore/lib/InPC/Top.pl /usr/lib/perl5/5.36.0/unicore/lib/InPC/NA.pl /usr/lib/perl5/5.36.0/unicore/lib/In/14_0.pl /usr/lib/perl5/5.36.0/unicore/lib/In/13_0.pl /usr/lib/perl5/5.36.0/unicore/lib/In/12_1.pl /usr/lib/perl5/5.36.0/unicore/lib/In/12_0.pl /usr/lib/perl5/5.36.0/unicore/lib/In/11_0.pl /usr/lib/perl5/5.36.0/unicore/lib/In/10_0.pl /usr/lib/perl5/5.36.0/unicore/lib/In/9_0.pl /usr/lib/perl5/5.36.0/unicore/lib/In/8_0.pl /usr/lib/perl5/5.36.0/unicore/lib/In/7_0.pl /usr/lib/perl5/5.36.0/unicore/lib/In/6_3.pl /usr/lib/perl5/5.36.0/unicore/lib/In/6_2.pl /usr/lib/perl5/5.36.0/unicore/lib/In/6_1.pl /usr/lib/perl5/5.36.0/unicore/lib/In/6_0.pl /usr/lib/perl5/5.36.0/unicore/lib/In/5_2.pl /usr/lib/perl5/5.36.0/unicore/lib/In/5_1.pl /usr/lib/perl5/5.36.0/unicore/lib/In/5_0.pl /usr/lib/perl5/5.36.0/unicore/lib/In/4_1.pl /usr/lib/perl5/5.36.0/unicore/lib/In/4_0.pl /usr/lib/perl5/5.36.0/unicore/lib/In/3_2.pl /usr/lib/perl5/5.36.0/unicore/lib/In/3_1.pl /usr/lib/perl5/5.36.0/unicore/lib/In/3_0.pl /usr/lib/perl5/5.36.0/unicore/lib/In/2_1.pl /usr/lib/perl5/5.36.0/unicore/lib/In/2_0.pl /usr/lib/perl5/5.36.0/unicore/lib/Ideo/Y.pl /usr/lib/perl5/5.36.0/unicore/lib/IdType/DefaultI.pl /usr/lib/perl5/5.36.0/unicore/lib/IdType/NotChara.pl /usr/lib/perl5/5.36.0/unicore/lib/IdType/Uncommon.pl /usr/lib/perl5/5.36.0/unicore/lib/IdType/Recommen.pl /usr/lib/perl5/5.36.0/unicore/lib/IdType/LimitedU.pl /usr/lib/perl5/5.36.0/unicore/lib/IdType/Technica.pl /usr/lib/perl5/5.36.0/unicore/lib/IdType/Inclusio.pl /usr/lib/perl5/5.36.0/unicore/lib/IdType/Exclusio.pl /usr/lib/perl5/5.36.0/unicore/lib/IdType/Obsolete.pl /usr/lib/perl5/5.36.0/unicore/lib/IdType/NotNFKC.pl /usr/lib/perl5/5.36.0/unicore/lib/IdType/NotXID.pl /usr/lib/perl5/5.36.0/unicore/lib/IdStatus/Restrict.pl /usr/lib/perl5/5.36.0/unicore/lib/IdStatus/Allowed.pl /usr/lib/perl5/5.36.0/unicore/lib/IDS/Y.pl /usr/lib/perl5/5.36.0/unicore/lib/IDC/Y.pl /usr/lib/perl5/5.36.0/unicore/lib/Hyphen/T.pl /usr/lib/perl5/5.36.0/unicore/lib/Hex/Y.pl /usr/lib/perl5/5.36.0/unicore/lib/GrExt/Y.pl /usr/lib/perl5/5.36.0/unicore/lib/GrBase/Y.pl /usr/lib/perl5/5.36.0/unicore/lib/GCB/LVT.pl /usr/lib/perl5/5.36.0/unicore/lib/GCB/XX.pl /usr/lib/perl5/5.36.0/unicore/lib/GCB/SM.pl /usr/lib/perl5/5.36.0/unicore/lib/GCB/PP.pl /usr/lib/perl5/5.36.0/unicore/lib/GCB/LV.pl /usr/lib/perl5/5.36.0/unicore/lib/GCB/EX.pl /usr/lib/perl5/5.36.0/unicore/lib/GCB/CN.pl /usr/lib/perl5/5.36.0/unicore/lib/ExtPict/Y.pl /usr/lib/perl5/5.36.0/unicore/lib/Ext/Y.pl /usr/lib/perl5/5.36.0/unicore/lib/Emoji/Y.pl /usr/lib/perl5/5.36.0/unicore/lib/EPres/Y.pl /usr/lib/perl5/5.36.0/unicore/lib/EComp/Y.pl /usr/lib/perl5/5.36.0/unicore/lib/EBase/Y.pl /usr/lib/perl5/5.36.0/unicore/lib/Dia/Y.pl /usr/lib/perl5/5.36.0/unicore/lib/Dep/Y.pl /usr/lib/perl5/5.36.0/unicore/lib/Dash/Y.pl /usr/lib/perl5/5.36.0/unicore/lib/DI/Y.pl /usr/lib/perl5/5.36.0/unicore/lib/CompEx/Y.pl /usr/lib/perl5/5.36.0/unicore/lib/Cased/Y.pl /usr/lib/perl5/5.36.0/unicore/lib/CWU/Y.pl /usr/lib/perl5/5.36.0/unicore/lib/CWT/Y.pl /usr/lib/perl5/5.36.0/unicore/lib/CWL/Y.pl /usr/lib/perl5/5.36.0/unicore/lib/CWKCF/Y.pl /usr/lib/perl5/5.36.0/unicore/lib/CWCM/Y.pl /usr/lib/perl5/5.36.0/unicore/lib/CWCF/Y.pl /usr/lib/perl5/5.36.0/unicore/lib/CI/Y.pl /usr/lib/perl5/5.36.0/unicore/lib/CE/Y.pl /usr/lib/perl5/5.36.0/unicore/lib/BidiM/Y.pl /usr/lib/perl5/5.36.0/unicore/lib/BidiC/Y.pl /usr/lib/perl5/5.36.0/unicore/lib/Alpha/Y.pl /usr/lib/perl5/5.36.0/unicore/lib/Ccc/ATAR.pl /usr/lib/perl5/5.36.0/unicore/lib/Ccc/VR.pl /usr/lib/perl5/5.36.0/unicore/lib/Ccc/OV.pl /usr/lib/perl5/5.36.0/unicore/lib/Ccc/NR.pl /usr/lib/perl5/5.36.0/unicore/lib/Ccc/NK.pl /usr/lib/perl5/5.36.0/unicore/lib/Ccc/DB.pl /usr/lib/perl5/5.36.0/unicore/lib/Ccc/BR.pl /usr/lib/perl5/5.36.0/unicore/lib/Ccc/AR.pl /usr/lib/perl5/5.36.0/unicore/lib/Ccc/AL.pl /usr/lib/perl5/5.36.0/unicore/lib/Ccc/B.pl /usr/lib/perl5/5.36.0/unicore/lib/Ccc/A.pl /usr/lib/perl5/5.36.0/unicore/lib/Upper/Y.pl /usr/lib/perl5/5.36.0/unicore/lib/Lower/Y.pl /usr/lib/perl5/5.36.0/unicore/lib/Perl/_PerlPr2.pl /usr/lib/perl5/5.36.0/unicore/lib/Perl/_PerlPro.pl /usr/lib/perl5/5.36.0/unicore/lib/Perl/_PerlIsI.pl /usr/lib/perl5/5.36.0/unicore/lib/Perl/_PerlFol.pl /usr/lib/perl5/5.36.0/unicore/lib/Perl/_PerlCh2.pl /usr/lib/perl5/5.36.0/unicore/lib/Perl/_PerlCha.pl /usr/lib/perl5/5.36.0/unicore/lib/Perl/_PerlQuo.pl /usr/lib/perl5/5.36.0/unicore/lib/Perl/_PerlAny.pl /usr/lib/perl5/5.36.0/unicore/lib/Perl/_PerlIDS.pl /usr/lib/perl5/5.36.0/unicore/lib/Perl/_PerlIDC.pl /usr/lib/perl5/5.36.0/unicore/lib/Perl/XPosixPu.pl /usr/lib/perl5/5.36.0/unicore/lib/Perl/_PerlPat.pl /usr/lib/perl5/5.36.0/unicore/lib/Perl/_PerlNch.pl /usr/lib/perl5/5.36.0/unicore/lib/Perl/PosixPun.pl /usr/lib/perl5/5.36.0/unicore/lib/Perl/SpacePer.pl /usr/lib/perl5/5.36.0/unicore/lib/Perl/PerlWord.pl /usr/lib/perl5/5.36.0/unicore/lib/Perl/Assigned.pl /usr/lib/perl5/5.36.0/unicore/lib/Perl/Title.pl /usr/lib/perl5/5.36.0/unicore/lib/Perl/Print.pl /usr/lib/perl5/5.36.0/unicore/lib/Perl/Graph.pl /usr/lib/perl5/5.36.0/unicore/lib/Perl/Blank.pl /usr/lib/perl5/5.36.0/unicore/lib/Perl/Alnum.pl /usr/lib/perl5/5.36.0/unicore/lib/Perl/Word.pl /usr/lib/perl5/5.36.0/User/pwent.pm /usr/lib/perl5/5.36.0/User/grent.pm /usr/lib/perl5/5.36.0/Config/Extensions.pm /usr/lib/perl5/5.36.0/Config/Perl/V.pm /usr/lib/perl5/5.36.0/Getopt/Long.pm /usr/lib/perl5/5.36.0/Getopt/Std.pm /usr/lib/perl5/5.36.0/DBM_Filter/compress.pm /usr/lib/perl5/5.36.0/DBM_Filter/int32.pm /usr/lib/perl5/5.36.0/DBM_Filter/null.pm /usr/lib/perl5/5.36.0/DBM_Filter/utf8.pm /usr/lib/perl5/5.36.0/DBM_Filter/encode.pm /usr/lib/perl5/5.36.0/sh4a-linux/File/Spec.pm /usr/lib/perl5/5.36.0/sh4a-linux/File/Glob.pm /usr/lib/perl5/5.36.0/sh4a-linux/File/DosGlob.pm /usr/lib/perl5/5.36.0/File/GlobMapper.pm /usr/lib/perl5/5.36.0/File/Temp.pm /usr/lib/perl5/5.36.0/File/Path.pm /usr/lib/perl5/5.36.0/File/Fetch.pm /usr/lib/perl5/5.36.0/File/Find.pm /usr/lib/perl5/5.36.0/File/Compare.pm /usr/lib/perl5/5.36.0/File/stat.pm /usr/lib/perl5/5.36.0/File/Basename.pm /usr/lib/perl5/5.36.0/File/Copy.pm /usr/lib/perl5/5.36.0/sh4a-linux/File/Spec/Epoc.pm /usr/lib/perl5/5.36.0/sh4a-linux/File/Spec/Unix.pm /usr/lib/perl5/5.36.0/sh4a-linux/File/Spec/AmigaOS.pm /usr/lib/perl5/5.36.0/sh4a-linux/File/Spec/Mac.pm /usr/lib/perl5/5.36.0/sh4a-linux/File/Spec/VMS.pm /usr/lib/perl5/5.36.0/sh4a-linux/File/Spec/Win32.pm /usr/lib/perl5/5.36.0/sh4a-linux/File/Spec/OS2.pm /usr/lib/perl5/5.36.0/sh4a-linux/File/Spec/Cygwin.pm /usr/lib/perl5/5.36.0/sh4a-linux/File/Spec/Functions.pm /usr/lib/perl5/5.36.0/sh4a-linux/Unicode/Normalize.pm /usr/lib/perl5/5.36.0/sh4a-linux/Unicode/Collate.pm /usr/lib/perl5/5.36.0/Unicode/UCD.pm /usr/lib/perl5/5.36.0/Unicode/Collate/allkeys.txt /usr/lib/perl5/5.36.0/Unicode/Collate/keys.txt /usr/lib/perl5/5.36.0/sh4a-linux/Unicode/Collate/Locale.pm /usr/lib/perl5/5.36.0/Unicode/Collate/CJK/Big5.pm /usr/lib/perl5/5.36.0/Unicode/Collate/CJK/Pinyin.pm /usr/lib/perl5/5.36.0/Unicode/Collate/CJK/Korean.pm /usr/lib/perl5/5.36.0/Unicode/Collate/CJK/Stroke.pm /usr/lib/perl5/5.36.0/Unicode/Collate/CJK/GB2312.pm /usr/lib/perl5/5.36.0/Unicode/Collate/CJK/JISX0208.pm /usr/lib/perl5/5.36.0/Unicode/Collate/CJK/Zhuyin.pm /usr/lib/perl5/5.36.0/Unicode/Collate/Locale/wae.pl /usr/lib/perl5/5.36.0/Unicode/Collate/Locale/zh.pl /usr/lib/perl5/5.36.0/Unicode/Collate/Locale/zh_gb.pl /usr/lib/perl5/5.36.0/Unicode/Collate/Locale/yo.pl /usr/lib/perl5/5.36.0/Unicode/Collate/Locale/ur.pl /usr/lib/perl5/5.36.0/Unicode/Collate/Locale/zh_zhu.pl /usr/lib/perl5/5.36.0/Unicode/Collate/Locale/ta.pl /usr/lib/perl5/5.36.0/Unicode/Collate/Locale/vo.pl /usr/lib/perl5/5.36.0/Unicode/Collate/Locale/zh_pin.pl /usr/lib/perl5/5.36.0/Unicode/Collate/Locale/tn.pl /usr/lib/perl5/5.36.0/Unicode/Collate/Locale/zh_strk.pl /usr/lib/perl5/5.36.0/Unicode/Collate/Locale/wo.pl /usr/lib/perl5/5.36.0/Unicode/Collate/Locale/te.pl /usr/lib/perl5/5.36.0/Unicode/Collate/Locale/ug_cyrl.pl /usr/lib/perl5/5.36.0/Unicode/Collate/Locale/to.pl /usr/lib/perl5/5.36.0/Unicode/Collate/Locale/zh_big5.pl /usr/lib/perl5/5.36.0/Unicode/Collate/Locale/vi.pl /usr/lib/perl5/5.36.0/Unicode/Collate/Locale/tr.pl /usr/lib/perl5/5.36.0/Unicode/Collate/Locale/th.pl /usr/lib/perl5/5.36.0/Unicode/Collate/Locale/uk.pl /usr/lib/perl5/5.36.0/Unicode/Collate/Locale/ig.pl /usr/lib/perl5/5.36.0/Unicode/Collate/Locale/kk.pl /usr/lib/perl5/5.36.0/Unicode/Collate/Locale/lt.pl /usr/lib/perl5/5.36.0/Unicode/Collate/Locale/sk.pl /usr/lib/perl5/5.36.0/Unicode/Collate/Locale/or.pl /usr/lib/perl5/5.36.0/Unicode/Collate/Locale/hu.pl /usr/lib/perl5/5.36.0/Unicode/Collate/Locale/ko.pl /usr/lib/perl5/5.36.0/Unicode/Collate/Locale/hy.pl /usr/lib/perl5/5.36.0/Unicode/Collate/Locale/sa.pl /usr/lib/perl5/5.36.0/Unicode/Collate/Locale/pa.pl /usr/lib/perl5/5.36.0/Unicode/Collate/Locale/lv.pl /usr/lib/perl5/5.36.0/Unicode/Collate/Locale/sv_refo.pl /usr/lib/perl5/5.36.0/Unicode/Collate/Locale/ml.pl /usr/lib/perl5/5.36.0/Unicode/Collate/Locale/sv.pl /usr/lib/perl5/5.36.0/Unicode/Collate/Locale/hi.pl /usr/lib/perl5/5.36.0/Unicode/Collate/Locale/si_dict.pl /usr/lib/perl5/5.36.0/Unicode/Collate/Locale/sr.pl /usr/lib/perl5/5.36.0/Unicode/Collate/Locale/lkt.pl /usr/lib/perl5/5.36.0/Unicode/Collate/Locale/mk.pl /usr/lib/perl5/5.36.0/Unicode/Collate/Locale/si.pl /usr/lib/perl5/5.36.0/Unicode/Collate/Locale/nn.pl /usr/lib/perl5/5.36.0/Unicode/Collate/Locale/om.pl /usr/lib/perl5/5.36.0/Unicode/Collate/Locale/hr.pl /usr/lib/perl5/5.36.0/Unicode/Collate/Locale/kn.pl /usr/lib/perl5/5.36.0/Unicode/Collate/Locale/mt.pl /usr/lib/perl5/5.36.0/Unicode/Collate/Locale/is.pl /usr/lib/perl5/5.36.0/Unicode/Collate/Locale/nso.pl /usr/lib/perl5/5.36.0/Unicode/Collate/Locale/ja.pl /usr/lib/perl5/5.36.0/Unicode/Collate/Locale/ln.pl /usr/lib/perl5/5.36.0/Unicode/Collate/Locale/ro.pl /usr/lib/perl5/5.36.0/Unicode/Collate/Locale/nb.pl /usr/lib/perl5/5.36.0/Unicode/Collate/Locale/kl.pl /usr/lib/perl5/5.36.0/Unicode/Collate/Locale/mr.pl /usr/lib/perl5/5.36.0/Unicode/Collate/Locale/kok.pl /usr/lib/perl5/5.36.0/Unicode/Collate/Locale/se.pl /usr/lib/perl5/5.36.0/Unicode/Collate/Locale/sl.pl /usr/lib/perl5/5.36.0/Unicode/Collate/Locale/sq.pl /usr/lib/perl5/5.36.0/Unicode/Collate/Locale/pl.pl /usr/lib/perl5/5.36.0/Unicode/Collate/Locale/bn.pl /usr/lib/perl5/5.36.0/Unicode/Collate/Locale/as.pl /usr/lib/perl5/5.36.0/Unicode/Collate/Locale/ha.pl /usr/lib/perl5/5.36.0/Unicode/Collate/Locale/cy.pl /usr/lib/perl5/5.36.0/Unicode/Collate/Locale/fi_phone.pl /usr/lib/perl5/5.36.0/Unicode/Collate/Locale/da.pl /usr/lib/perl5/5.36.0/Unicode/Collate/Locale/de_phone.pl /usr/lib/perl5/5.36.0/Unicode/Collate/Locale/fa.pl /usr/lib/perl5/5.36.0/Unicode/Collate/Locale/es.pl /usr/lib/perl5/5.36.0/Unicode/Collate/Locale/he.pl /usr/lib/perl5/5.36.0/Unicode/Collate/Locale/fil.pl /usr/lib/perl5/5.36.0/Unicode/Collate/Locale/ee.pl /usr/lib/perl5/5.36.0/Unicode/Collate/Locale/af.pl /usr/lib/perl5/5.36.0/Unicode/Collate/Locale/ar.pl /usr/lib/perl5/5.36.0/Unicode/Collate/Locale/cu.pl /usr/lib/perl5/5.36.0/Unicode/Collate/Locale/es_trad.pl /usr/lib/perl5/5.36.0/Unicode/Collate/Locale/et.pl /usr/lib/perl5/5.36.0/Unicode/Collate/Locale/eo.pl /usr/lib/perl5/5.36.0/Unicode/Collate/Locale/be.pl /usr/lib/perl5/5.36.0/Unicode/Collate/Locale/cs.pl /usr/lib/perl5/5.36.0/Unicode/Collate/Locale/haw.pl /usr/lib/perl5/5.36.0/Unicode/Collate/Locale/fr_ca.pl /usr/lib/perl5/5.36.0/Unicode/Collate/Locale/fi.pl /usr/lib/perl5/5.36.0/Unicode/Collate/Locale/dsb.pl /usr/lib/perl5/5.36.0/Unicode/Collate/Locale/ca.pl /usr/lib/perl5/5.36.0/Unicode/Collate/Locale/fo.pl /usr/lib/perl5/5.36.0/Unicode/Collate/Locale/gu.pl /usr/lib/perl5/5.36.0/Unicode/Collate/Locale/de_at_ph.pl /usr/lib/perl5/5.36.0/Unicode/Collate/Locale/az.pl /usr/lib/perl5/5.36.0/Net/Ping.pm /usr/lib/perl5/5.36.0/Net/SMTP.pm /usr/lib/perl5/5.36.0/Net/Cmd.pm /usr/lib/perl5/5.36.0/Net/Netrc.pm /usr/lib/perl5/5.36.0/Net/Time.pm /usr/lib/perl5/5.36.0/Net/libnetFAQ.pod /usr/lib/perl5/5.36.0/Net/NNTP.pm /usr/lib/perl5/5.36.0/Net/Domain.pm /usr/lib/perl5/5.36.0/Net/FTP.pm /usr/lib/perl5/5.36.0/Net/Config.pm /usr/lib/perl5/5.36.0/Net/POP3.pm /usr/lib/perl5/5.36.0/Net/hostent.pm /usr/lib/perl5/5.36.0/Net/servent.pm /usr/lib/perl5/5.36.0/Net/netent.pm /usr/lib/perl5/5.36.0/Net/protoent.pm /usr/lib/perl5/5.36.0/Net/FTP/A.pm /usr/lib/perl5/5.36.0/Net/FTP/dataconn.pm /usr/lib/perl5/5.36.0/Net/FTP/E.pm /usr/lib/perl5/5.36.0/Net/FTP/I.pm /usr/lib/perl5/5.36.0/Net/FTP/L.pm /usr/lib/perl5/5.36.0/Pod/Text.pm /usr/lib/perl5/5.36.0/Pod/Man.pm /usr/lib/perl5/5.36.0/Pod/ParseLink.pm /usr/lib/perl5/5.36.0/Pod/Usage.pm /usr/lib/perl5/5.36.0/Pod/Perldoc.pm /usr/lib/perl5/5.36.0/Pod/Checker.pm /usr/lib/perl5/5.36.0/Pod/Html.pm /usr/lib/perl5/5.36.0/Pod/Functions.pm /usr/lib/perl5/5.36.0/Pod/Simple.pod /usr/lib/perl5/5.36.0/Pod/Simple.pm /usr/lib/perl5/5.36.0/Pod/Escapes.pm /usr/lib/perl5/5.36.0/Pod/Text/Termcap.pm /usr/lib/perl5/5.36.0/Pod/Text/Color.pm /usr/lib/perl5/5.36.0/Pod/Text/Overstrike.pm /usr/lib/perl5/5.36.0/Pod/Perldoc/GetOptsOO.pm /usr/lib/perl5/5.36.0/Pod/Perldoc/ToText.pm /usr/lib/perl5/5.36.0/Pod/Perldoc/ToNroff.pm /usr/lib/perl5/5.36.0/Pod/Perldoc/ToPod.pm /usr/lib/perl5/5.36.0/Pod/Perldoc/ToANSI.pm /usr/lib/perl5/5.36.0/Pod/Perldoc/ToMan.pm /usr/lib/perl5/5.36.0/Pod/Perldoc/ToXml.pm /usr/lib/perl5/5.36.0/Pod/Perldoc/ToRtf.pm /usr/lib/perl5/5.36.0/Pod/Perldoc/ToChecker.pm /usr/lib/perl5/5.36.0/Pod/Perldoc/BaseTo.pm /usr/lib/perl5/5.36.0/Pod/Perldoc/ToTk.pm /usr/lib/perl5/5.36.0/Pod/Perldoc/ToTerm.pm /usr/lib/perl5/5.36.0/Pod/Html/Util.pm /usr/lib/perl5/5.36.0/Pod/Simple/PullParser.pm /usr/lib/perl5/5.36.0/Pod/Simple/TranscodeSmart.pm /usr/lib/perl5/5.36.0/Pod/Simple/PullParserToken.pm /usr/lib/perl5/5.36.0/Pod/Simple/HTMLLegacy.pm /usr/lib/perl5/5.36.0/Pod/Simple/JustPod.pm /usr/lib/perl5/5.36.0/Pod/Simple/XHTML.pm /usr/lib/perl5/5.36.0/Pod/Simple/RTF.pm /usr/lib/perl5/5.36.0/Pod/Simple/Debug.pm /usr/lib/perl5/5.36.0/Pod/Simple/BlackBox.pm /usr/lib/perl5/5.36.0/Pod/Simple/PullParserStartToken.pm /usr/lib/perl5/5.36.0/Pod/Simple/Checker.pm /usr/lib/perl5/5.36.0/Pod/Simple/Methody.pm /usr/lib/perl5/5.36.0/Pod/Simple/PullParserTextToken.pm /usr/lib/perl5/5.36.0/Pod/Simple/Progress.pm /usr/lib/perl5/5.36.0/Pod/Simple/HTML.pm /usr/lib/perl5/5.36.0/Pod/Simple/DumpAsText.pm /usr/lib/perl5/5.36.0/Pod/Simple/XMLOutStream.pm /usr/lib/perl5/5.36.0/Pod/Simple/TiedOutFH.pm /usr/lib/perl5/5.36.0/Pod/Simple/TextContent.pm /usr/lib/perl5/5.36.0/Pod/Simple/HTMLBatch.pm /usr/lib/perl5/5.36.0/Pod/Simple/Search.pm /usr/lib/perl5/5.36.0/Pod/Simple/DumpAsXML.pm /usr/lib/perl5/5.36.0/Pod/Simple/SimpleTree.pm /usr/lib/perl5/5.36.0/Pod/Simple/Text.pm /usr/lib/perl5/5.36.0/Pod/Simple/Transcode.pm /usr/lib/perl5/5.36.0/Pod/Simple/Subclassing.pod /usr/lib/perl5/5.36.0/Pod/Simple/PullParserEndToken.pm /usr/lib/perl5/5.36.0/Pod/Simple/TranscodeDumb.pm /usr/lib/perl5/5.36.0/Pod/Simple/LinkSection.pm /usr/lib/perl5/5.36.0/sh4a-linux/CORE/EXTERN.h /usr/lib/perl5/5.36.0/sh4a-linux/CORE/INTERN.h /usr/lib/perl5/5.36.0/sh4a-linux/CORE/XSUB.h /usr/lib/perl5/5.36.0/sh4a-linux/CORE/av.h /usr/lib/perl5/5.36.0/sh4a-linux/CORE/bitcount.h /usr/lib/perl5/5.36.0/sh4a-linux/CORE/charclass_invlists.h /usr/lib/perl5/5.36.0/sh4a-linux/CORE/config.h /usr/lib/perl5/5.36.0/sh4a-linux/CORE/cop.h /usr/lib/perl5/5.36.0/sh4a-linux/CORE/cv.h /usr/lib/perl5/5.36.0/sh4a-linux/CORE/dosish.h /usr/lib/perl5/5.36.0/sh4a-linux/CORE/ebcdic_tables.h /usr/lib/perl5/5.36.0/sh4a-linux/CORE/embed.h /usr/lib/perl5/5.36.0/sh4a-linux/CORE/embedvar.h /usr/lib/perl5/5.36.0/sh4a-linux/CORE/fakesdio.h /usr/lib/perl5/5.36.0/sh4a-linux/CORE/feature.h /usr/lib/perl5/5.36.0/sh4a-linux/CORE/form.h /usr/lib/perl5/5.36.0/sh4a-linux/CORE/git_version.h /usr/lib/perl5/5.36.0/sh4a-linux/CORE/gv.h /usr/lib/perl5/5.36.0/sh4a-linux/CORE/handy.h /usr/lib/perl5/5.36.0/sh4a-linux/CORE/hv.h /usr/lib/perl5/5.36.0/sh4a-linux/CORE/hv_func.h /usr/lib/perl5/5.36.0/sh4a-linux/CORE/hv_macro.h /usr/lib/perl5/5.36.0/sh4a-linux/CORE/inline.h /usr/lib/perl5/5.36.0/sh4a-linux/CORE/intrpvar.h /usr/lib/perl5/5.36.0/sh4a-linux/CORE/invlist_inline.h /usr/lib/perl5/5.36.0/sh4a-linux/CORE/iperlsys.h /usr/lib/perl5/5.36.0/sh4a-linux/CORE/keywords.h /usr/lib/perl5/5.36.0/sh4a-linux/CORE/l1_char_class_tab.h /usr/lib/perl5/5.36.0/sh4a-linux/CORE/malloc_ctl.h /usr/lib/perl5/5.36.0/sh4a-linux/CORE/metaconfig.h /usr/lib/perl5/5.36.0/sh4a-linux/CORE/mg.h /usr/lib/perl5/5.36.0/sh4a-linux/CORE/mg_data.h /usr/lib/perl5/5.36.0/sh4a-linux/CORE/mg_raw.h /usr/lib/perl5/5.36.0/sh4a-linux/CORE/mg_vtable.h /usr/lib/perl5/5.36.0/sh4a-linux/CORE/mydtrace.h /usr/lib/perl5/5.36.0/sh4a-linux/CORE/nostdio.h /usr/lib/perl5/5.36.0/sh4a-linux/CORE/op.h /usr/lib/perl5/5.36.0/sh4a-linux/CORE/op_reg_common.h /usr/lib/perl5/5.36.0/sh4a-linux/CORE/opcode.h /usr/lib/perl5/5.36.0/sh4a-linux/CORE/opnames.h /usr/lib/perl5/5.36.0/sh4a-linux/CORE/overload.h /usr/lib/perl5/5.36.0/sh4a-linux/CORE/pad.h /usr/lib/perl5/5.36.0/sh4a-linux/CORE/parser.h /usr/lib/perl5/5.36.0/sh4a-linux/CORE/patchlevel.h /usr/lib/perl5/5.36.0/sh4a-linux/CORE/perl.h /usr/lib/perl5/5.36.0/sh4a-linux/CORE/perl_inc_macro.h /usr/lib/perl5/5.36.0/sh4a-linux/CORE/perl_langinfo.h /usr/lib/perl5/5.36.0/sh4a-linux/CORE/perl_siphash.h /usr/lib/perl5/5.36.0/sh4a-linux/CORE/perlapi.h /usr/lib/perl5/5.36.0/sh4a-linux/CORE/perlio.h /usr/lib/perl5/5.36.0/sh4a-linux/CORE/perliol.h /usr/lib/perl5/5.36.0/sh4a-linux/CORE/perlsdio.h /usr/lib/perl5/5.36.0/sh4a-linux/CORE/perlvars.h /usr/lib/perl5/5.36.0/sh4a-linux/CORE/perly.h /usr/lib/perl5/5.36.0/sh4a-linux/CORE/pp.h /usr/lib/perl5/5.36.0/sh4a-linux/CORE/pp_proto.h /usr/lib/perl5/5.36.0/sh4a-linux/CORE/proto.h /usr/lib/perl5/5.36.0/sh4a-linux/CORE/reentr.h /usr/lib/perl5/5.36.0/sh4a-linux/CORE/regcharclass.h /usr/lib/perl5/5.36.0/sh4a-linux/CORE/regcomp.h /usr/lib/perl5/5.36.0/sh4a-linux/CORE/regexp.h /usr/lib/perl5/5.36.0/sh4a-linux/CORE/regnodes.h /usr/lib/perl5/5.36.0/sh4a-linux/CORE/sbox32_hash.h /usr/lib/perl5/5.36.0/sh4a-linux/CORE/scope.h /usr/lib/perl5/5.36.0/sh4a-linux/CORE/sv.h /usr/lib/perl5/5.36.0/sh4a-linux/CORE/sv_inline.h /usr/lib/perl5/5.36.0/sh4a-linux/CORE/thread.h /usr/lib/perl5/5.36.0/sh4a-linux/CORE/time64.h /usr/lib/perl5/5.36.0/sh4a-linux/CORE/time64_config.h /usr/lib/perl5/5.36.0/sh4a-linux/CORE/try.h /usr/lib/perl5/5.36.0/sh4a-linux/CORE/uconfig.h /usr/lib/perl5/5.36.0/sh4a-linux/CORE/uni_keywords.h /usr/lib/perl5/5.36.0/sh4a-linux/CORE/unicode_constants.h /usr/lib/perl5/5.36.0/sh4a-linux/CORE/unixish.h /usr/lib/perl5/5.36.0/sh4a-linux/CORE/utf8.h /usr/lib/perl5/5.36.0/sh4a-linux/CORE/utfebcdic.h /usr/lib/perl5/5.36.0/sh4a-linux/CORE/util.h /usr/lib/perl5/5.36.0/sh4a-linux/CORE/uudmap.h /usr/lib/perl5/5.36.0/sh4a-linux/CORE/vutil.h /usr/lib/perl5/5.36.0/sh4a-linux/CORE/warnings.h /usr/lib/perl5/5.36.0/sh4a-linux/CORE/xconfig.h /usr/lib/perl5/5.36.0/sh4a-linux/CORE/zaphod32_hash.h /usr/lib/perl5/5.36.0/sh4a-linux/CORE/libperl.a /usr/bin/perl /usr/bin/pod2man /usr/bin/pod2text /usr/bin/pod2usage /usr/bin/podchecker /usr/bin/cpan /usr/bin/corelist /usr/bin/enc2xs /usr/bin/encguess /usr/bin/h2ph /usr/bin/h2xs /usr/bin/instmodsh /usr/bin/json_pp /usr/bin/libnetcfg /usr/bin/perlbug /usr/bin/perldoc /usr/bin/perlivp /usr/bin/piconv /usr/bin/pl2pm /usr/bin/pod2html /usr/bin/prove /usr/bin/ptar /usr/bin/ptardiff /usr/bin/ptargrep /usr/bin/shasum /usr/bin/splain /usr/bin/streamzip /usr/bin/xsubpp /usr/bin/zipdetails /usr/bin/perlthanks /usr/lib/perl5/5.36.0/pod/perl.pod /usr/lib/perl5/5.36.0/pod/perlintro.pod /usr/lib/perl5/5.36.0/pod/perlrun.pod /usr/lib/perl5/5.36.0/pod/perltoc.pod /usr/lib/perl5/5.36.0/pod/perlreftut.pod /usr/lib/perl5/5.36.0/pod/perldsc.pod /usr/lib/perl5/5.36.0/pod/perllol.pod /usr/lib/perl5/5.36.0/pod/perlrequick.pod /usr/lib/perl5/5.36.0/pod/perlretut.pod /usr/lib/perl5/5.36.0/pod/perlootut.pod /usr/lib/perl5/5.36.0/pod/perlperf.pod /usr/lib/perl5/5.36.0/pod/perlstyle.pod /usr/lib/perl5/5.36.0/pod/perlcheat.pod /usr/lib/perl5/5.36.0/pod/perltrap.pod /usr/lib/perl5/5.36.0/pod/perldebtut.pod /usr/lib/perl5/5.36.0/pod/perlfaq.pod /usr/lib/perl5/5.36.0/pod/perlfaq1.pod /usr/lib/perl5/5.36.0/pod/perlfaq2.pod /usr/lib/perl5/5.36.0/pod/perlfaq3.pod /usr/lib/perl5/5.36.0/pod/perlfaq4.pod /usr/lib/perl5/5.36.0/pod/perlfaq5.pod /usr/lib/perl5/5.36.0/pod/perlfaq6.pod /usr/lib/perl5/5.36.0/pod/perlfaq7.pod /usr/lib/perl5/5.36.0/pod/perlfaq8.pod /usr/lib/perl5/5.36.0/pod/perlfaq9.pod /usr/lib/perl5/5.36.0/pod/perlsyn.pod /usr/lib/perl5/5.36.0/pod/perldata.pod /usr/lib/perl5/5.36.0/pod/perlop.pod /usr/lib/perl5/5.36.0/pod/perlsub.pod /usr/lib/perl5/5.36.0/pod/perlfunc.pod /usr/lib/perl5/5.36.0/pod/perlopentut.pod /usr/lib/perl5/5.36.0/pod/perlpacktut.pod /usr/lib/perl5/5.36.0/pod/perlpod.pod /usr/lib/perl5/5.36.0/pod/perlpodspec.pod /usr/lib/perl5/5.36.0/pod/perldocstyle.pod /usr/lib/perl5/5.36.0/pod/perlpodstyle.pod /usr/lib/perl5/5.36.0/pod/perldiag.pod /usr/lib/perl5/5.36.0/pod/perldeprecation.pod /usr/lib/perl5/5.36.0/pod/perllexwarn.pod /usr/lib/perl5/5.36.0/pod/perldebug.pod /usr/lib/perl5/5.36.0/pod/perlvar.pod /usr/lib/perl5/5.36.0/pod/perlre.pod /usr/lib/perl5/5.36.0/pod/perlrebackslash.pod /usr/lib/perl5/5.36.0/pod/perlrecharclass.pod /usr/lib/perl5/5.36.0/pod/perlreref.pod /usr/lib/perl5/5.36.0/pod/perlref.pod /usr/lib/perl5/5.36.0/pod/perlform.pod /usr/lib/perl5/5.36.0/pod/perlobj.pod /usr/lib/perl5/5.36.0/pod/perltie.pod /usr/lib/perl5/5.36.0/pod/perldbmfilter.pod /usr/lib/perl5/5.36.0/pod/perlipc.pod /usr/lib/perl5/5.36.0/pod/perlfork.pod /usr/lib/perl5/5.36.0/pod/perlnumber.pod /usr/lib/perl5/5.36.0/pod/perlthrtut.pod /usr/lib/perl5/5.36.0/pod/perlport.pod /usr/lib/perl5/5.36.0/pod/perllocale.pod /usr/lib/perl5/5.36.0/pod/perluniintro.pod /usr/lib/perl5/5.36.0/pod/perlunicode.pod /usr/lib/perl5/5.36.0/pod/perlunicook.pod /usr/lib/perl5/5.36.0/pod/perlunifaq.pod /usr/lib/perl5/5.36.0/pod/perluniprops.pod /usr/lib/perl5/5.36.0/pod/perlunitut.pod /usr/lib/perl5/5.36.0/pod/perlebcdic.pod /usr/lib/perl5/5.36.0/pod/perlsec.pod /usr/lib/perl5/5.36.0/pod/perlsecpolicy.pod /usr/lib/perl5/5.36.0/pod/perlmod.pod /usr/lib/perl5/5.36.0/pod/perlmodlib.pod /usr/lib/perl5/5.36.0/pod/perlmodstyle.pod /usr/lib/perl5/5.36.0/pod/perlmodinstall.pod /usr/lib/perl5/5.36.0/pod/perlnewmod.pod /usr/lib/perl5/5.36.0/pod/perlpragma.pod /usr/lib/perl5/5.36.0/pod/perlutil.pod /usr/lib/perl5/5.36.0/pod/perlfilter.pod /usr/lib/perl5/5.36.0/pod/perldtrace.pod /usr/lib/perl5/5.36.0/pod/perlglossary.pod /usr/lib/perl5/5.36.0/pod/perlembed.pod /usr/lib/perl5/5.36.0/pod/perldebguts.pod /usr/lib/perl5/5.36.0/pod/perlxstut.pod /usr/lib/perl5/5.36.0/pod/perlxs.pod /usr/lib/perl5/5.36.0/pod/perlxstypemap.pod /usr/lib/perl5/5.36.0/pod/perlclib.pod /usr/lib/perl5/5.36.0/pod/perlguts.pod /usr/lib/perl5/5.36.0/pod/perlcall.pod /usr/lib/perl5/5.36.0/pod/perlmroapi.pod /usr/lib/perl5/5.36.0/pod/perlreapi.pod /usr/lib/perl5/5.36.0/pod/perlreguts.pod /usr/lib/perl5/5.36.0/pod/perlapi.pod /usr/lib/perl5/5.36.0/pod/perlintern.pod /usr/lib/perl5/5.36.0/pod/perliol.pod /usr/lib/perl5/5.36.0/pod/perlapio.pod /usr/lib/perl5/5.36.0/pod/perlhack.pod /usr/lib/perl5/5.36.0/pod/perlsource.pod /usr/lib/perl5/5.36.0/pod/perlinterp.pod /usr/lib/perl5/5.36.0/pod/perlhacktut.pod /usr/lib/perl5/5.36.0/pod/perlhacktips.pod /usr/lib/perl5/5.36.0/pod/perlpolicy.pod /usr/lib/perl5/5.36.0/pod/perlgov.pod /usr/lib/perl5/5.36.0/pod/perlgit.pod /usr/lib/perl5/5.36.0/pod/perlhist.pod /usr/lib/perl5/5.36.0/pod/perldelta.pod /usr/lib/perl5/5.36.0/pod/perl5360delta.pod /usr/lib/perl5/5.36.0/pod/perl5341delta.pod /usr/lib/perl5/5.36.0/pod/perl5340delta.pod /usr/lib/perl5/5.36.0/pod/perl5321delta.pod /usr/lib/perl5/5.36.0/pod/perl5320delta.pod /usr/lib/perl5/5.36.0/pod/perl5303delta.pod /usr/lib/perl5/5.36.0/pod/perl5302delta.pod /usr/lib/perl5/5.36.0/pod/perl5301delta.pod /usr/lib/perl5/5.36.0/pod/perl5300delta.pod /usr/lib/perl5/5.36.0/pod/perl5283delta.pod /usr/lib/perl5/5.36.0/pod/perl5282delta.pod /usr/lib/perl5/5.36.0/pod/perl5281delta.pod /usr/lib/perl5/5.36.0/pod/perl5280delta.pod /usr/lib/perl5/5.36.0/pod/perl5263delta.pod /usr/lib/perl5/5.36.0/pod/perl5262delta.pod /usr/lib/perl5/5.36.0/pod/perl5261delta.pod /usr/lib/perl5/5.36.0/pod/perl5260delta.pod /usr/lib/perl5/5.36.0/pod/perl5244delta.pod /usr/lib/perl5/5.36.0/pod/perl5243delta.pod /usr/lib/perl5/5.36.0/pod/perl5242delta.pod /usr/lib/perl5/5.36.0/pod/perl5241delta.pod /usr/lib/perl5/5.36.0/pod/perl5240delta.pod /usr/lib/perl5/5.36.0/pod/perl5224delta.pod /usr/lib/perl5/5.36.0/pod/perl5223delta.pod /usr/lib/perl5/5.36.0/pod/perl5222delta.pod /usr/lib/perl5/5.36.0/pod/perl5221delta.pod /usr/lib/perl5/5.36.0/pod/perl5220delta.pod /usr/lib/perl5/5.36.0/pod/perl5203delta.pod /usr/lib/perl5/5.36.0/pod/perl5202delta.pod /usr/lib/perl5/5.36.0/pod/perl5201delta.pod /usr/lib/perl5/5.36.0/pod/perl5200delta.pod /usr/lib/perl5/5.36.0/pod/perl5184delta.pod /usr/lib/perl5/5.36.0/pod/perl5182delta.pod /usr/lib/perl5/5.36.0/pod/perl5181delta.pod /usr/lib/perl5/5.36.0/pod/perl5180delta.pod /usr/lib/perl5/5.36.0/pod/perl5163delta.pod /usr/lib/perl5/5.36.0/pod/perl5162delta.pod /usr/lib/perl5/5.36.0/pod/perl5161delta.pod /usr/lib/perl5/5.36.0/pod/perl5160delta.pod /usr/lib/perl5/5.36.0/pod/perl5144delta.pod /usr/lib/perl5/5.36.0/pod/perl5143delta.pod /usr/lib/perl5/5.36.0/pod/perl5142delta.pod /usr/lib/perl5/5.36.0/pod/perl5141delta.pod /usr/lib/perl5/5.36.0/pod/perl5140delta.pod /usr/lib/perl5/5.36.0/pod/perl5125delta.pod /usr/lib/perl5/5.36.0/pod/perl5124delta.pod /usr/lib/perl5/5.36.0/pod/perl5123delta.pod /usr/lib/perl5/5.36.0/pod/perl5122delta.pod /usr/lib/perl5/5.36.0/pod/perl5121delta.pod /usr/lib/perl5/5.36.0/pod/perl5120delta.pod /usr/lib/perl5/5.36.0/pod/perl5101delta.pod /usr/lib/perl5/5.36.0/pod/perl5100delta.pod /usr/lib/perl5/5.36.0/pod/perl589delta.pod /usr/lib/perl5/5.36.0/pod/perl588delta.pod /usr/lib/perl5/5.36.0/pod/perl587delta.pod /usr/lib/perl5/5.36.0/pod/perl586delta.pod /usr/lib/perl5/5.36.0/pod/perl585delta.pod /usr/lib/perl5/5.36.0/pod/perl584delta.pod /usr/lib/perl5/5.36.0/pod/perl583delta.pod /usr/lib/perl5/5.36.0/pod/perl582delta.pod /usr/lib/perl5/5.36.0/pod/perl581delta.pod /usr/lib/perl5/5.36.0/pod/perl58delta.pod /usr/lib/perl5/5.36.0/pod/perl561delta.pod /usr/lib/perl5/5.36.0/pod/perl56delta.pod /usr/lib/perl5/5.36.0/pod/perl5005delta.pod /usr/lib/perl5/5.36.0/pod/perl5004delta.pod /usr/lib/perl5/5.36.0/pod/perlbook.pod /usr/lib/perl5/5.36.0/pod/perlcommunity.pod /usr/lib/perl5/5.36.0/pod/perldoc.pod /usr/lib/perl5/5.36.0/pod/perlexperiment.pod /usr/lib/perl5/5.36.0/pod/perlartistic.pod /usr/lib/perl5/5.36.0/pod/perlgpl.pod /usr/lib/perl5/5.36.0/pod/perlcn.pod /usr/lib/perl5/5.36.0/pod/perljp.pod /usr/lib/perl5/5.36.0/pod/perlko.pod /usr/lib/perl5/5.36.0/pod/perltw.pod /usr/lib/perl5/5.36.0/pod/perlaix.pod /usr/lib/perl5/5.36.0/pod/perlamiga.pod /usr/lib/perl5/5.36.0/pod/perlandroid.pod /usr/lib/perl5/5.36.0/pod/perlbs2000.pod /usr/lib/perl5/5.36.0/pod/perlcygwin.pod /usr/lib/perl5/5.36.0/pod/perlfreebsd.pod /usr/lib/perl5/5.36.0/pod/perlhaiku.pod /usr/lib/perl5/5.36.0/pod/perlhpux.pod /usr/lib/perl5/5.36.0/pod/perlhurd.pod /usr/lib/perl5/5.36.0/pod/perlirix.pod /usr/lib/perl5/5.36.0/pod/perllinux.pod /usr/lib/perl5/5.36.0/pod/perlmacosx.pod /usr/lib/perl5/5.36.0/pod/perlopenbsd.pod /usr/lib/perl5/5.36.0/pod/perlos2.pod /usr/lib/perl5/5.36.0/pod/perlos390.pod /usr/lib/perl5/5.36.0/pod/perlos400.pod /usr/lib/perl5/5.36.0/pod/perlplan9.pod /usr/lib/perl5/5.36.0/pod/perlqnx.pod /usr/lib/perl5/5.36.0/pod/perlriscos.pod /usr/lib/perl5/5.36.0/pod/perlsolaris.pod /usr/lib/perl5/5.36.0/pod/perlsynology.pod /usr/lib/perl5/5.36.0/pod/perltru64.pod /usr/lib/perl5/5.36.0/pod/perlvms.pod /usr/lib/perl5/5.36.0/pod/perlvos.pod /usr/lib/perl5/5.36.0/pod/perlwin32.pod /usr/lib/perl5/5.36.0/pod/perlboot.pod /usr/lib/perl5/5.36.0/pod/perlbot.pod /usr/lib/perl5/5.36.0/pod/perlrepository.pod /usr/lib/perl5/5.36.0/pod/perltodo.pod /usr/lib/perl5/5.36.0/pod/perltooc.pod /usr/lib/perl5/5.36.0/pod/perltoot.pod rm -f /tmp/instance-5/output-1/target/usr/bin/perl5.36.0 make[1]: Nothing to be done for 'install.sym'. make[1]: Leaving directory '/tmp/instance-5/output-1/build/perl-5.36.0' >>> perl-class-load 0.25 Downloading wget --passive-ftp -nd -t 3 -O '/tmp/instance-5/output-1/build/.Class-Load-0.25.tar.gz.s33MTx/output' 'https://cpan.metacpan.org/authors/id/E/ET/ETHER/Class-Load-0.25.tar.gz' --2023-02-20 00:24:33-- https://cpan.metacpan.org/authors/id/E/ET/ETHER/Class-Load-0.25.tar.gz Resolving cpan.metacpan.org (cpan.metacpan.org)... 151.101.2.217, 151.101.66.217, 151.101.130.217, ... Connecting to cpan.metacpan.org (cpan.metacpan.org)|151.101.2.217|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 36644 (36K) [application/x-gzip] Saving to: '/tmp/instance-5/output-1/build/.Class-Load-0.25.tar.gz.s33MTx/output' 0K .......... .......... .......... ..... 100% 38.6M=0.001s 2023-02-20 00:24:33 (38.6 MB/s) - '/tmp/instance-5/output-1/build/.Class-Load-0.25.tar.gz.s33MTx/output' saved [36644/36644] Class-Load-0.25.tar.gz: OK (md5: e4c831c08df592ce8dfee0c7cfc12fd7) Class-Load-0.25.tar.gz: OK (sha256: 2a48fa779b5297e56156380e8b32637c6c58decb4f4a7f3c7350523e11275f8f) >>> perl-class-load 0.25 Extracting gzip -d -c /tmp/instance-5/dl/perl-class-load/Class-Load-0.25.tar.gz | tar --strip-components=1 -C /tmp/instance-5/output-1/build/perl-class-load-0.25 -xf - >>> perl-class-load 0.25 Patching >>> perl-class-load 0.25 Configuring cd /tmp/instance-5/output-1/build/perl-class-load-0.25/ && if [ -f Build.PL ] && [ MB != "EUMM" ] ; then PERL_MM_USE_DEFAULT=1 PERL5LIB= PERL_USE_UNSAFE_INC=1 /tmp/instance-5/output-1/host/bin/perl Build.PL --config ar="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-ar" --config full_ar="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-ar" --config cc="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc" --config ccflags="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1" --config optimize=" " --config ld="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc" --config lddlflags="-shared " --config ldflags="" --include_dirs /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux/CORE --destdir /tmp/instance-5/output-1/target --installdirs vendor --install_path lib=/usr/lib/perl5/site_perl/5.36.0 --install_path arch=/usr/lib/perl5/site_perl/5.36.0/sh4a-linux --install_path bin=/usr/bin --install_path script=/usr/bin --install_path bindoc=/usr/share/man/man1 --install_path libdoc=/usr/share/man/man3 ; else PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps PERL5LIB= PERL_USE_UNSAFE_INC=1 /tmp/instance-5/output-1/host/bin/perl Makefile.PL AR="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-ar" FULL_AR="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-ar" CC="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc" CCFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1" OPTIMIZE=" " LD="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc" LDDLFLAGS="-shared " LDFLAGS="" PERL_ARCHLIB=/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux DESTDIR=/tmp/instance-5/output-1/target INSTALLDIRS=vendor INSTALLVENDORLIB=/usr/lib/perl5/site_perl/5.36.0 INSTALLVENDORARCH=/usr/lib/perl5/site_perl/5.36.0/sh4a-linux INSTALLVENDORBIN=/usr/bin INSTALLVENDORSCRIPT=/usr/bin INSTALLVENDORMAN1DIR=/usr/share/man/man1 INSTALLVENDORMAN3DIR=/usr/share/man/man3 ; fi Warning: prerequisite Data::OptList 0.110 not found. Warning: prerequisite Module::Implementation 0.04 not found. Warning: prerequisite Module::Runtime 0.012 not found. Warning: prerequisite Package::Stash 0.14 not found. Warning: prerequisite Test::Fatal 0 not found. Warning: prerequisite Test::Needs 0 not found. Warning: prerequisite Try::Tiny 0 not found. Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Class::Load Writing MYMETA.yml and MYMETA.json >>> perl-class-load 0.25 Building cd /tmp/instance-5/output-1/build/perl-class-load-0.25/ && if [ -f Build.PL ] && [ MB != "EUMM" ] ; then PERL5LIB= PERL_USE_UNSAFE_INC=1 /tmp/instance-5/output-1/host/bin/perl Build build; else /home/autobuild/make/make -j1 FIXIN=: pure_all; fi make[1]: Entering directory '/tmp/instance-5/output-1/build/perl-class-load-0.25' cp lib/Class/Load/PP.pm blib/lib/Class/Load/PP.pm cp lib/Class/Load.pm blib/lib/Class/Load.pm make[1]: Leaving directory '/tmp/instance-5/output-1/build/perl-class-load-0.25' >>> perl-class-load 0.25 Installing to target cd /tmp/instance-5/output-1/build/perl-class-load-0.25/ && if [ -f Build.PL ] && [ MB != "EUMM" ] ; then PERL5LIB= PERL_USE_UNSAFE_INC=1 /tmp/instance-5/output-1/host/bin/perl Build install; else /home/autobuild/make/make -j1 pure_install; fi make[1]: Entering directory '/tmp/instance-5/output-1/build/perl-class-load-0.25' Manifying 1 pod document Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Class/Load.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Class/Load/PP.pm Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Class::Load.3 make[1]: Leaving directory '/tmp/instance-5/output-1/build/perl-class-load-0.25' >>> perl-crypt-blowfish 2.14 Downloading wget --passive-ftp -nd -t 3 -O '/tmp/instance-5/output-1/build/.Crypt-Blowfish-2.14.tar.gz.duFPxS/output' 'https://cpan.metacpan.org/authors/id/D/DP/DPARIS/Crypt-Blowfish-2.14.tar.gz' --2023-02-20 00:24:36-- https://cpan.metacpan.org/authors/id/D/DP/DPARIS/Crypt-Blowfish-2.14.tar.gz Resolving cpan.metacpan.org (cpan.metacpan.org)... 151.101.194.217, 151.101.130.217, 151.101.66.217, ... Connecting to cpan.metacpan.org (cpan.metacpan.org)|151.101.194.217|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 18006 (18K) [application/x-gzip] Saving to: '/tmp/instance-5/output-1/build/.Crypt-Blowfish-2.14.tar.gz.duFPxS/output' 0K .......... ....... 100% 108M=0s 2023-02-20 00:24:36 (108 MB/s) - '/tmp/instance-5/output-1/build/.Crypt-Blowfish-2.14.tar.gz.duFPxS/output' saved [18006/18006] Crypt-Blowfish-2.14.tar.gz: OK (md5: 792b43cd4e49d2c2cf4a9f6990ff7d1b) Crypt-Blowfish-2.14.tar.gz: OK (sha256: 46b3431ffb6bf5b9cb359f79565d48407e652ad2b04fdf5ca62a69e7197a67b1) >>> perl-crypt-blowfish 2.14 Extracting gzip -d -c /tmp/instance-5/dl/perl-crypt-blowfish/Crypt-Blowfish-2.14.tar.gz | tar --strip-components=1 -C /tmp/instance-5/output-1/build/perl-crypt-blowfish-2.14 -xf - >>> perl-crypt-blowfish 2.14 Patching >>> perl-crypt-blowfish 2.14 Configuring cd /tmp/instance-5/output-1/build/perl-crypt-blowfish-2.14/ && if [ -f Build.PL ] && [ MB != "EUMM" ] ; then PERL_MM_USE_DEFAULT=1 PERL5LIB= PERL_USE_UNSAFE_INC=1 /tmp/instance-5/output-1/host/bin/perl Build.PL --config ar="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-ar" --config full_ar="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-ar" --config cc="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc" --config ccflags="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1" --config optimize=" " --config ld="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc" --config lddlflags="-shared " --config ldflags="" --include_dirs /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux/CORE --destdir /tmp/instance-5/output-1/target --installdirs vendor --install_path lib=/usr/lib/perl5/site_perl/5.36.0 --install_path arch=/usr/lib/perl5/site_perl/5.36.0/sh4a-linux --install_path bin=/usr/bin --install_path script=/usr/bin --install_path bindoc=/usr/share/man/man1 --install_path libdoc=/usr/share/man/man3 ; else PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps PERL5LIB= PERL_USE_UNSAFE_INC=1 /tmp/instance-5/output-1/host/bin/perl Makefile.PL AR="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-ar" FULL_AR="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-ar" CC="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc" CCFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1" OPTIMIZE=" " LD="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc" LDDLFLAGS="-shared " LDFLAGS="" PERL_ARCHLIB=/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux DESTDIR=/tmp/instance-5/output-1/target INSTALLDIRS=vendor INSTALLVENDORLIB=/usr/lib/perl5/site_perl/5.36.0 INSTALLVENDORARCH=/usr/lib/perl5/site_perl/5.36.0/sh4a-linux INSTALLVENDORBIN=/usr/bin INSTALLVENDORSCRIPT=/usr/bin INSTALLVENDORMAN1DIR=/usr/share/man/man1 INSTALLVENDORMAN3DIR=/usr/share/man/man3 ; fi Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Crypt::Blowfish Writing MYMETA.yml and MYMETA.json >>> perl-crypt-blowfish 2.14 Building cd /tmp/instance-5/output-1/build/perl-crypt-blowfish-2.14/ && if [ -f Build.PL ] && [ MB != "EUMM" ] ; then PERL5LIB= PERL_USE_UNSAFE_INC=1 /tmp/instance-5/output-1/host/bin/perl Build build; else /home/autobuild/make/make -j1 FIXIN=: pure_all; fi make[1]: Entering directory '/tmp/instance-5/output-1/build/perl-crypt-blowfish-2.14' cp Blowfish.pm blib/lib/Crypt/Blowfish.pm Running Mkbootstrap for Blowfish () chmod 644 "Blowfish.bs" "/tmp/instance-5/output-1/host/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Blowfish.bs blib/arch/auto/Crypt/Blowfish/Blowfish.bs 644 "/tmp/instance-5/output-1/host/bin/perl" "/tmp/instance-5/output-1/host/lib/perl5/5.36.0/ExtUtils/xsubpp" -typemap '/tmp/instance-5/output-1/host/lib/perl5/5.36.0/ExtUtils/typemap' -typemap '/tmp/instance-5/output-1/build/perl-crypt-blowfish-2.14/typemap' Blowfish.xs > Blowfish.xsc mv Blowfish.xsc Blowfish.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -DVERSION=\"2.14\" -DXS_VERSION=\"2.14\" -fPIC "-I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux/CORE" Blowfish.c In file included from ../../host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux/CORE/perl.h:7247, from Blowfish.xs:9: ../../host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux/CORE/sv_inline.h:519:1: warning: 'always_inline' function might not be inlinable [-Wattributes] 519 | Perl_newSV_type_mortal(pTHX_ const svtype type) | ^~~~~~~~~~~~~~~~~~~~~~ /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -DVERSION=\"2.14\" -DXS_VERSION=\"2.14\" -fPIC "-I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux/CORE" _blowfish.c rm -f blib/arch/auto/Crypt/Blowfish/Blowfish.so /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -shared Blowfish.o _blowfish.o -o blib/arch/auto/Crypt/Blowfish/Blowfish.so \ \ chmod 755 blib/arch/auto/Crypt/Blowfish/Blowfish.so make[1]: Leaving directory '/tmp/instance-5/output-1/build/perl-crypt-blowfish-2.14' >>> perl-crypt-blowfish 2.14 Installing to target cd /tmp/instance-5/output-1/build/perl-crypt-blowfish-2.14/ && if [ -f Build.PL ] && [ MB != "EUMM" ] ; then PERL5LIB= PERL_USE_UNSAFE_INC=1 /tmp/instance-5/output-1/host/bin/perl Build install; else /home/autobuild/make/make -j1 pure_install; fi make[1]: Entering directory '/tmp/instance-5/output-1/build/perl-crypt-blowfish-2.14' "/tmp/instance-5/output-1/host/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Blowfish.bs blib/arch/auto/Crypt/Blowfish/Blowfish.bs 644 Manifying 1 pod document Files found in blib/arch: installing files in blib/lib into architecture dependent library tree Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/sh4a-linux/auto/Crypt/Blowfish/Blowfish.so Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/sh4a-linux/Crypt/Blowfish.pm Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Crypt::Blowfish.3 make[1]: Leaving directory '/tmp/instance-5/output-1/build/perl-crypt-blowfish-2.14' >>> perl-data-optlist 0.113 Downloading wget --passive-ftp -nd -t 3 -O '/tmp/instance-5/output-1/build/.Data-OptList-0.113.tar.gz.ea1ru3/output' 'https://cpan.metacpan.org/authors/id/R/RJ/RJBS/Data-OptList-0.113.tar.gz' --2023-02-20 00:24:40-- https://cpan.metacpan.org/authors/id/R/RJ/RJBS/Data-OptList-0.113.tar.gz Resolving cpan.metacpan.org (cpan.metacpan.org)... 151.101.2.217, 151.101.194.217, 151.101.130.217, ... Connecting to cpan.metacpan.org (cpan.metacpan.org)|151.101.2.217|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 19841 (19K) [application/x-gzip] Saving to: '/tmp/instance-5/output-1/build/.Data-OptList-0.113.tar.gz.ea1ru3/output' 0K .......... ......... 100% 116M=0s 2023-02-20 00:24:40 (116 MB/s) - '/tmp/instance-5/output-1/build/.Data-OptList-0.113.tar.gz.ea1ru3/output' saved [19841/19841] Data-OptList-0.113.tar.gz: OK (md5: cda08370c4058ba56e40c2f21d94d233) Data-OptList-0.113.tar.gz: OK (sha256: 36aebc5817b7d4686b649434c2ee41f45c8bf97d4ca5a99f607cc40f695a4285) >>> perl-data-optlist 0.113 Extracting gzip -d -c /tmp/instance-5/dl/perl-data-optlist/Data-OptList-0.113.tar.gz | tar --strip-components=1 -C /tmp/instance-5/output-1/build/perl-data-optlist-0.113 -xf - >>> perl-data-optlist 0.113 Patching >>> perl-data-optlist 0.113 Configuring cd /tmp/instance-5/output-1/build/perl-data-optlist-0.113/ && if [ -f Build.PL ] && [ MB != "EUMM" ] ; then PERL_MM_USE_DEFAULT=1 PERL5LIB= PERL_USE_UNSAFE_INC=1 /tmp/instance-5/output-1/host/bin/perl Build.PL --config ar="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-ar" --config full_ar="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-ar" --config cc="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc" --config ccflags="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1" --config optimize=" " --config ld="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc" --config lddlflags="-shared " --config ldflags="" --include_dirs /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux/CORE --destdir /tmp/instance-5/output-1/target --installdirs vendor --install_path lib=/usr/lib/perl5/site_perl/5.36.0 --install_path arch=/usr/lib/perl5/site_perl/5.36.0/sh4a-linux --install_path bin=/usr/bin --install_path script=/usr/bin --install_path bindoc=/usr/share/man/man1 --install_path libdoc=/usr/share/man/man3 ; else PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps PERL5LIB= PERL_USE_UNSAFE_INC=1 /tmp/instance-5/output-1/host/bin/perl Makefile.PL AR="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-ar" FULL_AR="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-ar" CC="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc" CCFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1" OPTIMIZE=" " LD="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc" LDDLFLAGS="-shared " LDFLAGS="" PERL_ARCHLIB=/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux DESTDIR=/tmp/instance-5/output-1/target INSTALLDIRS=vendor INSTALLVENDORLIB=/usr/lib/perl5/site_perl/5.36.0 INSTALLVENDORARCH=/usr/lib/perl5/site_perl/5.36.0/sh4a-linux INSTALLVENDORBIN=/usr/bin INSTALLVENDORSCRIPT=/usr/bin INSTALLVENDORMAN1DIR=/usr/share/man/man1 INSTALLVENDORMAN3DIR=/usr/share/man/man3 ; fi Warning: prerequisite Params::Util 0 not found. Warning: prerequisite Sub::Install 0.921 not found. Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Data::OptList Writing MYMETA.yml and MYMETA.json >>> perl-data-optlist 0.113 Building cd /tmp/instance-5/output-1/build/perl-data-optlist-0.113/ && if [ -f Build.PL ] && [ MB != "EUMM" ] ; then PERL5LIB= PERL_USE_UNSAFE_INC=1 /tmp/instance-5/output-1/host/bin/perl Build build; else /home/autobuild/make/make -j1 FIXIN=: pure_all; fi make[1]: Entering directory '/tmp/instance-5/output-1/build/perl-data-optlist-0.113' cp lib/Data/OptList.pm blib/lib/Data/OptList.pm make[1]: Leaving directory '/tmp/instance-5/output-1/build/perl-data-optlist-0.113' >>> perl-data-optlist 0.113 Installing to target cd /tmp/instance-5/output-1/build/perl-data-optlist-0.113/ && if [ -f Build.PL ] && [ MB != "EUMM" ] ; then PERL5LIB= PERL_USE_UNSAFE_INC=1 /tmp/instance-5/output-1/host/bin/perl Build install; else /home/autobuild/make/make -j1 pure_install; fi make[1]: Entering directory '/tmp/instance-5/output-1/build/perl-data-optlist-0.113' Manifying 1 pod document Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Data/OptList.pm Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Data::OptList.3 make[1]: Leaving directory '/tmp/instance-5/output-1/build/perl-data-optlist-0.113' >>> perl-dbi 1.643 Downloading wget --passive-ftp -nd -t 3 -O '/tmp/instance-5/output-1/build/.DBI-1.643.tar.gz.zmEz8y/output' 'https://cpan.metacpan.org/authors/id/T/TI/TIMB/DBI-1.643.tar.gz' --2023-02-20 00:24:43-- https://cpan.metacpan.org/authors/id/T/TI/TIMB/DBI-1.643.tar.gz Resolving cpan.metacpan.org (cpan.metacpan.org)... 151.101.66.217, 151.101.2.217, 151.101.194.217, ... Connecting to cpan.metacpan.org (cpan.metacpan.org)|151.101.66.217|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 612372 (598K) [application/x-gzip] Saving to: '/tmp/instance-5/output-1/build/.DBI-1.643.tar.gz.zmEz8y/output' 0K .......... .......... .......... .......... .......... 8% 10.1M 0s 50K .......... .......... .......... .......... .......... 16% 12.2M 0s 100K .......... .......... .......... .......... .......... 25% 25.9M 0s 150K .......... .......... .......... .......... .......... 33% 274M 0s 200K .......... .......... .......... .......... .......... 41% 26.4M 0s 250K .......... .......... .......... .......... .......... 50% 151M 0s 300K .......... .......... .......... .......... .......... 58% 270M 0s 350K .......... .......... .......... .......... .......... 66% 220M 0s 400K .......... .......... .......... .......... .......... 75% 6.65M 0s 450K .......... .......... .......... .......... .......... 83% 231M 0s 500K .......... .......... .......... .......... .......... 91% 263M 0s 550K .......... .......... .......... .......... ........ 100% 271M=0.02s 2023-02-20 00:24:43 (27.3 MB/s) - '/tmp/instance-5/output-1/build/.DBI-1.643.tar.gz.zmEz8y/output' saved [612372/612372] DBI-1.643.tar.gz: OK (md5: 352f80b1e23769c116082a90905d7398) DBI-1.643.tar.gz: OK (sha256: 8a2b993db560a2c373c174ee976a51027dd780ec766ae17620c20393d2e836fa) >>> perl-dbi 1.643 Extracting gzip -d -c /tmp/instance-5/dl/perl-dbi/DBI-1.643.tar.gz | tar --strip-components=1 -C /tmp/instance-5/output-1/build/perl-dbi-1.643 -xf - >>> perl-dbi 1.643 Patching >>> perl-dbi 1.643 Configuring cd /tmp/instance-5/output-1/build/perl-dbi-1.643/ && if [ -f Build.PL ] && [ MB != "EUMM" ] ; then PERL_MM_USE_DEFAULT=1 PERL5LIB= PERL_USE_UNSAFE_INC=1 /tmp/instance-5/output-1/host/bin/perl Build.PL --config ar="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-ar" --config full_ar="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-ar" --config cc="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc" --config ccflags="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1" --config optimize=" " --config ld="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc" --config lddlflags="-shared " --config ldflags="" --include_dirs /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux/CORE --destdir /tmp/instance-5/output-1/target --installdirs vendor --install_path lib=/usr/lib/perl5/site_perl/5.36.0 --install_path arch=/usr/lib/perl5/site_perl/5.36.0/sh4a-linux --install_path bin=/usr/bin --install_path script=/usr/bin --install_path bindoc=/usr/share/man/man1 --install_path libdoc=/usr/share/man/man3 ; else PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps PERL5LIB= PERL_USE_UNSAFE_INC=1 /tmp/instance-5/output-1/host/bin/perl Makefile.PL AR="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-ar" FULL_AR="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-ar" CC="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc" CCFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1" OPTIMIZE=" " LD="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc" LDDLFLAGS="-shared " LDFLAGS="" PERL_ARCHLIB=/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux DESTDIR=/tmp/instance-5/output-1/target INSTALLDIRS=vendor INSTALLVENDORLIB=/usr/lib/perl5/site_perl/5.36.0 INSTALLVENDORARCH=/usr/lib/perl5/site_perl/5.36.0/sh4a-linux INSTALLVENDORBIN=/usr/bin INSTALLVENDORSCRIPT=/usr/bin INSTALLVENDORMAN1DIR=/usr/share/man/man1 INSTALLVENDORMAN3DIR=/usr/share/man/man3 ; fi *** Your LANG environment variable is set to 'en_US.UTF-8' *** This may cause problems for some perl installations. *** If you get test failures, please try again with LANG unset. *** If that then works, please email dbi-dev@perl.org with details *** including the output of 'perl -V' WARNING: Your GNU C 10.2.1 20210110 compiler is very old. Please upgrade it and rebuild perl. Your perl was compiled with gcc (version 10.2.1 20210110), okay. Creating test wrappers for DBD::Gofer: t/zvg_01basics.t t/zvg_02dbidrv.t t/zvg_03handle.t t/zvg_04mods.t t/zvg_05concathash.t t/zvg_06attrs.t t/zvg_07kids.t t/zvg_08keeperr.t t/zvg_09trace.t t/zvg_10examp.t t/zvg_11fetch.t t/zvg_12quote.t t/zvg_13taint.t t/zvg_14utf8.t t/zvg_15array.t t/zvg_16destroy.t t/zvg_17handle_error.t t/zvg_19fhtrace.t t/zvg_20meta.t t/zvg_30subclass.t t/zvg_31methcache.t t/zvg_35thrclone.t t/zvg_40profile.t t/zvg_41prof_dump.t t/zvg_42prof_data.t t/zvg_43prof_env.t t/zvg_48dbi_dbd_sqlengine.t t/zvg_49dbd_file.t t/zvg_50dbm_simple.t t/zvg_51dbm_file.t t/zvg_52dbm_complex.t t/zvg_53sqlengine_adv.t t/zvg_54_dbd_mem.t t/zvg_60preparse.t t/zvg_65transact.t t/zvg_70callbacks.t t/zvg_72childhandles.t t/zvg_73cachedkids.t t/zvg_80proxy.t t/zvg_85gofer.t t/zvg_86gofer_fail.t t/zvg_87gofer_cache.t t/zvg_90sql_type_cast.t t/zvg_91_store_warning.t Creating test wrappers for DBI::SQL::Nano: t/zvn_48dbi_dbd_sqlengine.t t/zvn_49dbd_file.t t/zvn_50dbm_simple.t t/zvn_51dbm_file.t t/zvn_52dbm_complex.t t/zvn_85gofer.t Creating test wrappers for DBI::PurePerl: t/zvp_01basics.t t/zvp_02dbidrv.t t/zvp_03handle.t t/zvp_04mods.t t/zvp_05concathash.t t/zvp_06attrs.t t/zvp_07kids.t t/zvp_08keeperr.t t/zvp_09trace.t t/zvp_10examp.t t/zvp_11fetch.t t/zvp_12quote.t t/zvp_13taint.t t/zvp_14utf8.t t/zvp_15array.t t/zvp_16destroy.t t/zvp_17handle_error.t t/zvp_19fhtrace.t t/zvp_20meta.t t/zvp_30subclass.t t/zvp_31methcache.t t/zvp_35thrclone.t t/zvp_40profile.t t/zvp_41prof_dump.t t/zvp_42prof_data.t t/zvp_43prof_env.t t/zvp_48dbi_dbd_sqlengine.t t/zvp_49dbd_file.t t/zvp_50dbm_simple.t t/zvp_51dbm_file.t t/zvp_52dbm_complex.t t/zvp_53sqlengine_adv.t t/zvp_54_dbd_mem.t t/zvp_60preparse.t t/zvp_65transact.t t/zvp_70callbacks.t t/zvp_72childhandles.t t/zvp_73cachedkids.t t/zvp_80proxy.t t/zvp_85gofer.t t/zvp_86gofer_fail.t t/zvp_87gofer_cache.t t/zvp_90sql_type_cast.t t/zvp_91_store_warning.t Creating test wrappers for DBD::Gofer + DBI::SQL::Nano: t/zvxgn_48dbi_dbd_sqlengine.t t/zvxgn_49dbd_file.t t/zvxgn_50dbm_simple.t t/zvxgn_51dbm_file.t t/zvxgn_52dbm_complex.t t/zvxgn_85gofer.t Creating test wrappers for DBD::Gofer + DBI::PurePerl: t/zvxgp_01basics.t t/zvxgp_02dbidrv.t t/zvxgp_03handle.t t/zvxgp_04mods.t t/zvxgp_05concathash.t t/zvxgp_06attrs.t t/zvxgp_07kids.t t/zvxgp_08keeperr.t t/zvxgp_09trace.t t/zvxgp_10examp.t t/zvxgp_11fetch.t t/zvxgp_12quote.t t/zvxgp_13taint.t t/zvxgp_14utf8.t t/zvxgp_15array.t t/zvxgp_16destroy.t t/zvxgp_17handle_error.t t/zvxgp_19fhtrace.t t/zvxgp_20meta.t t/zvxgp_30subclass.t t/zvxgp_31methcache.t t/zvxgp_35thrclone.t t/zvxgp_40profile.t t/zvxgp_41prof_dump.t t/zvxgp_42prof_data.t t/zvxgp_43prof_env.t t/zvxgp_48dbi_dbd_sqlengine.t t/zvxgp_49dbd_file.t t/zvxgp_50dbm_simple.t t/zvxgp_51dbm_file.t t/zvxgp_52dbm_complex.t t/zvxgp_53sqlengine_adv.t t/zvxgp_54_dbd_mem.t t/zvxgp_60preparse.t t/zvxgp_65transact.t t/zvxgp_70callbacks.t t/zvxgp_72childhandles.t t/zvxgp_73cachedkids.t t/zvxgp_80proxy.t t/zvxgp_85gofer.t t/zvxgp_86gofer_fail.t t/zvxgp_87gofer_cache.t t/zvxgp_90sql_type_cast.t t/zvxgp_91_store_warning.t Creating test wrappers for DBI::SQL::Nano + DBI::PurePerl: t/zvxnp_48dbi_dbd_sqlengine.t t/zvxnp_49dbd_file.t t/zvxnp_50dbm_simple.t t/zvxnp_51dbm_file.t t/zvxnp_52dbm_complex.t t/zvxnp_85gofer.t Creating test wrappers for DBD::Gofer + DBI::SQL::Nano + DBI::PurePerl: t/zvxgnp_48dbi_dbd_sqlengine.t t/zvxgnp_49dbd_file.t t/zvxgnp_50dbm_simple.t t/zvxgnp_51dbm_file.t t/zvxgnp_52dbm_complex.t t/zvxgnp_85gofer.t Checking if your kit is complete... Looks good I see you're using perl 5.036000 on x86_64-linux, okay. Remember to actually *read* the README file! Use 'make' to build the software (dmake or nmake on Windows). Then 'make test' to execute self tests. Then 'make install' to install the DBI and then delete this working directory before unpacking and building any DBD::* drivers. Generating a Unix-style Makefile Writing Makefile for DBI Writing MYMETA.yml and MYMETA.json >>> perl-dbi 1.643 Building cd /tmp/instance-5/output-1/build/perl-dbi-1.643/ && if [ -f Build.PL ] && [ MB != "EUMM" ] ; then PERL5LIB= PERL_USE_UNSAFE_INC=1 /tmp/instance-5/output-1/host/bin/perl Build build; else /home/autobuild/make/make -j1 FIXIN=: pure_all; fi make[1]: Entering directory '/tmp/instance-5/output-1/build/perl-dbi-1.643' "/tmp/instance-5/output-1/host/bin/perl" -MExtUtils::Command -e 'mkpath' -- blib/lib/DBI rm -f blib/lib/DBI/Changes.pm cp Changes blib/lib/DBI/Changes.pm cp lib/DBI/DBD/Metadata.pm blib/lib/DBI/DBD/Metadata.pm cp lib/DBI/Gofer/Execute.pm blib/lib/DBI/Gofer/Execute.pm cp lib/Bundle/DBI.pm blib/lib/Bundle/DBI.pm cp lib/DBD/NullP.pm blib/lib/DBD/NullP.pm cp dbixs_rev.pl blib/lib/dbixs_rev.pl cp lib/DBD/Mem.pm blib/lib/DBD/Mem.pm cp dbivport.h blib/arch/auto/DBI/dbivport.h cp lib/DBD/Gofer/Transport/stream.pm blib/lib/DBD/Gofer/Transport/stream.pm cp lib/DBD/Gofer/Policy/rush.pm blib/lib/DBD/Gofer/Policy/rush.pm cp lib/DBD/File.pm blib/lib/DBD/File.pm cp lib/DBD/Gofer/Transport/Base.pm blib/lib/DBD/Gofer/Transport/Base.pm cp dbi_sql.h blib/arch/auto/DBI/dbi_sql.h cp lib/DBI/DBD/SqlEngine/HowTo.pod blib/lib/DBI/DBD/SqlEngine/HowTo.pod cp dbipport.h blib/arch/auto/DBI/dbipport.h cp lib/DBD/File/Roadmap.pod blib/lib/DBD/File/Roadmap.pod cp lib/DBI/DBD.pm blib/lib/DBI/DBD.pm cp lib/DBD/Gofer/Transport/pipeone.pm blib/lib/DBD/Gofer/Transport/pipeone.pm cp lib/DBI/Const/GetInfo/ANSI.pm blib/lib/DBI/Const/GetInfo/ANSI.pm cp lib/DBD/Gofer/Policy/pedantic.pm blib/lib/DBD/Gofer/Policy/pedantic.pm cp lib/DBI/Const/GetInfoType.pm blib/lib/DBI/Const/GetInfoType.pm cp lib/DBD/Gofer.pm blib/lib/DBD/Gofer.pm cp lib/DBD/Gofer/Policy/classic.pm blib/lib/DBD/Gofer/Policy/classic.pm cp lib/DBI/DBD/SqlEngine/Developers.pod blib/lib/DBI/DBD/SqlEngine/Developers.pod cp lib/DBD/Gofer/Transport/corostream.pm blib/lib/DBD/Gofer/Transport/corostream.pm cp lib/DBD/Proxy.pm blib/lib/DBD/Proxy.pm cp Driver_xst.h blib/arch/auto/DBI/Driver_xst.h cp dbd_xsh.h blib/arch/auto/DBI/dbd_xsh.h cp lib/DBD/ExampleP.pm blib/lib/DBD/ExampleP.pm cp lib/DBI/Gofer/Request.pm blib/lib/DBI/Gofer/Request.pm cp DBI.pm blib/lib/DBI.pm cp lib/DBI/Gofer/Response.pm blib/lib/DBI/Gofer/Response.pm cp Driver.xst blib/arch/auto/DBI/Driver.xst cp DBIXS.h blib/arch/auto/DBI/DBIXS.h cp lib/DBI/DBD/SqlEngine.pm blib/lib/DBI/DBD/SqlEngine.pm cp lib/DBI/Const/GetInfo/ODBC.pm blib/lib/DBI/Const/GetInfo/ODBC.pm cp lib/DBD/Sponge.pm blib/lib/DBD/Sponge.pm cp lib/DBD/File/HowTo.pod blib/lib/DBD/File/HowTo.pod cp lib/DBD/Gofer/Transport/null.pm blib/lib/DBD/Gofer/Transport/null.pm cp lib/DBD/DBM.pm blib/lib/DBD/DBM.pm cp lib/DBD/Gofer/Policy/Base.pm blib/lib/DBD/Gofer/Policy/Base.pm cp lib/DBI/Const/GetInfoReturn.pm blib/lib/DBI/Const/GetInfoReturn.pm cp dbixs_rev.h blib/arch/auto/DBI/dbixs_rev.h cp lib/DBD/File/Developers.pod blib/lib/DBD/File/Developers.pod cp lib/DBI/Util/CacheMemory.pm blib/lib/DBI/Util/CacheMemory.pm cp lib/DBI/Gofer/Transport/Base.pm blib/lib/DBI/Gofer/Transport/Base.pm cp lib/DBI/SQL/Nano.pm blib/lib/DBI/SQL/Nano.pm cp lib/DBI/ProfileSubs.pm blib/lib/DBI/ProfileSubs.pm cp lib/DBI/Gofer/Transport/stream.pm blib/lib/DBI/Gofer/Transport/stream.pm cp lib/DBI/Gofer/Transport/pipeone.pm blib/lib/DBI/Gofer/Transport/pipeone.pm cp lib/DBI/Gofer/Serializer/Base.pm blib/lib/DBI/Gofer/Serializer/Base.pm cp lib/DBI/W32ODBC.pm blib/lib/DBI/W32ODBC.pm cp lib/DBI/Util/_accessor.pm blib/lib/DBI/Util/_accessor.pm cp lib/DBI/ProfileDumper.pm blib/lib/DBI/ProfileDumper.pm cp lib/DBI/PurePerl.pm blib/lib/DBI/PurePerl.pm cp lib/DBI/Gofer/Serializer/DataDumper.pm blib/lib/DBI/Gofer/Serializer/DataDumper.pm cp lib/DBI/ProfileDumper/Apache.pm blib/lib/DBI/ProfileDumper/Apache.pm cp lib/DBI/ProxyServer.pm blib/lib/DBI/ProxyServer.pm cp lib/DBI/Profile.pm blib/lib/DBI/Profile.pm cp lib/Win32/DBIODBC.pm blib/lib/Win32/DBIODBC.pm cp lib/DBI/ProfileData.pm blib/lib/DBI/ProfileData.pm cp lib/DBI/Gofer/Serializer/Storable.pm blib/lib/DBI/Gofer/Serializer/Storable.pm Running Mkbootstrap for DBI () chmod 644 "DBI.bs" "/tmp/instance-5/output-1/host/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- DBI.bs blib/arch/auto/DBI/DBI.bs 644 "/tmp/instance-5/output-1/host/bin/perl" -p -e "s/~DRIVER~/Perl/g" ./Driver.xst > Perl.xsi "/tmp/instance-5/output-1/host/bin/perl" "/tmp/instance-5/output-1/host/lib/perl5/5.36.0/ExtUtils/xsubpp" -typemap '/tmp/instance-5/output-1/host/lib/perl5/5.36.0/ExtUtils/typemap' -typemap '/tmp/instance-5/output-1/build/perl-dbi-1.643/typemap' Perl.xs > Perl.xsc mv Perl.xsc Perl.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -DVERSION=\"1.643\" -DXS_VERSION=\"1.643\" -fPIC "-I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux/CORE" -W -Wall -Wpointer-arith -Wbad-function-cast -Wno-comment -Wno-sign-compare -Wno-cast-qual -DDBI_NO_THREADS Perl.c In file included from ../../host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux/CORE/perl.h:3003, from DBIXS.h:23, from Perl.xs:7: ../../host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux/CORE/inline.h: In function 'Perl_is_utf8_valid_partial_char_flags': ../../host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux/CORE/handy.h:125:23: warning: cast from function call of type 'STRLEN' {aka 'unsigned int'} to non-matching type '_Bool' [-Wbad-function-cast] 125 | #define cBOOL(cbool) ((bool) (cbool)) | ^ ../../host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux/CORE/inline.h:2363:12: note: in expansion of macro 'cBOOL' 2363 | return cBOOL(is_utf8_char_helper_(s0, e, flags)); | ^~~~~ In file included from Perl.xs:7: Perl.xs: In function 'dbi_get_state': DBIXS.h:498:32: warning: cast between incompatible function types from 'void (*)(CV *)' {aka 'void (*)(struct cv *)'} to 'dbistate_t ** (*)(void)' {aka 'struct dbistate_st ** (*)(void)'} [-Wcast-function-type] 498 | dbi_state_lval_p = (_dbi_state_lval_t)CvXSUB(cv); \ | ^ DBIXS.h:516:5: note: in expansion of macro '_DBISTATE_DECLARE_COMMON' 516 | _DBISTATE_DECLARE_COMMON | ^~~~~~~~~~~~~~~~~~~~~~~~ Perl.xs:13:1: note: in expansion of macro 'DBISTATE_DECLARE' 13 | DBISTATE_DECLARE; | ^~~~~~~~~~~~~~~~ In file included from ../../host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux/CORE/perl.h:7247, from DBIXS.h:23, from Perl.xs:7: At top level: ../../host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux/CORE/sv_inline.h:519:1: warning: 'always_inline' function might not be inlinable [-Wattributes] 519 | Perl_newSV_type_mortal(pTHX_ const svtype type) | ^~~~~~~~~~~~~~~~~~~~~~ ../../host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux/CORE/sv_inline.h:519:1: warning: 'Perl_newSV_type_mortal' defined but not used [-Wunused-function] In file included from ../../host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux/CORE/perl.h:7246, from DBIXS.h:23, from Perl.xs:7: ../../host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux/CORE/inline.h:3476:1: warning: 'Perl_sv_isbool' defined but not used [-Wunused-function] 3476 | Perl_sv_isbool(pTHX_ const SV *sv) | ^~~~~~~~~~~~~~ ../../host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux/CORE/inline.h:3278:1: warning: 'Perl_mortal_getenv' defined but not used [-Wunused-function] 3278 | Perl_mortal_getenv(const char * str) | ^~~~~~~~~~~~~~~~~~ ../../host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux/CORE/inline.h:3206:1: warning: 'Perl_foldEQ_locale' defined but not used [-Wunused-function] 3206 | Perl_foldEQ_locale(const char *s1, const char *s2, I32 len) | ^~~~~~~~~~~~~~~~~~ ../../host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux/CORE/inline.h:3172:1: warning: 'Perl_foldEQ_latin1' defined but not used [-Wunused-function] 3172 | Perl_foldEQ_latin1(const char *s1, const char *s2, I32 len) | ^~~~~~~~~~~~~~~~~~ ../../host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux/CORE/inline.h:3154:1: warning: 'Perl_foldEQ' defined but not used [-Wunused-function] 3154 | Perl_foldEQ(const char *s1, const char *s2, I32 len) | ^~~~~~~~~~~ ../../host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux/CORE/inline.h:3124:1: warning: 'Perl_cx_popgiven' defined but not used [-Wunused-function] 3124 | Perl_cx_popgiven(pTHX_ PERL_CONTEXT *cx) | ^~~~~~~~~~~~~~~~ ../../host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux/CORE/inline.h:3114:1: warning: 'Perl_cx_pushgiven' defined but not used [-Wunused-function] 3114 | Perl_cx_pushgiven(pTHX_ PERL_CONTEXT *cx, SV *orig_defsv) | ^~~~~~~~~~~~~~~~~ ../../host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux/CORE/inline.h:3102:1: warning: 'Perl_cx_popwhen' defined but not used [-Wunused-function] 3102 | Perl_cx_popwhen(pTHX_ PERL_CONTEXT *cx) | ^~~~~~~~~~~~~~~ ../../host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux/CORE/inline.h:3093:1: warning: 'Perl_cx_pushwhen' defined but not used [-Wunused-function] 3093 | Perl_cx_pushwhen(pTHX_ PERL_CONTEXT *cx) | ^~~~~~~~~~~~~~~~ ../../host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux/CORE/inline.h:3060:1: warning: 'Perl_cx_poploop' defined but not used [-Wunused-function] 3060 | Perl_cx_poploop(pTHX_ PERL_CONTEXT *cx) | ^~~~~~~~~~~~~~~ ../../host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux/CORE/inline.h:3042:1: warning: 'Perl_cx_pushloop_for' defined but not used [-Wunused-function] 3042 | Perl_cx_pushloop_for(pTHX_ PERL_CONTEXT *cx, void *itervarp, SV* itersave) | ^~~~~~~~~~~~~~~~~~~~ ../../host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux/CORE/inline.h:3030:1: warning: 'Perl_cx_pushloop_plain' defined but not used [-Wunused-function] 3030 | Perl_cx_pushloop_plain(pTHX_ PERL_CONTEXT *cx) | ^~~~~~~~~~~~~~~~~~~~~~ ../../host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux/CORE/inline.h:2997:1: warning: 'Perl_cx_popeval' defined but not used [-Wunused-function] 2997 | Perl_cx_popeval(pTHX_ PERL_CONTEXT *cx) | ^~~~~~~~~~~~~~~ ../../host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux/CORE/inline.h:2984:1: warning: 'Perl_cx_pushtry' defined but not used [-Wunused-function] 2984 | Perl_cx_pushtry(pTHX_ PERL_CONTEXT *cx, OP *retop) | ^~~~~~~~~~~~~~~ ../../host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux/CORE/inline.h:2973:1: warning: 'Perl_cx_pusheval' defined but not used [-Wunused-function] 2973 | Perl_cx_pusheval(pTHX_ PERL_CONTEXT *cx, OP *retop, SV *namesv) | ^~~~~~~~~~~~~~~~ ../../host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux/CORE/inline.h:2934:1: warning: 'Perl_cx_popformat' defined but not used [-Wunused-function] 2934 | Perl_cx_popformat(pTHX_ PERL_CONTEXT *cx) | ^~~~~~~~~~~~~~~~~ ../../host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux/CORE/inline.h:2914:1: warning: 'Perl_cx_pushformat' defined but not used [-Wunused-function] 2914 | Perl_cx_pushformat(pTHX_ PERL_CONTEXT *cx, CV *cv, OP *retop, GV *gv) | ^~~~~~~~~~~~~~~~~~ ../../host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux/CORE/inline.h:2900:1: warning: 'Perl_cx_popsub' defined but not used [-Wunused-function] 2900 | Perl_cx_popsub(pTHX_ PERL_CONTEXT *cx) | ^~~~~~~~~~~~~~ ../../host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux/CORE/inline.h:2836:1: warning: 'Perl_cx_pushsub' defined but not used [-Wunused-function] 2836 | Perl_cx_pushsub(pTHX_ PERL_CONTEXT *cx, CV *cv, OP *retop, bool hasargs) | ^~~~~~~~~~~~~~~ ../../host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux/CORE/inline.h:2821:1: warning: 'Perl_cx_topblock' defined but not used [-Wunused-function] 2821 | Perl_cx_topblock(pTHX_ PERL_CONTEXT *cx) | ^~~~~~~~~~~~~~~~ ../../host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux/CORE/inline.h:2796:1: warning: 'Perl_cx_popblock' defined but not used [-Wunused-function] 2796 | Perl_cx_popblock(pTHX_ PERL_CONTEXT *cx) | ^~~~~~~~~~~~~~~~ ../../host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux/CORE/inline.h:2769:1: warning: 'Perl_cx_pushblock' defined but not used [-Wunused-function] 2769 | Perl_cx_pushblock(pTHX_ U8 type, U8 gimme, SV** sp, I32 saveix) | ^~~~~~~~~~~~~~~~~ ../../host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux/CORE/inline.h:2751:1: warning: 'Perl_gimme_V' defined but not used [-Wunused-function] 2751 | Perl_gimme_V(pTHX) | ^~~~~~~~~~~~ ../../host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux/CORE/inline.h:2728:1: warning: 'Perl_sv_only_taint_gmagic' defined but not used [-Wunused-function] 2728 | Perl_sv_only_taint_gmagic(SV *sv) | ^~~~~~~~~~~~~~~~~~~~~~~~~ ../../host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux/CORE/inline.h:2597:1: warning: 'Perl_is_safe_syscall' defined but not used [-Wunused-function] 2597 | Perl_is_safe_syscall(pTHX_ const char *pv, STRLEN len, const char *what, const char *op_name) | ^~~~~~~~~~~~~~~~~~~~ ../../host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux/CORE/inline.h:2551:1: warning: 'Perl_utf8_to_uvchr_buf_helper' defined but not used [-Wunused-function] 2551 | Perl_utf8_to_uvchr_buf_helper(pTHX_ const U8 *s, const U8 *send, STRLEN *retlen) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux/CORE/inline.h:2441:1: warning: 'Perl_is_utf8_fixed_width_buf_loclen_flags' defined but not used [-Wunused-function] 2441 | Perl_is_utf8_fixed_width_buf_loclen_flags(const U8 * const s, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux/CORE/inline.h:2209:1: warning: 'Perl_utf8_hop_safe' defined but not used [-Wunused-function] 2209 | Perl_utf8_hop_safe(const U8 *s, SSize_t off, const U8 *start, const U8 *end) | ^~~~~~~~~~~~~~~~~~ ../../host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux/CORE/inline.h:2085:1: warning: 'Perl_utf8_hop' defined but not used [-Wunused-function] 2085 | Perl_utf8_hop(const U8 *s, SSize_t off) | ^~~~~~~~~~~~~ ../../host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux/CORE/inline.h:2064:1: warning: 'Perl_utf8_distance' defined but not used [-Wunused-function] 2064 | Perl_utf8_distance(pTHX_ const U8 *a, const U8 *b) | ^~~~~~~~~~~~~~~~~~ ../../host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux/CORE/inline.h:1403:1: warning: 'Perl_is_utf8_string_flags' defined but not used [-Wunused-function] 1403 | Perl_is_utf8_string_flags(const U8 *s, STRLEN len, const U32 flags) | ^~~~~~~~~~~~~~~~~~~~~~~~~ ../../host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux/CORE/inline.h:1031:1: warning: 'Perl_single_1bit_pos32' defined but not used [-Wunused-function] 1031 | Perl_single_1bit_pos32(U32 word) | ^~~~~~~~~~~~~~~~~~~~~~ ../../host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux/CORE/inline.h:992:1: warning: 'Perl_single_1bit_pos64' defined but not used [-Wunused-function] 992 | Perl_single_1bit_pos64(U64 word) | ^~~~~~~~~~~~~~~~~~~~~~ ../../host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux/CORE/inline.h:843:1: warning: 'Perl_lsbit_pos32' defined but not used [-Wunused-function] 843 | Perl_lsbit_pos32(U32 word) | ^~~~~~~~~~~~~~~~ ../../host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux/CORE/inline.h:516:1: warning: 'Perl_valid_utf8_to_uvchr' defined but not used [-Wunused-function] 516 | Perl_valid_utf8_to_uvchr(const U8 *s, STRLEN *retlen) | ^~~~~~~~~~~~~~~~~~~~~~~~ ../../host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux/CORE/inline.h:489:1: warning: 'Perl_append_utf8_from_native_byte' defined but not used [-Wunused-function] 489 | Perl_append_utf8_from_native_byte(const U8 byte, U8** dest) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux/CORE/inline.h:463:1: warning: 'Perl_SvPADSTALE_off' defined but not used [-Wunused-function] 463 | Perl_SvPADSTALE_off(SV *sv) | ^~~~~~~~~~~~~~~~~~~ ../../host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux/CORE/inline.h:457:1: warning: 'Perl_SvPADSTALE_on' defined but not used [-Wunused-function] 457 | Perl_SvPADSTALE_on(SV *sv) | ^~~~~~~~~~~~~~~~~~ ../../host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux/CORE/inline.h:448:1: warning: 'Perl_SvAMAGIC_off' defined but not used [-Wunused-function] 448 | Perl_SvAMAGIC_off(SV *sv) | ^~~~~~~~~~~~~~~~~ ../../host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux/CORE/inline.h:431:1: warning: 'Perl_SvAMAGIC_on' defined but not used [-Wunused-function] 431 | Perl_SvAMAGIC_on(SV *sv) | ^~~~~~~~~~~~~~~~ ../../host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux/CORE/inline.h:384:1: warning: 'Perl_SvREFCNT_inc_NN' defined but not used [-Wunused-function] 384 | Perl_SvREFCNT_inc_NN(SV *sv) | ^~~~~~~~~~~~~~~~~~~~ ../../host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux/CORE/inline.h:341:1: warning: 'Perl_SvTRUE_NN' defined but not used [-Wunused-function] 341 | Perl_SvTRUE_NN(pTHX_ SV *sv) | ^~~~~~~~~~~~~~ ../../host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux/CORE/inline.h:331:1: warning: 'Perl_SvTRUE_nomg' defined but not used [-Wunused-function] 331 | Perl_SvTRUE_nomg(pTHX_ SV *sv) | ^~~~~~~~~~~~~~~~ ../../host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux/CORE/inline.h:306:1: warning: 'Perl_ReANY' defined but not used [-Wunused-function] 306 | Perl_ReANY(const REGEXP * const re) | ^~~~~~~~~~ ../../host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux/CORE/inline.h:268:1: warning: 'Perl_TOPMARK' defined but not used [-Wunused-function] 268 | Perl_TOPMARK(pTHX) | ^~~~~~~~~~~~ ../../host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux/CORE/inline.h:153:1: warning: 'Perl_CvGV' defined but not used [-Wunused-function] 153 | Perl_CvGV(pTHX_ CV *sv) | ^~~~~~~~~ ../../host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux/CORE/inline.h:127:1: warning: 'Perl_av_fetch_simple' defined but not used [-Wunused-function] 127 | Perl_av_fetch_simple(pTHX_ AV *av, SSize_t key, I32 lval) | ^~~~~~~~~~~~~~~~~~~~ ../../host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux/CORE/inline.h:52:1: warning: 'Perl_av_count' defined but not used [-Wunused-function] 52 | Perl_av_count(pTHX_ AV *av) | ^~~~~~~~~~~~~ In file included from ../../host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux/CORE/hv.h:673, from ../../host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux/CORE/perl.h:4168, from DBIXS.h:23, from Perl.xs:7: ../../host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux/CORE/hv_func.h:164:1: warning: 'S_perl_hash_with_seed' defined but not used [-Wunused-function] 164 | S_perl_hash_with_seed(const U8 * seed, const U8 *str, STRLEN len) { | ^~~~~~~~~~~~~~~~~~~~~ In file included from ../../host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux/CORE/hv_func.h:34, from ../../host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux/CORE/hv.h:673, from ../../host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux/CORE/perl.h:4168, from DBIXS.h:23, from Perl.xs:7: ../../host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux/CORE/sbox32_hash.h:1726:26: warning: 'sbox32_hash128' defined but not used [-Wunused-function] 1726 | SBOX32_STATIC_INLINE U32 sbox32_hash128( | ^~~~~~~~~~~~~~ In file included from ../../host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux/CORE/sbox32_hash.h:4, from ../../host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux/CORE/hv_func.h:34, from ../../host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux/CORE/hv.h:673, from ../../host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux/CORE/perl.h:4168, from DBIXS.h:23, from Perl.xs:7: ../../host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux/CORE/zaphod32_hash.h:277:28: warning: 'zaphod32_hash' defined but not used [-Wunused-function] 277 | ZAPHOD32_STATIC_INLINE U32 zaphod32_hash( | ^~~~~~~~~~~~~ In file included from ../../host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux/CORE/perl.h:4165, from DBIXS.h:23, from Perl.xs:7: ../../host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux/CORE/cv.h:231:1: warning: 'CvNAME_HEK' defined but not used [-Wunused-function] 231 | CvNAME_HEK(CV *sv) | ^~~~~~~~~~ In file included from ../../host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux/CORE/regexp.h:296, from ../../host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux/CORE/perl.h:4160, from DBIXS.h:23, from Perl.xs:7: ../../host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux/CORE/op_reg_common.h:79:1: warning: 'get_regex_charset' defined but not used [-Wunused-function] 79 | get_regex_charset(const U32 flags) | ^~~~~~~~~~~~~~~~~ ../../host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux/CORE/op_reg_common.h:65:1: warning: 'set_regex_charset' defined but not used [-Wunused-function] 65 | set_regex_charset(U32 * const flags, const regex_charset cs) | ^~~~~~~~~~~~~~~~~ "/tmp/instance-5/output-1/host/bin/perl" "/tmp/instance-5/output-1/host/lib/perl5/5.36.0/ExtUtils/xsubpp" -typemap '/tmp/instance-5/output-1/host/lib/perl5/5.36.0/ExtUtils/typemap' -typemap '/tmp/instance-5/output-1/build/perl-dbi-1.643/typemap' DBI.xs > DBI.xsc mv DBI.xsc DBI.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -DVERSION=\"1.643\" -DXS_VERSION=\"1.643\" -fPIC "-I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux/CORE" -W -Wall -Wpointer-arith -Wbad-function-cast -Wno-comment -Wno-sign-compare -Wno-cast-qual -DDBI_NO_THREADS DBI.c In file included from ../../host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux/CORE/perl.h:3003, from DBIXS.h:23, from DBI.xs:13: ../../host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux/CORE/inline.h: In function 'Perl_is_utf8_valid_partial_char_flags': ../../host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux/CORE/handy.h:125:23: warning: cast from function call of type 'STRLEN' {aka 'unsigned int'} to non-matching type '_Bool' [-Wbad-function-cast] 125 | #define cBOOL(cbool) ((bool) (cbool)) | ^ ../../host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux/CORE/inline.h:2363:12: note: in expansion of macro 'cBOOL' 2363 | return cBOOL(is_utf8_char_helper_(s0, e, flags)); | ^~~~~ DBI.xs: In function 'dbi_ima_free': DBI.xs:244:46: warning: unused parameter 'mg' [-Wunused-parameter] 244 | static int dbi_ima_free(pTHX_ SV* sv, MAGIC* mg) | ~~~~~~~^~ DBI.xs: In function 'sql_type_cast_svpv': DBI.xs:1943:65: warning: unused parameter 'v' [-Wunused-parameter] 1943 | sql_type_cast_svpv(pTHX_ SV *sv, int sql_type, U32 flags, void *v) | ~~~~~~^ DBI.xs: In function 'dbih_get_attr_k': DBI.xs:2374:60: warning: format '%ld' expects argument of type 'long int', but argument 5 has type 'int' [-Wformat=] 2374 | PerlIO_printf(DBIc_LOGPIO(imp_sth)," FETCH $h->{%s} from $h->{NAME} with $h->{NUM_OF_FIELDS} = %d" | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ DBI.xs: In function 'XS_DBI_dispatch': DBI.xs:3883:46: warning: format '%ld' expects argument of type 'long int', but argument 3 has type 'int' [-Wformat=] 3883 | PerlIO_printf(logfp, " ... %ld others skipped", AvFILL(av) - avi); | ^~~~~~~~~~~~~~~~~~~~~~~~~ In file included from DBIXS.h:23, from DBI.xs:13: ../../host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux/CORE/handy.h:125:23: warning: cast from function call of type 'long int' to non-matching type '_Bool' [-Wbad-function-cast] 125 | #define cBOOL(cbool) ((bool) (cbool)) | ^ ../../host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux/CORE/perl.h:3871:62: note: in definition of macro 'EXPECT' 3871 | # define EXPECT(expr,val) __builtin_expect(expr,val) | ^~~~ ../../host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux/CORE/perl.h:3892:52: note: in expansion of macro 'cBOOL' 3892 | #define UNLIKELY(cond) EXPECT(cBOOL(cond),FALSE) | ^~~~~ ../../host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux/CORE/sv.h:1572:42: note: in expansion of macro 'UNLIKELY' 1572 | #define SvTAINTED_on(sv) STMT_START{ if(UNLIKELY(TAINTING_get)){sv_taint(sv);} }STMT_END | ^~~~~~~~ ../../host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux/CORE/perl.h:911:34: note: in expansion of macro 'cBOOL' 911 | # define TAINTING_get (cBOOL(UNLIKELY(PL_tainting))) | ^~~~~ ../../host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux/CORE/sv.h:1572:51: note: in expansion of macro 'TAINTING_get' 1572 | #define SvTAINTED_on(sv) STMT_START{ if(UNLIKELY(TAINTING_get)){sv_taint(sv);} }STMT_END | ^~~~~~~~~~~~ DBI.xs:3958:25: note: in expansion of macro 'SvTAINTED_on' 3958 | SvTAINTED_on(s); | ^~~~~~~~~~~~ ../../host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux/CORE/handy.h:125:23: warning: cast from function call of type 'long int' to non-matching type '_Bool' [-Wbad-function-cast] 125 | #define cBOOL(cbool) ((bool) (cbool)) | ^ ../../host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux/CORE/perl.h:3871:62: note: in definition of macro 'EXPECT' 3871 | # define EXPECT(expr,val) __builtin_expect(expr,val) | ^~~~ ../../host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux/CORE/perl.h:3892:52: note: in expansion of macro 'cBOOL' 3892 | #define UNLIKELY(cond) EXPECT(cBOOL(cond),FALSE) | ^~~~~ ../../host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux/CORE/sv.h:1572:42: note: in expansion of macro 'UNLIKELY' 1572 | #define SvTAINTED_on(sv) STMT_START{ if(UNLIKELY(TAINTING_get)){sv_taint(sv);} }STMT_END | ^~~~~~~~ ../../host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux/CORE/perl.h:911:34: note: in expansion of macro 'cBOOL' 911 | # define TAINTING_get (cBOOL(UNLIKELY(PL_tainting))) | ^~~~~ ../../host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux/CORE/sv.h:1572:51: note: in expansion of macro 'TAINTING_get' 1572 | #define SvTAINTED_on(sv) STMT_START{ if(UNLIKELY(TAINTING_get)){sv_taint(sv);} }STMT_END | ^~~~~~~~~~~~ DBI.xs:3965:25: note: in expansion of macro 'SvTAINTED_on' 3965 | SvTAINTED_on(s); | ^~~~~~~~~~~~ DBI.c: In function 'XS_DBI_constant': ../../host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux/CORE/handy.h:125:23: warning: cast from function call of type 'long int' to non-matching type '_Bool' [-Wbad-function-cast] 125 | #define cBOOL(cbool) ((bool) (cbool)) | ^ ../../host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux/CORE/perl.h:3871:62: note: in definition of macro 'EXPECT' 3871 | # define EXPECT(expr,val) __builtin_expect(expr,val) | ^~~~ ../../host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux/CORE/perl.h:3891:52: note: in expansion of macro 'cBOOL' 3891 | #define LIKELY(cond) EXPECT(cBOOL(cond),TRUE) | ^~~~~ ../../host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux/CORE/pp.h:411:13: note: in expansion of macro 'LIKELY' 411 | if (LIKELY( \ | ^~~~~~ ../../host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux/CORE/perl.h:910:34: note: in expansion of macro 'cBOOL' 910 | # define TAINT_get (cBOOL(UNLIKELY(PL_tainted))) /* Is something tainted? */ | ^~~~~ ../../host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux/CORE/pp.h:413:28: note: in expansion of macro 'TAINT_get' 413 | & (do_taint ? !TAINT_get : 1))) \ | ^~~~~~~~~ ../../host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux/CORE/pp.h:476:38: note: in expansion of macro 'TARGi' 476 | #define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END | ^~~~~ DBI.c:4630:9: note: in expansion of macro 'PUSHi' 4630 | PUSHi((IV)RETVAL); | ^~~~~ DBI.c: In function 'XS_DBI_hash': ../../host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux/CORE/handy.h:125:23: warning: cast from function call of type 'long int' to non-matching type '_Bool' [-Wbad-function-cast] 125 | #define cBOOL(cbool) ((bool) (cbool)) | ^ ../../host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux/CORE/perl.h:3871:62: note: in definition of macro 'EXPECT' 3871 | # define EXPECT(expr,val) __builtin_expect(expr,val) | ^~~~ ../../host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux/CORE/perl.h:3891:52: note: in expansion of macro 'cBOOL' 3891 | #define LIKELY(cond) EXPECT(cBOOL(cond),TRUE) | ^~~~~ ../../host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux/CORE/pp.h:411:13: note: in expansion of macro 'LIKELY' 411 | if (LIKELY( \ | ^~~~~~ ../../host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux/CORE/perl.h:910:34: note: in expansion of macro 'cBOOL' 910 | # define TAINT_get (cBOOL(UNLIKELY(PL_tainted))) /* Is something tainted? */ | ^~~~~ ../../host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux/CORE/pp.h:413:28: note: in expansion of macro 'TAINT_get' 413 | & (do_taint ? !TAINT_get : 1))) \ | ^~~~~~~~~ ../../host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux/CORE/pp.h:476:38: note: in expansion of macro 'TARGi' 476 | #define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END | ^~~~~ DBI.c:4840:9: note: in expansion of macro 'PUSHi' 4840 | PUSHi((IV)RETVAL); | ^~~~~ DBI.c: In function 'XS_DBI_trace': ../../host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux/CORE/handy.h:125:23: warning: cast from function call of type 'long int' to non-matching type '_Bool' [-Wbad-function-cast] 125 | #define cBOOL(cbool) ((bool) (cbool)) | ^ ../../host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux/CORE/perl.h:3871:62: note: in definition of macro 'EXPECT' 3871 | # define EXPECT(expr,val) __builtin_expect(expr,val) | ^~~~ ../../host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux/CORE/perl.h:3891:52: note: in expansion of macro 'cBOOL' 3891 | #define LIKELY(cond) EXPECT(cBOOL(cond),TRUE) | ^~~~~ ../../host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux/CORE/pp.h:411:13: note: in expansion of macro 'LIKELY' 411 | if (LIKELY( \ | ^~~~~~ ../../host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux/CORE/perl.h:910:34: note: in expansion of macro 'cBOOL' 910 | # define TAINT_get (cBOOL(UNLIKELY(PL_tainted))) /* Is something tainted? */ | ^~~~~ ../../host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux/CORE/pp.h:413:28: note: in expansion of macro 'TAINT_get' 413 | & (do_taint ? !TAINT_get : 1))) \ | ^~~~~~~~~ ../../host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux/CORE/pp.h:476:38: note: in expansion of macro 'TARGi' 476 | #define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END | ^~~~~ DBI.c:5036:9: note: in expansion of macro 'PUSHi' 5036 | PUSHi((IV)RETVAL); | ^~~~~ DBI.c: In function 'XS_DBI_dbi_time': ../../host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux/CORE/handy.h:125:23: warning: cast from function call of type 'long int' to non-matching type '_Bool' [-Wbad-function-cast] 125 | #define cBOOL(cbool) ((bool) (cbool)) | ^ ../../host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux/CORE/perl.h:3871:62: note: in definition of macro 'EXPECT' 3871 | # define EXPECT(expr,val) __builtin_expect(expr,val) | ^~~~ ../../host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux/CORE/perl.h:3891:52: note: in expansion of macro 'cBOOL' 3891 | #define LIKELY(cond) EXPECT(cBOOL(cond),TRUE) | ^~~~~ ../../host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux/CORE/pp.h:456:13: note: in expansion of macro 'LIKELY' 456 | if (LIKELY( \ | ^~~~~~ ../../host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux/CORE/perl.h:910:34: note: in expansion of macro 'cBOOL' 910 | # define TAINT_get (cBOOL(UNLIKELY(PL_tainted))) /* Is something tainted? */ | ^~~~~ ../../host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux/CORE/pp.h:458:28: note: in expansion of macro 'TAINT_get' 458 | & (do_taint ? !TAINT_get : 1))) \ | ^~~~~~~~~ ../../host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux/CORE/pp.h:475:38: note: in expansion of macro 'TARGn' 475 | #define PUSHn(n) STMT_START { TARGn(n,1); PUSHs(TARG); } STMT_END | ^~~~~ DBI.c:5112:9: note: in expansion of macro 'PUSHn' 5112 | PUSHn((NV)RETVAL); | ^~~~~ DBI.c: In function 'XS_DBI_sql_type_cast': ../../host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux/CORE/handy.h:125:23: warning: cast from function call of type 'long int' to non-matching type '_Bool' [-Wbad-function-cast] 125 | #define cBOOL(cbool) ((bool) (cbool)) | ^ ../../host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux/CORE/perl.h:3871:62: note: in definition of macro 'EXPECT' 3871 | # define EXPECT(expr,val) __builtin_expect(expr,val) | ^~~~ ../../host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux/CORE/perl.h:3891:52: note: in expansion of macro 'cBOOL' 3891 | #define LIKELY(cond) EXPECT(cBOOL(cond),TRUE) | ^~~~~ ../../host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux/CORE/pp.h:411:13: note: in expansion of macro 'LIKELY' 411 | if (LIKELY( \ | ^~~~~~ ../../host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux/CORE/perl.h:910:34: note: in expansion of macro 'cBOOL' 910 | # define TAINT_get (cBOOL(UNLIKELY(PL_tainted))) /* Is something tainted? */ | ^~~~~ ../../host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux/CORE/pp.h:413:28: note: in expansion of macro 'TAINT_get' 413 | & (do_taint ? !TAINT_get : 1))) \ | ^~~~~~~~~ ../../host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux/CORE/pp.h:476:38: note: in expansion of macro 'TARGi' 476 | #define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END | ^~~~~ DBI.c:5279:9: note: in expansion of macro 'PUSHi' 5279 | PUSHi((IV)RETVAL); | ^~~~~ DBI.xs: In function 'XS_DBD_____st__set_fbav': ../../host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux/CORE/handy.h:125:23: warning: cast from function call of type 'long int' to non-matching type '_Bool' [-Wbad-function-cast] 125 | #define cBOOL(cbool) ((bool) (cbool)) | ^ ../../host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux/CORE/perl.h:3871:62: note: in definition of macro 'EXPECT' 3871 | # define EXPECT(expr,val) __builtin_expect(expr,val) | ^~~~ ../../host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux/CORE/perl.h:3892:52: note: in expansion of macro 'cBOOL' 3892 | #define UNLIKELY(cond) EXPECT(cBOOL(cond),FALSE) | ^~~~~ ../../host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux/CORE/sv.h:1578:13: note: in expansion of macro 'UNLIKELY' 1578 | if (UNLIKELY(TAINT_get)) \ | ^~~~~~~~ ../../host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux/CORE/perl.h:910:34: note: in expansion of macro 'cBOOL' 910 | # define TAINT_get (cBOOL(UNLIKELY(PL_tainted))) /* Is something tainted? */ | ^~~~~ ../../host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux/CORE/sv.h:1578:22: note: in expansion of macro 'TAINT_get' 1578 | if (UNLIKELY(TAINT_get)) \ | ^~~~~~~~~ DBI.xs:5231:13: note: in expansion of macro 'SvTAINT' 5231 | SvTAINT(AvARRAY(src_av)[i]); | ^~~~~~~ ../../host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux/CORE/handy.h:125:23: warning: cast from function call of type 'long int' to non-matching type '_Bool' [-Wbad-function-cast] 125 | #define cBOOL(cbool) ((bool) (cbool)) | ^ ../../host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux/CORE/perl.h:3871:62: note: in definition of macro 'EXPECT' 3871 | # define EXPECT(expr,val) __builtin_expect(expr,val) | ^~~~ ../../host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux/CORE/perl.h:3892:52: note: in expansion of macro 'cBOOL' 3892 | #define UNLIKELY(cond) EXPECT(cBOOL(cond),FALSE) | ^~~~~ ../../host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux/CORE/sv.h:1572:42: note: in expansion of macro 'UNLIKELY' 1572 | #define SvTAINTED_on(sv) STMT_START{ if(UNLIKELY(TAINTING_get)){sv_taint(sv);} }STMT_END | ^~~~~~~~ ../../host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux/CORE/perl.h:911:34: note: in expansion of macro 'cBOOL' 911 | # define TAINTING_get (cBOOL(UNLIKELY(PL_tainting))) | ^~~~~ ../../host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux/CORE/sv.h:1572:51: note: in expansion of macro 'TAINTING_get' 1572 | #define SvTAINTED_on(sv) STMT_START{ if(UNLIKELY(TAINTING_get)){sv_taint(sv);} }STMT_END | ^~~~~~~~~~~~ ../../host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux/CORE/sv.h:1579:13: note: in expansion of macro 'SvTAINTED_on' 1579 | SvTAINTED_on(sv); \ | ^~~~~~~~~~~~ DBI.xs:5231:13: note: in expansion of macro 'SvTAINT' 5231 | SvTAINT(AvARRAY(src_av)[i]); | ^~~~~~~ DBI.c: In function 'XS_DBD_____common_trace': ../../host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux/CORE/handy.h:125:23: warning: cast from function call of type 'long int' to non-matching type '_Bool' [-Wbad-function-cast] 125 | #define cBOOL(cbool) ((bool) (cbool)) | ^ ../../host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux/CORE/perl.h:3871:62: note: in definition of macro 'EXPECT' 3871 | # define EXPECT(expr,val) __builtin_expect(expr,val) | ^~~~ ../../host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux/CORE/perl.h:3891:52: note: in expansion of macro 'cBOOL' 3891 | #define LIKELY(cond) EXPECT(cBOOL(cond),TRUE) | ^~~~~ ../../host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux/CORE/pp.h:411:13: note: in expansion of macro 'LIKELY' 411 | if (LIKELY( \ | ^~~~~~ ../../host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux/CORE/perl.h:910:34: note: in expansion of macro 'cBOOL' 910 | # define TAINT_get (cBOOL(UNLIKELY(PL_tainted))) /* Is something tainted? */ | ^~~~~ ../../host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux/CORE/pp.h:413:28: note: in expansion of macro 'TAINT_get' 413 | & (do_taint ? !TAINT_get : 1))) \ | ^~~~~~~~~ ../../host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux/CORE/pp.h:476:38: note: in expansion of macro 'TARGi' 476 | #define PUSHi(i) STMT_START { TARGi(i,1); PUSHs(TARG); } STMT_END | ^~~~~ DBI.c:6251:9: note: in expansion of macro 'PUSHi' 6251 | PUSHi((IV)RETVAL); | ^~~~~ In file included from ../../host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux/CORE/perl.h:5841, from DBIXS.h:23, from DBI.xs:13: DBI.xs: In function 'boot_DBI': DBI.xs:4477:42: warning: cast between incompatible function types from 'dbistate_t ** (*)(void)' {aka 'struct dbistate_st ** (*)(void)'} to 'void (*)(CV *)' {aka 'void (*)(struct cv *)'} [-Wcast-function-type] 4477 | (void) newXS("DBI::_dbi_state_lval", (XSUBADDR_t)_dbi_state_lval, __FILE__); | ^ ../../host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux/CORE/embed.h:411:52: note: in definition of macro 'newXS' 411 | #define newXS(a,b,c) Perl_newXS(aTHX_ a,b,c) | ^ In file included from ../../host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux/CORE/perl.h:7247, from DBIXS.h:23, from DBI.xs:13: At top level: ../../host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux/CORE/sv_inline.h:519:1: warning: 'always_inline' function might not be inlinable [-Wattributes] 519 | Perl_newSV_type_mortal(pTHX_ const svtype type) | ^~~~~~~~~~~~~~~~~~~~~~ ../../host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux/CORE/sv_inline.h:519:1: warning: 'Perl_newSV_type_mortal' defined but not used [-Wunused-function] In file included from ../../host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux/CORE/perl.h:7246, from DBIXS.h:23, from DBI.xs:13: ../../host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux/CORE/inline.h:3476:1: warning: 'Perl_sv_isbool' defined but not used [-Wunused-function] 3476 | Perl_sv_isbool(pTHX_ const SV *sv) | ^~~~~~~~~~~~~~ ../../host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux/CORE/inline.h:3278:1: warning: 'Perl_mortal_getenv' defined but not used [-Wunused-function] 3278 | Perl_mortal_getenv(const char * str) | ^~~~~~~~~~~~~~~~~~ ../../host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux/CORE/inline.h:3206:1: warning: 'Perl_foldEQ_locale' defined but not used [-Wunused-function] 3206 | Perl_foldEQ_locale(const char *s1, const char *s2, I32 len) | ^~~~~~~~~~~~~~~~~~ ../../host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux/CORE/inline.h:3172:1: warning: 'Perl_foldEQ_latin1' defined but not used [-Wunused-function] 3172 | Perl_foldEQ_latin1(const char *s1, const char *s2, I32 len) | ^~~~~~~~~~~~~~~~~~ ../../host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux/CORE/inline.h:3154:1: warning: 'Perl_foldEQ' defined but not used [-Wunused-function] 3154 | Perl_foldEQ(const char *s1, const char *s2, I32 len) | ^~~~~~~~~~~ ../../host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux/CORE/inline.h:3124:1: warning: 'Perl_cx_popgiven' defined but not used [-Wunused-function] 3124 | Perl_cx_popgiven(pTHX_ PERL_CONTEXT *cx) | ^~~~~~~~~~~~~~~~ ../../host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux/CORE/inline.h:3114:1: warning: 'Perl_cx_pushgiven' defined but not used [-Wunused-function] 3114 | Perl_cx_pushgiven(pTHX_ PERL_CONTEXT *cx, SV *orig_defsv) | ^~~~~~~~~~~~~~~~~ ../../host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux/CORE/inline.h:3102:1: warning: 'Perl_cx_popwhen' defined but not used [-Wunused-function] 3102 | Perl_cx_popwhen(pTHX_ PERL_CONTEXT *cx) | ^~~~~~~~~~~~~~~ ../../host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux/CORE/inline.h:3093:1: warning: 'Perl_cx_pushwhen' defined but not used [-Wunused-function] 3093 | Perl_cx_pushwhen(pTHX_ PERL_CONTEXT *cx) | ^~~~~~~~~~~~~~~~ ../../host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux/CORE/inline.h:3060:1: warning: 'Perl_cx_poploop' defined but not used [-Wunused-function] 3060 | Perl_cx_poploop(pTHX_ PERL_CONTEXT *cx) | ^~~~~~~~~~~~~~~ ../../host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux/CORE/inline.h:3042:1: warning: 'Perl_cx_pushloop_for' defined but not used [-Wunused-function] 3042 | Perl_cx_pushloop_for(pTHX_ PERL_CONTEXT *cx, void *itervarp, SV* itersave) | ^~~~~~~~~~~~~~~~~~~~ ../../host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux/CORE/inline.h:3030:1: warning: 'Perl_cx_pushloop_plain' defined but not used [-Wunused-function] 3030 | Perl_cx_pushloop_plain(pTHX_ PERL_CONTEXT *cx) | ^~~~~~~~~~~~~~~~~~~~~~ ../../host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux/CORE/inline.h:2997:1: warning: 'Perl_cx_popeval' defined but not used [-Wunused-function] 2997 | Perl_cx_popeval(pTHX_ PERL_CONTEXT *cx) | ^~~~~~~~~~~~~~~ ../../host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux/CORE/inline.h:2984:1: warning: 'Perl_cx_pushtry' defined but not used [-Wunused-function] 2984 | Perl_cx_pushtry(pTHX_ PERL_CONTEXT *cx, OP *retop) | ^~~~~~~~~~~~~~~ ../../host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux/CORE/inline.h:2973:1: warning: 'Perl_cx_pusheval' defined but not used [-Wunused-function] 2973 | Perl_cx_pusheval(pTHX_ PERL_CONTEXT *cx, OP *retop, SV *namesv) | ^~~~~~~~~~~~~~~~ ../../host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux/CORE/inline.h:2934:1: warning: 'Perl_cx_popformat' defined but not used [-Wunused-function] 2934 | Perl_cx_popformat(pTHX_ PERL_CONTEXT *cx) | ^~~~~~~~~~~~~~~~~ ../../host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux/CORE/inline.h:2914:1: warning: 'Perl_cx_pushformat' defined but not used [-Wunused-function] 2914 | Perl_cx_pushformat(pTHX_ PERL_CONTEXT *cx, CV *cv, OP *retop, GV *gv) | ^~~~~~~~~~~~~~~~~~ ../../host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux/CORE/inline.h:2900:1: warning: 'Perl_cx_popsub' defined but not used [-Wunused-function] 2900 | Perl_cx_popsub(pTHX_ PERL_CONTEXT *cx) | ^~~~~~~~~~~~~~ ../../host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux/CORE/inline.h:2836:1: warning: 'Perl_cx_pushsub' defined but not used [-Wunused-function] 2836 | Perl_cx_pushsub(pTHX_ PERL_CONTEXT *cx, CV *cv, OP *retop, bool hasargs) | ^~~~~~~~~~~~~~~ ../../host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux/CORE/inline.h:2821:1: warning: 'Perl_cx_topblock' defined but not used [-Wunused-function] 2821 | Perl_cx_topblock(pTHX_ PERL_CONTEXT *cx) | ^~~~~~~~~~~~~~~~ ../../host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux/CORE/inline.h:2796:1: warning: 'Perl_cx_popblock' defined but not used [-Wunused-function] 2796 | Perl_cx_popblock(pTHX_ PERL_CONTEXT *cx) | ^~~~~~~~~~~~~~~~ ../../host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux/CORE/inline.h:2769:1: warning: 'Perl_cx_pushblock' defined but not used [-Wunused-function] 2769 | Perl_cx_pushblock(pTHX_ U8 type, U8 gimme, SV** sp, I32 saveix) | ^~~~~~~~~~~~~~~~~ ../../host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux/CORE/inline.h:2728:1: warning: 'Perl_sv_only_taint_gmagic' defined but not used [-Wunused-function] 2728 | Perl_sv_only_taint_gmagic(SV *sv) | ^~~~~~~~~~~~~~~~~~~~~~~~~ ../../host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux/CORE/inline.h:2597:1: warning: 'Perl_is_safe_syscall' defined but not used [-Wunused-function] 2597 | Perl_is_safe_syscall(pTHX_ const char *pv, STRLEN len, const char *what, const char *op_name) | ^~~~~~~~~~~~~~~~~~~~ ../../host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux/CORE/inline.h:2551:1: warning: 'Perl_utf8_to_uvchr_buf_helper' defined but not used [-Wunused-function] 2551 | Perl_utf8_to_uvchr_buf_helper(pTHX_ const U8 *s, const U8 *send, STRLEN *retlen) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux/CORE/inline.h:2441:1: warning: 'Perl_is_utf8_fixed_width_buf_loclen_flags' defined but not used [-Wunused-function] 2441 | Perl_is_utf8_fixed_width_buf_loclen_flags(const U8 * const s, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux/CORE/inline.h:2209:1: warning: 'Perl_utf8_hop_safe' defined but not used [-Wunused-function] 2209 | Perl_utf8_hop_safe(const U8 *s, SSize_t off, const U8 *start, const U8 *end) | ^~~~~~~~~~~~~~~~~~ ../../host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux/CORE/inline.h:2085:1: warning: 'Perl_utf8_hop' defined but not used [-Wunused-function] 2085 | Perl_utf8_hop(const U8 *s, SSize_t off) | ^~~~~~~~~~~~~ ../../host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux/CORE/inline.h:2064:1: warning: 'Perl_utf8_distance' defined but not used [-Wunused-function] 2064 | Perl_utf8_distance(pTHX_ const U8 *a, const U8 *b) | ^~~~~~~~~~~~~~~~~~ ../../host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux/CORE/inline.h:1403:1: warning: 'Perl_is_utf8_string_flags' defined but not used [-Wunused-function] 1403 | Perl_is_utf8_string_flags(const U8 *s, STRLEN len, const U32 flags) | ^~~~~~~~~~~~~~~~~~~~~~~~~ ../../host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux/CORE/inline.h:1031:1: warning: 'Perl_single_1bit_pos32' defined but not used [-Wunused-function] 1031 | Perl_single_1bit_pos32(U32 word) | ^~~~~~~~~~~~~~~~~~~~~~ ../../host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux/CORE/inline.h:992:1: warning: 'Perl_single_1bit_pos64' defined but not used [-Wunused-function] 992 | Perl_single_1bit_pos64(U64 word) | ^~~~~~~~~~~~~~~~~~~~~~ ../../host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux/CORE/inline.h:843:1: warning: 'Perl_lsbit_pos32' defined but not used [-Wunused-function] 843 | Perl_lsbit_pos32(U32 word) | ^~~~~~~~~~~~~~~~ ../../host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux/CORE/inline.h:516:1: warning: 'Perl_valid_utf8_to_uvchr' defined but not used [-Wunused-function] 516 | Perl_valid_utf8_to_uvchr(const U8 *s, STRLEN *retlen) | ^~~~~~~~~~~~~~~~~~~~~~~~ ../../host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux/CORE/inline.h:489:1: warning: 'Perl_append_utf8_from_native_byte' defined but not used [-Wunused-function] 489 | Perl_append_utf8_from_native_byte(const U8 byte, U8** dest) | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux/CORE/inline.h:463:1: warning: 'Perl_SvPADSTALE_off' defined but not used [-Wunused-function] 463 | Perl_SvPADSTALE_off(SV *sv) | ^~~~~~~~~~~~~~~~~~~ ../../host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux/CORE/inline.h:457:1: warning: 'Perl_SvPADSTALE_on' defined but not used [-Wunused-function] 457 | Perl_SvPADSTALE_on(SV *sv) | ^~~~~~~~~~~~~~~~~~ ../../host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux/CORE/inline.h:384:1: warning: 'Perl_SvREFCNT_inc_NN' defined but not used [-Wunused-function] 384 | Perl_SvREFCNT_inc_NN(SV *sv) | ^~~~~~~~~~~~~~~~~~~~ ../../host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux/CORE/inline.h:341:1: warning: 'Perl_SvTRUE_NN' defined but not used [-Wunused-function] 341 | Perl_SvTRUE_NN(pTHX_ SV *sv) | ^~~~~~~~~~~~~~ ../../host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux/CORE/inline.h:331:1: warning: 'Perl_SvTRUE_nomg' defined but not used [-Wunused-function] 331 | Perl_SvTRUE_nomg(pTHX_ SV *sv) | ^~~~~~~~~~~~~~~~ ../../host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux/CORE/inline.h:306:1: warning: 'Perl_ReANY' defined but not used [-Wunused-function] 306 | Perl_ReANY(const REGEXP * const re) | ^~~~~~~~~~ ../../host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux/CORE/inline.h:268:1: warning: 'Perl_TOPMARK' defined but not used [-Wunused-function] 268 | Perl_TOPMARK(pTHX) | ^~~~~~~~~~~~ ../../host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux/CORE/inline.h:127:1: warning: 'Perl_av_fetch_simple' defined but not used [-Wunused-function] 127 | Perl_av_fetch_simple(pTHX_ AV *av, SSize_t key, I32 lval) | ^~~~~~~~~~~~~~~~~~~~ ../../host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux/CORE/inline.h:52:1: warning: 'Perl_av_count' defined but not used [-Wunused-function] 52 | Perl_av_count(pTHX_ AV *av) | ^~~~~~~~~~~~~ In file included from ../../host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux/CORE/hv.h:673, from ../../host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux/CORE/perl.h:4168, from DBIXS.h:23, from DBI.xs:13: ../../host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux/CORE/hv_func.h:164:1: warning: 'S_perl_hash_with_seed' defined but not used [-Wunused-function] 164 | S_perl_hash_with_seed(const U8 * seed, const U8 *str, STRLEN len) { | ^~~~~~~~~~~~~~~~~~~~~ In file included from ../../host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux/CORE/hv_func.h:34, from ../../host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux/CORE/hv.h:673, from ../../host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux/CORE/perl.h:4168, from DBIXS.h:23, from DBI.xs:13: ../../host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux/CORE/sbox32_hash.h:1726:26: warning: 'sbox32_hash128' defined but not used [-Wunused-function] 1726 | SBOX32_STATIC_INLINE U32 sbox32_hash128( | ^~~~~~~~~~~~~~ In file included from ../../host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux/CORE/sbox32_hash.h:4, from ../../host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux/CORE/hv_func.h:34, from ../../host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux/CORE/hv.h:673, from ../../host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux/CORE/perl.h:4168, from DBIXS.h:23, from DBI.xs:13: ../../host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux/CORE/zaphod32_hash.h:277:28: warning: 'zaphod32_hash' defined but not used [-Wunused-function] 277 | ZAPHOD32_STATIC_INLINE U32 zaphod32_hash( | ^~~~~~~~~~~~~ In file included from ../../host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux/CORE/perl.h:4165, from DBIXS.h:23, from DBI.xs:13: ../../host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux/CORE/cv.h:231:1: warning: 'CvNAME_HEK' defined but not used [-Wunused-function] 231 | CvNAME_HEK(CV *sv) | ^~~~~~~~~~ In file included from ../../host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux/CORE/regexp.h:296, from ../../host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux/CORE/perl.h:4160, from DBIXS.h:23, from DBI.xs:13: ../../host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux/CORE/op_reg_common.h:79:1: warning: 'get_regex_charset' defined but not used [-Wunused-function] 79 | get_regex_charset(const U32 flags) | ^~~~~~~~~~~~~~~~~ ../../host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux/CORE/op_reg_common.h:65:1: warning: 'set_regex_charset' defined but not used [-Wunused-function] 65 | set_regex_charset(U32 * const flags, const regex_charset cs) | ^~~~~~~~~~~~~~~~~ rm -f blib/arch/auto/DBI/DBI.so /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -shared DBI.o -o blib/arch/auto/DBI/DBI.so \ \ chmod 755 blib/arch/auto/DBI/DBI.so "/tmp/instance-5/output-1/host/bin/perl" "-Iblib/arch" "-Iblib/lib" dbilogstrip.PL dbilogstrip Extracted dbilogstrip from dbilogstrip.PL with variable substitutions. "/tmp/instance-5/output-1/host/bin/perl" "-Iblib/arch" "-Iblib/lib" dbiprof.PL dbiprof Extracted dbiprof from dbiprof.PL with variable substitutions. "/tmp/instance-5/output-1/host/bin/perl" "-Iblib/arch" "-Iblib/lib" dbiproxy.PL dbiproxy Extracted dbiproxy from dbiproxy.PL with variable substitutions. cp dbilogstrip blib/script/dbilogstrip : blib/script/dbilogstrip cp dbiprof blib/script/dbiprof : blib/script/dbiprof cp dbiproxy blib/script/dbiproxy : blib/script/dbiproxy make[1]: Leaving directory '/tmp/instance-5/output-1/build/perl-dbi-1.643' >>> perl-dbi 1.643 Installing to target cd /tmp/instance-5/output-1/build/perl-dbi-1.643/ && if [ -f Build.PL ] && [ MB != "EUMM" ] ; then PERL5LIB= PERL_USE_UNSAFE_INC=1 /tmp/instance-5/output-1/host/bin/perl Build install; else /home/autobuild/make/make -j1 pure_install; fi make[1]: Entering directory '/tmp/instance-5/output-1/build/perl-dbi-1.643' "/tmp/instance-5/output-1/host/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- DBI.bs blib/arch/auto/DBI/DBI.bs 644 Manifying 3 pod documents Manifying 35 pod documents Manifying 14 pod documents Files found in blib/arch: installing files in blib/lib into architecture dependent library tree Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/sh4a-linux/auto/DBI/DBI.so Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/sh4a-linux/auto/DBI/dbixs_rev.h Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/sh4a-linux/auto/DBI/DBIXS.h Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/sh4a-linux/auto/DBI/Driver.xst Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/sh4a-linux/auto/DBI/dbd_xsh.h Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/sh4a-linux/auto/DBI/Driver_xst.h Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/sh4a-linux/auto/DBI/dbipport.h Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/sh4a-linux/auto/DBI/dbi_sql.h Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/sh4a-linux/auto/DBI/dbivport.h Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/sh4a-linux/DBI.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/sh4a-linux/dbixs_rev.pl Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/sh4a-linux/Win32/DBIODBC.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/sh4a-linux/DBD/DBM.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/sh4a-linux/DBD/Sponge.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/sh4a-linux/DBD/ExampleP.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/sh4a-linux/DBD/Proxy.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/sh4a-linux/DBD/Gofer.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/sh4a-linux/DBD/File.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/sh4a-linux/DBD/Mem.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/sh4a-linux/DBD/NullP.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/sh4a-linux/DBD/File/Developers.pod Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/sh4a-linux/DBD/File/HowTo.pod Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/sh4a-linux/DBD/File/Roadmap.pod Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/sh4a-linux/DBD/Gofer/Policy/Base.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/sh4a-linux/DBD/Gofer/Policy/classic.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/sh4a-linux/DBD/Gofer/Policy/pedantic.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/sh4a-linux/DBD/Gofer/Policy/rush.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/sh4a-linux/DBD/Gofer/Transport/null.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/sh4a-linux/DBD/Gofer/Transport/corostream.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/sh4a-linux/DBD/Gofer/Transport/pipeone.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/sh4a-linux/DBD/Gofer/Transport/Base.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/sh4a-linux/DBD/Gofer/Transport/stream.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/sh4a-linux/Bundle/DBI.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/sh4a-linux/DBI/ProfileData.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/sh4a-linux/DBI/Profile.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/sh4a-linux/DBI/ProxyServer.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/sh4a-linux/DBI/PurePerl.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/sh4a-linux/DBI/ProfileDumper.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/sh4a-linux/DBI/W32ODBC.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/sh4a-linux/DBI/ProfileSubs.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/sh4a-linux/DBI/DBD.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/sh4a-linux/DBI/Changes.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/sh4a-linux/DBI/ProfileDumper/Apache.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/sh4a-linux/DBI/SQL/Nano.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/sh4a-linux/DBI/Util/_accessor.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/sh4a-linux/DBI/Util/CacheMemory.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/sh4a-linux/DBI/Const/GetInfoReturn.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/sh4a-linux/DBI/Const/GetInfoType.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/sh4a-linux/DBI/Const/GetInfo/ODBC.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/sh4a-linux/DBI/Const/GetInfo/ANSI.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/sh4a-linux/DBI/Gofer/Response.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/sh4a-linux/DBI/Gofer/Request.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/sh4a-linux/DBI/Gofer/Execute.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/sh4a-linux/DBI/Gofer/Serializer/Storable.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/sh4a-linux/DBI/Gofer/Serializer/DataDumper.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/sh4a-linux/DBI/Gofer/Serializer/Base.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/sh4a-linux/DBI/Gofer/Transport/pipeone.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/sh4a-linux/DBI/Gofer/Transport/stream.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/sh4a-linux/DBI/Gofer/Transport/Base.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/sh4a-linux/DBI/DBD/SqlEngine.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/sh4a-linux/DBI/DBD/Metadata.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/sh4a-linux/DBI/DBD/SqlEngine/Developers.pod Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/sh4a-linux/DBI/DBD/SqlEngine/HowTo.pod Installing /tmp/instance-5/output-1/target/usr/share/man/man1/dbiproxy.1 Installing /tmp/instance-5/output-1/target/usr/share/man/man1/dbiprof.1 Installing /tmp/instance-5/output-1/target/usr/share/man/man1/dbilogstrip.1 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Win32::DBIODBC.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/DBI::W32ODBC.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/DBI::Util::CacheMemory.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/DBI::SQL::Nano.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/DBI::PurePerl.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/DBI::ProxyServer.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/DBI::ProfileSubs.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/DBI::ProfileDumper::Apache.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/DBI::ProfileDumper.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/DBI::ProfileData.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/DBI::Profile.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/DBI::Gofer::Transport::stream.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/DBI::Gofer::Transport::pipeone.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/DBI::Gofer::Transport::Base.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/DBI::Gofer::Serializer::Storable.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/DBI::Gofer::Serializer::DataDumper.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/DBI::Gofer::Serializer::Base.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/DBI::Gofer::Response.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/DBI::Gofer::Request.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/DBI::Gofer::Execute.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/DBI::DBD::SqlEngine::HowTo.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/DBI::DBD::SqlEngine::Developers.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/DBI::DBD::SqlEngine.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/DBI::DBD::Metadata.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/DBI::DBD.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/DBI::Const::GetInfoType.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/DBI::Const::GetInfoReturn.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/DBI::Const::GetInfo::ODBC.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/DBI::Const::GetInfo::ANSI.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/DBD::Sponge.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/DBD::Proxy.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/DBD::Mem.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/DBD::Gofer::Transport::stream.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/DBD::Gofer::Transport::pipeone.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/DBD::Gofer::Transport::null.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/DBD::Gofer::Transport::corostream.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/DBD::Gofer::Transport::Base.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/DBD::Gofer::Policy::rush.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/DBD::Gofer::Policy::pedantic.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/DBD::Gofer::Policy::classic.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/DBD::Gofer::Policy::Base.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/DBD::Gofer.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/DBD::File::Roadmap.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/DBD::File::HowTo.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/DBD::File::Developers.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/DBD::File.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/DBD::DBM.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Bundle::DBI.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/DBI.3 Installing /tmp/instance-5/output-1/target/usr/bin/dbiproxy Installing /tmp/instance-5/output-1/target/usr/bin/dbiprof Installing /tmp/instance-5/output-1/target/usr/bin/dbilogstrip make[1]: Leaving directory '/tmp/instance-5/output-1/build/perl-dbi-1.643' >>> perl-devel-stacktrace-ashtml 0.15 Downloading wget --passive-ftp -nd -t 3 -O '/tmp/instance-5/output-1/build/.Devel-StackTrace-AsHTML-0.15.tar.gz.uV3uU5/output' 'https://cpan.metacpan.org/authors/id/M/MI/MIYAGAWA/Devel-StackTrace-AsHTML-0.15.tar.gz' --2023-02-20 00:24:58-- https://cpan.metacpan.org/authors/id/M/MI/MIYAGAWA/Devel-StackTrace-AsHTML-0.15.tar.gz Resolving cpan.metacpan.org (cpan.metacpan.org)... 151.101.130.217, 151.101.66.217, 151.101.2.217, ... Connecting to cpan.metacpan.org (cpan.metacpan.org)|151.101.130.217|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 17053 (17K) [application/x-gzip] Saving to: '/tmp/instance-5/output-1/build/.Devel-StackTrace-AsHTML-0.15.tar.gz.uV3uU5/output' 0K .......... ...... 100% 131M=0s 2023-02-20 00:24:58 (131 MB/s) - '/tmp/instance-5/output-1/build/.Devel-StackTrace-AsHTML-0.15.tar.gz.uV3uU5/output' saved [17053/17053] Devel-StackTrace-AsHTML-0.15.tar.gz: OK (md5: 4ec8bd92e4a765a7cabf402db9640412) Devel-StackTrace-AsHTML-0.15.tar.gz: OK (sha256: 6283dbe2197e2f20009cc4b449997742169cdd951bfc44cbc6e62c2a962d3147) >>> perl-devel-stacktrace-ashtml 0.15 Extracting gzip -d -c /tmp/instance-5/dl/perl-devel-stacktrace-ashtml/Devel-StackTrace-AsHTML-0.15.tar.gz | tar --strip-components=1 -C /tmp/instance-5/output-1/build/perl-devel-stacktrace-ashtml-0.15 -xf - >>> perl-devel-stacktrace-ashtml 0.15 Patching >>> perl-devel-stacktrace-ashtml 0.15 Configuring cd /tmp/instance-5/output-1/build/perl-devel-stacktrace-ashtml-0.15/ && if [ -f Build.PL ] && [ MB != "EUMM" ] ; then PERL_MM_USE_DEFAULT=1 PERL5LIB= PERL_USE_UNSAFE_INC=1 /tmp/instance-5/output-1/host/bin/perl Build.PL --config ar="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-ar" --config full_ar="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-ar" --config cc="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc" --config ccflags="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1" --config optimize=" " --config ld="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc" --config lddlflags="-shared " --config ldflags="" --include_dirs /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux/CORE --destdir /tmp/instance-5/output-1/target --installdirs vendor --install_path lib=/usr/lib/perl5/site_perl/5.36.0 --install_path arch=/usr/lib/perl5/site_perl/5.36.0/sh4a-linux --install_path bin=/usr/bin --install_path script=/usr/bin --install_path bindoc=/usr/share/man/man1 --install_path libdoc=/usr/share/man/man3 ; else PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps PERL5LIB= PERL_USE_UNSAFE_INC=1 /tmp/instance-5/output-1/host/bin/perl Makefile.PL AR="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-ar" FULL_AR="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-ar" CC="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc" CCFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1" OPTIMIZE=" " LD="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc" LDDLFLAGS="-shared " LDFLAGS="" PERL_ARCHLIB=/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux DESTDIR=/tmp/instance-5/output-1/target INSTALLDIRS=vendor INSTALLVENDORLIB=/usr/lib/perl5/site_perl/5.36.0 INSTALLVENDORARCH=/usr/lib/perl5/site_perl/5.36.0/sh4a-linux INSTALLVENDORBIN=/usr/bin INSTALLVENDORSCRIPT=/usr/bin INSTALLVENDORMAN1DIR=/usr/share/man/man1 INSTALLVENDORMAN3DIR=/usr/share/man/man3 ; fi Warning: prerequisite Devel::StackTrace 0 not found. Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Devel::StackTrace::AsHTML Writing MYMETA.yml and MYMETA.json >>> perl-devel-stacktrace-ashtml 0.15 Building cd /tmp/instance-5/output-1/build/perl-devel-stacktrace-ashtml-0.15/ && if [ -f Build.PL ] && [ MB != "EUMM" ] ; then PERL5LIB= PERL_USE_UNSAFE_INC=1 /tmp/instance-5/output-1/host/bin/perl Build build; else /home/autobuild/make/make -j1 FIXIN=: pure_all; fi make[1]: Entering directory '/tmp/instance-5/output-1/build/perl-devel-stacktrace-ashtml-0.15' cp lib/Devel/StackTrace/AsHTML.pm blib/lib/Devel/StackTrace/AsHTML.pm make[1]: Leaving directory '/tmp/instance-5/output-1/build/perl-devel-stacktrace-ashtml-0.15' >>> perl-devel-stacktrace-ashtml 0.15 Installing to target cd /tmp/instance-5/output-1/build/perl-devel-stacktrace-ashtml-0.15/ && if [ -f Build.PL ] && [ MB != "EUMM" ] ; then PERL5LIB= PERL_USE_UNSAFE_INC=1 /tmp/instance-5/output-1/host/bin/perl Build install; else /home/autobuild/make/make -j1 pure_install; fi make[1]: Entering directory '/tmp/instance-5/output-1/build/perl-devel-stacktrace-ashtml-0.15' Manifying 1 pod document Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Devel/StackTrace/AsHTML.pm Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Devel::StackTrace::AsHTML.3 make[1]: Leaving directory '/tmp/instance-5/output-1/build/perl-devel-stacktrace-ashtml-0.15' >>> perl-devel-stacktrace 2.04 Downloading wget --passive-ftp -nd -t 3 -O '/tmp/instance-5/output-1/build/.Devel-StackTrace-2.04.tar.gz.xHCYHm/output' 'https://cpan.metacpan.org/authors/id/D/DR/DROLSKY/Devel-StackTrace-2.04.tar.gz' --2023-02-20 00:25:01-- https://cpan.metacpan.org/authors/id/D/DR/DROLSKY/Devel-StackTrace-2.04.tar.gz Resolving cpan.metacpan.org (cpan.metacpan.org)... 151.101.194.217, 151.101.130.217, 151.101.66.217, ... Connecting to cpan.metacpan.org (cpan.metacpan.org)|151.101.194.217|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 41516 (41K) [application/x-gzip] Saving to: '/tmp/instance-5/output-1/build/.Devel-StackTrace-2.04.tar.gz.xHCYHm/output' 0K .......... .......... .......... .......... 100% 13.9M=0.003s 2023-02-20 00:25:01 (13.9 MB/s) - '/tmp/instance-5/output-1/build/.Devel-StackTrace-2.04.tar.gz.xHCYHm/output' saved [41516/41516] Devel-StackTrace-2.04.tar.gz: OK (md5: a5b09f7be7f2b10b525a9740676906d8) Devel-StackTrace-2.04.tar.gz: OK (sha256: cd3c03ed547d3d42c61fa5814c98296139392e7971c092e09a431f2c9f5d6855) >>> perl-devel-stacktrace 2.04 Extracting gzip -d -c /tmp/instance-5/dl/perl-devel-stacktrace/Devel-StackTrace-2.04.tar.gz | tar --strip-components=1 -C /tmp/instance-5/output-1/build/perl-devel-stacktrace-2.04 -xf - >>> perl-devel-stacktrace 2.04 Patching >>> perl-devel-stacktrace 2.04 Configuring cd /tmp/instance-5/output-1/build/perl-devel-stacktrace-2.04/ && if [ -f Build.PL ] && [ MB != "EUMM" ] ; then PERL_MM_USE_DEFAULT=1 PERL5LIB= PERL_USE_UNSAFE_INC=1 /tmp/instance-5/output-1/host/bin/perl Build.PL --config ar="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-ar" --config full_ar="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-ar" --config cc="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc" --config ccflags="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1" --config optimize=" " --config ld="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc" --config lddlflags="-shared " --config ldflags="" --include_dirs /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux/CORE --destdir /tmp/instance-5/output-1/target --installdirs vendor --install_path lib=/usr/lib/perl5/site_perl/5.36.0 --install_path arch=/usr/lib/perl5/site_perl/5.36.0/sh4a-linux --install_path bin=/usr/bin --install_path script=/usr/bin --install_path bindoc=/usr/share/man/man1 --install_path libdoc=/usr/share/man/man3 ; else PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps PERL5LIB= PERL_USE_UNSAFE_INC=1 /tmp/instance-5/output-1/host/bin/perl Makefile.PL AR="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-ar" FULL_AR="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-ar" CC="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc" CCFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1" OPTIMIZE=" " LD="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc" LDDLFLAGS="-shared " LDFLAGS="" PERL_ARCHLIB=/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux DESTDIR=/tmp/instance-5/output-1/target INSTALLDIRS=vendor INSTALLVENDORLIB=/usr/lib/perl5/site_perl/5.36.0 INSTALLVENDORARCH=/usr/lib/perl5/site_perl/5.36.0/sh4a-linux INSTALLVENDORBIN=/usr/bin INSTALLVENDORSCRIPT=/usr/bin INSTALLVENDORMAN1DIR=/usr/share/man/man1 INSTALLVENDORMAN3DIR=/usr/share/man/man3 ; fi Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Devel::StackTrace Writing MYMETA.yml and MYMETA.json >>> perl-devel-stacktrace 2.04 Building cd /tmp/instance-5/output-1/build/perl-devel-stacktrace-2.04/ && if [ -f Build.PL ] && [ MB != "EUMM" ] ; then PERL5LIB= PERL_USE_UNSAFE_INC=1 /tmp/instance-5/output-1/host/bin/perl Build build; else /home/autobuild/make/make -j1 FIXIN=: pure_all; fi make[1]: Entering directory '/tmp/instance-5/output-1/build/perl-devel-stacktrace-2.04' cp lib/Devel/StackTrace.pm blib/lib/Devel/StackTrace.pm cp lib/Devel/StackTrace/Frame.pm blib/lib/Devel/StackTrace/Frame.pm make[1]: Leaving directory '/tmp/instance-5/output-1/build/perl-devel-stacktrace-2.04' >>> perl-devel-stacktrace 2.04 Installing to target cd /tmp/instance-5/output-1/build/perl-devel-stacktrace-2.04/ && if [ -f Build.PL ] && [ MB != "EUMM" ] ; then PERL5LIB= PERL_USE_UNSAFE_INC=1 /tmp/instance-5/output-1/host/bin/perl Build install; else /home/autobuild/make/make -j1 pure_install; fi make[1]: Entering directory '/tmp/instance-5/output-1/build/perl-devel-stacktrace-2.04' Manifying 2 pod documents Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Devel/StackTrace.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Devel/StackTrace/Frame.pm Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Devel::StackTrace::Frame.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Devel::StackTrace.3 make[1]: Leaving directory '/tmp/instance-5/output-1/build/perl-devel-stacktrace-2.04' >>> perl-dist-checkconflicts 0.11 Downloading wget --passive-ftp -nd -t 3 -O '/tmp/instance-5/output-1/build/.Dist-CheckConflicts-0.11.tar.gz.q2uyEa/output' 'https://cpan.metacpan.org/authors/id/D/DO/DOY/Dist-CheckConflicts-0.11.tar.gz' --2023-02-20 00:25:04-- https://cpan.metacpan.org/authors/id/D/DO/DOY/Dist-CheckConflicts-0.11.tar.gz Resolving cpan.metacpan.org (cpan.metacpan.org)... 151.101.2.217, 151.101.66.217, 151.101.130.217, ... Connecting to cpan.metacpan.org (cpan.metacpan.org)|151.101.2.217|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 19964 (19K) [application/x-gzip] Saving to: '/tmp/instance-5/output-1/build/.Dist-CheckConflicts-0.11.tar.gz.q2uyEa/output' 0K .......... ......... 100% 71.3M=0s 2023-02-20 00:25:04 (71.3 MB/s) - '/tmp/instance-5/output-1/build/.Dist-CheckConflicts-0.11.tar.gz.q2uyEa/output' saved [19964/19964] Dist-CheckConflicts-0.11.tar.gz: OK (md5: c8725a92b9169708b0f63036812070f2) Dist-CheckConflicts-0.11.tar.gz: OK (sha256: ea844b9686c94d666d9d444321d764490b2cde2f985c4165b4c2c77665caedc4) >>> perl-dist-checkconflicts 0.11 Extracting gzip -d -c /tmp/instance-5/dl/perl-dist-checkconflicts/Dist-CheckConflicts-0.11.tar.gz | tar --strip-components=1 -C /tmp/instance-5/output-1/build/perl-dist-checkconflicts-0.11 -xf - >>> perl-dist-checkconflicts 0.11 Patching >>> perl-dist-checkconflicts 0.11 Configuring cd /tmp/instance-5/output-1/build/perl-dist-checkconflicts-0.11/ && if [ -f Build.PL ] && [ MB != "EUMM" ] ; then PERL_MM_USE_DEFAULT=1 PERL5LIB= PERL_USE_UNSAFE_INC=1 /tmp/instance-5/output-1/host/bin/perl Build.PL --config ar="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-ar" --config full_ar="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-ar" --config cc="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc" --config ccflags="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1" --config optimize=" " --config ld="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc" --config lddlflags="-shared " --config ldflags="" --include_dirs /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux/CORE --destdir /tmp/instance-5/output-1/target --installdirs vendor --install_path lib=/usr/lib/perl5/site_perl/5.36.0 --install_path arch=/usr/lib/perl5/site_perl/5.36.0/sh4a-linux --install_path bin=/usr/bin --install_path script=/usr/bin --install_path bindoc=/usr/share/man/man1 --install_path libdoc=/usr/share/man/man3 ; else PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps PERL5LIB= PERL_USE_UNSAFE_INC=1 /tmp/instance-5/output-1/host/bin/perl Makefile.PL AR="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-ar" FULL_AR="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-ar" CC="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc" CCFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1" OPTIMIZE=" " LD="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc" LDDLFLAGS="-shared " LDFLAGS="" PERL_ARCHLIB=/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux DESTDIR=/tmp/instance-5/output-1/target INSTALLDIRS=vendor INSTALLVENDORLIB=/usr/lib/perl5/site_perl/5.36.0 INSTALLVENDORARCH=/usr/lib/perl5/site_perl/5.36.0/sh4a-linux INSTALLVENDORBIN=/usr/bin INSTALLVENDORSCRIPT=/usr/bin INSTALLVENDORMAN1DIR=/usr/share/man/man1 INSTALLVENDORMAN3DIR=/usr/share/man/man3 ; fi Warning: prerequisite Module::Runtime 0.009 not found. Warning: prerequisite Test::Fatal 0 not found. Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Dist::CheckConflicts Writing MYMETA.yml and MYMETA.json >>> perl-dist-checkconflicts 0.11 Building cd /tmp/instance-5/output-1/build/perl-dist-checkconflicts-0.11/ && if [ -f Build.PL ] && [ MB != "EUMM" ] ; then PERL5LIB= PERL_USE_UNSAFE_INC=1 /tmp/instance-5/output-1/host/bin/perl Build build; else /home/autobuild/make/make -j1 FIXIN=: pure_all; fi make[1]: Entering directory '/tmp/instance-5/output-1/build/perl-dist-checkconflicts-0.11' cp lib/Dist/CheckConflicts.pm blib/lib/Dist/CheckConflicts.pm make[1]: Leaving directory '/tmp/instance-5/output-1/build/perl-dist-checkconflicts-0.11' >>> perl-dist-checkconflicts 0.11 Installing to target cd /tmp/instance-5/output-1/build/perl-dist-checkconflicts-0.11/ && if [ -f Build.PL ] && [ MB != "EUMM" ] ; then PERL5LIB= PERL_USE_UNSAFE_INC=1 /tmp/instance-5/output-1/host/bin/perl Build install; else /home/autobuild/make/make -j1 pure_install; fi make[1]: Entering directory '/tmp/instance-5/output-1/build/perl-dist-checkconflicts-0.11' Manifying 1 pod document Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Dist/CheckConflicts.pm Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Dist::CheckConflicts.3 make[1]: Leaving directory '/tmp/instance-5/output-1/build/perl-dist-checkconflicts-0.11' >>> perl-encode-locale 1.05 Downloading wget --passive-ftp -nd -t 3 -O '/tmp/instance-5/output-1/build/.Encode-Locale-1.05.tar.gz.trxQp0/output' 'https://cpan.metacpan.org/authors/id/G/GA/GAAS/Encode-Locale-1.05.tar.gz' --2023-02-20 00:25:06-- https://cpan.metacpan.org/authors/id/G/GA/GAAS/Encode-Locale-1.05.tar.gz Resolving cpan.metacpan.org (cpan.metacpan.org)... 151.101.194.217, 151.101.130.217, 151.101.66.217, ... Connecting to cpan.metacpan.org (cpan.metacpan.org)|151.101.194.217|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 8355 (8.2K) [application/x-gzip] Saving to: '/tmp/instance-5/output-1/build/.Encode-Locale-1.05.tar.gz.trxQp0/output' 0K ........ 100% 84.6M=0s 2023-02-20 00:25:06 (84.6 MB/s) - '/tmp/instance-5/output-1/build/.Encode-Locale-1.05.tar.gz.trxQp0/output' saved [8355/8355] Encode-Locale-1.05.tar.gz: OK (md5: fcfdb8e4ee34bcf62aed429b4a23db27) Encode-Locale-1.05.tar.gz: OK (sha256: 176fa02771f542a4efb1dbc2a4c928e8f4391bf4078473bd6040d8f11adb0ec1) >>> perl-encode-locale 1.05 Extracting gzip -d -c /tmp/instance-5/dl/perl-encode-locale/Encode-Locale-1.05.tar.gz | tar --strip-components=1 -C /tmp/instance-5/output-1/build/perl-encode-locale-1.05 -xf - >>> perl-encode-locale 1.05 Patching >>> perl-encode-locale 1.05 Configuring cd /tmp/instance-5/output-1/build/perl-encode-locale-1.05/ && if [ -f Build.PL ] && [ MB != "EUMM" ] ; then PERL_MM_USE_DEFAULT=1 PERL5LIB= PERL_USE_UNSAFE_INC=1 /tmp/instance-5/output-1/host/bin/perl Build.PL --config ar="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-ar" --config full_ar="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-ar" --config cc="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc" --config ccflags="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1" --config optimize=" " --config ld="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc" --config lddlflags="-shared " --config ldflags="" --include_dirs /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux/CORE --destdir /tmp/instance-5/output-1/target --installdirs vendor --install_path lib=/usr/lib/perl5/site_perl/5.36.0 --install_path arch=/usr/lib/perl5/site_perl/5.36.0/sh4a-linux --install_path bin=/usr/bin --install_path script=/usr/bin --install_path bindoc=/usr/share/man/man1 --install_path libdoc=/usr/share/man/man3 ; else PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps PERL5LIB= PERL_USE_UNSAFE_INC=1 /tmp/instance-5/output-1/host/bin/perl Makefile.PL AR="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-ar" FULL_AR="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-ar" CC="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc" CCFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1" OPTIMIZE=" " LD="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc" LDDLFLAGS="-shared " LDFLAGS="" PERL_ARCHLIB=/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux DESTDIR=/tmp/instance-5/output-1/target INSTALLDIRS=vendor INSTALLVENDORLIB=/usr/lib/perl5/site_perl/5.36.0 INSTALLVENDORARCH=/usr/lib/perl5/site_perl/5.36.0/sh4a-linux INSTALLVENDORBIN=/usr/bin INSTALLVENDORSCRIPT=/usr/bin INSTALLVENDORMAN1DIR=/usr/share/man/man1 INSTALLVENDORMAN3DIR=/usr/share/man/man3 ; fi Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Encode::Locale Writing MYMETA.yml and MYMETA.json >>> perl-encode-locale 1.05 Building cd /tmp/instance-5/output-1/build/perl-encode-locale-1.05/ && if [ -f Build.PL ] && [ MB != "EUMM" ] ; then PERL5LIB= PERL_USE_UNSAFE_INC=1 /tmp/instance-5/output-1/host/bin/perl Build build; else /home/autobuild/make/make -j1 FIXIN=: pure_all; fi make[1]: Entering directory '/tmp/instance-5/output-1/build/perl-encode-locale-1.05' cp lib/Encode/Locale.pm blib/lib/Encode/Locale.pm make[1]: Leaving directory '/tmp/instance-5/output-1/build/perl-encode-locale-1.05' >>> perl-encode-locale 1.05 Installing to target cd /tmp/instance-5/output-1/build/perl-encode-locale-1.05/ && if [ -f Build.PL ] && [ MB != "EUMM" ] ; then PERL5LIB= PERL_USE_UNSAFE_INC=1 /tmp/instance-5/output-1/host/bin/perl Build install; else /home/autobuild/make/make -j1 pure_install; fi make[1]: Entering directory '/tmp/instance-5/output-1/build/perl-encode-locale-1.05' Manifying 1 pod document Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Encode/Locale.pm Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Encode::Locale.3 make[1]: Leaving directory '/tmp/instance-5/output-1/build/perl-encode-locale-1.05' >>> perl-file-listing 6.15 Downloading wget --passive-ftp -nd -t 3 -O '/tmp/instance-5/output-1/build/.File-Listing-6.15.tar.gz.4A1t26/output' 'https://cpan.metacpan.org/authors/id/P/PL/PLICEASE/File-Listing-6.15.tar.gz' --2023-02-20 00:25:09-- https://cpan.metacpan.org/authors/id/P/PL/PLICEASE/File-Listing-6.15.tar.gz Resolving cpan.metacpan.org (cpan.metacpan.org)... 151.101.2.217, 151.101.194.217, 151.101.130.217, ... Connecting to cpan.metacpan.org (cpan.metacpan.org)|151.101.2.217|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 78344 (77K) [application/x-gzip] Saving to: '/tmp/instance-5/output-1/build/.File-Listing-6.15.tar.gz.4A1t26/output' 0K .......... .......... .......... .......... .......... 65% 16.7M 0s 50K .......... .......... ...... 100% 85.5M=0.003s 2023-02-20 00:25:09 (23.1 MB/s) - '/tmp/instance-5/output-1/build/.File-Listing-6.15.tar.gz.4A1t26/output' saved [78344/78344] File-Listing-6.15.tar.gz: OK (md5: 8ba34641a6c5a2ec1b0bf7064f68c535) File-Listing-6.15.tar.gz: OK (sha256: 46c4fb9f9eb9635805e26b7ea55b54455e47302758a10ed2a0b92f392713770c) >>> perl-file-listing 6.15 Extracting gzip -d -c /tmp/instance-5/dl/perl-file-listing/File-Listing-6.15.tar.gz | tar --strip-components=1 -C /tmp/instance-5/output-1/build/perl-file-listing-6.15 -xf - >>> perl-file-listing 6.15 Patching >>> perl-file-listing 6.15 Configuring cd /tmp/instance-5/output-1/build/perl-file-listing-6.15/ && if [ -f Build.PL ] && [ MB != "EUMM" ] ; then PERL_MM_USE_DEFAULT=1 PERL5LIB= PERL_USE_UNSAFE_INC=1 /tmp/instance-5/output-1/host/bin/perl Build.PL --config ar="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-ar" --config full_ar="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-ar" --config cc="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc" --config ccflags="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1" --config optimize=" " --config ld="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc" --config lddlflags="-shared " --config ldflags="" --include_dirs /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux/CORE --destdir /tmp/instance-5/output-1/target --installdirs vendor --install_path lib=/usr/lib/perl5/site_perl/5.36.0 --install_path arch=/usr/lib/perl5/site_perl/5.36.0/sh4a-linux --install_path bin=/usr/bin --install_path script=/usr/bin --install_path bindoc=/usr/share/man/man1 --install_path libdoc=/usr/share/man/man3 ; else PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps PERL5LIB= PERL_USE_UNSAFE_INC=1 /tmp/instance-5/output-1/host/bin/perl Makefile.PL AR="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-ar" FULL_AR="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-ar" CC="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc" CCFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1" OPTIMIZE=" " LD="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc" LDDLFLAGS="-shared " LDFLAGS="" PERL_ARCHLIB=/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux DESTDIR=/tmp/instance-5/output-1/target INSTALLDIRS=vendor INSTALLVENDORLIB=/usr/lib/perl5/site_perl/5.36.0 INSTALLVENDORARCH=/usr/lib/perl5/site_perl/5.36.0/sh4a-linux INSTALLVENDORBIN=/usr/bin INSTALLVENDORSCRIPT=/usr/bin INSTALLVENDORMAN1DIR=/usr/share/man/man1 INSTALLVENDORMAN3DIR=/usr/share/man/man3 ; fi Warning: prerequisite HTTP::Date 0 not found. Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for File::Listing Writing MYMETA.yml and MYMETA.json >>> perl-file-listing 6.15 Building cd /tmp/instance-5/output-1/build/perl-file-listing-6.15/ && if [ -f Build.PL ] && [ MB != "EUMM" ] ; then PERL5LIB= PERL_USE_UNSAFE_INC=1 /tmp/instance-5/output-1/host/bin/perl Build build; else /home/autobuild/make/make -j1 FIXIN=: pure_all; fi make[1]: Entering directory '/tmp/instance-5/output-1/build/perl-file-listing-6.15' cp lib/File/Listing.pm blib/lib/File/Listing.pm make[1]: Leaving directory '/tmp/instance-5/output-1/build/perl-file-listing-6.15' >>> perl-file-listing 6.15 Installing to target cd /tmp/instance-5/output-1/build/perl-file-listing-6.15/ && if [ -f Build.PL ] && [ MB != "EUMM" ] ; then PERL5LIB= PERL_USE_UNSAFE_INC=1 /tmp/instance-5/output-1/host/bin/perl Build install; else /home/autobuild/make/make -j1 pure_install; fi make[1]: Entering directory '/tmp/instance-5/output-1/build/perl-file-listing-6.15' Manifying 1 pod document Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/File/Listing.pm Installing /tmp/instance-5/output-1/target/usr/share/man/man3/File::Listing.3 make[1]: Leaving directory '/tmp/instance-5/output-1/build/perl-file-listing-6.15' >>> perl-filesys-notify-simple 0.14 Downloading wget --passive-ftp -nd -t 3 -O '/tmp/instance-5/output-1/build/.Filesys-Notify-Simple-0.14.tar.gz.EiUafY/output' 'https://cpan.metacpan.org/authors/id/M/MI/MIYAGAWA/Filesys-Notify-Simple-0.14.tar.gz' --2023-02-20 00:25:12-- https://cpan.metacpan.org/authors/id/M/MI/MIYAGAWA/Filesys-Notify-Simple-0.14.tar.gz Resolving cpan.metacpan.org (cpan.metacpan.org)... 151.101.66.217, 151.101.2.217, 151.101.194.217, ... Connecting to cpan.metacpan.org (cpan.metacpan.org)|151.101.66.217|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 13429 (13K) [application/x-gzip] Saving to: '/tmp/instance-5/output-1/build/.Filesys-Notify-Simple-0.14.tar.gz.EiUafY/output' 0K .......... ... 100% 111M=0s 2023-02-20 00:25:12 (111 MB/s) - '/tmp/instance-5/output-1/build/.Filesys-Notify-Simple-0.14.tar.gz.EiUafY/output' saved [13429/13429] Filesys-Notify-Simple-0.14.tar.gz: OK (md5: 4a3ca3098b2455346fe24a66c94d2151) Filesys-Notify-Simple-0.14.tar.gz: OK (sha256: 1fda712d4ba5e1868159ed35f6f8efbfae9d435d6376f5606d533bcb080555a4) >>> perl-filesys-notify-simple 0.14 Extracting gzip -d -c /tmp/instance-5/dl/perl-filesys-notify-simple/Filesys-Notify-Simple-0.14.tar.gz | tar --strip-components=1 -C /tmp/instance-5/output-1/build/perl-filesys-notify-simple-0.14 -xf - >>> perl-filesys-notify-simple 0.14 Patching >>> perl-filesys-notify-simple 0.14 Configuring cd /tmp/instance-5/output-1/build/perl-filesys-notify-simple-0.14/ && if [ -f Build.PL ] && [ MB != "EUMM" ] ; then PERL_MM_USE_DEFAULT=1 PERL5LIB= PERL_USE_UNSAFE_INC=1 /tmp/instance-5/output-1/host/bin/perl Build.PL --config ar="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-ar" --config full_ar="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-ar" --config cc="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc" --config ccflags="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1" --config optimize=" " --config ld="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc" --config lddlflags="-shared " --config ldflags="" --include_dirs /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux/CORE --destdir /tmp/instance-5/output-1/target --installdirs vendor --install_path lib=/usr/lib/perl5/site_perl/5.36.0 --install_path arch=/usr/lib/perl5/site_perl/5.36.0/sh4a-linux --install_path bin=/usr/bin --install_path script=/usr/bin --install_path bindoc=/usr/share/man/man1 --install_path libdoc=/usr/share/man/man3 ; else PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps PERL5LIB= PERL_USE_UNSAFE_INC=1 /tmp/instance-5/output-1/host/bin/perl Makefile.PL AR="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-ar" FULL_AR="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-ar" CC="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc" CCFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1" OPTIMIZE=" " LD="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc" LDDLFLAGS="-shared " LDFLAGS="" PERL_ARCHLIB=/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux DESTDIR=/tmp/instance-5/output-1/target INSTALLDIRS=vendor INSTALLVENDORLIB=/usr/lib/perl5/site_perl/5.36.0 INSTALLVENDORARCH=/usr/lib/perl5/site_perl/5.36.0/sh4a-linux INSTALLVENDORBIN=/usr/bin INSTALLVENDORSCRIPT=/usr/bin INSTALLVENDORMAN1DIR=/usr/share/man/man1 INSTALLVENDORMAN3DIR=/usr/share/man/man3 ; fi Warning: prerequisite Test::SharedFork 0 not found. Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Filesys::Notify::Simple Writing MYMETA.yml and MYMETA.json >>> perl-filesys-notify-simple 0.14 Building cd /tmp/instance-5/output-1/build/perl-filesys-notify-simple-0.14/ && if [ -f Build.PL ] && [ MB != "EUMM" ] ; then PERL5LIB= PERL_USE_UNSAFE_INC=1 /tmp/instance-5/output-1/host/bin/perl Build build; else /home/autobuild/make/make -j1 FIXIN=: pure_all; fi make[1]: Entering directory '/tmp/instance-5/output-1/build/perl-filesys-notify-simple-0.14' cp lib/Filesys/Notify/Simple.pm blib/lib/Filesys/Notify/Simple.pm make[1]: Leaving directory '/tmp/instance-5/output-1/build/perl-filesys-notify-simple-0.14' >>> perl-filesys-notify-simple 0.14 Installing to target cd /tmp/instance-5/output-1/build/perl-filesys-notify-simple-0.14/ && if [ -f Build.PL ] && [ MB != "EUMM" ] ; then PERL5LIB= PERL_USE_UNSAFE_INC=1 /tmp/instance-5/output-1/host/bin/perl Build install; else /home/autobuild/make/make -j1 pure_install; fi make[1]: Entering directory '/tmp/instance-5/output-1/build/perl-filesys-notify-simple-0.14' Manifying 1 pod document Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Filesys/Notify/Simple.pm Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Filesys::Notify::Simple.3 make[1]: Leaving directory '/tmp/instance-5/output-1/build/perl-filesys-notify-simple-0.14' >>> perl-hash-multivalue 0.16 Downloading wget --passive-ftp -nd -t 3 -O '/tmp/instance-5/output-1/build/.Hash-MultiValue-0.16.tar.gz.pRvZEg/output' 'https://cpan.metacpan.org/authors/id/A/AR/ARISTOTLE/Hash-MultiValue-0.16.tar.gz' --2023-02-20 00:25:15-- https://cpan.metacpan.org/authors/id/A/AR/ARISTOTLE/Hash-MultiValue-0.16.tar.gz Resolving cpan.metacpan.org (cpan.metacpan.org)... 151.101.130.217, 151.101.66.217, 151.101.2.217, ... Connecting to cpan.metacpan.org (cpan.metacpan.org)|151.101.130.217|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 19841 (19K) [application/x-gzip] Saving to: '/tmp/instance-5/output-1/build/.Hash-MultiValue-0.16.tar.gz.pRvZEg/output' 0K .......... ......... 100% 118M=0s 2023-02-20 00:25:15 (118 MB/s) - '/tmp/instance-5/output-1/build/.Hash-MultiValue-0.16.tar.gz.pRvZEg/output' saved [19841/19841] Hash-MultiValue-0.16.tar.gz: OK (md5: 508015312eb08cd2bcea987c4efbb93d) Hash-MultiValue-0.16.tar.gz: OK (sha256: 66181df7aa68e2786faf6895c88b18b95c800a8e4e6fb4c07fd176410a3c73f4) >>> perl-hash-multivalue 0.16 Extracting gzip -d -c /tmp/instance-5/dl/perl-hash-multivalue/Hash-MultiValue-0.16.tar.gz | tar --strip-components=1 -C /tmp/instance-5/output-1/build/perl-hash-multivalue-0.16 -xf - >>> perl-hash-multivalue 0.16 Patching >>> perl-hash-multivalue 0.16 Configuring cd /tmp/instance-5/output-1/build/perl-hash-multivalue-0.16/ && if [ -f Build.PL ] && [ MB != "EUMM" ] ; then PERL_MM_USE_DEFAULT=1 PERL5LIB= PERL_USE_UNSAFE_INC=1 /tmp/instance-5/output-1/host/bin/perl Build.PL --config ar="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-ar" --config full_ar="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-ar" --config cc="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc" --config ccflags="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1" --config optimize=" " --config ld="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc" --config lddlflags="-shared " --config ldflags="" --include_dirs /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux/CORE --destdir /tmp/instance-5/output-1/target --installdirs vendor --install_path lib=/usr/lib/perl5/site_perl/5.36.0 --install_path arch=/usr/lib/perl5/site_perl/5.36.0/sh4a-linux --install_path bin=/usr/bin --install_path script=/usr/bin --install_path bindoc=/usr/share/man/man1 --install_path libdoc=/usr/share/man/man3 ; else PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps PERL5LIB= PERL_USE_UNSAFE_INC=1 /tmp/instance-5/output-1/host/bin/perl Makefile.PL AR="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-ar" FULL_AR="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-ar" CC="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc" CCFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1" OPTIMIZE=" " LD="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc" LDDLFLAGS="-shared " LDFLAGS="" PERL_ARCHLIB=/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux DESTDIR=/tmp/instance-5/output-1/target INSTALLDIRS=vendor INSTALLVENDORLIB=/usr/lib/perl5/site_perl/5.36.0 INSTALLVENDORARCH=/usr/lib/perl5/site_perl/5.36.0/sh4a-linux INSTALLVENDORBIN=/usr/bin INSTALLVENDORSCRIPT=/usr/bin INSTALLVENDORMAN1DIR=/usr/share/man/man1 INSTALLVENDORMAN3DIR=/usr/share/man/man3 ; fi Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Hash::MultiValue Writing MYMETA.yml and MYMETA.json >>> perl-hash-multivalue 0.16 Building cd /tmp/instance-5/output-1/build/perl-hash-multivalue-0.16/ && if [ -f Build.PL ] && [ MB != "EUMM" ] ; then PERL5LIB= PERL_USE_UNSAFE_INC=1 /tmp/instance-5/output-1/host/bin/perl Build build; else /home/autobuild/make/make -j1 FIXIN=: pure_all; fi make[1]: Entering directory '/tmp/instance-5/output-1/build/perl-hash-multivalue-0.16' cp lib/Hash/MultiValue.pm blib/lib/Hash/MultiValue.pm make[1]: Leaving directory '/tmp/instance-5/output-1/build/perl-hash-multivalue-0.16' >>> perl-hash-multivalue 0.16 Installing to target cd /tmp/instance-5/output-1/build/perl-hash-multivalue-0.16/ && if [ -f Build.PL ] && [ MB != "EUMM" ] ; then PERL5LIB= PERL_USE_UNSAFE_INC=1 /tmp/instance-5/output-1/host/bin/perl Build install; else /home/autobuild/make/make -j1 pure_install; fi make[1]: Entering directory '/tmp/instance-5/output-1/build/perl-hash-multivalue-0.16' Manifying 1 pod document Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Hash/MultiValue.pm Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Hash::MultiValue.3 make[1]: Leaving directory '/tmp/instance-5/output-1/build/perl-hash-multivalue-0.16' >>> perl-html-parser 3.80 Downloading wget --passive-ftp -nd -t 3 -O '/tmp/instance-5/output-1/build/.HTML-Parser-3.80.tar.gz.7Met8Z/output' 'https://cpan.metacpan.org/authors/id/O/OA/OALDERS/HTML-Parser-3.80.tar.gz' --2023-02-20 00:25:17-- https://cpan.metacpan.org/authors/id/O/OA/OALDERS/HTML-Parser-3.80.tar.gz Resolving cpan.metacpan.org (cpan.metacpan.org)... 151.101.194.217, 151.101.130.217, 151.101.66.217, ... Connecting to cpan.metacpan.org (cpan.metacpan.org)|151.101.194.217|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 148307 (145K) [application/x-gzip] Saving to: '/tmp/instance-5/output-1/build/.HTML-Parser-3.80.tar.gz.7Met8Z/output' 0K .......... .......... .......... .......... .......... 34% 12.1M 0s 50K .......... .......... .......... .......... .......... 69% 17.1M 0s 100K .......... .......... .......... .......... .... 100% 277M=0.007s 2023-02-20 00:25:17 (20.1 MB/s) - '/tmp/instance-5/output-1/build/.HTML-Parser-3.80.tar.gz.7Met8Z/output' saved [148307/148307] HTML-Parser-3.80.tar.gz: OK (md5: 8e7151d08f30457a2ba80020b936285f) HTML-Parser-3.80.tar.gz: OK (sha256: 63411db03016747e37c2636db11b05f8cc71608ef5bff36d04ddb0dc92f7835b) >>> perl-html-parser 3.80 Extracting gzip -d -c /tmp/instance-5/dl/perl-html-parser/HTML-Parser-3.80.tar.gz | tar --strip-components=1 -C /tmp/instance-5/output-1/build/perl-html-parser-3.80 -xf - >>> perl-html-parser 3.80 Patching >>> perl-html-parser 3.80 Configuring cd /tmp/instance-5/output-1/build/perl-html-parser-3.80/ && if [ -f Build.PL ] && [ MB != "EUMM" ] ; then PERL_MM_USE_DEFAULT=1 PERL5LIB= PERL_USE_UNSAFE_INC=1 /tmp/instance-5/output-1/host/bin/perl Build.PL --config ar="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-ar" --config full_ar="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-ar" --config cc="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc" --config ccflags="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1" --config optimize=" " --config ld="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc" --config lddlflags="-shared " --config ldflags="" --include_dirs /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux/CORE --destdir /tmp/instance-5/output-1/target --installdirs vendor --install_path lib=/usr/lib/perl5/site_perl/5.36.0 --install_path arch=/usr/lib/perl5/site_perl/5.36.0/sh4a-linux --install_path bin=/usr/bin --install_path script=/usr/bin --install_path bindoc=/usr/share/man/man1 --install_path libdoc=/usr/share/man/man3 ; else PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps PERL5LIB= PERL_USE_UNSAFE_INC=1 /tmp/instance-5/output-1/host/bin/perl Makefile.PL AR="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-ar" FULL_AR="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-ar" CC="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc" CCFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1" OPTIMIZE=" " LD="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc" LDDLFLAGS="-shared " LDFLAGS="" PERL_ARCHLIB=/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux DESTDIR=/tmp/instance-5/output-1/target INSTALLDIRS=vendor INSTALLVENDORLIB=/usr/lib/perl5/site_perl/5.36.0 INSTALLVENDORARCH=/usr/lib/perl5/site_perl/5.36.0/sh4a-linux INSTALLVENDORBIN=/usr/bin INSTALLVENDORSCRIPT=/usr/bin INSTALLVENDORMAN1DIR=/usr/share/man/man1 INSTALLVENDORMAN3DIR=/usr/share/man/man3 ; fi Warning: prerequisite HTML::Tagset 0 not found. Warning: prerequisite HTTP::Headers 0 not found. Warning: prerequisite URI 0 not found. Warning: prerequisite URI::URL 0 not found. Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for HTML::Parser Writing MYMETA.yml and MYMETA.json >>> perl-html-parser 3.80 Building cd /tmp/instance-5/output-1/build/perl-html-parser-3.80/ && if [ -f Build.PL ] && [ MB != "EUMM" ] ; then PERL5LIB= PERL_USE_UNSAFE_INC=1 /tmp/instance-5/output-1/host/bin/perl Build build; else /home/autobuild/make/make -j1 FIXIN=: pure_all; fi make[1]: Entering directory '/tmp/instance-5/output-1/build/perl-html-parser-3.80' cp lib/HTML/Filter.pm blib/lib/HTML/Filter.pm cp lib/HTML/PullParser.pm blib/lib/HTML/PullParser.pm cp lib/HTML/Parser.pm blib/lib/HTML/Parser.pm cp lib/HTML/HeadParser.pm blib/lib/HTML/HeadParser.pm cp lib/HTML/Entities.pm blib/lib/HTML/Entities.pm cp lib/HTML/TokeParser.pm blib/lib/HTML/TokeParser.pm cp lib/HTML/LinkExtor.pm blib/lib/HTML/LinkExtor.pm Running Mkbootstrap for Parser () chmod 644 "Parser.bs" "/tmp/instance-5/output-1/host/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Parser.bs blib/arch/auto/HTML/Parser/Parser.bs 644 "/tmp/instance-5/output-1/host/bin/perl" "/tmp/instance-5/output-1/host/lib/perl5/5.36.0/ExtUtils/xsubpp" -typemap '/tmp/instance-5/output-1/host/lib/perl5/5.36.0/ExtUtils/typemap' -typemap '/tmp/instance-5/output-1/build/perl-html-parser-3.80/typemap' Parser.xs > Parser.xsc mv Parser.xsc Parser.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -DVERSION=\"3.80\" -DXS_VERSION=\"3.80\" -fPIC "-I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux/CORE" -DMARKED_SECTION Parser.c In file included from ../../host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux/CORE/perl.h:7247, from Parser.xs:11: ../../host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux/CORE/sv_inline.h:519:1: warning: 'always_inline' function might not be inlinable [-Wattributes] 519 | Perl_newSV_type_mortal(pTHX_ const svtype type) | ^~~~~~~~~~~~~~~~~~~~~~ rm -f blib/arch/auto/HTML/Parser/Parser.so /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -shared Parser.o -o blib/arch/auto/HTML/Parser/Parser.so \ \ chmod 755 blib/arch/auto/HTML/Parser/Parser.so make[1]: Leaving directory '/tmp/instance-5/output-1/build/perl-html-parser-3.80' >>> perl-html-parser 3.80 Installing to target cd /tmp/instance-5/output-1/build/perl-html-parser-3.80/ && if [ -f Build.PL ] && [ MB != "EUMM" ] ; then PERL5LIB= PERL_USE_UNSAFE_INC=1 /tmp/instance-5/output-1/host/bin/perl Build install; else /home/autobuild/make/make -j1 pure_install; fi make[1]: Entering directory '/tmp/instance-5/output-1/build/perl-html-parser-3.80' "/tmp/instance-5/output-1/host/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Parser.bs blib/arch/auto/HTML/Parser/Parser.bs 644 Manifying 7 pod documents Files found in blib/arch: installing files in blib/lib into architecture dependent library tree Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/sh4a-linux/auto/HTML/Parser/Parser.so Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/sh4a-linux/HTML/LinkExtor.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/sh4a-linux/HTML/TokeParser.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/sh4a-linux/HTML/Entities.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/sh4a-linux/HTML/HeadParser.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/sh4a-linux/HTML/Parser.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/sh4a-linux/HTML/PullParser.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/sh4a-linux/HTML/Filter.pm Installing /tmp/instance-5/output-1/target/usr/share/man/man3/HTML::TokeParser.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/HTML::PullParser.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/HTML::Parser.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/HTML::LinkExtor.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/HTML::HeadParser.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/HTML::Filter.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/HTML::Entities.3 make[1]: Leaving directory '/tmp/instance-5/output-1/build/perl-html-parser-3.80' >>> perl-html-tagset 3.20 Downloading wget --passive-ftp -nd -t 3 -O '/tmp/instance-5/output-1/build/.HTML-Tagset-3.20.tar.gz.Vvud8L/output' 'https://cpan.metacpan.org/authors/id/P/PE/PETDANCE/HTML-Tagset-3.20.tar.gz' --2023-02-20 00:25:24-- https://cpan.metacpan.org/authors/id/P/PE/PETDANCE/HTML-Tagset-3.20.tar.gz Resolving cpan.metacpan.org (cpan.metacpan.org)... 151.101.2.217, 151.101.194.217, 151.101.130.217, ... Connecting to cpan.metacpan.org (cpan.metacpan.org)|151.101.2.217|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 8150 (8.0K) [application/x-gzip] Saving to: '/tmp/instance-5/output-1/build/.HTML-Tagset-3.20.tar.gz.Vvud8L/output' 0K ....... 100% 96.0M=0s 2023-02-20 00:25:24 (96.0 MB/s) - '/tmp/instance-5/output-1/build/.HTML-Tagset-3.20.tar.gz.Vvud8L/output' saved [8150/8150] HTML-Tagset-3.20.tar.gz: OK (md5: d2bfa18fe1904df7f683e96611e87437) HTML-Tagset-3.20.tar.gz: OK (sha256: adb17dac9e36cd011f5243881c9739417fd102fce760f8de4e9be4c7131108e2) >>> perl-html-tagset 3.20 Extracting gzip -d -c /tmp/instance-5/dl/perl-html-tagset/HTML-Tagset-3.20.tar.gz | tar --strip-components=1 -C /tmp/instance-5/output-1/build/perl-html-tagset-3.20 -xf - >>> perl-html-tagset 3.20 Patching >>> perl-html-tagset 3.20 Configuring cd /tmp/instance-5/output-1/build/perl-html-tagset-3.20/ && if [ -f Build.PL ] && [ MB != "EUMM" ] ; then PERL_MM_USE_DEFAULT=1 PERL5LIB= PERL_USE_UNSAFE_INC=1 /tmp/instance-5/output-1/host/bin/perl Build.PL --config ar="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-ar" --config full_ar="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-ar" --config cc="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc" --config ccflags="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1" --config optimize=" " --config ld="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc" --config lddlflags="-shared " --config ldflags="" --include_dirs /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux/CORE --destdir /tmp/instance-5/output-1/target --installdirs vendor --install_path lib=/usr/lib/perl5/site_perl/5.36.0 --install_path arch=/usr/lib/perl5/site_perl/5.36.0/sh4a-linux --install_path bin=/usr/bin --install_path script=/usr/bin --install_path bindoc=/usr/share/man/man1 --install_path libdoc=/usr/share/man/man3 ; else PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps PERL5LIB= PERL_USE_UNSAFE_INC=1 /tmp/instance-5/output-1/host/bin/perl Makefile.PL AR="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-ar" FULL_AR="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-ar" CC="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc" CCFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1" OPTIMIZE=" " LD="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc" LDDLFLAGS="-shared " LDFLAGS="" PERL_ARCHLIB=/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux DESTDIR=/tmp/instance-5/output-1/target INSTALLDIRS=vendor INSTALLVENDORLIB=/usr/lib/perl5/site_perl/5.36.0 INSTALLVENDORARCH=/usr/lib/perl5/site_perl/5.36.0/sh4a-linux INSTALLVENDORBIN=/usr/bin INSTALLVENDORSCRIPT=/usr/bin INSTALLVENDORMAN1DIR=/usr/share/man/man1 INSTALLVENDORMAN3DIR=/usr/share/man/man3 ; fi Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for HTML::Tagset Writing MYMETA.yml and MYMETA.json >>> perl-html-tagset 3.20 Building cd /tmp/instance-5/output-1/build/perl-html-tagset-3.20/ && if [ -f Build.PL ] && [ MB != "EUMM" ] ; then PERL5LIB= PERL_USE_UNSAFE_INC=1 /tmp/instance-5/output-1/host/bin/perl Build build; else /home/autobuild/make/make -j1 FIXIN=: pure_all; fi make[1]: Entering directory '/tmp/instance-5/output-1/build/perl-html-tagset-3.20' cp Tagset.pm blib/lib/HTML/Tagset.pm make[1]: Leaving directory '/tmp/instance-5/output-1/build/perl-html-tagset-3.20' >>> perl-html-tagset 3.20 Installing to target cd /tmp/instance-5/output-1/build/perl-html-tagset-3.20/ && if [ -f Build.PL ] && [ MB != "EUMM" ] ; then PERL5LIB= PERL_USE_UNSAFE_INC=1 /tmp/instance-5/output-1/host/bin/perl Build install; else /home/autobuild/make/make -j1 pure_install; fi make[1]: Entering directory '/tmp/instance-5/output-1/build/perl-html-tagset-3.20' Manifying 1 pod document Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/HTML/Tagset.pm Installing /tmp/instance-5/output-1/target/usr/share/man/man3/HTML::Tagset.3 make[1]: Leaving directory '/tmp/instance-5/output-1/build/perl-html-tagset-3.20' >>> perl-http-cookies 6.10 Downloading wget --passive-ftp -nd -t 3 -O '/tmp/instance-5/output-1/build/.HTTP-Cookies-6.10.tar.gz.1J507c/output' 'https://cpan.metacpan.org/authors/id/O/OA/OALDERS/HTTP-Cookies-6.10.tar.gz' --2023-02-20 00:25:26-- https://cpan.metacpan.org/authors/id/O/OA/OALDERS/HTTP-Cookies-6.10.tar.gz Resolving cpan.metacpan.org (cpan.metacpan.org)... 151.101.66.217, 151.101.2.217, 151.101.194.217, ... Connecting to cpan.metacpan.org (cpan.metacpan.org)|151.101.66.217|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 42448 (41K) [application/x-gzip] Saving to: '/tmp/instance-5/output-1/build/.HTTP-Cookies-6.10.tar.gz.1J507c/output' 0K .......... .......... .......... .......... . 100% 12.7M=0.003s 2023-02-20 00:25:26 (12.7 MB/s) - '/tmp/instance-5/output-1/build/.HTTP-Cookies-6.10.tar.gz.1J507c/output' saved [42448/42448] HTTP-Cookies-6.10.tar.gz: OK (md5: b4d7804231b1dfd10999d42283e0cf06) HTTP-Cookies-6.10.tar.gz: OK (sha256: e36f36633c5ce6b5e4b876ffcf74787cc5efe0736dd7f487bdd73c14f0bd7007) >>> perl-http-cookies 6.10 Extracting gzip -d -c /tmp/instance-5/dl/perl-http-cookies/HTTP-Cookies-6.10.tar.gz | tar --strip-components=1 -C /tmp/instance-5/output-1/build/perl-http-cookies-6.10 -xf - >>> perl-http-cookies 6.10 Patching >>> perl-http-cookies 6.10 Configuring cd /tmp/instance-5/output-1/build/perl-http-cookies-6.10/ && if [ -f Build.PL ] && [ MB != "EUMM" ] ; then PERL_MM_USE_DEFAULT=1 PERL5LIB= PERL_USE_UNSAFE_INC=1 /tmp/instance-5/output-1/host/bin/perl Build.PL --config ar="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-ar" --config full_ar="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-ar" --config cc="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc" --config ccflags="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1" --config optimize=" " --config ld="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc" --config lddlflags="-shared " --config ldflags="" --include_dirs /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux/CORE --destdir /tmp/instance-5/output-1/target --installdirs vendor --install_path lib=/usr/lib/perl5/site_perl/5.36.0 --install_path arch=/usr/lib/perl5/site_perl/5.36.0/sh4a-linux --install_path bin=/usr/bin --install_path script=/usr/bin --install_path bindoc=/usr/share/man/man1 --install_path libdoc=/usr/share/man/man3 ; else PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps PERL5LIB= PERL_USE_UNSAFE_INC=1 /tmp/instance-5/output-1/host/bin/perl Makefile.PL AR="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-ar" FULL_AR="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-ar" CC="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc" CCFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1" OPTIMIZE=" " LD="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc" LDDLFLAGS="-shared " LDFLAGS="" PERL_ARCHLIB=/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux DESTDIR=/tmp/instance-5/output-1/target INSTALLDIRS=vendor INSTALLVENDORLIB=/usr/lib/perl5/site_perl/5.36.0 INSTALLVENDORARCH=/usr/lib/perl5/site_perl/5.36.0/sh4a-linux INSTALLVENDORBIN=/usr/bin INSTALLVENDORSCRIPT=/usr/bin INSTALLVENDORMAN1DIR=/usr/share/man/man1 INSTALLVENDORMAN3DIR=/usr/share/man/man3 ; fi Warning: prerequisite HTTP::Date 6 not found. Warning: prerequisite HTTP::Headers::Util 6 not found. Warning: prerequisite HTTP::Request 0 not found. Warning: prerequisite HTTP::Response 0 not found. Warning: prerequisite URI 0 not found. Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for HTTP::Cookies Writing MYMETA.yml and MYMETA.json >>> perl-http-cookies 6.10 Building cd /tmp/instance-5/output-1/build/perl-http-cookies-6.10/ && if [ -f Build.PL ] && [ MB != "EUMM" ] ; then PERL5LIB= PERL_USE_UNSAFE_INC=1 /tmp/instance-5/output-1/host/bin/perl Build build; else /home/autobuild/make/make -j1 FIXIN=: pure_all; fi make[1]: Entering directory '/tmp/instance-5/output-1/build/perl-http-cookies-6.10' cp lib/HTTP/Cookies.pm blib/lib/HTTP/Cookies.pm cp lib/HTTP/Cookies/Microsoft.pm blib/lib/HTTP/Cookies/Microsoft.pm cp lib/HTTP/Cookies/Netscape.pm blib/lib/HTTP/Cookies/Netscape.pm make[1]: Leaving directory '/tmp/instance-5/output-1/build/perl-http-cookies-6.10' >>> perl-http-cookies 6.10 Installing to target cd /tmp/instance-5/output-1/build/perl-http-cookies-6.10/ && if [ -f Build.PL ] && [ MB != "EUMM" ] ; then PERL5LIB= PERL_USE_UNSAFE_INC=1 /tmp/instance-5/output-1/host/bin/perl Build install; else /home/autobuild/make/make -j1 pure_install; fi make[1]: Entering directory '/tmp/instance-5/output-1/build/perl-http-cookies-6.10' Manifying 3 pod documents Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/HTTP/Cookies.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/HTTP/Cookies/Netscape.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/HTTP/Cookies/Microsoft.pm Installing /tmp/instance-5/output-1/target/usr/share/man/man3/HTTP::Cookies::Netscape.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/HTTP::Cookies::Microsoft.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/HTTP::Cookies.3 make[1]: Leaving directory '/tmp/instance-5/output-1/build/perl-http-cookies-6.10' >>> perl-http-date 6.05 Downloading wget --passive-ftp -nd -t 3 -O '/tmp/instance-5/output-1/build/.HTTP-Date-6.05.tar.gz.mUeSAp/output' 'https://cpan.metacpan.org/authors/id/O/OA/OALDERS/HTTP-Date-6.05.tar.gz' --2023-02-20 00:25:29-- https://cpan.metacpan.org/authors/id/O/OA/OALDERS/HTTP-Date-6.05.tar.gz Resolving cpan.metacpan.org (cpan.metacpan.org)... 151.101.130.217, 151.101.66.217, 151.101.2.217, ... Connecting to cpan.metacpan.org (cpan.metacpan.org)|151.101.130.217|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 29673 (29K) [application/x-gzip] Saving to: '/tmp/instance-5/output-1/build/.HTTP-Date-6.05.tar.gz.mUeSAp/output' 0K .......... .......... ........ 100% 36.1M=0.001s 2023-02-20 00:25:29 (36.1 MB/s) - '/tmp/instance-5/output-1/build/.HTTP-Date-6.05.tar.gz.mUeSAp/output' saved [29673/29673] HTTP-Date-6.05.tar.gz: OK (md5: 2ecbb3aedf6aef062605191813ca3027) HTTP-Date-6.05.tar.gz: OK (sha256: 365d6294dfbd37ebc51def8b65b81eb79b3934ecbc95a2ec2d4d827efe6a922b) >>> perl-http-date 6.05 Extracting gzip -d -c /tmp/instance-5/dl/perl-http-date/HTTP-Date-6.05.tar.gz | tar --strip-components=1 -C /tmp/instance-5/output-1/build/perl-http-date-6.05 -xf - >>> perl-http-date 6.05 Patching >>> perl-http-date 6.05 Configuring cd /tmp/instance-5/output-1/build/perl-http-date-6.05/ && if [ -f Build.PL ] && [ MB != "EUMM" ] ; then PERL_MM_USE_DEFAULT=1 PERL5LIB= PERL_USE_UNSAFE_INC=1 /tmp/instance-5/output-1/host/bin/perl Build.PL --config ar="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-ar" --config full_ar="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-ar" --config cc="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc" --config ccflags="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1" --config optimize=" " --config ld="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc" --config lddlflags="-shared " --config ldflags="" --include_dirs /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux/CORE --destdir /tmp/instance-5/output-1/target --installdirs vendor --install_path lib=/usr/lib/perl5/site_perl/5.36.0 --install_path arch=/usr/lib/perl5/site_perl/5.36.0/sh4a-linux --install_path bin=/usr/bin --install_path script=/usr/bin --install_path bindoc=/usr/share/man/man1 --install_path libdoc=/usr/share/man/man3 ; else PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps PERL5LIB= PERL_USE_UNSAFE_INC=1 /tmp/instance-5/output-1/host/bin/perl Makefile.PL AR="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-ar" FULL_AR="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-ar" CC="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc" CCFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1" OPTIMIZE=" " LD="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc" LDDLFLAGS="-shared " LDFLAGS="" PERL_ARCHLIB=/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux DESTDIR=/tmp/instance-5/output-1/target INSTALLDIRS=vendor INSTALLVENDORLIB=/usr/lib/perl5/site_perl/5.36.0 INSTALLVENDORARCH=/usr/lib/perl5/site_perl/5.36.0/sh4a-linux INSTALLVENDORBIN=/usr/bin INSTALLVENDORSCRIPT=/usr/bin INSTALLVENDORMAN1DIR=/usr/share/man/man1 INSTALLVENDORMAN3DIR=/usr/share/man/man3 ; fi Warning: prerequisite Time::Zone 0 not found. Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for HTTP::Date Writing MYMETA.yml and MYMETA.json >>> perl-http-date 6.05 Building cd /tmp/instance-5/output-1/build/perl-http-date-6.05/ && if [ -f Build.PL ] && [ MB != "EUMM" ] ; then PERL5LIB= PERL_USE_UNSAFE_INC=1 /tmp/instance-5/output-1/host/bin/perl Build build; else /home/autobuild/make/make -j1 FIXIN=: pure_all; fi make[1]: Entering directory '/tmp/instance-5/output-1/build/perl-http-date-6.05' cp lib/HTTP/Date.pm blib/lib/HTTP/Date.pm make[1]: Leaving directory '/tmp/instance-5/output-1/build/perl-http-date-6.05' >>> perl-http-date 6.05 Installing to target cd /tmp/instance-5/output-1/build/perl-http-date-6.05/ && if [ -f Build.PL ] && [ MB != "EUMM" ] ; then PERL5LIB= PERL_USE_UNSAFE_INC=1 /tmp/instance-5/output-1/host/bin/perl Build install; else /home/autobuild/make/make -j1 pure_install; fi make[1]: Entering directory '/tmp/instance-5/output-1/build/perl-http-date-6.05' Manifying 1 pod document Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/HTTP/Date.pm Installing /tmp/instance-5/output-1/target/usr/share/man/man3/HTTP::Date.3 make[1]: Leaving directory '/tmp/instance-5/output-1/build/perl-http-date-6.05' >>> host-perl-extutils-config 0.008 Downloading wget --passive-ftp -nd -t 3 -O '/tmp/instance-5/output-1/build/.ExtUtils-Config-0.008.tar.gz.HENQkQ/output' 'https://cpan.metacpan.org/authors/id/L/LE/LEONT/ExtUtils-Config-0.008.tar.gz' --2023-02-20 00:25:32-- https://cpan.metacpan.org/authors/id/L/LE/LEONT/ExtUtils-Config-0.008.tar.gz Resolving cpan.metacpan.org (cpan.metacpan.org)... 151.101.194.217, 151.101.130.217, 151.101.66.217, ... Connecting to cpan.metacpan.org (cpan.metacpan.org)|151.101.194.217|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 11165 (11K) [application/x-gzip] Saving to: '/tmp/instance-5/output-1/build/.ExtUtils-Config-0.008.tar.gz.HENQkQ/output' 0K .......... 100% 93.9M=0s 2023-02-20 00:25:32 (93.9 MB/s) - '/tmp/instance-5/output-1/build/.ExtUtils-Config-0.008.tar.gz.HENQkQ/output' saved [11165/11165] ExtUtils-Config-0.008.tar.gz: OK (md5: 565a7b09c7cac5907a25bbe2c959a717) ExtUtils-Config-0.008.tar.gz: OK (sha256: ae5104f634650dce8a79b7ed13fb59d67a39c213a6776cfdaa3ee749e62f1a8c) >>> host-perl-extutils-config 0.008 Extracting gzip -d -c /tmp/instance-5/dl/perl-extutils-config/ExtUtils-Config-0.008.tar.gz | tar --strip-components=1 -C /tmp/instance-5/output-1/build/host-perl-extutils-config-0.008 -xf - >>> host-perl-extutils-config 0.008 Patching >>> host-perl-extutils-config 0.008 Configuring cd /tmp/instance-5/output-1/build/host-perl-extutils-config-0.008/ && if [ -f Build.PL ] && [ MB != "EUMM" ] ; then PERL_MM_USE_DEFAULT=1 PERL5LIB= PERL_USE_UNSAFE_INC=1 /tmp/instance-5/output-1/host/bin/perl Build.PL ; else PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps PERL5LIB= PERL_USE_UNSAFE_INC=1 /tmp/instance-5/output-1/host/bin/perl Makefile.PL ; fi Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for ExtUtils::Config Writing MYMETA.yml and MYMETA.json >>> host-perl-extutils-config 0.008 Building cd /tmp/instance-5/output-1/build/host-perl-extutils-config-0.008/ && if [ -f Build.PL ] && [ MB != "EUMM" ] ; then PERL5LIB= PERL_USE_UNSAFE_INC=1 /tmp/instance-5/output-1/host/bin/perl Build build; else /home/autobuild/make/make -j1 pure_all; fi make[1]: Entering directory '/tmp/instance-5/output-1/build/host-perl-extutils-config-0.008' cp lib/ExtUtils/Config.pm blib/lib/ExtUtils/Config.pm make[1]: Leaving directory '/tmp/instance-5/output-1/build/host-perl-extutils-config-0.008' >>> host-perl-extutils-config 0.008 Installing to host directory cd /tmp/instance-5/output-1/build/host-perl-extutils-config-0.008/ && if [ -f Build.PL ] && [ MB != "EUMM" ] ; then PERL5LIB= PERL_USE_UNSAFE_INC=1 /tmp/instance-5/output-1/host/bin/perl Build install; else /home/autobuild/make/make -j1 pure_install; fi make[1]: Entering directory '/tmp/instance-5/output-1/build/host-perl-extutils-config-0.008' Manifying 1 pod document Installing /tmp/instance-5/output-1/host/lib/perl5/site_perl/5.36.0/ExtUtils/Config.pm Installing /tmp/instance-5/output-1/host/share/man/man3/ExtUtils::Config.3 make[1]: Leaving directory '/tmp/instance-5/output-1/build/host-perl-extutils-config-0.008' >>> host-perl-extutils-helpers 0.026 Downloading wget --passive-ftp -nd -t 3 -O '/tmp/instance-5/output-1/build/.ExtUtils-Helpers-0.026.tar.gz.zvswO4/output' 'https://cpan.metacpan.org/authors/id/L/LE/LEONT/ExtUtils-Helpers-0.026.tar.gz' --2023-02-20 00:25:38-- https://cpan.metacpan.org/authors/id/L/LE/LEONT/ExtUtils-Helpers-0.026.tar.gz Resolving cpan.metacpan.org (cpan.metacpan.org)... 151.101.2.217, 151.101.66.217, 151.101.130.217, ... Connecting to cpan.metacpan.org (cpan.metacpan.org)|151.101.2.217|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 15099 (15K) [application/x-gzip] Saving to: '/tmp/instance-5/output-1/build/.ExtUtils-Helpers-0.026.tar.gz.zvswO4/output' 0K .......... .... 100% 89.4M=0s 2023-02-20 00:25:38 (89.4 MB/s) - '/tmp/instance-5/output-1/build/.ExtUtils-Helpers-0.026.tar.gz.zvswO4/output' saved [15099/15099] ExtUtils-Helpers-0.026.tar.gz: OK (md5: 83b00c1e401321c425ae5db6b2b2fd12) ExtUtils-Helpers-0.026.tar.gz: OK (sha256: de901b6790a4557cf4ec908149e035783b125bf115eb9640feb1bc1c24c33416) >>> host-perl-extutils-helpers 0.026 Extracting gzip -d -c /tmp/instance-5/dl/perl-extutils-helpers/ExtUtils-Helpers-0.026.tar.gz | tar --strip-components=1 -C /tmp/instance-5/output-1/build/host-perl-extutils-helpers-0.026 -xf - >>> host-perl-extutils-helpers 0.026 Patching >>> host-perl-extutils-helpers 0.026 Configuring cd /tmp/instance-5/output-1/build/host-perl-extutils-helpers-0.026/ && if [ -f Build.PL ] && [ MB != "EUMM" ] ; then PERL_MM_USE_DEFAULT=1 PERL5LIB= PERL_USE_UNSAFE_INC=1 /tmp/instance-5/output-1/host/bin/perl Build.PL ; else PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps PERL5LIB= PERL_USE_UNSAFE_INC=1 /tmp/instance-5/output-1/host/bin/perl Makefile.PL ; fi Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for ExtUtils::Helpers Writing MYMETA.yml and MYMETA.json >>> host-perl-extutils-helpers 0.026 Building cd /tmp/instance-5/output-1/build/host-perl-extutils-helpers-0.026/ && if [ -f Build.PL ] && [ MB != "EUMM" ] ; then PERL5LIB= PERL_USE_UNSAFE_INC=1 /tmp/instance-5/output-1/host/bin/perl Build build; else /home/autobuild/make/make -j1 pure_all; fi make[1]: Entering directory '/tmp/instance-5/output-1/build/host-perl-extutils-helpers-0.026' cp lib/ExtUtils/Helpers/Unix.pm blib/lib/ExtUtils/Helpers/Unix.pm cp lib/ExtUtils/Helpers.pm blib/lib/ExtUtils/Helpers.pm cp lib/ExtUtils/Helpers/Windows.pm blib/lib/ExtUtils/Helpers/Windows.pm cp lib/ExtUtils/Helpers/VMS.pm blib/lib/ExtUtils/Helpers/VMS.pm make[1]: Leaving directory '/tmp/instance-5/output-1/build/host-perl-extutils-helpers-0.026' >>> host-perl-extutils-helpers 0.026 Installing to host directory cd /tmp/instance-5/output-1/build/host-perl-extutils-helpers-0.026/ && if [ -f Build.PL ] && [ MB != "EUMM" ] ; then PERL5LIB= PERL_USE_UNSAFE_INC=1 /tmp/instance-5/output-1/host/bin/perl Build install; else /home/autobuild/make/make -j1 pure_install; fi make[1]: Entering directory '/tmp/instance-5/output-1/build/host-perl-extutils-helpers-0.026' Manifying 4 pod documents Installing /tmp/instance-5/output-1/host/lib/perl5/site_perl/5.36.0/ExtUtils/Helpers.pm Installing /tmp/instance-5/output-1/host/lib/perl5/site_perl/5.36.0/ExtUtils/Helpers/VMS.pm Installing /tmp/instance-5/output-1/host/lib/perl5/site_perl/5.36.0/ExtUtils/Helpers/Windows.pm Installing /tmp/instance-5/output-1/host/lib/perl5/site_perl/5.36.0/ExtUtils/Helpers/Unix.pm Installing /tmp/instance-5/output-1/host/share/man/man3/ExtUtils::Helpers::Windows.3 Installing /tmp/instance-5/output-1/host/share/man/man3/ExtUtils::Helpers::VMS.3 Installing /tmp/instance-5/output-1/host/share/man/man3/ExtUtils::Helpers::Unix.3 Installing /tmp/instance-5/output-1/host/share/man/man3/ExtUtils::Helpers.3 make[1]: Leaving directory '/tmp/instance-5/output-1/build/host-perl-extutils-helpers-0.026' >>> host-perl-extutils-installpaths 0.012 Downloading wget --passive-ftp -nd -t 3 -O '/tmp/instance-5/output-1/build/.ExtUtils-InstallPaths-0.012.tar.gz.fFkxuJ/output' 'https://cpan.metacpan.org/authors/id/L/LE/LEONT/ExtUtils-InstallPaths-0.012.tar.gz' --2023-02-20 00:25:44-- https://cpan.metacpan.org/authors/id/L/LE/LEONT/ExtUtils-InstallPaths-0.012.tar.gz Resolving cpan.metacpan.org (cpan.metacpan.org)... 151.101.194.217, 151.101.130.217, 151.101.66.217, ... Connecting to cpan.metacpan.org (cpan.metacpan.org)|151.101.194.217|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 17991 (18K) [application/x-gzip] Saving to: '/tmp/instance-5/output-1/build/.ExtUtils-InstallPaths-0.012.tar.gz.fFkxuJ/output' 0K .......... ....... 100% 89.4M=0s 2023-02-20 00:25:44 (89.4 MB/s) - '/tmp/instance-5/output-1/build/.ExtUtils-InstallPaths-0.012.tar.gz.fFkxuJ/output' saved [17991/17991] ExtUtils-InstallPaths-0.012.tar.gz: OK (md5: 9a8d66aab1ffec98ea260faf03ac612b) ExtUtils-InstallPaths-0.012.tar.gz: OK (sha256: 84735e3037bab1fdffa3c2508567ad412a785c91599db3c12593a50a1dd434ed) >>> host-perl-extutils-installpaths 0.012 Extracting gzip -d -c /tmp/instance-5/dl/perl-extutils-installpaths/ExtUtils-InstallPaths-0.012.tar.gz | tar --strip-components=1 -C /tmp/instance-5/output-1/build/host-perl-extutils-installpaths-0.012 -xf - >>> host-perl-extutils-installpaths 0.012 Patching >>> host-perl-extutils-installpaths 0.012 Configuring cd /tmp/instance-5/output-1/build/host-perl-extutils-installpaths-0.012/ && if [ -f Build.PL ] && [ MB != "EUMM" ] ; then PERL_MM_USE_DEFAULT=1 PERL5LIB= PERL_USE_UNSAFE_INC=1 /tmp/instance-5/output-1/host/bin/perl Build.PL ; else PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps PERL5LIB= PERL_USE_UNSAFE_INC=1 /tmp/instance-5/output-1/host/bin/perl Makefile.PL ; fi Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for ExtUtils::InstallPaths Writing MYMETA.yml and MYMETA.json >>> host-perl-extutils-installpaths 0.012 Building cd /tmp/instance-5/output-1/build/host-perl-extutils-installpaths-0.012/ && if [ -f Build.PL ] && [ MB != "EUMM" ] ; then PERL5LIB= PERL_USE_UNSAFE_INC=1 /tmp/instance-5/output-1/host/bin/perl Build build; else /home/autobuild/make/make -j1 pure_all; fi make[1]: Entering directory '/tmp/instance-5/output-1/build/host-perl-extutils-installpaths-0.012' cp lib/ExtUtils/InstallPaths.pm blib/lib/ExtUtils/InstallPaths.pm make[1]: Leaving directory '/tmp/instance-5/output-1/build/host-perl-extutils-installpaths-0.012' >>> host-perl-extutils-installpaths 0.012 Installing to host directory cd /tmp/instance-5/output-1/build/host-perl-extutils-installpaths-0.012/ && if [ -f Build.PL ] && [ MB != "EUMM" ] ; then PERL5LIB= PERL_USE_UNSAFE_INC=1 /tmp/instance-5/output-1/host/bin/perl Build install; else /home/autobuild/make/make -j1 pure_install; fi make[1]: Entering directory '/tmp/instance-5/output-1/build/host-perl-extutils-installpaths-0.012' Manifying 1 pod document Installing /tmp/instance-5/output-1/host/lib/perl5/site_perl/5.36.0/ExtUtils/InstallPaths.pm Installing /tmp/instance-5/output-1/host/share/man/man3/ExtUtils::InstallPaths.3 make[1]: Leaving directory '/tmp/instance-5/output-1/build/host-perl-extutils-installpaths-0.012' >>> host-perl-module-build-tiny 0.039 Downloading wget --passive-ftp -nd -t 3 -O '/tmp/instance-5/output-1/build/.Module-Build-Tiny-0.039.tar.gz.EH6ag1/output' 'https://cpan.metacpan.org/authors/id/L/LE/LEONT/Module-Build-Tiny-0.039.tar.gz' --2023-02-20 00:25:50-- https://cpan.metacpan.org/authors/id/L/LE/LEONT/Module-Build-Tiny-0.039.tar.gz Resolving cpan.metacpan.org (cpan.metacpan.org)... 151.101.2.217, 151.101.194.217, 151.101.130.217, ... Connecting to cpan.metacpan.org (cpan.metacpan.org)|151.101.2.217|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 20663 (20K) [application/x-gzip] Saving to: '/tmp/instance-5/output-1/build/.Module-Build-Tiny-0.039.tar.gz.EH6ag1/output' 0K .......... .......... 100% 19.6M=0.001s 2023-02-20 00:25:50 (19.6 MB/s) - '/tmp/instance-5/output-1/build/.Module-Build-Tiny-0.039.tar.gz.EH6ag1/output' saved [20663/20663] Module-Build-Tiny-0.039.tar.gz: OK (md5: 2332c90c17454107fea3f2614e11a3a9) Module-Build-Tiny-0.039.tar.gz: OK (sha256: 7d580ff6ace0cbe555bf36b86dc8ea232581530cbeaaea09bccb57b55797f11c) >>> host-perl-module-build-tiny 0.039 Extracting gzip -d -c /tmp/instance-5/dl/perl-module-build-tiny/Module-Build-Tiny-0.039.tar.gz | tar --strip-components=1 -C /tmp/instance-5/output-1/build/host-perl-module-build-tiny-0.039 -xf - >>> host-perl-module-build-tiny 0.039 Patching >>> host-perl-module-build-tiny 0.039 Configuring cd /tmp/instance-5/output-1/build/host-perl-module-build-tiny-0.039/ && if [ -f Build.PL ] && [ MB != "EUMM" ] ; then PERL_MM_USE_DEFAULT=1 PERL5LIB= PERL_USE_UNSAFE_INC=1 /tmp/instance-5/output-1/host/bin/perl Build.PL ; else PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps PERL5LIB= PERL_USE_UNSAFE_INC=1 /tmp/instance-5/output-1/host/bin/perl Makefile.PL ; fi Creating new 'Build' script for 'Module-Build-Tiny' version '0.039' >>> host-perl-module-build-tiny 0.039 Building cd /tmp/instance-5/output-1/build/host-perl-module-build-tiny-0.039/ && if [ -f Build.PL ] && [ MB != "EUMM" ] ; then PERL5LIB= PERL_USE_UNSAFE_INC=1 /tmp/instance-5/output-1/host/bin/perl Build build; else /home/autobuild/make/make -j1 pure_all; fi cp lib/Module/Build/Tiny.pm blib/lib/Module/Build/Tiny.pm >>> host-perl-module-build-tiny 0.039 Installing to host directory cd /tmp/instance-5/output-1/build/host-perl-module-build-tiny-0.039/ && if [ -f Build.PL ] && [ MB != "EUMM" ] ; then PERL5LIB= PERL_USE_UNSAFE_INC=1 /tmp/instance-5/output-1/host/bin/perl Build install; else /home/autobuild/make/make -j1 pure_install; fi Installing /tmp/instance-5/output-1/host/lib/perl5/site_perl/5.36.0/Module/Build/Tiny.pm Installing /tmp/instance-5/output-1/host/share/man/man3/Module::Build::Tiny.3 >>> perl-http-entity-parser 0.25 Downloading wget --passive-ftp -nd -t 3 -O '/tmp/instance-5/output-1/build/.HTTP-Entity-Parser-0.25.tar.gz.FX4TBp/output' 'https://cpan.metacpan.org/authors/id/K/KA/KAZEBURO/HTTP-Entity-Parser-0.25.tar.gz' --2023-02-20 00:25:56-- https://cpan.metacpan.org/authors/id/K/KA/KAZEBURO/HTTP-Entity-Parser-0.25.tar.gz Resolving cpan.metacpan.org (cpan.metacpan.org)... 151.101.66.217, 151.101.2.217, 151.101.194.217, ... Connecting to cpan.metacpan.org (cpan.metacpan.org)|151.101.66.217|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 24307 (24K) [application/x-gzip] Saving to: '/tmp/instance-5/output-1/build/.HTTP-Entity-Parser-0.25.tar.gz.FX4TBp/output' 0K .......... .......... ... 100% 65.3M=0s 2023-02-20 00:25:57 (65.3 MB/s) - '/tmp/instance-5/output-1/build/.HTTP-Entity-Parser-0.25.tar.gz.FX4TBp/output' saved [24307/24307] HTTP-Entity-Parser-0.25.tar.gz: OK (md5: 09663f9577975587e832e28ba5f5f8af) HTTP-Entity-Parser-0.25.tar.gz: OK (sha256: 3a8cd0d8cba3d17cd8c04ee82d7341dfaa247dbdd94a49eb94b53f69e483ec3a) >>> perl-http-entity-parser 0.25 Extracting gzip -d -c /tmp/instance-5/dl/perl-http-entity-parser/HTTP-Entity-Parser-0.25.tar.gz | tar --strip-components=1 -C /tmp/instance-5/output-1/build/perl-http-entity-parser-0.25 -xf - >>> perl-http-entity-parser 0.25 Patching >>> perl-http-entity-parser 0.25 Configuring cd /tmp/instance-5/output-1/build/perl-http-entity-parser-0.25/ && if [ -f Build.PL ] && [ MB != "EUMM" ] ; then PERL_MM_USE_DEFAULT=1 PERL5LIB= PERL_USE_UNSAFE_INC=1 /tmp/instance-5/output-1/host/bin/perl Build.PL --config ar="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-ar" --config full_ar="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-ar" --config cc="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc" --config ccflags="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1" --config optimize=" " --config ld="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc" --config lddlflags="-shared " --config ldflags="" --include_dirs /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux/CORE --destdir /tmp/instance-5/output-1/target --installdirs vendor --install_path lib=/usr/lib/perl5/site_perl/5.36.0 --install_path arch=/usr/lib/perl5/site_perl/5.36.0/sh4a-linux --install_path bin=/usr/bin --install_path script=/usr/bin --install_path bindoc=/usr/share/man/man1 --install_path libdoc=/usr/share/man/man3 ; else PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps PERL5LIB= PERL_USE_UNSAFE_INC=1 /tmp/instance-5/output-1/host/bin/perl Makefile.PL AR="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-ar" FULL_AR="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-ar" CC="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc" CCFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1" OPTIMIZE=" " LD="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc" LDDLFLAGS="-shared " LDFLAGS="" PERL_ARCHLIB=/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux DESTDIR=/tmp/instance-5/output-1/target INSTALLDIRS=vendor INSTALLVENDORLIB=/usr/lib/perl5/site_perl/5.36.0 INSTALLVENDORARCH=/usr/lib/perl5/site_perl/5.36.0/sh4a-linux INSTALLVENDORBIN=/usr/bin INSTALLVENDORSCRIPT=/usr/bin INSTALLVENDORMAN1DIR=/usr/share/man/man1 INSTALLVENDORMAN3DIR=/usr/share/man/man3 ; fi Creating new 'Build' script for 'HTTP-Entity-Parser' version '0.25' >>> perl-http-entity-parser 0.25 Building cd /tmp/instance-5/output-1/build/perl-http-entity-parser-0.25/ && if [ -f Build.PL ] && [ MB != "EUMM" ] ; then PERL5LIB= PERL_USE_UNSAFE_INC=1 /tmp/instance-5/output-1/host/bin/perl Build build; else /home/autobuild/make/make -j1 FIXIN=: pure_all; fi Unknown option: include_dirs cp lib/HTTP/Entity/Parser/UrlEncoded.pm blib/lib/HTTP/Entity/Parser/UrlEncoded.pm cp lib/HTTP/Entity/Parser.pm blib/lib/HTTP/Entity/Parser.pm cp lib/HTTP/Entity/Parser/JSON.pm blib/lib/HTTP/Entity/Parser/JSON.pm cp lib/HTTP/Entity/Parser/MultiPart.pm blib/lib/HTTP/Entity/Parser/MultiPart.pm cp lib/HTTP/Entity/Parser/OctetStream.pm blib/lib/HTTP/Entity/Parser/OctetStream.pm >>> perl-http-entity-parser 0.25 Installing to target cd /tmp/instance-5/output-1/build/perl-http-entity-parser-0.25/ && if [ -f Build.PL ] && [ MB != "EUMM" ] ; then PERL5LIB= PERL_USE_UNSAFE_INC=1 /tmp/instance-5/output-1/host/bin/perl Build install; else /home/autobuild/make/make -j1 pure_install; fi Unknown option: include_dirs Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/HTTP/Entity/Parser.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/HTTP/Entity/Parser/OctetStream.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/HTTP/Entity/Parser/MultiPart.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/HTTP/Entity/Parser/JSON.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/HTTP/Entity/Parser/UrlEncoded.pm Installing /tmp/instance-5/output-1/target/usr/share/man/man3/HTTP::Entity::Parser::MultiPart.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/HTTP::Entity::Parser::OctetStream.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/HTTP::Entity::Parser::JSON.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/HTTP::Entity::Parser::UrlEncoded.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/HTTP::Entity::Parser.3 >>> perl-http-message 6.44 Downloading wget --passive-ftp -nd -t 3 -O '/tmp/instance-5/output-1/build/.HTTP-Message-6.44.tar.gz.cJksTr/output' 'https://cpan.metacpan.org/authors/id/O/OA/OALDERS/HTTP-Message-6.44.tar.gz' --2023-02-20 00:25:59-- https://cpan.metacpan.org/authors/id/O/OA/OALDERS/HTTP-Message-6.44.tar.gz Resolving cpan.metacpan.org (cpan.metacpan.org)... 151.101.130.217, 151.101.66.217, 151.101.2.217, ... Connecting to cpan.metacpan.org (cpan.metacpan.org)|151.101.130.217|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 94897 (93K) [application/x-gzip] Saving to: '/tmp/instance-5/output-1/build/.HTTP-Message-6.44.tar.gz.cJksTr/output' 0K .......... .......... .......... .......... .......... 53% 7.99M 0s 50K .......... .......... .......... .......... .. 100% 315M=0.006s 2023-02-20 00:25:59 (14.5 MB/s) - '/tmp/instance-5/output-1/build/.HTTP-Message-6.44.tar.gz.cJksTr/output' saved [94897/94897] HTTP-Message-6.44.tar.gz: OK (md5: 926a077669a7828c5ca39b5cf7735625) HTTP-Message-6.44.tar.gz: OK (sha256: 398b647bf45aa972f432ec0111f6617742ba32fc773c6612d21f64ab4eacbca1) >>> perl-http-message 6.44 Extracting gzip -d -c /tmp/instance-5/dl/perl-http-message/HTTP-Message-6.44.tar.gz | tar --strip-components=1 -C /tmp/instance-5/output-1/build/perl-http-message-6.44 -xf - >>> perl-http-message 6.44 Patching >>> perl-http-message 6.44 Configuring cd /tmp/instance-5/output-1/build/perl-http-message-6.44/ && if [ -f Build.PL ] && [ MB != "EUMM" ] ; then PERL_MM_USE_DEFAULT=1 PERL5LIB= PERL_USE_UNSAFE_INC=1 /tmp/instance-5/output-1/host/bin/perl Build.PL --config ar="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-ar" --config full_ar="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-ar" --config cc="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc" --config ccflags="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1" --config optimize=" " --config ld="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc" --config lddlflags="-shared " --config ldflags="" --include_dirs /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux/CORE --destdir /tmp/instance-5/output-1/target --installdirs vendor --install_path lib=/usr/lib/perl5/site_perl/5.36.0 --install_path arch=/usr/lib/perl5/site_perl/5.36.0/sh4a-linux --install_path bin=/usr/bin --install_path script=/usr/bin --install_path bindoc=/usr/share/man/man1 --install_path libdoc=/usr/share/man/man3 ; else PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps PERL5LIB= PERL_USE_UNSAFE_INC=1 /tmp/instance-5/output-1/host/bin/perl Makefile.PL AR="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-ar" FULL_AR="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-ar" CC="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc" CCFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1" OPTIMIZE=" " LD="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc" LDDLFLAGS="-shared " LDFLAGS="" PERL_ARCHLIB=/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux DESTDIR=/tmp/instance-5/output-1/target INSTALLDIRS=vendor INSTALLVENDORLIB=/usr/lib/perl5/site_perl/5.36.0 INSTALLVENDORARCH=/usr/lib/perl5/site_perl/5.36.0/sh4a-linux INSTALLVENDORBIN=/usr/bin INSTALLVENDORSCRIPT=/usr/bin INSTALLVENDORMAN1DIR=/usr/share/man/man1 INSTALLVENDORMAN3DIR=/usr/share/man/man3 ; fi Warning: prerequisite Clone 0.46 not found. Warning: prerequisite Encode::Locale 1 not found. Warning: prerequisite HTTP::Date 6 not found. Warning: prerequisite IO::HTML 0 not found. Warning: prerequisite LWP::MediaTypes 6 not found. Warning: prerequisite Test::Needs 0 not found. Warning: prerequisite Try::Tiny 0 not found. Warning: prerequisite URI 1.10 not found. Warning: prerequisite URI::URL 0 not found. Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for HTTP::Message Writing MYMETA.yml and MYMETA.json >>> perl-http-message 6.44 Building cd /tmp/instance-5/output-1/build/perl-http-message-6.44/ && if [ -f Build.PL ] && [ MB != "EUMM" ] ; then PERL5LIB= PERL_USE_UNSAFE_INC=1 /tmp/instance-5/output-1/host/bin/perl Build build; else /home/autobuild/make/make -j1 FIXIN=: pure_all; fi make[1]: Entering directory '/tmp/instance-5/output-1/build/perl-http-message-6.44' cp lib/HTTP/Headers/Util.pm blib/lib/HTTP/Headers/Util.pm cp lib/HTTP/Headers.pm blib/lib/HTTP/Headers.pm cp lib/HTTP/Response.pm blib/lib/HTTP/Response.pm cp lib/HTTP/Request/Common.pm blib/lib/HTTP/Request/Common.pm cp lib/HTTP/Headers/ETag.pm blib/lib/HTTP/Headers/ETag.pm cp lib/HTTP/Request.pm blib/lib/HTTP/Request.pm cp lib/HTTP/Config.pm blib/lib/HTTP/Config.pm cp lib/HTTP/Message.pm blib/lib/HTTP/Message.pm cp lib/HTTP/Headers/Auth.pm blib/lib/HTTP/Headers/Auth.pm cp lib/HTTP/Status.pm blib/lib/HTTP/Status.pm make[1]: Leaving directory '/tmp/instance-5/output-1/build/perl-http-message-6.44' >>> perl-http-message 6.44 Installing to target cd /tmp/instance-5/output-1/build/perl-http-message-6.44/ && if [ -f Build.PL ] && [ MB != "EUMM" ] ; then PERL5LIB= PERL_USE_UNSAFE_INC=1 /tmp/instance-5/output-1/host/bin/perl Build install; else /home/autobuild/make/make -j1 pure_install; fi make[1]: Entering directory '/tmp/instance-5/output-1/build/perl-http-message-6.44' Manifying 10 pod documents Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/HTTP/Status.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/HTTP/Message.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/HTTP/Config.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/HTTP/Request.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/HTTP/Response.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/HTTP/Headers.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/HTTP/Request/Common.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/HTTP/Headers/Auth.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/HTTP/Headers/ETag.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/HTTP/Headers/Util.pm Installing /tmp/instance-5/output-1/target/usr/share/man/man3/HTTP::Status.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/HTTP::Response.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/HTTP::Request::Common.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/HTTP::Request.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/HTTP::Message.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/HTTP::Headers::Util.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/HTTP::Headers::ETag.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/HTTP::Headers::Auth.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/HTTP::Headers.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/HTTP::Config.3 make[1]: Leaving directory '/tmp/instance-5/output-1/build/perl-http-message-6.44' >>> perl-http-multipartparser 0.02 Downloading wget --passive-ftp -nd -t 3 -O '/tmp/instance-5/output-1/build/.HTTP-MultiPartParser-0.02.tar.gz.x0qCNP/output' 'https://cpan.metacpan.org/authors/id/C/CH/CHANSEN/HTTP-MultiPartParser-0.02.tar.gz' --2023-02-20 00:26:02-- https://cpan.metacpan.org/authors/id/C/CH/CHANSEN/HTTP-MultiPartParser-0.02.tar.gz Resolving cpan.metacpan.org (cpan.metacpan.org)... 151.101.194.217, 151.101.130.217, 151.101.66.217, ... Connecting to cpan.metacpan.org (cpan.metacpan.org)|151.101.194.217|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 30258 (30K) [application/x-gzip] Saving to: '/tmp/instance-5/output-1/build/.HTTP-MultiPartParser-0.02.tar.gz.x0qCNP/output' 0K .......... .......... ......... 100% 65.6M=0s 2023-02-20 00:26:02 (65.6 MB/s) - '/tmp/instance-5/output-1/build/.HTTP-MultiPartParser-0.02.tar.gz.x0qCNP/output' saved [30258/30258] HTTP-MultiPartParser-0.02.tar.gz: OK (md5: 1b07ebac54ce3288c044a23ba60196d2) HTTP-MultiPartParser-0.02.tar.gz: OK (sha256: 5eddda159f54d16f868e032440ac2b024e55aac48931871b62627f1a16d00b12) >>> perl-http-multipartparser 0.02 Extracting gzip -d -c /tmp/instance-5/dl/perl-http-multipartparser/HTTP-MultiPartParser-0.02.tar.gz | tar --strip-components=1 -C /tmp/instance-5/output-1/build/perl-http-multipartparser-0.02 -xf - >>> perl-http-multipartparser 0.02 Patching >>> perl-http-multipartparser 0.02 Configuring cd /tmp/instance-5/output-1/build/perl-http-multipartparser-0.02/ && if [ -f Build.PL ] && [ MB != "EUMM" ] ; then PERL_MM_USE_DEFAULT=1 PERL5LIB= PERL_USE_UNSAFE_INC=1 /tmp/instance-5/output-1/host/bin/perl Build.PL --config ar="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-ar" --config full_ar="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-ar" --config cc="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc" --config ccflags="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1" --config optimize=" " --config ld="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc" --config lddlflags="-shared " --config ldflags="" --include_dirs /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux/CORE --destdir /tmp/instance-5/output-1/target --installdirs vendor --install_path lib=/usr/lib/perl5/site_perl/5.36.0 --install_path arch=/usr/lib/perl5/site_perl/5.36.0/sh4a-linux --install_path bin=/usr/bin --install_path script=/usr/bin --install_path bindoc=/usr/share/man/man1 --install_path libdoc=/usr/share/man/man3 ; else PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps PERL5LIB= PERL_USE_UNSAFE_INC=1 /tmp/instance-5/output-1/host/bin/perl Makefile.PL AR="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-ar" FULL_AR="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-ar" CC="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc" CCFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1" OPTIMIZE=" " LD="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc" LDDLFLAGS="-shared " LDFLAGS="" PERL_ARCHLIB=/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux DESTDIR=/tmp/instance-5/output-1/target INSTALLDIRS=vendor INSTALLVENDORLIB=/usr/lib/perl5/site_perl/5.36.0 INSTALLVENDORARCH=/usr/lib/perl5/site_perl/5.36.0/sh4a-linux INSTALLVENDORBIN=/usr/bin INSTALLVENDORSCRIPT=/usr/bin INSTALLVENDORMAN1DIR=/usr/share/man/man1 INSTALLVENDORMAN3DIR=/usr/share/man/man3 ; fi Warning: prerequisite Test::Deep 0 not found. Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for HTTP::MultiPartParser Writing MYMETA.yml and MYMETA.json >>> perl-http-multipartparser 0.02 Building cd /tmp/instance-5/output-1/build/perl-http-multipartparser-0.02/ && if [ -f Build.PL ] && [ MB != "EUMM" ] ; then PERL5LIB= PERL_USE_UNSAFE_INC=1 /tmp/instance-5/output-1/host/bin/perl Build build; else /home/autobuild/make/make -j1 FIXIN=: pure_all; fi make[1]: Entering directory '/tmp/instance-5/output-1/build/perl-http-multipartparser-0.02' cp lib/HTTP/MultiPartParser.pm blib/lib/HTTP/MultiPartParser.pm cp lib/HTTP/MultiPartParser.pod blib/lib/HTTP/MultiPartParser.pod make[1]: Leaving directory '/tmp/instance-5/output-1/build/perl-http-multipartparser-0.02' >>> perl-http-multipartparser 0.02 Installing to target cd /tmp/instance-5/output-1/build/perl-http-multipartparser-0.02/ && if [ -f Build.PL ] && [ MB != "EUMM" ] ; then PERL5LIB= PERL_USE_UNSAFE_INC=1 /tmp/instance-5/output-1/host/bin/perl Build install; else /home/autobuild/make/make -j1 pure_install; fi make[1]: Entering directory '/tmp/instance-5/output-1/build/perl-http-multipartparser-0.02' Manifying 1 pod document Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/HTTP/MultiPartParser.pod Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/HTTP/MultiPartParser.pm Installing /tmp/instance-5/output-1/target/usr/share/man/man3/HTTP::MultiPartParser.3 make[1]: Leaving directory '/tmp/instance-5/output-1/build/perl-http-multipartparser-0.02' >>> perl-http-negotiate 6.01 Downloading wget --passive-ftp -nd -t 3 -O '/tmp/instance-5/output-1/build/.HTTP-Negotiate-6.01.tar.gz.OKyr94/output' 'https://cpan.metacpan.org/authors/id/G/GA/GAAS/HTTP-Negotiate-6.01.tar.gz' --2023-02-20 00:26:05-- https://cpan.metacpan.org/authors/id/G/GA/GAAS/HTTP-Negotiate-6.01.tar.gz Resolving cpan.metacpan.org (cpan.metacpan.org)... 151.101.2.217, 151.101.194.217, 151.101.130.217, ... Connecting to cpan.metacpan.org (cpan.metacpan.org)|151.101.2.217|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 8596 (8.4K) [application/x-gzip] Saving to: '/tmp/instance-5/output-1/build/.HTTP-Negotiate-6.01.tar.gz.OKyr94/output' 0K ........ 100% 106M=0s 2023-02-20 00:26:05 (106 MB/s) - '/tmp/instance-5/output-1/build/.HTTP-Negotiate-6.01.tar.gz.OKyr94/output' saved [8596/8596] HTTP-Negotiate-6.01.tar.gz: OK (md5: 1236195250e264d7436e7bb02031671b) HTTP-Negotiate-6.01.tar.gz: OK (sha256: 1c729c1ea63100e878405cda7d66f9adfd3ed4f1d6cacaca0ee9152df728e016) >>> perl-http-negotiate 6.01 Extracting gzip -d -c /tmp/instance-5/dl/perl-http-negotiate/HTTP-Negotiate-6.01.tar.gz | tar --strip-components=1 -C /tmp/instance-5/output-1/build/perl-http-negotiate-6.01 -xf - >>> perl-http-negotiate 6.01 Patching >>> perl-http-negotiate 6.01 Configuring cd /tmp/instance-5/output-1/build/perl-http-negotiate-6.01/ && if [ -f Build.PL ] && [ MB != "EUMM" ] ; then PERL_MM_USE_DEFAULT=1 PERL5LIB= PERL_USE_UNSAFE_INC=1 /tmp/instance-5/output-1/host/bin/perl Build.PL --config ar="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-ar" --config full_ar="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-ar" --config cc="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc" --config ccflags="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1" --config optimize=" " --config ld="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc" --config lddlflags="-shared " --config ldflags="" --include_dirs /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux/CORE --destdir /tmp/instance-5/output-1/target --installdirs vendor --install_path lib=/usr/lib/perl5/site_perl/5.36.0 --install_path arch=/usr/lib/perl5/site_perl/5.36.0/sh4a-linux --install_path bin=/usr/bin --install_path script=/usr/bin --install_path bindoc=/usr/share/man/man1 --install_path libdoc=/usr/share/man/man3 ; else PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps PERL5LIB= PERL_USE_UNSAFE_INC=1 /tmp/instance-5/output-1/host/bin/perl Makefile.PL AR="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-ar" FULL_AR="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-ar" CC="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc" CCFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1" OPTIMIZE=" " LD="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc" LDDLFLAGS="-shared " LDFLAGS="" PERL_ARCHLIB=/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux DESTDIR=/tmp/instance-5/output-1/target INSTALLDIRS=vendor INSTALLVENDORLIB=/usr/lib/perl5/site_perl/5.36.0 INSTALLVENDORARCH=/usr/lib/perl5/site_perl/5.36.0/sh4a-linux INSTALLVENDORBIN=/usr/bin INSTALLVENDORSCRIPT=/usr/bin INSTALLVENDORMAN1DIR=/usr/share/man/man1 INSTALLVENDORMAN3DIR=/usr/share/man/man3 ; fi Warning: prerequisite HTTP::Headers 6 not found. Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for HTTP::Negotiate Writing MYMETA.yml and MYMETA.json >>> perl-http-negotiate 6.01 Building cd /tmp/instance-5/output-1/build/perl-http-negotiate-6.01/ && if [ -f Build.PL ] && [ MB != "EUMM" ] ; then PERL5LIB= PERL_USE_UNSAFE_INC=1 /tmp/instance-5/output-1/host/bin/perl Build build; else /home/autobuild/make/make -j1 FIXIN=: pure_all; fi make[1]: Entering directory '/tmp/instance-5/output-1/build/perl-http-negotiate-6.01' cp lib/HTTP/Negotiate.pm blib/lib/HTTP/Negotiate.pm make[1]: Leaving directory '/tmp/instance-5/output-1/build/perl-http-negotiate-6.01' >>> perl-http-negotiate 6.01 Installing to target cd /tmp/instance-5/output-1/build/perl-http-negotiate-6.01/ && if [ -f Build.PL ] && [ MB != "EUMM" ] ; then PERL5LIB= PERL_USE_UNSAFE_INC=1 /tmp/instance-5/output-1/host/bin/perl Build install; else /home/autobuild/make/make -j1 pure_install; fi make[1]: Entering directory '/tmp/instance-5/output-1/build/perl-http-negotiate-6.01' Manifying 1 pod document Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/HTTP/Negotiate.pm Installing /tmp/instance-5/output-1/target/usr/share/man/man3/HTTP::Negotiate.3 make[1]: Leaving directory '/tmp/instance-5/output-1/build/perl-http-negotiate-6.01' >>> perl-image-exiftool 12.50 Downloading wget --passive-ftp -nd -t 3 -O '/tmp/instance-5/output-1/build/.Image-ExifTool-12.50.tar.gz.1KEZMh/output' 'https://cpan.metacpan.org/authors/id/E/EX/EXIFTOOL/Image-ExifTool-12.50.tar.gz' --2023-02-20 00:26:08-- https://cpan.metacpan.org/authors/id/E/EX/EXIFTOOL/Image-ExifTool-12.50.tar.gz Resolving cpan.metacpan.org (cpan.metacpan.org)... 151.101.2.217, 151.101.66.217, 151.101.130.217, ... Connecting to cpan.metacpan.org (cpan.metacpan.org)|151.101.2.217|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 5088286 (4.9M) [application/x-gzip] Saving to: '/tmp/instance-5/output-1/build/.Image-ExifTool-12.50.tar.gz.1KEZMh/output' 0K .......... .......... .......... .......... .......... 1% 13.1M 0s 50K .......... .......... .......... .......... .......... 2% 12.7M 0s 100K .......... .......... .......... .......... .......... 3% 20.2M 0s 150K .......... .......... .......... .......... .......... 4% 101M 0s 200K .......... .......... .......... .......... .......... 5% 77.8M 0s 250K .......... .......... .......... .......... .......... 6% 86.1M 0s 300K .......... .......... .......... .......... .......... 7% 33.8M 0s 350K .......... .......... .......... .......... .......... 8% 76.3M 0s 400K .......... .......... .......... .......... .......... 9% 52.4M 0s 450K .......... .......... .......... .......... .......... 10% 44.0M 0s 500K .......... .......... .......... .......... .......... 11% 202M 0s 550K .......... .......... .......... .......... .......... 12% 104M 0s 600K .......... .......... .......... .......... .......... 13% 5.06M 0s 650K .......... .......... .......... .......... .......... 14% 158M 0s 700K .......... .......... .......... .......... .......... 15% 250M 0s 750K .......... .......... .......... .......... .......... 16% 272M 0s 800K .......... .......... .......... .......... .......... 17% 268M 0s 850K .......... .......... .......... .......... .......... 18% 282M 0s 900K .......... .......... .......... .......... .......... 19% 217M 0s 950K .......... .......... .......... .......... .......... 20% 268M 0s 1000K .......... .......... .......... .......... .......... 21% 265M 0s 1050K .......... .......... .......... .......... .......... 22% 276M 0s 1100K .......... .......... .......... .......... .......... 23% 265M 0s 1150K .......... .......... .......... .......... .......... 24% 228M 0s 1200K .......... .......... .......... .......... .......... 25% 274M 0s 1250K .......... .......... .......... .......... .......... 26% 218M 0s 1300K .......... .......... .......... .......... .......... 27% 185M 0s 1350K .......... .......... .......... .......... .......... 28% 190M 0s 1400K .......... .......... .......... .......... .......... 29% 203M 0s 1450K .......... .......... .......... .......... .......... 30% 242M 0s 1500K .......... .......... .......... .......... .......... 31% 191M 0s 1550K .......... .......... .......... .......... .......... 32% 23.9M 0s 1600K .......... .......... .......... .......... .......... 33% 252M 0s 1650K .......... .......... .......... .......... .......... 34% 48.2M 0s 1700K .......... .......... .......... .......... .......... 35% 205M 0s 1750K .......... .......... .......... .......... .......... 36% 95.8M 0s 1800K .......... .......... .......... .......... .......... 37% 28.9M 0s 1850K .......... .......... .......... .......... .......... 38% 269M 0s 1900K .......... .......... .......... .......... .......... 39% 192M 0s 1950K .......... .......... .......... .......... .......... 40% 190M 0s 2000K .......... .......... .......... .......... .......... 41% 31.8M 0s 2050K .......... .......... .......... .......... .......... 42% 223M 0s 2100K .......... .......... .......... .......... .......... 43% 141M 0s 2150K .......... .......... .......... .......... .......... 44% 31.7M 0s 2200K .......... .......... .......... .......... .......... 45% 243M 0s 2250K .......... .......... .......... .......... .......... 46% 256M 0s 2300K .......... .......... .......... .......... .......... 47% 201M 0s 2350K .......... .......... .......... .......... .......... 48% 51.8M 0s 2400K .......... .......... .......... .......... .......... 49% 113M 0s 2450K .......... .......... .......... .......... .......... 50% 39.9M 0s 2500K .......... .......... .......... .......... .......... 51% 263M 0s 2550K .......... .......... .......... .......... .......... 52% 126M 0s 2600K .......... .......... .......... .......... .......... 53% 53.0M 0s 2650K .......... .......... .......... .......... .......... 54% 53.6M 0s 2700K .......... .......... .......... .......... .......... 55% 108M 0s 2750K .......... .......... .......... .......... .......... 56% 64.9M 0s 2800K .......... .......... .......... .......... .......... 57% 119M 0s 2850K .......... .......... .......... .......... .......... 58% 27.1M 0s 2900K .......... .......... .......... .......... .......... 59% 253M 0s 2950K .......... .......... .......... .......... .......... 60% 307M 0s 3000K .......... .......... .......... .......... .......... 61% 49.2M 0s 3050K .......... .......... .......... .......... .......... 62% 218M 0s 3100K .......... .......... .......... .......... .......... 63% 154M 0s 3150K .......... .......... .......... .......... .......... 64% 129M 0s 3200K .......... .......... .......... .......... .......... 65% 65.6M 0s 3250K .......... .......... .......... .......... .......... 66% 36.7M 0s 3300K .......... .......... .......... .......... .......... 67% 191M 0s 3350K .......... .......... .......... .......... .......... 68% 122M 0s 3400K .......... .......... .......... .......... .......... 69% 65.0M 0s 3450K .......... .......... .......... .......... .......... 70% 103M 0s 3500K .......... .......... .......... .......... .......... 71% 42.0M 0s 3550K .......... .......... .......... .......... .......... 72% 254M 0s 3600K .......... .......... .......... .......... .......... 73% 86.0M 0s 3650K .......... .......... .......... .......... .......... 74% 108M 0s 3700K .......... .......... .......... .......... .......... 75% 33.9M 0s 3750K .......... .......... .......... .......... .......... 76% 160M 0s 3800K .......... .......... .......... .......... .......... 77% 220M 0s 3850K .......... .......... .......... .......... .......... 78% 81.0M 0s 3900K .......... .......... .......... .......... .......... 79% 85.7M 0s 3950K .......... .......... .......... .......... .......... 80% 97.1M 0s 4000K .......... .......... .......... .......... .......... 81% 58.4M 0s 4050K .......... .......... .......... .......... .......... 82% 80.0M 0s 4100K .......... .......... .......... .......... .......... 83% 73.2M 0s 4150K .......... .......... .......... .......... .......... 84% 72.4M 0s 4200K .......... .......... .......... .......... .......... 85% 31.9M 0s 4250K .......... .......... .......... .......... .......... 86% 400M 0s 4300K .......... .......... .......... .......... .......... 87% 408M 0s 4350K .......... .......... .......... .......... .......... 88% 106M 0s 4400K .......... .......... .......... .......... .......... 89% 80.0M 0s 4450K .......... .......... .......... .......... .......... 90% 119M 0s 4500K .......... .......... .......... .......... .......... 91% 61.0M 0s 4550K .......... .......... .......... .......... .......... 92% 61.7M 0s 4600K .......... .......... .......... .......... .......... 93% 67.9M 0s 4650K .......... .......... .......... .......... .......... 94% 42.4M 0s 4700K .......... .......... .......... .......... .......... 95% 206M 0s 4750K .......... .......... .......... .......... .......... 96% 149M 0s 4800K .......... .......... .......... .......... .......... 97% 106M 0s 4850K .......... .......... .......... .......... .......... 98% 68.1M 0s 4900K .......... .......... .......... .......... .......... 99% 110M 0s 4950K .......... ......... 100% 124M=0.07s 2023-02-20 00:26:08 (66.4 MB/s) - '/tmp/instance-5/output-1/build/.Image-ExifTool-12.50.tar.gz.1KEZMh/output' saved [5088286/5088286] Image-ExifTool-12.50.tar.gz: OK (md5: 75dd9d375c1c4798a082dda79eaf6ba7) Image-ExifTool-12.50.tar.gz: OK (sha256: bce841fc5c10302f0f3ef7678c3bf146953a8c065c0ba18c41f734007e2ec0a8) >>> perl-image-exiftool 12.50 Extracting gzip -d -c /tmp/instance-5/dl/perl-image-exiftool/Image-ExifTool-12.50.tar.gz | tar --strip-components=1 -C /tmp/instance-5/output-1/build/perl-image-exiftool-12.50 -xf - >>> perl-image-exiftool 12.50 Patching >>> perl-image-exiftool 12.50 Configuring cd /tmp/instance-5/output-1/build/perl-image-exiftool-12.50/ && if [ -f Build.PL ] && [ MB != "EUMM" ] ; then PERL_MM_USE_DEFAULT=1 PERL5LIB= PERL_USE_UNSAFE_INC=1 /tmp/instance-5/output-1/host/bin/perl Build.PL --config ar="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-ar" --config full_ar="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-ar" --config cc="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc" --config ccflags="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1" --config optimize=" " --config ld="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc" --config lddlflags="-shared " --config ldflags="" --include_dirs /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux/CORE --destdir /tmp/instance-5/output-1/target --installdirs vendor --install_path lib=/usr/lib/perl5/site_perl/5.36.0 --install_path arch=/usr/lib/perl5/site_perl/5.36.0/sh4a-linux --install_path bin=/usr/bin --install_path script=/usr/bin --install_path bindoc=/usr/share/man/man1 --install_path libdoc=/usr/share/man/man3 ; else PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps PERL5LIB= PERL_USE_UNSAFE_INC=1 /tmp/instance-5/output-1/host/bin/perl Makefile.PL AR="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-ar" FULL_AR="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-ar" CC="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc" CCFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1" OPTIMIZE=" " LD="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc" LDDLFLAGS="-shared " LDFLAGS="" PERL_ARCHLIB=/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux DESTDIR=/tmp/instance-5/output-1/target INSTALLDIRS=vendor INSTALLVENDORLIB=/usr/lib/perl5/site_perl/5.36.0 INSTALLVENDORARCH=/usr/lib/perl5/site_perl/5.36.0/sh4a-linux INSTALLVENDORBIN=/usr/bin INSTALLVENDORSCRIPT=/usr/bin INSTALLVENDORMAN1DIR=/usr/share/man/man1 INSTALLVENDORMAN3DIR=/usr/share/man/man3 ; fi Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Image::ExifTool Writing MYMETA.yml and MYMETA.json >>> perl-image-exiftool 12.50 Building cd /tmp/instance-5/output-1/build/perl-image-exiftool-12.50/ && if [ -f Build.PL ] && [ MB != "EUMM" ] ; then PERL5LIB= PERL_USE_UNSAFE_INC=1 /tmp/instance-5/output-1/host/bin/perl Build build; else /home/autobuild/make/make -j1 FIXIN=: pure_all; fi make[1]: Entering directory '/tmp/instance-5/output-1/build/perl-image-exiftool-12.50' cp lib/Image/ExifTool/Charset/Latin.pm blib/lib/Image/ExifTool/Charset/Latin.pm cp lib/Image/ExifTool/Charset/DOSLatinUS.pm blib/lib/Image/ExifTool/Charset/DOSLatinUS.pm cp lib/Image/ExifTool/BuildTagLookup.pm blib/lib/Image/ExifTool/BuildTagLookup.pm cp lib/Image/ExifTool/CaptureOne.pm blib/lib/Image/ExifTool/CaptureOne.pm cp lib/Image/ExifTool/BPG.pm blib/lib/Image/ExifTool/BPG.pm cp lib/Image/ExifTool/Charset/DOSCyrillic.pm blib/lib/Image/ExifTool/Charset/DOSCyrillic.pm cp lib/Image/ExifTool/AFCP.pm blib/lib/Image/ExifTool/AFCP.pm cp lib/Image/ExifTool/CanonVRD.pm blib/lib/Image/ExifTool/CanonVRD.pm cp lib/Image/ExifTool.pm blib/lib/Image/ExifTool.pm cp lib/Image/ExifTool/Canon.pm blib/lib/Image/ExifTool/Canon.pm cp lib/Image/ExifTool/Charset/Baltic.pm blib/lib/Image/ExifTool/Charset/Baltic.pm cp lib/File/RandomAccess.pm blib/lib/File/RandomAccess.pm cp lib/Image/ExifTool/Charset.pm blib/lib/Image/ExifTool/Charset.pm cp lib/Image/ExifTool/BMP.pm blib/lib/Image/ExifTool/BMP.pm cp lib/Image/ExifTool/Charset/Hebrew.pm blib/lib/Image/ExifTool/Charset/Hebrew.pm cp lib/Image/ExifTool/Charset/JIS.pm blib/lib/Image/ExifTool/Charset/JIS.pm cp lib/Image/ExifTool/CanonCustom.pm blib/lib/Image/ExifTool/CanonCustom.pm cp lib/Image/ExifTool/Charset/Arabic.pm blib/lib/Image/ExifTool/Charset/Arabic.pm cp lib/Image/ExifTool/BZZ.pm blib/lib/Image/ExifTool/BZZ.pm cp lib/Image/ExifTool/Charset/Latin2.pm blib/lib/Image/ExifTool/Charset/Latin2.pm cp lib/Image/ExifTool/BigTIFF.pm blib/lib/Image/ExifTool/BigTIFF.pm cp lib/Image/ExifTool/Charset/Greek.pm blib/lib/Image/ExifTool/Charset/Greek.pm cp lib/Image/ExifTool/ASF.pm blib/lib/Image/ExifTool/ASF.pm cp lib/Image/ExifTool/CBOR.pm blib/lib/Image/ExifTool/CBOR.pm cp lib/Image/ExifTool.pod blib/lib/Image/ExifTool.pod cp lib/Image/ExifTool/Audible.pm blib/lib/Image/ExifTool/Audible.pm cp lib/Image/ExifTool/Apple.pm blib/lib/Image/ExifTool/Apple.pm cp lib/Image/ExifTool/CanonRaw.pm blib/lib/Image/ExifTool/CanonRaw.pm cp lib/Image/ExifTool/APP12.pm blib/lib/Image/ExifTool/APP12.pm cp lib/Image/ExifTool/AIFF.pm blib/lib/Image/ExifTool/AIFF.pm cp lib/Image/ExifTool/Casio.pm blib/lib/Image/ExifTool/Casio.pm cp lib/Image/ExifTool/APE.pm blib/lib/Image/ExifTool/APE.pm cp lib/Image/ExifTool/Charset/DOSLatin1.pm blib/lib/Image/ExifTool/Charset/DOSLatin1.pm cp lib/Image/ExifTool/Charset/Cyrillic.pm blib/lib/Image/ExifTool/Charset/Cyrillic.pm cp lib/Image/ExifTool/AES.pm blib/lib/Image/ExifTool/AES.pm cp lib/File/RandomAccess.pod blib/lib/File/RandomAccess.pod cp lib/Image/ExifTool/Charset/MacHebrew.pm blib/lib/Image/ExifTool/Charset/MacHebrew.pm cp lib/Image/ExifTool/Charset/Thai.pm blib/lib/Image/ExifTool/Charset/Thai.pm cp lib/Image/ExifTool/DarwinCore.pm blib/lib/Image/ExifTool/DarwinCore.pm cp lib/Image/ExifTool/DV.pm blib/lib/Image/ExifTool/DV.pm cp lib/Image/ExifTool/Charset/MacJapanese.pm blib/lib/Image/ExifTool/Charset/MacJapanese.pm cp lib/Image/ExifTool/Charset/MacCroatian.pm blib/lib/Image/ExifTool/Charset/MacCroatian.pm cp lib/Image/ExifTool/Charset/MacRSymbol.pm blib/lib/Image/ExifTool/Charset/MacRSymbol.pm cp lib/Image/ExifTool/DICOM.pm blib/lib/Image/ExifTool/DICOM.pm cp lib/Image/ExifTool/Charset/MacRoman.pm blib/lib/Image/ExifTool/Charset/MacRoman.pm cp lib/Image/ExifTool/Charset/MacCyrillic.pm blib/lib/Image/ExifTool/Charset/MacCyrillic.pm cp lib/Image/ExifTool/Charset/ShiftJIS.pm blib/lib/Image/ExifTool/Charset/ShiftJIS.pm cp lib/Image/ExifTool/Charset/MacChineseTW.pm blib/lib/Image/ExifTool/Charset/MacChineseTW.pm cp lib/Image/ExifTool/EXE.pm blib/lib/Image/ExifTool/EXE.pm cp lib/Image/ExifTool/Charset/MacChineseCN.pm blib/lib/Image/ExifTool/Charset/MacChineseCN.pm cp lib/Image/ExifTool/Charset/MacArabic.pm blib/lib/Image/ExifTool/Charset/MacArabic.pm cp lib/Image/ExifTool/Charset/MacTurkish.pm blib/lib/Image/ExifTool/Charset/MacTurkish.pm cp lib/Image/ExifTool/Charset/MacRomanian.pm blib/lib/Image/ExifTool/Charset/MacRomanian.pm cp lib/Image/ExifTool/Charset/MacThai.pm blib/lib/Image/ExifTool/Charset/MacThai.pm cp lib/Image/ExifTool/DNG.pm blib/lib/Image/ExifTool/DNG.pm cp lib/Image/ExifTool/Charset/Symbol.pm blib/lib/Image/ExifTool/Charset/Symbol.pm cp lib/Image/ExifTool/DJI.pm blib/lib/Image/ExifTool/DJI.pm cp lib/Image/ExifTool/Charset/MacLatin2.pm blib/lib/Image/ExifTool/Charset/MacLatin2.pm cp lib/Image/ExifTool/Charset/MacKorean.pm blib/lib/Image/ExifTool/Charset/MacKorean.pm cp lib/Image/ExifTool/FITS.pm blib/lib/Image/ExifTool/FITS.pm cp lib/Image/ExifTool/Charset/Vietnam.pm blib/lib/Image/ExifTool/Charset/Vietnam.pm cp lib/Image/ExifTool/Charset/Turkish.pm blib/lib/Image/ExifTool/Charset/Turkish.pm cp lib/Image/ExifTool/DPX.pm blib/lib/Image/ExifTool/DPX.pm cp lib/Image/ExifTool/Charset/MacIceland.pm blib/lib/Image/ExifTool/Charset/MacIceland.pm cp lib/Image/ExifTool/Charset/MacGreek.pm blib/lib/Image/ExifTool/Charset/MacGreek.pm cp lib/Image/ExifTool/Charset/PDFDoc.pm blib/lib/Image/ExifTool/Charset/PDFDoc.pm cp lib/Image/ExifTool/Exif.pm blib/lib/Image/ExifTool/Exif.pm cp lib/Image/ExifTool/DjVu.pm blib/lib/Image/ExifTool/DjVu.pm cp lib/Image/ExifTool/ICC_Profile.pm blib/lib/Image/ExifTool/ICC_Profile.pm cp lib/Image/ExifTool/LIF.pm blib/lib/Image/ExifTool/LIF.pm cp lib/Image/ExifTool/H264.pm blib/lib/Image/ExifTool/H264.pm cp lib/Image/ExifTool/JPEGDigest.pm blib/lib/Image/ExifTool/JPEGDigest.pm cp lib/Image/ExifTool/JSON.pm blib/lib/Image/ExifTool/JSON.pm cp lib/Image/ExifTool/ISO.pm blib/lib/Image/ExifTool/ISO.pm cp lib/Image/ExifTool/Geotag.pm blib/lib/Image/ExifTool/Geotag.pm cp lib/Image/ExifTool/Fixup.pm blib/lib/Image/ExifTool/Fixup.pm cp lib/Image/ExifTool/FLAC.pm blib/lib/Image/ExifTool/FLAC.pm cp lib/Image/ExifTool/FLIF.pm blib/lib/Image/ExifTool/FLIF.pm cp lib/Image/ExifTool/Jpeg2000.pm blib/lib/Image/ExifTool/Jpeg2000.pm cp lib/Image/ExifTool/LNK.pm blib/lib/Image/ExifTool/LNK.pm cp lib/Image/ExifTool/JVC.pm blib/lib/Image/ExifTool/JVC.pm cp lib/Image/ExifTool/HtmlDump.pm blib/lib/Image/ExifTool/HtmlDump.pm cp lib/Image/ExifTool/Kodak.pm blib/lib/Image/ExifTool/Kodak.pm cp lib/Image/ExifTool/ID3.pm blib/lib/Image/ExifTool/ID3.pm cp lib/Image/ExifTool/ITC.pm blib/lib/Image/ExifTool/ITC.pm cp lib/Image/ExifTool/FlashPix.pm blib/lib/Image/ExifTool/FlashPix.pm cp lib/Image/ExifTool/Flash.pm blib/lib/Image/ExifTool/Flash.pm cp lib/Image/ExifTool/HTML.pm blib/lib/Image/ExifTool/HTML.pm cp lib/Image/ExifTool/Import.pm blib/lib/Image/ExifTool/Import.pm cp lib/Image/ExifTool/FujiFilm.pm blib/lib/Image/ExifTool/FujiFilm.pm cp lib/Image/ExifTool/FLIR.pm blib/lib/Image/ExifTool/FLIR.pm cp lib/Image/ExifTool/KyoceraRaw.pm blib/lib/Image/ExifTool/KyoceraRaw.pm cp lib/Image/ExifTool/GE.pm blib/lib/Image/ExifTool/GE.pm cp lib/Image/ExifTool/GPS.pm blib/lib/Image/ExifTool/GPS.pm cp lib/Image/ExifTool/GIMP.pm blib/lib/Image/ExifTool/GIMP.pm cp lib/Image/ExifTool/FotoStation.pm blib/lib/Image/ExifTool/FotoStation.pm cp lib/Image/ExifTool/ICO.pm blib/lib/Image/ExifTool/ICO.pm cp lib/Image/ExifTool/IPTC.pm blib/lib/Image/ExifTool/IPTC.pm cp lib/Image/ExifTool/GoPro.pm blib/lib/Image/ExifTool/GoPro.pm cp lib/Image/ExifTool/JPEG.pm blib/lib/Image/ExifTool/JPEG.pm cp lib/Image/ExifTool/Lang/de.pm blib/lib/Image/ExifTool/Lang/de.pm cp lib/Image/ExifTool/InDesign.pm blib/lib/Image/ExifTool/InDesign.pm cp lib/Image/ExifTool/GeoTiff.pm blib/lib/Image/ExifTool/GeoTiff.pm cp lib/Image/ExifTool/Lang/cs.pm blib/lib/Image/ExifTool/Lang/cs.pm cp lib/Image/ExifTool/HP.pm blib/lib/Image/ExifTool/HP.pm cp lib/Image/ExifTool/Font.pm blib/lib/Image/ExifTool/Font.pm cp lib/Image/ExifTool/GIF.pm blib/lib/Image/ExifTool/GIF.pm cp lib/Image/ExifTool/Motorola.pm blib/lib/Image/ExifTool/Motorola.pm cp lib/Image/ExifTool/Lang/es.pm blib/lib/Image/ExifTool/Lang/es.pm cp lib/Image/ExifTool/MPC.pm blib/lib/Image/ExifTool/MPC.pm cp lib/Image/ExifTool/Matroska.pm blib/lib/Image/ExifTool/Matroska.pm cp lib/Image/ExifTool/Lytro.pm blib/lib/Image/ExifTool/Lytro.pm cp lib/Image/ExifTool/MNG.pm blib/lib/Image/ExifTool/MNG.pm cp lib/Image/ExifTool/Lang/nl.pm blib/lib/Image/ExifTool/Lang/nl.pm cp lib/Image/ExifTool/Leaf.pm blib/lib/Image/ExifTool/Leaf.pm cp lib/Image/ExifTool/M2TS.pm blib/lib/Image/ExifTool/M2TS.pm cp lib/Image/ExifTool/MPF.pm blib/lib/Image/ExifTool/MPF.pm cp lib/Image/ExifTool/MIEUnits.pod blib/lib/Image/ExifTool/MIEUnits.pod cp lib/Image/ExifTool/Lang/ja.pm blib/lib/Image/ExifTool/Lang/ja.pm cp lib/Image/ExifTool/Lang/zh_cn.pm blib/lib/Image/ExifTool/Lang/zh_cn.pm cp lib/Image/ExifTool/Minolta.pm blib/lib/Image/ExifTool/Minolta.pm cp lib/Image/ExifTool/MOI.pm blib/lib/Image/ExifTool/MOI.pm cp lib/Image/ExifTool/MPEG.pm blib/lib/Image/ExifTool/MPEG.pm cp lib/Image/ExifTool/Microsoft.pm blib/lib/Image/ExifTool/Microsoft.pm cp lib/Image/ExifTool/MinoltaRaw.pm blib/lib/Image/ExifTool/MinoltaRaw.pm cp lib/Image/ExifTool/Lang/fi.pm blib/lib/Image/ExifTool/Lang/fi.pm cp lib/Image/ExifTool/Lang/pl.pm blib/lib/Image/ExifTool/Lang/pl.pm cp lib/Image/ExifTool/Lang/fr.pm blib/lib/Image/ExifTool/Lang/fr.pm cp lib/Image/ExifTool/Lang/ko.pm blib/lib/Image/ExifTool/Lang/ko.pm cp lib/Image/ExifTool/Nikon.pm blib/lib/Image/ExifTool/Nikon.pm cp lib/Image/ExifTool/MakerNotes.pm blib/lib/Image/ExifTool/MakerNotes.pm cp lib/Image/ExifTool/MWG.pm blib/lib/Image/ExifTool/MWG.pm cp lib/Image/ExifTool/Lang/sv.pm blib/lib/Image/ExifTool/Lang/sv.pm cp lib/Image/ExifTool/MIFF.pm blib/lib/Image/ExifTool/MIFF.pm cp lib/Image/ExifTool/Lang/tr.pm blib/lib/Image/ExifTool/Lang/tr.pm cp lib/Image/ExifTool/MISB.pm blib/lib/Image/ExifTool/MISB.pm cp lib/Image/ExifTool/Lang/it.pm blib/lib/Image/ExifTool/Lang/it.pm cp lib/Image/ExifTool/Lang/en_ca.pm blib/lib/Image/ExifTool/Lang/en_ca.pm cp lib/Image/ExifTool/Lang/ru.pm blib/lib/Image/ExifTool/Lang/ru.pm cp lib/Image/ExifTool/MacOS.pm blib/lib/Image/ExifTool/MacOS.pm cp lib/Image/ExifTool/Lang/zh_tw.pm blib/lib/Image/ExifTool/Lang/zh_tw.pm cp lib/Image/ExifTool/Lang/en_gb.pm blib/lib/Image/ExifTool/Lang/en_gb.pm cp lib/Image/ExifTool/MRC.pm blib/lib/Image/ExifTool/MRC.pm cp lib/Image/ExifTool/MIE.pm blib/lib/Image/ExifTool/MIE.pm cp lib/Image/ExifTool/MXF.pm blib/lib/Image/ExifTool/MXF.pm cp lib/Image/ExifTool/PNG.pm blib/lib/Image/ExifTool/PNG.pm cp lib/Image/ExifTool/Other.pm blib/lib/Image/ExifTool/Other.pm cp lib/Image/ExifTool/Qualcomm.pm blib/lib/Image/ExifTool/Qualcomm.pm cp lib/Image/ExifTool/PDF.pm blib/lib/Image/ExifTool/PDF.pm cp lib/Image/ExifTool/PSP.pm blib/lib/Image/ExifTool/PSP.pm cp lib/Image/ExifTool/PCX.pm blib/lib/Image/ExifTool/PCX.pm cp lib/Image/ExifTool/QuickTimeStream.pl blib/lib/Image/ExifTool/QuickTimeStream.pl cp lib/Image/ExifTool/NikonSettings.pm blib/lib/Image/ExifTool/NikonSettings.pm cp lib/Image/ExifTool/PPM.pm blib/lib/Image/ExifTool/PPM.pm cp lib/Image/ExifTool/Pentax.pm blib/lib/Image/ExifTool/Pentax.pm cp lib/Image/ExifTool/Ogg.pm blib/lib/Image/ExifTool/Ogg.pm cp lib/Image/ExifTool/PhotoCD.pm blib/lib/Image/ExifTool/PhotoCD.pm cp lib/Image/ExifTool/PhaseOne.pm blib/lib/Image/ExifTool/PhaseOne.pm cp lib/Image/ExifTool/Radiance.pm blib/lib/Image/ExifTool/Radiance.pm cp lib/Image/ExifTool/Olympus.pm blib/lib/Image/ExifTool/Olympus.pm cp lib/Image/ExifTool/Palm.pm blib/lib/Image/ExifTool/Palm.pm cp lib/Image/ExifTool/OpenEXR.pm blib/lib/Image/ExifTool/OpenEXR.pm cp lib/Image/ExifTool/PrintIM.pm blib/lib/Image/ExifTool/PrintIM.pm cp lib/Image/ExifTool/Panasonic.pm blib/lib/Image/ExifTool/Panasonic.pm cp lib/Image/ExifTool/NikonCapture.pm blib/lib/Image/ExifTool/NikonCapture.pm cp lib/Image/ExifTool/PGF.pm blib/lib/Image/ExifTool/PGF.pm cp lib/Image/ExifTool/Opus.pm blib/lib/Image/ExifTool/Opus.pm cp lib/Image/ExifTool/PanasonicRaw.pm blib/lib/Image/ExifTool/PanasonicRaw.pm cp lib/Image/ExifTool/PICT.pm blib/lib/Image/ExifTool/PICT.pm cp lib/Image/ExifTool/QuickTime.pm blib/lib/Image/ExifTool/QuickTime.pm cp lib/Image/ExifTool/PostScript.pm blib/lib/Image/ExifTool/PostScript.pm cp lib/Image/ExifTool/NikonCustom.pm blib/lib/Image/ExifTool/NikonCustom.pm cp lib/Image/ExifTool/RIFF.pm blib/lib/Image/ExifTool/RIFF.pm cp lib/Image/ExifTool/RTF.pm blib/lib/Image/ExifTool/RTF.pm cp lib/Image/ExifTool/PLIST.pm blib/lib/Image/ExifTool/PLIST.pm cp lib/Image/ExifTool/Nintendo.pm blib/lib/Image/ExifTool/Nintendo.pm cp lib/Image/ExifTool/PLUS.pm blib/lib/Image/ExifTool/PLUS.pm cp lib/Image/ExifTool/PhotoMechanic.pm blib/lib/Image/ExifTool/PhotoMechanic.pm cp lib/Image/ExifTool/Photoshop.pm blib/lib/Image/ExifTool/Photoshop.pm cp lib/Image/ExifTool/RSRC.pm blib/lib/Image/ExifTool/RSRC.pm cp lib/Image/ExifTool/OOXML.pm blib/lib/Image/ExifTool/OOXML.pm cp lib/Image/ExifTool/Parrot.pm blib/lib/Image/ExifTool/Parrot.pm cp lib/Image/ExifTool/README blib/lib/Image/ExifTool/README cp lib/Image/ExifTool/Shortcuts.pm blib/lib/Image/ExifTool/Shortcuts.pm cp lib/Image/ExifTool/VCard.pm blib/lib/Image/ExifTool/VCard.pm cp lib/Image/ExifTool/TagLookup.pm blib/lib/Image/ExifTool/TagLookup.pm cp lib/Image/ExifTool/WriteRIFF.pl blib/lib/Image/ExifTool/WriteRIFF.pl cp lib/Image/ExifTool/Unknown.pm blib/lib/Image/ExifTool/Unknown.pm cp lib/Image/ExifTool/Text.pm blib/lib/Image/ExifTool/Text.pm cp lib/Image/ExifTool/Sanyo.pm blib/lib/Image/ExifTool/Sanyo.pm cp lib/Image/ExifTool/Theora.pm blib/lib/Image/ExifTool/Theora.pm cp lib/Image/ExifTool/WritePDF.pl blib/lib/Image/ExifTool/WritePDF.pl cp lib/Image/ExifTool/Stim.pm blib/lib/Image/ExifTool/Stim.pm cp lib/Image/ExifTool/Ricoh.pm blib/lib/Image/ExifTool/Ricoh.pm cp lib/Image/ExifTool/Sigma.pm blib/lib/Image/ExifTool/Sigma.pm cp lib/Image/ExifTool/WTV.pm blib/lib/Image/ExifTool/WTV.pm cp lib/Image/ExifTool/WritePNG.pl blib/lib/Image/ExifTool/WritePNG.pl cp lib/Image/ExifTool/TagInfoXML.pm blib/lib/Image/ExifTool/TagInfoXML.pm cp lib/Image/ExifTool/WriteExif.pl blib/lib/Image/ExifTool/WriteExif.pl cp lib/Image/ExifTool/Real.pm blib/lib/Image/ExifTool/Real.pm cp lib/Image/ExifTool/Sony.pm blib/lib/Image/ExifTool/Sony.pm cp lib/Image/ExifTool/Vorbis.pm blib/lib/Image/ExifTool/Vorbis.pm cp lib/Image/ExifTool/Shift.pl blib/lib/Image/ExifTool/Shift.pl cp lib/Image/ExifTool/Reconyx.pm blib/lib/Image/ExifTool/Reconyx.pm cp lib/Image/ExifTool/WriteXMP.pl blib/lib/Image/ExifTool/WriteXMP.pl cp lib/Image/ExifTool/Scalado.pm blib/lib/Image/ExifTool/Scalado.pm cp lib/Image/ExifTool/WriteQuickTime.pl blib/lib/Image/ExifTool/WriteQuickTime.pl cp lib/Image/ExifTool/Red.pm blib/lib/Image/ExifTool/Red.pm cp lib/Image/ExifTool/WritePostScript.pl blib/lib/Image/ExifTool/WritePostScript.pl cp lib/Image/ExifTool/Writer.pl blib/lib/Image/ExifTool/Writer.pl cp lib/Image/ExifTool/Rawzor.pm blib/lib/Image/ExifTool/Rawzor.pm cp lib/Image/ExifTool/WriteCanonRaw.pl blib/lib/Image/ExifTool/WriteCanonRaw.pl cp lib/Image/ExifTool/TagNames.pod blib/lib/Image/ExifTool/TagNames.pod cp lib/Image/ExifTool/WritePhotoshop.pl blib/lib/Image/ExifTool/WritePhotoshop.pl cp lib/Image/ExifTool/Validate.pm blib/lib/Image/ExifTool/Validate.pm cp lib/Image/ExifTool/Samsung.pm blib/lib/Image/ExifTool/Samsung.pm cp lib/Image/ExifTool/WriteIPTC.pl blib/lib/Image/ExifTool/WriteIPTC.pl cp lib/Image/ExifTool/Torrent.pm blib/lib/Image/ExifTool/Torrent.pm cp lib/Image/ExifTool/SonyIDC.pm blib/lib/Image/ExifTool/SonyIDC.pm cp lib/Image/ExifTool/SigmaRaw.pm blib/lib/Image/ExifTool/SigmaRaw.pm cp lib/Image/ExifTool/iWork.pm blib/lib/Image/ExifTool/iWork.pm cp lib/Image/ExifTool/ZISRAW.pm blib/lib/Image/ExifTool/ZISRAW.pm cp lib/Image/ExifTool/XMP2.pl blib/lib/Image/ExifTool/XMP2.pl cp lib/Image/ExifTool/XMPStruct.pl blib/lib/Image/ExifTool/XMPStruct.pl cp lib/Image/ExifTool/ZIP.pm blib/lib/Image/ExifTool/ZIP.pm cp lib/Image/ExifTool/XMP.pm blib/lib/Image/ExifTool/XMP.pm cp exiftool blib/script/exiftool : blib/script/exiftool make[1]: Leaving directory '/tmp/instance-5/output-1/build/perl-image-exiftool-12.50' >>> perl-image-exiftool 12.50 Installing to target cd /tmp/instance-5/output-1/build/perl-image-exiftool-12.50/ && if [ -f Build.PL ] && [ MB != "EUMM" ] ; then PERL5LIB= PERL_USE_UNSAFE_INC=1 /tmp/instance-5/output-1/host/bin/perl Build install; else /home/autobuild/make/make -j1 pure_install; fi make[1]: Entering directory '/tmp/instance-5/output-1/build/perl-image-exiftool-12.50' Manifying 1 pod document Manifying 34 pod documents Manifying 33 pod documents Manifying 33 pod documents Manifying 33 pod documents Manifying 32 pod documents Manifying 25 pod documents Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/File/RandomAccess.pod Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/File/RandomAccess.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Image/ExifTool.pod Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Image/ExifTool.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Image/ExifTool/XMP.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Image/ExifTool/ZIP.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Image/ExifTool/XMPStruct.pl Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Image/ExifTool/XMP2.pl Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Image/ExifTool/ZISRAW.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Image/ExifTool/iWork.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Image/ExifTool/SigmaRaw.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Image/ExifTool/SonyIDC.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Image/ExifTool/Torrent.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Image/ExifTool/WriteIPTC.pl Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Image/ExifTool/Samsung.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Image/ExifTool/Validate.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Image/ExifTool/WritePhotoshop.pl Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Image/ExifTool/TagNames.pod Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Image/ExifTool/WriteCanonRaw.pl Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Image/ExifTool/Rawzor.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Image/ExifTool/Writer.pl Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Image/ExifTool/WritePostScript.pl Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Image/ExifTool/Red.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Image/ExifTool/WriteQuickTime.pl Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Image/ExifTool/Scalado.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Image/ExifTool/WriteXMP.pl Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Image/ExifTool/Reconyx.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Image/ExifTool/Shift.pl Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Image/ExifTool/Vorbis.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Image/ExifTool/Sony.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Image/ExifTool/Real.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Image/ExifTool/WriteExif.pl Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Image/ExifTool/TagInfoXML.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Image/ExifTool/WritePNG.pl Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Image/ExifTool/WTV.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Image/ExifTool/Sigma.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Image/ExifTool/Ricoh.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Image/ExifTool/Stim.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Image/ExifTool/WritePDF.pl Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Image/ExifTool/Theora.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Image/ExifTool/Sanyo.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Image/ExifTool/Text.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Image/ExifTool/Unknown.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Image/ExifTool/WriteRIFF.pl Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Image/ExifTool/TagLookup.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Image/ExifTool/VCard.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Image/ExifTool/Shortcuts.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Image/ExifTool/README Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Image/ExifTool/Parrot.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Image/ExifTool/OOXML.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Image/ExifTool/RSRC.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Image/ExifTool/Photoshop.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Image/ExifTool/PhotoMechanic.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Image/ExifTool/PLUS.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Image/ExifTool/Nintendo.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Image/ExifTool/PLIST.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Image/ExifTool/RTF.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Image/ExifTool/RIFF.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Image/ExifTool/NikonCustom.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Image/ExifTool/PostScript.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Image/ExifTool/QuickTime.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Image/ExifTool/PICT.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Image/ExifTool/PanasonicRaw.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Image/ExifTool/Opus.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Image/ExifTool/PGF.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Image/ExifTool/NikonCapture.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Image/ExifTool/Panasonic.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Image/ExifTool/PrintIM.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Image/ExifTool/OpenEXR.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Image/ExifTool/Palm.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Image/ExifTool/Olympus.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Image/ExifTool/Radiance.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Image/ExifTool/PhaseOne.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Image/ExifTool/PhotoCD.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Image/ExifTool/Ogg.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Image/ExifTool/Pentax.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Image/ExifTool/PPM.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Image/ExifTool/NikonSettings.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Image/ExifTool/QuickTimeStream.pl Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Image/ExifTool/PCX.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Image/ExifTool/PSP.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Image/ExifTool/PDF.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Image/ExifTool/Qualcomm.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Image/ExifTool/Other.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Image/ExifTool/PNG.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Image/ExifTool/MXF.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Image/ExifTool/MIE.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Image/ExifTool/MRC.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Image/ExifTool/MacOS.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Image/ExifTool/MISB.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Image/ExifTool/MIFF.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Image/ExifTool/MWG.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Image/ExifTool/MakerNotes.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Image/ExifTool/Nikon.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Image/ExifTool/MinoltaRaw.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Image/ExifTool/Microsoft.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Image/ExifTool/MPEG.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Image/ExifTool/MOI.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Image/ExifTool/Minolta.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Image/ExifTool/MIEUnits.pod Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Image/ExifTool/MPF.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Image/ExifTool/M2TS.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Image/ExifTool/Leaf.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Image/ExifTool/MNG.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Image/ExifTool/Lytro.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Image/ExifTool/Matroska.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Image/ExifTool/MPC.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Image/ExifTool/Motorola.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Image/ExifTool/GIF.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Image/ExifTool/Font.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Image/ExifTool/HP.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Image/ExifTool/GeoTiff.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Image/ExifTool/InDesign.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Image/ExifTool/JPEG.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Image/ExifTool/GoPro.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Image/ExifTool/IPTC.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Image/ExifTool/ICO.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Image/ExifTool/FotoStation.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Image/ExifTool/GIMP.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Image/ExifTool/GPS.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Image/ExifTool/GE.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Image/ExifTool/KyoceraRaw.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Image/ExifTool/FLIR.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Image/ExifTool/FujiFilm.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Image/ExifTool/Import.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Image/ExifTool/HTML.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Image/ExifTool/Flash.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Image/ExifTool/FlashPix.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Image/ExifTool/ITC.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Image/ExifTool/ID3.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Image/ExifTool/Kodak.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Image/ExifTool/HtmlDump.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Image/ExifTool/JVC.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Image/ExifTool/LNK.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Image/ExifTool/Jpeg2000.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Image/ExifTool/FLIF.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Image/ExifTool/FLAC.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Image/ExifTool/Fixup.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Image/ExifTool/Geotag.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Image/ExifTool/ISO.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Image/ExifTool/JSON.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Image/ExifTool/JPEGDigest.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Image/ExifTool/H264.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Image/ExifTool/LIF.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Image/ExifTool/ICC_Profile.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Image/ExifTool/DjVu.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Image/ExifTool/Exif.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Image/ExifTool/DPX.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Image/ExifTool/FITS.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Image/ExifTool/DJI.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Image/ExifTool/DNG.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Image/ExifTool/EXE.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Image/ExifTool/DICOM.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Image/ExifTool/DV.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Image/ExifTool/DarwinCore.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Image/ExifTool/AES.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Image/ExifTool/APE.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Image/ExifTool/Casio.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Image/ExifTool/AIFF.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Image/ExifTool/APP12.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Image/ExifTool/CanonRaw.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Image/ExifTool/Apple.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Image/ExifTool/Audible.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Image/ExifTool/CBOR.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Image/ExifTool/ASF.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Image/ExifTool/BigTIFF.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Image/ExifTool/BZZ.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Image/ExifTool/CanonCustom.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Image/ExifTool/BMP.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Image/ExifTool/Charset.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Image/ExifTool/Canon.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Image/ExifTool/CanonVRD.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Image/ExifTool/AFCP.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Image/ExifTool/BPG.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Image/ExifTool/CaptureOne.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Image/ExifTool/BuildTagLookup.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Image/ExifTool/Lang/en_gb.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Image/ExifTool/Lang/zh_tw.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Image/ExifTool/Lang/ru.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Image/ExifTool/Lang/en_ca.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Image/ExifTool/Lang/it.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Image/ExifTool/Lang/tr.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Image/ExifTool/Lang/sv.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Image/ExifTool/Lang/ko.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Image/ExifTool/Lang/fr.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Image/ExifTool/Lang/pl.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Image/ExifTool/Lang/fi.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Image/ExifTool/Lang/zh_cn.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Image/ExifTool/Lang/ja.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Image/ExifTool/Lang/nl.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Image/ExifTool/Lang/es.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Image/ExifTool/Lang/cs.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Image/ExifTool/Lang/de.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Image/ExifTool/Charset/PDFDoc.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Image/ExifTool/Charset/MacGreek.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Image/ExifTool/Charset/MacIceland.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Image/ExifTool/Charset/Turkish.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Image/ExifTool/Charset/Vietnam.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Image/ExifTool/Charset/MacKorean.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Image/ExifTool/Charset/MacLatin2.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Image/ExifTool/Charset/Symbol.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Image/ExifTool/Charset/MacThai.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Image/ExifTool/Charset/MacRomanian.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Image/ExifTool/Charset/MacTurkish.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Image/ExifTool/Charset/MacArabic.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Image/ExifTool/Charset/MacChineseCN.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Image/ExifTool/Charset/MacChineseTW.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Image/ExifTool/Charset/ShiftJIS.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Image/ExifTool/Charset/MacCyrillic.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Image/ExifTool/Charset/MacRoman.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Image/ExifTool/Charset/MacRSymbol.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Image/ExifTool/Charset/MacCroatian.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Image/ExifTool/Charset/MacJapanese.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Image/ExifTool/Charset/Thai.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Image/ExifTool/Charset/MacHebrew.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Image/ExifTool/Charset/Cyrillic.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Image/ExifTool/Charset/DOSLatin1.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Image/ExifTool/Charset/Greek.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Image/ExifTool/Charset/Latin2.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Image/ExifTool/Charset/Arabic.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Image/ExifTool/Charset/JIS.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Image/ExifTool/Charset/Hebrew.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Image/ExifTool/Charset/Baltic.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Image/ExifTool/Charset/DOSCyrillic.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Image/ExifTool/Charset/DOSLatinUS.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Image/ExifTool/Charset/Latin.pm Installing /tmp/instance-5/output-1/target/usr/share/man/man1/exiftool.1 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Image::ExifTool::iWork.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Image::ExifTool::ZISRAW.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Image::ExifTool::ZIP.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Image::ExifTool::XMPStruct.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Image::ExifTool::XMP2.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Image::ExifTool::XMP.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Image::ExifTool::Writer.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Image::ExifTool::WriteXMP.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Image::ExifTool::WriteRIFF.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Image::ExifTool::WriteQuickTime.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Image::ExifTool::WritePostScript.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Image::ExifTool::WritePhotoshop.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Image::ExifTool::WritePNG.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Image::ExifTool::WritePDF.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Image::ExifTool::WriteIPTC.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Image::ExifTool::WriteExif.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Image::ExifTool::WriteCanonRaw.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Image::ExifTool::WTV.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Image::ExifTool::Vorbis.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Image::ExifTool::Validate.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Image::ExifTool::VCard.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Image::ExifTool::Unknown.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Image::ExifTool::Torrent.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Image::ExifTool::Theora.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Image::ExifTool::Text.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Image::ExifTool::TagNames.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Image::ExifTool::TagLookup.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Image::ExifTool::TagInfoXML.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Image::ExifTool::Stim.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Image::ExifTool::SonyIDC.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Image::ExifTool::Sony.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Image::ExifTool::SigmaRaw.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Image::ExifTool::Sigma.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Image::ExifTool::Shortcuts.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Image::ExifTool::Shift.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Image::ExifTool::Scalado.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Image::ExifTool::Sanyo.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Image::ExifTool::Samsung.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Image::ExifTool::Ricoh.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Image::ExifTool::Red.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Image::ExifTool::Reconyx.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Image::ExifTool::Real.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Image::ExifTool::Rawzor.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Image::ExifTool::Radiance.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Image::ExifTool::RTF.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Image::ExifTool::RSRC.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Image::ExifTool::RIFF.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Image::ExifTool::QuickTimeStream.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Image::ExifTool::QuickTime.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Image::ExifTool::Qualcomm.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Image::ExifTool::PrintIM.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Image::ExifTool::PostScript.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Image::ExifTool::Photoshop.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Image::ExifTool::PhotoMechanic.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Image::ExifTool::PhotoCD.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Image::ExifTool::PhaseOne.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Image::ExifTool::Pentax.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Image::ExifTool::Parrot.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Image::ExifTool::PanasonicRaw.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Image::ExifTool::Panasonic.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Image::ExifTool::Palm.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Image::ExifTool::PSP.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Image::ExifTool::PPM.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Image::ExifTool::PNG.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Image::ExifTool::PLUS.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Image::ExifTool::PLIST.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Image::ExifTool::PICT.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Image::ExifTool::PGF.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Image::ExifTool::PDF.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Image::ExifTool::PCX.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Image::ExifTool::Other.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Image::ExifTool::Opus.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Image::ExifTool::OpenEXR.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Image::ExifTool::Olympus.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Image::ExifTool::Ogg.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Image::ExifTool::OOXML.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Image::ExifTool::Nintendo.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Image::ExifTool::NikonSettings.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Image::ExifTool::NikonCustom.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Image::ExifTool::NikonCapture.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Image::ExifTool::Nikon.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Image::ExifTool::Motorola.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Image::ExifTool::MinoltaRaw.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Image::ExifTool::Minolta.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Image::ExifTool::Microsoft.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Image::ExifTool::Matroska.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Image::ExifTool::MakerNotes.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Image::ExifTool::MacOS.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Image::ExifTool::MXF.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Image::ExifTool::MWG.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Image::ExifTool::MRC.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Image::ExifTool::MPF.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Image::ExifTool::MPEG.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Image::ExifTool::MPC.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Image::ExifTool::MOI.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Image::ExifTool::MNG.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Image::ExifTool::MISB.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Image::ExifTool::MIFF.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Image::ExifTool::MIEUnits.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Image::ExifTool::MIE.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Image::ExifTool::M2TS.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Image::ExifTool::Lytro.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Image::ExifTool::Leaf.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Image::ExifTool::Lang::zh_tw.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Image::ExifTool::Lang::zh_cn.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Image::ExifTool::Lang::tr.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Image::ExifTool::Lang::sv.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Image::ExifTool::Lang::ru.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Image::ExifTool::Lang::pl.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Image::ExifTool::Lang::nl.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Image::ExifTool::Lang::ko.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Image::ExifTool::Lang::ja.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Image::ExifTool::Lang::it.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Image::ExifTool::Lang::fr.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Image::ExifTool::Lang::fi.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Image::ExifTool::Lang::es.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Image::ExifTool::Lang::en_gb.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Image::ExifTool::Lang::en_ca.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Image::ExifTool::Lang::de.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Image::ExifTool::Lang::cs.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Image::ExifTool::LNK.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Image::ExifTool::LIF.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Image::ExifTool::KyoceraRaw.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Image::ExifTool::Kodak.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Image::ExifTool::Jpeg2000.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Image::ExifTool::JVC.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Image::ExifTool::JSON.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Image::ExifTool::JPEGDigest.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Image::ExifTool::JPEG.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Image::ExifTool::InDesign.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Image::ExifTool::Import.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Image::ExifTool::ITC.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Image::ExifTool::ISO.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Image::ExifTool::IPTC.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Image::ExifTool::ID3.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Image::ExifTool::ICO.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Image::ExifTool::ICC_Profile.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Image::ExifTool::HtmlDump.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Image::ExifTool::HTML.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Image::ExifTool::HP.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Image::ExifTool::H264.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Image::ExifTool::GoPro.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Image::ExifTool::Geotag.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Image::ExifTool::GeoTiff.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Image::ExifTool::GPS.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Image::ExifTool::GIMP.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Image::ExifTool::GIF.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Image::ExifTool::GE.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Image::ExifTool::FujiFilm.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Image::ExifTool::FotoStation.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Image::ExifTool::Font.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Image::ExifTool::FlashPix.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Image::ExifTool::Flash.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Image::ExifTool::Fixup.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Image::ExifTool::FLIR.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Image::ExifTool::FLIF.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Image::ExifTool::FLAC.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Image::ExifTool::FITS.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Image::ExifTool::Exif.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Image::ExifTool::EXE.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Image::ExifTool::DjVu.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Image::ExifTool::DarwinCore.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Image::ExifTool::DV.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Image::ExifTool::DPX.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Image::ExifTool::DNG.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Image::ExifTool::DJI.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Image::ExifTool::DICOM.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Image::ExifTool::Charset.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Image::ExifTool::Casio.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Image::ExifTool::CaptureOne.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Image::ExifTool::CanonVRD.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Image::ExifTool::CanonRaw.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Image::ExifTool::CanonCustom.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Image::ExifTool::Canon.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Image::ExifTool::CBOR.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Image::ExifTool::BuildTagLookup.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Image::ExifTool::BigTIFF.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Image::ExifTool::BZZ.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Image::ExifTool::BPG.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Image::ExifTool::BMP.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Image::ExifTool::Audible.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Image::ExifTool::Apple.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Image::ExifTool::ASF.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Image::ExifTool::APP12.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Image::ExifTool::APE.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Image::ExifTool::AIFF.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Image::ExifTool::AFCP.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Image::ExifTool::AES.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Image::ExifTool.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/File::RandomAccess.3 Installing /tmp/instance-5/output-1/target/usr/bin/exiftool make[1]: Leaving directory '/tmp/instance-5/output-1/build/perl-image-exiftool-12.50' >>> perl-io-html 1.004 Downloading wget --passive-ftp -nd -t 3 -O '/tmp/instance-5/output-1/build/.IO-HTML-1.004.tar.gz.rmQJ8U/output' 'https://cpan.metacpan.org/authors/id/C/CJ/CJM/IO-HTML-1.004.tar.gz' --2023-02-20 00:26:21-- https://cpan.metacpan.org/authors/id/C/CJ/CJM/IO-HTML-1.004.tar.gz Resolving cpan.metacpan.org (cpan.metacpan.org)... 151.101.194.217, 151.101.130.217, 151.101.66.217, ... Connecting to cpan.metacpan.org (cpan.metacpan.org)|151.101.194.217|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 20927 (20K) [application/x-gzip] Saving to: '/tmp/instance-5/output-1/build/.IO-HTML-1.004.tar.gz.rmQJ8U/output' 0K .......... .......... 100% 18.4M=0.001s 2023-02-20 00:26:21 (18.4 MB/s) - '/tmp/instance-5/output-1/build/.IO-HTML-1.004.tar.gz.rmQJ8U/output' saved [20927/20927] IO-HTML-1.004.tar.gz: OK (md5: 04bbe363686fd19bfb4cc0ed775e3d03) IO-HTML-1.004.tar.gz: OK (sha256: c87b2df59463bbf2c39596773dfb5c03bde0f7e1051af339f963f58c1cbd8bf5) >>> perl-io-html 1.004 Extracting gzip -d -c /tmp/instance-5/dl/perl-io-html/IO-HTML-1.004.tar.gz | tar --strip-components=1 -C /tmp/instance-5/output-1/build/perl-io-html-1.004 -xf - >>> perl-io-html 1.004 Patching >>> perl-io-html 1.004 Configuring cd /tmp/instance-5/output-1/build/perl-io-html-1.004/ && if [ -f Build.PL ] && [ MB != "EUMM" ] ; then PERL_MM_USE_DEFAULT=1 PERL5LIB= PERL_USE_UNSAFE_INC=1 /tmp/instance-5/output-1/host/bin/perl Build.PL --config ar="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-ar" --config full_ar="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-ar" --config cc="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc" --config ccflags="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1" --config optimize=" " --config ld="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc" --config lddlflags="-shared " --config ldflags="" --include_dirs /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux/CORE --destdir /tmp/instance-5/output-1/target --installdirs vendor --install_path lib=/usr/lib/perl5/site_perl/5.36.0 --install_path arch=/usr/lib/perl5/site_perl/5.36.0/sh4a-linux --install_path bin=/usr/bin --install_path script=/usr/bin --install_path bindoc=/usr/share/man/man1 --install_path libdoc=/usr/share/man/man3 ; else PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps PERL5LIB= PERL_USE_UNSAFE_INC=1 /tmp/instance-5/output-1/host/bin/perl Makefile.PL AR="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-ar" FULL_AR="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-ar" CC="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc" CCFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1" OPTIMIZE=" " LD="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc" LDDLFLAGS="-shared " LDFLAGS="" PERL_ARCHLIB=/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux DESTDIR=/tmp/instance-5/output-1/target INSTALLDIRS=vendor INSTALLVENDORLIB=/usr/lib/perl5/site_perl/5.36.0 INSTALLVENDORARCH=/usr/lib/perl5/site_perl/5.36.0/sh4a-linux INSTALLVENDORBIN=/usr/bin INSTALLVENDORSCRIPT=/usr/bin INSTALLVENDORMAN1DIR=/usr/share/man/man1 INSTALLVENDORMAN3DIR=/usr/share/man/man3 ; fi Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for IO::HTML Writing MYMETA.yml and MYMETA.json >>> perl-io-html 1.004 Building cd /tmp/instance-5/output-1/build/perl-io-html-1.004/ && if [ -f Build.PL ] && [ MB != "EUMM" ] ; then PERL5LIB= PERL_USE_UNSAFE_INC=1 /tmp/instance-5/output-1/host/bin/perl Build build; else /home/autobuild/make/make -j1 FIXIN=: pure_all; fi make[1]: Entering directory '/tmp/instance-5/output-1/build/perl-io-html-1.004' cp lib/IO/HTML.pm blib/lib/IO/HTML.pm make[1]: Leaving directory '/tmp/instance-5/output-1/build/perl-io-html-1.004' >>> perl-io-html 1.004 Installing to target cd /tmp/instance-5/output-1/build/perl-io-html-1.004/ && if [ -f Build.PL ] && [ MB != "EUMM" ] ; then PERL5LIB= PERL_USE_UNSAFE_INC=1 /tmp/instance-5/output-1/host/bin/perl Build install; else /home/autobuild/make/make -j1 pure_install; fi make[1]: Entering directory '/tmp/instance-5/output-1/build/perl-io-html-1.004' Manifying 1 pod document Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/IO/HTML.pm Installing /tmp/instance-5/output-1/target/usr/share/man/man3/IO::HTML.3 make[1]: Leaving directory '/tmp/instance-5/output-1/build/perl-io-html-1.004' >>> perl-io-socket-ssl 2.080 Downloading wget --passive-ftp -nd -t 3 -O '/tmp/instance-5/output-1/build/.IO-Socket-SSL-2.080.tar.gz.kaAo80/output' 'https://cpan.metacpan.org/authors/id/S/SU/SULLR/IO-Socket-SSL-2.080.tar.gz' --2023-02-20 00:26:24-- https://cpan.metacpan.org/authors/id/S/SU/SULLR/IO-Socket-SSL-2.080.tar.gz Resolving cpan.metacpan.org (cpan.metacpan.org)... 151.101.2.217, 151.101.194.217, 151.101.130.217, ... Connecting to cpan.metacpan.org (cpan.metacpan.org)|151.101.2.217|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 259786 (254K) [application/x-gzip] Saving to: '/tmp/instance-5/output-1/build/.IO-Socket-SSL-2.080.tar.gz.kaAo80/output' 0K .......... .......... .......... .......... .......... 19% 13.0M 0s 50K .......... .......... .......... .......... .......... 39% 12.6M 0s 100K .......... .......... .......... .......... .......... 59% 232M 0s 150K .......... .......... .......... .......... .......... 78% 261M 0s 200K .......... .......... .......... .......... .......... 98% 16.1M 0s 250K ... 100% 6.89T=0.01s 2023-02-20 00:26:24 (22.4 MB/s) - '/tmp/instance-5/output-1/build/.IO-Socket-SSL-2.080.tar.gz.kaAo80/output' saved [259786/259786] IO-Socket-SSL-2.080.tar.gz: OK (md5: eaea5b17592ccbd925aff47747f41dde) IO-Socket-SSL-2.080.tar.gz: OK (sha256: cd0ed303b08a72c5c256a9ec3bbb6ff61360be3a2ff6d775e4f6e25375fa8d1f) >>> perl-io-socket-ssl 2.080 Extracting gzip -d -c /tmp/instance-5/dl/perl-io-socket-ssl/IO-Socket-SSL-2.080.tar.gz | tar --strip-components=1 -C /tmp/instance-5/output-1/build/perl-io-socket-ssl-2.080 -xf - >>> perl-io-socket-ssl 2.080 Patching >>> perl-io-socket-ssl 2.080 Configuring cd /tmp/instance-5/output-1/build/perl-io-socket-ssl-2.080/ && if [ -f Build.PL ] && [ MB != "EUMM" ] ; then PERL_MM_USE_DEFAULT=1 PERL5LIB= PERL_USE_UNSAFE_INC=1 /tmp/instance-5/output-1/host/bin/perl Build.PL --config ar="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-ar" --config full_ar="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-ar" --config cc="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc" --config ccflags="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1" --config optimize=" " --config ld="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc" --config lddlflags="-shared " --config ldflags="" --include_dirs /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux/CORE --destdir /tmp/instance-5/output-1/target --installdirs vendor --install_path lib=/usr/lib/perl5/site_perl/5.36.0 --install_path arch=/usr/lib/perl5/site_perl/5.36.0/sh4a-linux --install_path bin=/usr/bin --install_path script=/usr/bin --install_path bindoc=/usr/share/man/man1 --install_path libdoc=/usr/share/man/man3 ; else PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps PERL5LIB= PERL_USE_UNSAFE_INC=1 /tmp/instance-5/output-1/host/bin/perl Makefile.PL AR="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-ar" FULL_AR="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-ar" CC="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc" CCFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1" OPTIMIZE=" " LD="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc" LDDLFLAGS="-shared " LDFLAGS="" PERL_ARCHLIB=/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux DESTDIR=/tmp/instance-5/output-1/target INSTALLDIRS=vendor INSTALLVENDORLIB=/usr/lib/perl5/site_perl/5.36.0 INSTALLVENDORARCH=/usr/lib/perl5/site_perl/5.36.0/sh4a-linux INSTALLVENDORBIN=/usr/bin INSTALLVENDORSCRIPT=/usr/bin INSTALLVENDORMAN1DIR=/usr/share/man/man1 INSTALLVENDORMAN3DIR=/usr/share/man/man3 ; fi WARNING No library for handling international domain names found. It will work but croak if you try to verify an international name against a certificate. It's recommended to install URI version>=1.50. Net::IDN::Encode and Net::LibIDN are also still supported. Checking if your kit is complete... Looks good Warning: prerequisite Mozilla::CA 0 not found. Warning: prerequisite Net::SSLeay 1.46 not found. Generating a Unix-style Makefile Writing Makefile for IO::Socket::SSL Writing MYMETA.yml and MYMETA.json >>> perl-io-socket-ssl 2.080 Building cd /tmp/instance-5/output-1/build/perl-io-socket-ssl-2.080/ && if [ -f Build.PL ] && [ MB != "EUMM" ] ; then PERL5LIB= PERL_USE_UNSAFE_INC=1 /tmp/instance-5/output-1/host/bin/perl Build build; else /home/autobuild/make/make -j1 FIXIN=: pure_all; fi make[1]: Entering directory '/tmp/instance-5/output-1/build/perl-io-socket-ssl-2.080' cp lib/IO/Socket/SSL.pm blib/lib/IO/Socket/SSL.pm cp lib/IO/Socket/SSL/PublicSuffix.pm blib/lib/IO/Socket/SSL/PublicSuffix.pm cp lib/IO/Socket/SSL/Utils.pm blib/lib/IO/Socket/SSL/Utils.pm cp lib/IO/Socket/SSL.pod blib/lib/IO/Socket/SSL.pod cp lib/IO/Socket/SSL/Intercept.pm blib/lib/IO/Socket/SSL/Intercept.pm make[1]: Leaving directory '/tmp/instance-5/output-1/build/perl-io-socket-ssl-2.080' >>> perl-io-socket-ssl 2.080 Installing to target cd /tmp/instance-5/output-1/build/perl-io-socket-ssl-2.080/ && if [ -f Build.PL ] && [ MB != "EUMM" ] ; then PERL5LIB= PERL_USE_UNSAFE_INC=1 /tmp/instance-5/output-1/host/bin/perl Build install; else /home/autobuild/make/make -j1 pure_install; fi make[1]: Entering directory '/tmp/instance-5/output-1/build/perl-io-socket-ssl-2.080' Manifying 4 pod documents Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/IO/Socket/SSL.pod Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/IO/Socket/SSL.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/IO/Socket/SSL/Intercept.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/IO/Socket/SSL/Utils.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/IO/Socket/SSL/PublicSuffix.pm Installing /tmp/instance-5/output-1/target/usr/share/man/man3/IO::Socket::SSL::Utils.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/IO::Socket::SSL::PublicSuffix.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/IO::Socket::SSL::Intercept.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/IO::Socket::SSL.3 make[1]: Leaving directory '/tmp/instance-5/output-1/build/perl-io-socket-ssl-2.080' >>> perl-json-maybexs 1.004003 Downloading wget --passive-ftp -nd -t 3 -O '/tmp/instance-5/output-1/build/.JSON-MaybeXS-1.004003.tar.gz.6zexcc/output' 'https://cpan.metacpan.org/authors/id/E/ET/ETHER/JSON-MaybeXS-1.004003.tar.gz' --2023-02-20 00:26:27-- https://cpan.metacpan.org/authors/id/E/ET/ETHER/JSON-MaybeXS-1.004003.tar.gz Resolving cpan.metacpan.org (cpan.metacpan.org)... 151.101.66.217, 151.101.2.217, 151.101.194.217, ... Connecting to cpan.metacpan.org (cpan.metacpan.org)|151.101.66.217|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 22593 (22K) [application/x-gzip] Saving to: '/tmp/instance-5/output-1/build/.JSON-MaybeXS-1.004003.tar.gz.6zexcc/output' 0K .......... .......... .. 100% 16.3M=0.001s 2023-02-20 00:26:27 (16.3 MB/s) - '/tmp/instance-5/output-1/build/.JSON-MaybeXS-1.004003.tar.gz.6zexcc/output' saved [22593/22593] JSON-MaybeXS-1.004003.tar.gz: OK (md5: e46181e34588428d317932744597a7ab) JSON-MaybeXS-1.004003.tar.gz: OK (sha256: 5bee3b17ff9dcffd6e99ab8cf7f35747650bfce1dc622e3ad10b85a194462fbf) >>> perl-json-maybexs 1.004003 Extracting gzip -d -c /tmp/instance-5/dl/perl-json-maybexs/JSON-MaybeXS-1.004003.tar.gz | tar --strip-components=1 -C /tmp/instance-5/output-1/build/perl-json-maybexs-1.004003 -xf - >>> perl-json-maybexs 1.004003 Patching >>> perl-json-maybexs 1.004003 Configuring cd /tmp/instance-5/output-1/build/perl-json-maybexs-1.004003/ && if [ -f Build.PL ] && [ MB != "EUMM" ] ; then PERL_MM_USE_DEFAULT=1 PERL5LIB= PERL_USE_UNSAFE_INC=1 /tmp/instance-5/output-1/host/bin/perl Build.PL --config ar="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-ar" --config full_ar="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-ar" --config cc="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc" --config ccflags="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1" --config optimize=" " --config ld="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc" --config lddlflags="-shared " --config ldflags="" --include_dirs /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux/CORE --destdir /tmp/instance-5/output-1/target --installdirs vendor --install_path lib=/usr/lib/perl5/site_perl/5.36.0 --install_path arch=/usr/lib/perl5/site_perl/5.36.0/sh4a-linux --install_path bin=/usr/bin --install_path script=/usr/bin --install_path bindoc=/usr/share/man/man1 --install_path libdoc=/usr/share/man/man3 ; else PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps PERL5LIB= PERL_USE_UNSAFE_INC=1 /tmp/instance-5/output-1/host/bin/perl Makefile.PL AR="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-ar" FULL_AR="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-ar" CC="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc" CCFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1" OPTIMIZE=" " LD="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc" LDDLFLAGS="-shared " LDFLAGS="" PERL_ARCHLIB=/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux DESTDIR=/tmp/instance-5/output-1/target INSTALLDIRS=vendor INSTALLVENDORLIB=/usr/lib/perl5/site_perl/5.36.0 INSTALLVENDORARCH=/usr/lib/perl5/site_perl/5.36.0/sh4a-linux INSTALLVENDORBIN=/usr/bin INSTALLVENDORSCRIPT=/usr/bin INSTALLVENDORMAN1DIR=/usr/share/man/man1 INSTALLVENDORMAN3DIR=/usr/share/man/man3 ; fi Warning: prerequisite Cpanel::JSON::XS 2.3310 not found. Warning: prerequisite Test::Needs 0.002006 not found. Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for JSON::MaybeXS Writing MYMETA.yml and MYMETA.json >>> perl-json-maybexs 1.004003 Building cd /tmp/instance-5/output-1/build/perl-json-maybexs-1.004003/ && if [ -f Build.PL ] && [ MB != "EUMM" ] ; then PERL5LIB= PERL_USE_UNSAFE_INC=1 /tmp/instance-5/output-1/host/bin/perl Build build; else /home/autobuild/make/make -j1 FIXIN=: pure_all; fi make[1]: Entering directory '/tmp/instance-5/output-1/build/perl-json-maybexs-1.004003' cp lib/JSON/MaybeXS.pm blib/lib/JSON/MaybeXS.pm make[1]: Leaving directory '/tmp/instance-5/output-1/build/perl-json-maybexs-1.004003' >>> perl-json-maybexs 1.004003 Installing to target cd /tmp/instance-5/output-1/build/perl-json-maybexs-1.004003/ && if [ -f Build.PL ] && [ MB != "EUMM" ] ; then PERL5LIB= PERL_USE_UNSAFE_INC=1 /tmp/instance-5/output-1/host/bin/perl Build install; else /home/autobuild/make/make -j1 pure_install; fi make[1]: Entering directory '/tmp/instance-5/output-1/build/perl-json-maybexs-1.004003' Manifying 1 pod document Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/JSON/MaybeXS.pm Installing /tmp/instance-5/output-1/target/usr/share/man/man3/JSON::MaybeXS.3 make[1]: Leaving directory '/tmp/instance-5/output-1/build/perl-json-maybexs-1.004003' >>> perl-libwww-perl 6.67 Downloading wget --passive-ftp -nd -t 3 -O '/tmp/instance-5/output-1/build/.libwww-perl-6.67.tar.gz.JoYlcF/output' 'https://cpan.metacpan.org/authors/id/O/OA/OALDERS/libwww-perl-6.67.tar.gz' --2023-02-20 00:26:30-- https://cpan.metacpan.org/authors/id/O/OA/OALDERS/libwww-perl-6.67.tar.gz Resolving cpan.metacpan.org (cpan.metacpan.org)... 151.101.130.217, 151.101.66.217, 151.101.2.217, ... Connecting to cpan.metacpan.org (cpan.metacpan.org)|151.101.130.217|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 180545 (176K) [application/x-gzip] Saving to: '/tmp/instance-5/output-1/build/.libwww-perl-6.67.tar.gz.JoYlcF/output' 0K .......... .......... .......... .......... .......... 28% 17.1M 0s 50K .......... .......... .......... .......... .......... 56% 10.2M 0s 100K .......... .......... .......... .......... .......... 85% 265M 0s 150K .......... .......... ...... 100% 283M=0.008s 2023-02-20 00:26:30 (21.7 MB/s) - '/tmp/instance-5/output-1/build/.libwww-perl-6.67.tar.gz.JoYlcF/output' saved [180545/180545] libwww-perl-6.67.tar.gz: OK (md5: ff7621d0350da3052f24db9a74692672) libwww-perl-6.67.tar.gz: OK (sha256: 96eec40a3fd0aa1bd834117be5eb21c438f73094d861a1a7e5774f0b1226b723) >>> perl-libwww-perl 6.67 Extracting gzip -d -c /tmp/instance-5/dl/perl-libwww-perl/libwww-perl-6.67.tar.gz | tar --strip-components=1 -C /tmp/instance-5/output-1/build/perl-libwww-perl-6.67 -xf - >>> perl-libwww-perl 6.67 Patching >>> perl-libwww-perl 6.67 Configuring cd /tmp/instance-5/output-1/build/perl-libwww-perl-6.67/ && if [ -f Build.PL ] && [ MB != "EUMM" ] ; then PERL_MM_USE_DEFAULT=1 PERL5LIB= PERL_USE_UNSAFE_INC=1 /tmp/instance-5/output-1/host/bin/perl Build.PL --config ar="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-ar" --config full_ar="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-ar" --config cc="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc" --config ccflags="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1" --config optimize=" " --config ld="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc" --config lddlflags="-shared " --config ldflags="" --include_dirs /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux/CORE --destdir /tmp/instance-5/output-1/target --installdirs vendor --install_path lib=/usr/lib/perl5/site_perl/5.36.0 --install_path arch=/usr/lib/perl5/site_perl/5.36.0/sh4a-linux --install_path bin=/usr/bin --install_path script=/usr/bin --install_path bindoc=/usr/share/man/man1 --install_path libdoc=/usr/share/man/man3 ; else PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps PERL5LIB= PERL_USE_UNSAFE_INC=1 /tmp/instance-5/output-1/host/bin/perl Makefile.PL AR="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-ar" FULL_AR="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-ar" CC="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc" CCFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1" OPTIMIZE=" " LD="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc" LDDLFLAGS="-shared " LDFLAGS="" PERL_ARCHLIB=/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux DESTDIR=/tmp/instance-5/output-1/target INSTALLDIRS=vendor INSTALLVENDORLIB=/usr/lib/perl5/site_perl/5.36.0 INSTALLVENDORARCH=/usr/lib/perl5/site_perl/5.36.0/sh4a-linux INSTALLVENDORBIN=/usr/bin INSTALLVENDORSCRIPT=/usr/bin INSTALLVENDORMAN1DIR=/usr/share/man/man1 INSTALLVENDORMAN3DIR=/usr/share/man/man3 ; fi Warning: prerequisite Encode::Locale 0 not found. Warning: prerequisite File::Listing 6 not found. Warning: prerequisite HTML::Entities 0 not found. Warning: prerequisite HTML::HeadParser 0 not found. Warning: prerequisite HTTP::Cookies 6 not found. Warning: prerequisite HTTP::Daemon 6.12 not found. Warning: prerequisite HTTP::Date 6 not found. Warning: prerequisite HTTP::Negotiate 6 not found. Warning: prerequisite HTTP::Request 6 not found. Warning: prerequisite HTTP::Request::Common 6 not found. Warning: prerequisite HTTP::Response 6 not found. Warning: prerequisite HTTP::Status 6.07 not found. Warning: prerequisite LWP::MediaTypes 6 not found. Warning: prerequisite Net::HTTP 6.18 not found. Warning: prerequisite Test::Fatal 0 not found. Warning: prerequisite Test::Needs 0 not found. Warning: prerequisite Test::RequiresInternet 0 not found. Warning: prerequisite Try::Tiny 0 not found. Warning: prerequisite URI 1.10 not found. Warning: prerequisite URI::Escape 0 not found. Warning: prerequisite WWW::RobotRules 6 not found. Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for LWP Writing MYMETA.yml and MYMETA.json >>> perl-libwww-perl 6.67 Building cd /tmp/instance-5/output-1/build/perl-libwww-perl-6.67/ && if [ -f Build.PL ] && [ MB != "EUMM" ] ; then PERL5LIB= PERL_USE_UNSAFE_INC=1 /tmp/instance-5/output-1/host/bin/perl Build build; else /home/autobuild/make/make -j1 FIXIN=: pure_all; fi make[1]: Entering directory '/tmp/instance-5/output-1/build/perl-libwww-perl-6.67' cp lib/LWP/Protocol/data.pm blib/lib/LWP/Protocol/data.pm cp lib/LWP/UserAgent.pm blib/lib/LWP/UserAgent.pm cp lib/LWP/Debug/TraceHTTP.pm blib/lib/LWP/Debug/TraceHTTP.pm cp lib/LWP/Protocol/gopher.pm blib/lib/LWP/Protocol/gopher.pm cp lib/LWP/DebugFile.pm blib/lib/LWP/DebugFile.pm cp lwpcook.pod blib/lib/lwpcook.pod cp lib/LWP/ConnCache.pm blib/lib/LWP/ConnCache.pm cp lib/LWP/Protocol/nogo.pm blib/lib/LWP/Protocol/nogo.pm cp lib/LWP/Authen/Basic.pm blib/lib/LWP/Authen/Basic.pm cp lib/LWP/RobotUA.pm blib/lib/LWP/RobotUA.pm cp lib/LWP/Protocol/file.pm blib/lib/LWP/Protocol/file.pm cp lib/LWP/Debug.pm blib/lib/LWP/Debug.pm cp lwptut.pod blib/lib/lwptut.pod cp lib/LWP/Protocol/nntp.pm blib/lib/LWP/Protocol/nntp.pm cp lib/LWP/Simple.pm blib/lib/LWP/Simple.pm cp lib/LWP/Protocol/ftp.pm blib/lib/LWP/Protocol/ftp.pm cp lib/LWP/Protocol.pm blib/lib/LWP/Protocol.pm cp lib/LWP/Authen/Ntlm.pm blib/lib/LWP/Authen/Ntlm.pm cp lib/LWP/Authen/Digest.pm blib/lib/LWP/Authen/Digest.pm cp lib/LWP.pm blib/lib/LWP.pm cp lib/LWP/Protocol/mailto.pm blib/lib/LWP/Protocol/mailto.pm cp lib/LWP/MemberMixin.pm blib/lib/LWP/MemberMixin.pm cp lib/LWP/Protocol/http.pm blib/lib/LWP/Protocol/http.pm cp lib/LWP/Protocol/loopback.pm blib/lib/LWP/Protocol/loopback.pm cp lib/LWP/Protocol/cpan.pm blib/lib/LWP/Protocol/cpan.pm cp bin/lwp-download blib/script/lwp-download : blib/script/lwp-download cp bin/lwp-dump blib/script/lwp-dump : blib/script/lwp-dump cp bin/lwp-mirror blib/script/lwp-mirror : blib/script/lwp-mirror cp bin/lwp-request blib/script/lwp-request : blib/script/lwp-request make[1]: Leaving directory '/tmp/instance-5/output-1/build/perl-libwww-perl-6.67' >>> perl-libwww-perl 6.67 Installing to target cd /tmp/instance-5/output-1/build/perl-libwww-perl-6.67/ && if [ -f Build.PL ] && [ MB != "EUMM" ] ; then PERL5LIB= PERL_USE_UNSAFE_INC=1 /tmp/instance-5/output-1/host/bin/perl Build install; else /home/autobuild/make/make -j1 pure_install; fi make[1]: Entering directory '/tmp/instance-5/output-1/build/perl-libwww-perl-6.67' Manifying 4 pod documents Manifying 11 pod documents Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/LWP.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/lwptut.pod Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/lwpcook.pod Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/LWP/MemberMixin.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/LWP/Protocol.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/LWP/Simple.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/LWP/Debug.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/LWP/RobotUA.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/LWP/ConnCache.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/LWP/DebugFile.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/LWP/UserAgent.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/LWP/Authen/Digest.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/LWP/Authen/Ntlm.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/LWP/Authen/Basic.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/LWP/Debug/TraceHTTP.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/LWP/Protocol/cpan.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/LWP/Protocol/loopback.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/LWP/Protocol/http.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/LWP/Protocol/mailto.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/LWP/Protocol/ftp.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/LWP/Protocol/nntp.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/LWP/Protocol/file.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/LWP/Protocol/nogo.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/LWP/Protocol/gopher.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/LWP/Protocol/data.pm Installing /tmp/instance-5/output-1/target/usr/share/man/man1/lwp-request.1 Installing /tmp/instance-5/output-1/target/usr/share/man/man1/lwp-mirror.1 Installing /tmp/instance-5/output-1/target/usr/share/man/man1/lwp-dump.1 Installing /tmp/instance-5/output-1/target/usr/share/man/man1/lwp-download.1 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/lwptut.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/lwpcook.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/LWP::UserAgent.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/LWP::Simple.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/LWP::RobotUA.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/LWP::Protocol.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/LWP::MemberMixin.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/LWP::Debug.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/LWP::ConnCache.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/LWP::Authen::Ntlm.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/LWP.3 Installing /tmp/instance-5/output-1/target/usr/bin/lwp-request Installing /tmp/instance-5/output-1/target/usr/bin/lwp-mirror Installing /tmp/instance-5/output-1/target/usr/bin/lwp-dump Installing /tmp/instance-5/output-1/target/usr/bin/lwp-download make[1]: Leaving directory '/tmp/instance-5/output-1/build/perl-libwww-perl-6.67' >>> perl-lwp-mediatypes 6.04 Downloading wget --passive-ftp -nd -t 3 -O '/tmp/instance-5/output-1/build/.LWP-MediaTypes-6.04.tar.gz.w4iXxq/output' 'https://cpan.metacpan.org/authors/id/O/OA/OALDERS/LWP-MediaTypes-6.04.tar.gz' --2023-02-20 00:26:34-- https://cpan.metacpan.org/authors/id/O/OA/OALDERS/LWP-MediaTypes-6.04.tar.gz Resolving cpan.metacpan.org (cpan.metacpan.org)... 151.101.194.217, 151.101.130.217, 151.101.66.217, ... Connecting to cpan.metacpan.org (cpan.metacpan.org)|151.101.194.217|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 40000 (39K) [application/x-gzip] Saving to: '/tmp/instance-5/output-1/build/.LWP-MediaTypes-6.04.tar.gz.w4iXxq/output' 0K .......... .......... .......... ......... 100% 10.8M=0.004s 2023-02-20 00:26:34 (10.8 MB/s) - '/tmp/instance-5/output-1/build/.LWP-MediaTypes-6.04.tar.gz.w4iXxq/output' saved [40000/40000] LWP-MediaTypes-6.04.tar.gz: OK (md5: 84b799a90c0d2ce52897a7cb4c0478d0) LWP-MediaTypes-6.04.tar.gz: OK (sha256: 8f1bca12dab16a1c2a7c03a49c5e58cce41a6fec9519f0aadfba8dad997919d9) >>> perl-lwp-mediatypes 6.04 Extracting gzip -d -c /tmp/instance-5/dl/perl-lwp-mediatypes/LWP-MediaTypes-6.04.tar.gz | tar --strip-components=1 -C /tmp/instance-5/output-1/build/perl-lwp-mediatypes-6.04 -xf - >>> perl-lwp-mediatypes 6.04 Patching >>> perl-lwp-mediatypes 6.04 Configuring cd /tmp/instance-5/output-1/build/perl-lwp-mediatypes-6.04/ && if [ -f Build.PL ] && [ MB != "EUMM" ] ; then PERL_MM_USE_DEFAULT=1 PERL5LIB= PERL_USE_UNSAFE_INC=1 /tmp/instance-5/output-1/host/bin/perl Build.PL --config ar="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-ar" --config full_ar="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-ar" --config cc="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc" --config ccflags="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1" --config optimize=" " --config ld="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc" --config lddlflags="-shared " --config ldflags="" --include_dirs /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux/CORE --destdir /tmp/instance-5/output-1/target --installdirs vendor --install_path lib=/usr/lib/perl5/site_perl/5.36.0 --install_path arch=/usr/lib/perl5/site_perl/5.36.0/sh4a-linux --install_path bin=/usr/bin --install_path script=/usr/bin --install_path bindoc=/usr/share/man/man1 --install_path libdoc=/usr/share/man/man3 ; else PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps PERL5LIB= PERL_USE_UNSAFE_INC=1 /tmp/instance-5/output-1/host/bin/perl Makefile.PL AR="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-ar" FULL_AR="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-ar" CC="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc" CCFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1" OPTIMIZE=" " LD="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc" LDDLFLAGS="-shared " LDFLAGS="" PERL_ARCHLIB=/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux DESTDIR=/tmp/instance-5/output-1/target INSTALLDIRS=vendor INSTALLVENDORLIB=/usr/lib/perl5/site_perl/5.36.0 INSTALLVENDORARCH=/usr/lib/perl5/site_perl/5.36.0/sh4a-linux INSTALLVENDORBIN=/usr/bin INSTALLVENDORSCRIPT=/usr/bin INSTALLVENDORMAN1DIR=/usr/share/man/man1 INSTALLVENDORMAN3DIR=/usr/share/man/man3 ; fi Warning: prerequisite Test::Fatal 0 not found. Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for LWP::MediaTypes Writing MYMETA.yml and MYMETA.json >>> perl-lwp-mediatypes 6.04 Building cd /tmp/instance-5/output-1/build/perl-lwp-mediatypes-6.04/ && if [ -f Build.PL ] && [ MB != "EUMM" ] ; then PERL5LIB= PERL_USE_UNSAFE_INC=1 /tmp/instance-5/output-1/host/bin/perl Build build; else /home/autobuild/make/make -j1 FIXIN=: pure_all; fi make[1]: Entering directory '/tmp/instance-5/output-1/build/perl-lwp-mediatypes-6.04' cp lib/LWP/MediaTypes.pm blib/lib/LWP/MediaTypes.pm cp lib/LWP/media.types blib/lib/LWP/media.types make[1]: Leaving directory '/tmp/instance-5/output-1/build/perl-lwp-mediatypes-6.04' >>> perl-lwp-mediatypes 6.04 Installing to target cd /tmp/instance-5/output-1/build/perl-lwp-mediatypes-6.04/ && if [ -f Build.PL ] && [ MB != "EUMM" ] ; then PERL5LIB= PERL_USE_UNSAFE_INC=1 /tmp/instance-5/output-1/host/bin/perl Build install; else /home/autobuild/make/make -j1 pure_install; fi make[1]: Entering directory '/tmp/instance-5/output-1/build/perl-lwp-mediatypes-6.04' Manifying 1 pod document Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/LWP/media.types Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/LWP/MediaTypes.pm Installing /tmp/instance-5/output-1/target/usr/share/man/man3/LWP::MediaTypes.3 make[1]: Leaving directory '/tmp/instance-5/output-1/build/perl-lwp-mediatypes-6.04' >>> perl-lwp-protocol-https 6.10 Downloading wget --passive-ftp -nd -t 3 -O '/tmp/instance-5/output-1/build/.LWP-Protocol-https-6.10.tar.gz.e5Ugcf/output' 'https://cpan.metacpan.org/authors/id/O/OA/OALDERS/LWP-Protocol-https-6.10.tar.gz' --2023-02-20 00:26:37-- https://cpan.metacpan.org/authors/id/O/OA/OALDERS/LWP-Protocol-https-6.10.tar.gz Resolving cpan.metacpan.org (cpan.metacpan.org)... 151.101.2.217, 151.101.194.217, 151.101.130.217, ... Connecting to cpan.metacpan.org (cpan.metacpan.org)|151.101.2.217|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 33691 (33K) [application/x-gzip] Saving to: '/tmp/instance-5/output-1/build/.LWP-Protocol-https-6.10.tar.gz.e5Ugcf/output' 0K .......... .......... .......... .. 100% 88.5M=0s 2023-02-20 00:26:37 (88.5 MB/s) - '/tmp/instance-5/output-1/build/.LWP-Protocol-https-6.10.tar.gz.e5Ugcf/output' saved [33691/33691] LWP-Protocol-https-6.10.tar.gz: OK (md5: cf64e4bc57a9266ac4343cdf0808c5c8) LWP-Protocol-https-6.10.tar.gz: OK (sha256: cecfc31fe2d4fc854cac47fce13d3a502e8fdfe60c5bc1c09535743185f2a86c) >>> perl-lwp-protocol-https 6.10 Extracting gzip -d -c /tmp/instance-5/dl/perl-lwp-protocol-https/LWP-Protocol-https-6.10.tar.gz | tar --strip-components=1 -C /tmp/instance-5/output-1/build/perl-lwp-protocol-https-6.10 -xf - >>> perl-lwp-protocol-https 6.10 Patching >>> perl-lwp-protocol-https 6.10 Configuring cd /tmp/instance-5/output-1/build/perl-lwp-protocol-https-6.10/ && if [ -f Build.PL ] && [ MB != "EUMM" ] ; then PERL_MM_USE_DEFAULT=1 PERL5LIB= PERL_USE_UNSAFE_INC=1 /tmp/instance-5/output-1/host/bin/perl Build.PL --config ar="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-ar" --config full_ar="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-ar" --config cc="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc" --config ccflags="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1" --config optimize=" " --config ld="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc" --config lddlflags="-shared " --config ldflags="" --include_dirs /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux/CORE --destdir /tmp/instance-5/output-1/target --installdirs vendor --install_path lib=/usr/lib/perl5/site_perl/5.36.0 --install_path arch=/usr/lib/perl5/site_perl/5.36.0/sh4a-linux --install_path bin=/usr/bin --install_path script=/usr/bin --install_path bindoc=/usr/share/man/man1 --install_path libdoc=/usr/share/man/man3 ; else PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps PERL5LIB= PERL_USE_UNSAFE_INC=1 /tmp/instance-5/output-1/host/bin/perl Makefile.PL AR="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-ar" FULL_AR="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-ar" CC="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc" CCFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1" OPTIMIZE=" " LD="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc" LDDLFLAGS="-shared " LDFLAGS="" PERL_ARCHLIB=/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux DESTDIR=/tmp/instance-5/output-1/target INSTALLDIRS=vendor INSTALLVENDORLIB=/usr/lib/perl5/site_perl/5.36.0 INSTALLVENDORARCH=/usr/lib/perl5/site_perl/5.36.0/sh4a-linux INSTALLVENDORBIN=/usr/bin INSTALLVENDORSCRIPT=/usr/bin INSTALLVENDORMAN1DIR=/usr/share/man/man1 INSTALLVENDORMAN3DIR=/usr/share/man/man3 ; fi Warning: prerequisite IO::Socket::SSL 1.54 not found. Warning: prerequisite IO::Socket::SSL::Utils 0 not found. Warning: prerequisite LWP::Protocol::http 0 not found. Warning: prerequisite LWP::UserAgent 6.06 not found. Warning: prerequisite Mozilla::CA 20180117 not found. Warning: prerequisite Net::HTTPS 6 not found. Warning: prerequisite Test::RequiresInternet 0 not found. Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for LWP::Protocol::https Writing MYMETA.yml and MYMETA.json >>> perl-lwp-protocol-https 6.10 Building cd /tmp/instance-5/output-1/build/perl-lwp-protocol-https-6.10/ && if [ -f Build.PL ] && [ MB != "EUMM" ] ; then PERL5LIB= PERL_USE_UNSAFE_INC=1 /tmp/instance-5/output-1/host/bin/perl Build build; else /home/autobuild/make/make -j1 FIXIN=: pure_all; fi make[1]: Entering directory '/tmp/instance-5/output-1/build/perl-lwp-protocol-https-6.10' cp lib/LWP/Protocol/https.pm blib/lib/LWP/Protocol/https.pm make[1]: Leaving directory '/tmp/instance-5/output-1/build/perl-lwp-protocol-https-6.10' >>> perl-lwp-protocol-https 6.10 Installing to target cd /tmp/instance-5/output-1/build/perl-lwp-protocol-https-6.10/ && if [ -f Build.PL ] && [ MB != "EUMM" ] ; then PERL5LIB= PERL_USE_UNSAFE_INC=1 /tmp/instance-5/output-1/host/bin/perl Build install; else /home/autobuild/make/make -j1 pure_install; fi make[1]: Entering directory '/tmp/instance-5/output-1/build/perl-lwp-protocol-https-6.10' Manifying 1 pod document Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/LWP/Protocol/https.pm Installing /tmp/instance-5/output-1/target/usr/share/man/man3/LWP::Protocol::https.3 make[1]: Leaving directory '/tmp/instance-5/output-1/build/perl-lwp-protocol-https-6.10' >>> perl-mailtools 2.21 Downloading wget --passive-ftp -nd -t 3 -O '/tmp/instance-5/output-1/build/.MailTools-2.21.tar.gz.MTZeW1/output' 'https://cpan.metacpan.org/authors/id/M/MA/MARKOV/MailTools-2.21.tar.gz' --2023-02-20 00:26:39-- https://cpan.metacpan.org/authors/id/M/MA/MARKOV/MailTools-2.21.tar.gz Resolving cpan.metacpan.org (cpan.metacpan.org)... 151.101.2.217, 151.101.66.217, 151.101.130.217, ... Connecting to cpan.metacpan.org (cpan.metacpan.org)|151.101.2.217|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 58013 (57K) [application/x-gzip] Saving to: '/tmp/instance-5/output-1/build/.MailTools-2.21.tar.gz.MTZeW1/output' 0K .......... .......... .......... .......... .......... 88% 13.8M 0s 50K ...... 100% 89.0M=0.004s 2023-02-20 00:26:40 (15.3 MB/s) - '/tmp/instance-5/output-1/build/.MailTools-2.21.tar.gz.MTZeW1/output' saved [58013/58013] MailTools-2.21.tar.gz: OK (md5: 69ee516d40011e7e92b77c6f06c0dc01) MailTools-2.21.tar.gz: OK (sha256: 4ad9bd6826b6f03a2727332466b1b7d29890c8d99a32b4b3b0a8d926ee1a44cb) >>> perl-mailtools 2.21 Extracting gzip -d -c /tmp/instance-5/dl/perl-mailtools/MailTools-2.21.tar.gz | tar --strip-components=1 -C /tmp/instance-5/output-1/build/perl-mailtools-2.21 -xf - >>> perl-mailtools 2.21 Patching >>> perl-mailtools 2.21 Configuring cd /tmp/instance-5/output-1/build/perl-mailtools-2.21/ && if [ -f Build.PL ] && [ MB != "EUMM" ] ; then PERL_MM_USE_DEFAULT=1 PERL5LIB= PERL_USE_UNSAFE_INC=1 /tmp/instance-5/output-1/host/bin/perl Build.PL --config ar="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-ar" --config full_ar="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-ar" --config cc="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc" --config ccflags="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1" --config optimize=" " --config ld="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc" --config lddlflags="-shared " --config ldflags="" --include_dirs /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux/CORE --destdir /tmp/instance-5/output-1/target --installdirs vendor --install_path lib=/usr/lib/perl5/site_perl/5.36.0 --install_path arch=/usr/lib/perl5/site_perl/5.36.0/sh4a-linux --install_path bin=/usr/bin --install_path script=/usr/bin --install_path bindoc=/usr/share/man/man1 --install_path libdoc=/usr/share/man/man3 ; else PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps PERL5LIB= PERL_USE_UNSAFE_INC=1 /tmp/instance-5/output-1/host/bin/perl Makefile.PL AR="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-ar" FULL_AR="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-ar" CC="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc" CCFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1" OPTIMIZE=" " LD="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc" LDDLFLAGS="-shared " LDFLAGS="" PERL_ARCHLIB=/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux DESTDIR=/tmp/instance-5/output-1/target INSTALLDIRS=vendor INSTALLVENDORLIB=/usr/lib/perl5/site_perl/5.36.0 INSTALLVENDORARCH=/usr/lib/perl5/site_perl/5.36.0/sh4a-linux INSTALLVENDORBIN=/usr/bin INSTALLVENDORSCRIPT=/usr/bin INSTALLVENDORMAN1DIR=/usr/share/man/man1 INSTALLVENDORMAN3DIR=/usr/share/man/man3 ; fi Warning: prerequisite Date::Format 0 not found. Warning: prerequisite Date::Parse 0 not found. Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for MailTools Writing MYMETA.yml and MYMETA.json >>> perl-mailtools 2.21 Building cd /tmp/instance-5/output-1/build/perl-mailtools-2.21/ && if [ -f Build.PL ] && [ MB != "EUMM" ] ; then PERL5LIB= PERL_USE_UNSAFE_INC=1 /tmp/instance-5/output-1/host/bin/perl Build build; else /home/autobuild/make/make -j1 FIXIN=: pure_all; fi make[1]: Entering directory '/tmp/instance-5/output-1/build/perl-mailtools-2.21' cp lib/Mail/Field.pod blib/lib/Mail/Field.pod cp lib/Mail/Internet.pod blib/lib/Mail/Internet.pod cp lib/Mail/Cap.pod blib/lib/Mail/Cap.pod cp lib/MailTools.pm blib/lib/MailTools.pm cp lib/Mail/Cap.pm blib/lib/Mail/Cap.pm cp lib/Mail/Header.pm blib/lib/Mail/Header.pm cp lib/Mail/Mailer.pod blib/lib/Mail/Mailer.pod cp lib/Mail/Filter.pm blib/lib/Mail/Filter.pm cp lib/Mail/Util.pm blib/lib/Mail/Util.pm cp lib/Mail/Send.pm blib/lib/Mail/Send.pm cp lib/Mail/Mailer/testfile.pm blib/lib/Mail/Mailer/testfile.pm cp lib/Mail/Field/Generic.pm blib/lib/Mail/Field/Generic.pm cp lib/Mail/Field/AddrList.pm blib/lib/Mail/Field/AddrList.pm cp lib/Mail/Mailer/rfc822.pm blib/lib/Mail/Mailer/rfc822.pm cp lib/Mail/Header.pod blib/lib/Mail/Header.pod cp lib/Mail/Mailer.pm blib/lib/Mail/Mailer.pm cp lib/Mail/Mailer/smtps.pm blib/lib/Mail/Mailer/smtps.pm cp lib/Mail/Filter.pod blib/lib/Mail/Filter.pod cp lib/Mail/Util.pod blib/lib/Mail/Util.pod cp lib/Mail/Mailer/sendmail.pm blib/lib/Mail/Mailer/sendmail.pm cp lib/Mail/Send.pod blib/lib/Mail/Send.pod cp lib/Mail/Field/Generic.pod blib/lib/Mail/Field/Generic.pod cp lib/Mail/Address.pm blib/lib/Mail/Address.pm cp lib/Mail/Field/AddrList.pod blib/lib/Mail/Field/AddrList.pod cp lib/Mail/Mailer/smtp.pm blib/lib/Mail/Mailer/smtp.pm cp lib/Mail/Field.pm blib/lib/Mail/Field.pm cp lib/Mail/Internet.pm blib/lib/Mail/Internet.pm cp lib/Mail/Field/Date.pm blib/lib/Mail/Field/Date.pm cp lib/Mail/Mailer/qmail.pm blib/lib/Mail/Mailer/qmail.pm cp lib/Mail/Address.pod blib/lib/Mail/Address.pod cp lib/Mail/Field/Date.pod blib/lib/Mail/Field/Date.pod cp lib/MailTools.pod blib/lib/MailTools.pod make[1]: Leaving directory '/tmp/instance-5/output-1/build/perl-mailtools-2.21' >>> perl-mailtools 2.21 Installing to target cd /tmp/instance-5/output-1/build/perl-mailtools-2.21/ && if [ -f Build.PL ] && [ MB != "EUMM" ] ; then PERL5LIB= PERL_USE_UNSAFE_INC=1 /tmp/instance-5/output-1/host/bin/perl Build install; else /home/autobuild/make/make -j1 pure_install; fi make[1]: Entering directory '/tmp/instance-5/output-1/build/perl-mailtools-2.21' Manifying 13 pod documents Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/MailTools.pod Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/MailTools.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Mail/Address.pod Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Mail/Internet.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Mail/Field.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Mail/Address.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Mail/Send.pod Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Mail/Util.pod Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Mail/Filter.pod Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Mail/Mailer.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Mail/Header.pod Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Mail/Send.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Mail/Util.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Mail/Filter.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Mail/Mailer.pod Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Mail/Header.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Mail/Cap.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Mail/Cap.pod Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Mail/Internet.pod Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Mail/Field.pod Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Mail/Field/Date.pod Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Mail/Field/Date.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Mail/Field/AddrList.pod Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Mail/Field/Generic.pod Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Mail/Field/AddrList.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Mail/Field/Generic.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Mail/Mailer/qmail.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Mail/Mailer/smtp.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Mail/Mailer/sendmail.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Mail/Mailer/smtps.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Mail/Mailer/rfc822.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Mail/Mailer/testfile.pm Installing /tmp/instance-5/output-1/target/usr/share/man/man3/MailTools.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Mail::Util.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Mail::Send.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Mail::Mailer.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Mail::Internet.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Mail::Header.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Mail::Filter.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Mail::Field::Generic.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Mail::Field::Date.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Mail::Field::AddrList.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Mail::Field.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Mail::Cap.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Mail::Address.3 make[1]: Leaving directory '/tmp/instance-5/output-1/build/perl-mailtools-2.21' >>> perl-mime-tools 5.509 Downloading wget --passive-ftp -nd -t 3 -O '/tmp/instance-5/output-1/build/.MIME-tools-5.509.tar.gz.kjR6BD/output' 'https://cpan.metacpan.org/authors/id/D/DS/DSKOLL/MIME-tools-5.509.tar.gz' --2023-02-20 00:26:43-- https://cpan.metacpan.org/authors/id/D/DS/DSKOLL/MIME-tools-5.509.tar.gz Resolving cpan.metacpan.org (cpan.metacpan.org)... 151.101.194.217, 151.101.130.217, 151.101.66.217, ... Connecting to cpan.metacpan.org (cpan.metacpan.org)|151.101.194.217|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 423714 (414K) [application/x-gzip] Saving to: '/tmp/instance-5/output-1/build/.MIME-tools-5.509.tar.gz.kjR6BD/output' 0K .......... .......... .......... .......... .......... 12% 15.9M 0s 50K .......... .......... .......... .......... .......... 24% 16.1M 0s 100K .......... .......... .......... .......... .......... 36% 53.0M 0s 150K .......... .......... .......... .......... .......... 48% 284M 0s 200K .......... .......... .......... .......... .......... 60% 21.5M 0s 250K .......... .......... .......... .......... .......... 72% 166M 0s 300K .......... .......... .......... .......... .......... 84% 176M 0s 350K .......... .......... .......... .......... .......... 96% 224M 0s 400K .......... ... 100% 257M=0.01s 2023-02-20 00:26:43 (39.2 MB/s) - '/tmp/instance-5/output-1/build/.MIME-tools-5.509.tar.gz.kjR6BD/output' saved [423714/423714] MIME-tools-5.509.tar.gz: OK (md5: a2f0e07da2ff4b0478908544cc4b40fa) MIME-tools-5.509.tar.gz: OK (sha256: 64579f0c923d81d9a2194586e47c3475519e2646e4b5c102a8920759facf6973) >>> perl-mime-tools 5.509 Extracting gzip -d -c /tmp/instance-5/dl/perl-mime-tools/MIME-tools-5.509.tar.gz | tar --strip-components=1 -C /tmp/instance-5/output-1/build/perl-mime-tools-5.509 -xf - >>> perl-mime-tools 5.509 Patching >>> perl-mime-tools 5.509 Configuring cd /tmp/instance-5/output-1/build/perl-mime-tools-5.509/ && if [ -f Build.PL ] && [ MB != "EUMM" ] ; then PERL_MM_USE_DEFAULT=1 PERL5LIB= PERL_USE_UNSAFE_INC=1 /tmp/instance-5/output-1/host/bin/perl Build.PL --config ar="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-ar" --config full_ar="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-ar" --config cc="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc" --config ccflags="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1" --config optimize=" " --config ld="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc" --config lddlflags="-shared " --config ldflags="" --include_dirs /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux/CORE --destdir /tmp/instance-5/output-1/target --installdirs vendor --install_path lib=/usr/lib/perl5/site_perl/5.36.0 --install_path arch=/usr/lib/perl5/site_perl/5.36.0/sh4a-linux --install_path bin=/usr/bin --install_path script=/usr/bin --install_path bindoc=/usr/share/man/man1 --install_path libdoc=/usr/share/man/man3 ; else PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps PERL5LIB= PERL_USE_UNSAFE_INC=1 /tmp/instance-5/output-1/host/bin/perl Makefile.PL AR="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-ar" FULL_AR="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-ar" CC="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc" CCFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1" OPTIMIZE=" " LD="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc" LDDLFLAGS="-shared " LDFLAGS="" PERL_ARCHLIB=/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux DESTDIR=/tmp/instance-5/output-1/target INSTALLDIRS=vendor INSTALLVENDORLIB=/usr/lib/perl5/site_perl/5.36.0 INSTALLVENDORARCH=/usr/lib/perl5/site_perl/5.36.0/sh4a-linux INSTALLVENDORBIN=/usr/bin INSTALLVENDORSCRIPT=/usr/bin INSTALLVENDORMAN1DIR=/usr/share/man/man1 INSTALLVENDORMAN3DIR=/usr/share/man/man3 ; fi Warning: prerequisite Mail::Field 1.05 not found. Warning: prerequisite Mail::Header 1.01 not found. Warning: prerequisite Mail::Internet 1.0203 not found. Warning: prerequisite Test::Deep 0 not found. Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for MIME::Tools Writing MYMETA.yml and MYMETA.json >>> perl-mime-tools 5.509 Building cd /tmp/instance-5/output-1/build/perl-mime-tools-5.509/ && if [ -f Build.PL ] && [ MB != "EUMM" ] ; then PERL5LIB= PERL_USE_UNSAFE_INC=1 /tmp/instance-5/output-1/host/bin/perl Build build; else /home/autobuild/make/make -j1 FIXIN=: pure_all; fi make[1]: Entering directory '/tmp/instance-5/output-1/build/perl-mime-tools-5.509' cp lib/MIME/Field/ContType.pm blib/lib/MIME/Field/ContType.pm cp lib/MIME/Decoder/NBit.pm blib/lib/MIME/Decoder/NBit.pm cp lib/MIME/Parser/Filer.pm blib/lib/MIME/Parser/Filer.pm cp lib/MIME/Head.pm blib/lib/MIME/Head.pm cp lib/MIME/Body.pm blib/lib/MIME/Body.pm cp lib/MIME/Field/ConTraEnc.pm blib/lib/MIME/Field/ConTraEnc.pm cp lib/MIME/Decoder/BinHex.pm blib/lib/MIME/Decoder/BinHex.pm cp lib/MIME/Decoder/Binary.pm blib/lib/MIME/Decoder/Binary.pm cp lib/MIME/Entity.pm blib/lib/MIME/Entity.pm cp lib/MIME/Field/ParamVal.pm blib/lib/MIME/Field/ParamVal.pm cp lib/MIME/Parser/Reader.pm blib/lib/MIME/Parser/Reader.pm cp lib/MIME/WordDecoder.pm blib/lib/MIME/WordDecoder.pm cp lib/MIME/Decoder/Gzip64.pm blib/lib/MIME/Decoder/Gzip64.pm cp lib/MIME/Decoder.pm blib/lib/MIME/Decoder.pm cp lib/MIME/Parser.pm blib/lib/MIME/Parser.pm cp lib/MIME/Decoder/UU.pm blib/lib/MIME/Decoder/UU.pm cp lib/MIME/Decoder/Base64.pm blib/lib/MIME/Decoder/Base64.pm cp lib/MIME/Decoder/QuotedPrint.pm blib/lib/MIME/Decoder/QuotedPrint.pm cp lib/MIME/Tools.pm blib/lib/MIME/Tools.pm cp lib/MIME/Words.pm blib/lib/MIME/Words.pm cp lib/MIME/Field/ContDisp.pm blib/lib/MIME/Field/ContDisp.pm cp lib/MIME/Parser/Results.pm blib/lib/MIME/Parser/Results.pm make[1]: Leaving directory '/tmp/instance-5/output-1/build/perl-mime-tools-5.509' >>> perl-mime-tools 5.509 Installing to target cd /tmp/instance-5/output-1/build/perl-mime-tools-5.509/ && if [ -f Build.PL ] && [ MB != "EUMM" ] ; then PERL5LIB= PERL_USE_UNSAFE_INC=1 /tmp/instance-5/output-1/host/bin/perl Build install; else /home/autobuild/make/make -j1 pure_install; fi make[1]: Entering directory '/tmp/instance-5/output-1/build/perl-mime-tools-5.509' Manifying 22 pod documents Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/MIME/Words.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/MIME/Tools.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/MIME/Parser.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/MIME/Decoder.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/MIME/WordDecoder.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/MIME/Entity.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/MIME/Body.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/MIME/Head.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/MIME/Parser/Results.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/MIME/Parser/Reader.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/MIME/Parser/Filer.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/MIME/Decoder/QuotedPrint.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/MIME/Decoder/Base64.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/MIME/Decoder/UU.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/MIME/Decoder/Gzip64.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/MIME/Decoder/Binary.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/MIME/Decoder/BinHex.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/MIME/Decoder/NBit.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/MIME/Field/ContDisp.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/MIME/Field/ParamVal.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/MIME/Field/ConTraEnc.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/MIME/Field/ContType.pm Installing /tmp/instance-5/output-1/target/usr/share/man/man3/MIME::Words.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/MIME::WordDecoder.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/MIME::Tools.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/MIME::Parser::Results.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/MIME::Parser::Reader.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/MIME::Parser::Filer.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/MIME::Parser.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/MIME::Head.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/MIME::Field::ParamVal.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/MIME::Field::ContType.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/MIME::Field::ContDisp.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/MIME::Field::ConTraEnc.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/MIME::Entity.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/MIME::Decoder::UU.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/MIME::Decoder::QuotedPrint.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/MIME::Decoder::NBit.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/MIME::Decoder::Gzip64.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/MIME::Decoder::Binary.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/MIME::Decoder::BinHex.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/MIME::Decoder::Base64.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/MIME::Decoder.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/MIME::Body.3 make[1]: Leaving directory '/tmp/instance-5/output-1/build/perl-mime-tools-5.509' >>> perl-module-implementation 0.09 Downloading wget --passive-ftp -nd -t 3 -O '/tmp/instance-5/output-1/build/.Module-Implementation-0.09.tar.gz.v22zQA/output' 'https://cpan.metacpan.org/authors/id/D/DR/DROLSKY/Module-Implementation-0.09.tar.gz' --2023-02-20 00:26:47-- https://cpan.metacpan.org/authors/id/D/DR/DROLSKY/Module-Implementation-0.09.tar.gz Resolving cpan.metacpan.org (cpan.metacpan.org)... 151.101.2.217, 151.101.194.217, 151.101.130.217, ... Connecting to cpan.metacpan.org (cpan.metacpan.org)|151.101.2.217|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 18553 (18K) [application/x-gzip] Saving to: '/tmp/instance-5/output-1/build/.Module-Implementation-0.09.tar.gz.v22zQA/output' 0K .......... ........ 100% 132M=0s 2023-02-20 00:26:47 (132 MB/s) - '/tmp/instance-5/output-1/build/.Module-Implementation-0.09.tar.gz.v22zQA/output' saved [18553/18553] Module-Implementation-0.09.tar.gz: OK (md5: 52e3fe0ca6b1eff0488d59b7aacc0667) Module-Implementation-0.09.tar.gz: OK (sha256: c15f1a12f0c2130c9efff3c2e1afe5887b08ccd033bd132186d1e7d5087fd66d) >>> perl-module-implementation 0.09 Extracting gzip -d -c /tmp/instance-5/dl/perl-module-implementation/Module-Implementation-0.09.tar.gz | tar --strip-components=1 -C /tmp/instance-5/output-1/build/perl-module-implementation-0.09 -xf - >>> perl-module-implementation 0.09 Patching >>> perl-module-implementation 0.09 Configuring cd /tmp/instance-5/output-1/build/perl-module-implementation-0.09/ && if [ -f Build.PL ] && [ MB != "EUMM" ] ; then PERL_MM_USE_DEFAULT=1 PERL5LIB= PERL_USE_UNSAFE_INC=1 /tmp/instance-5/output-1/host/bin/perl Build.PL --config ar="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-ar" --config full_ar="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-ar" --config cc="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc" --config ccflags="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1" --config optimize=" " --config ld="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc" --config lddlflags="-shared " --config ldflags="" --include_dirs /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux/CORE --destdir /tmp/instance-5/output-1/target --installdirs vendor --install_path lib=/usr/lib/perl5/site_perl/5.36.0 --install_path arch=/usr/lib/perl5/site_perl/5.36.0/sh4a-linux --install_path bin=/usr/bin --install_path script=/usr/bin --install_path bindoc=/usr/share/man/man1 --install_path libdoc=/usr/share/man/man3 ; else PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps PERL5LIB= PERL_USE_UNSAFE_INC=1 /tmp/instance-5/output-1/host/bin/perl Makefile.PL AR="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-ar" FULL_AR="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-ar" CC="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc" CCFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1" OPTIMIZE=" " LD="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc" LDDLFLAGS="-shared " LDFLAGS="" PERL_ARCHLIB=/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux DESTDIR=/tmp/instance-5/output-1/target INSTALLDIRS=vendor INSTALLVENDORLIB=/usr/lib/perl5/site_perl/5.36.0 INSTALLVENDORARCH=/usr/lib/perl5/site_perl/5.36.0/sh4a-linux INSTALLVENDORBIN=/usr/bin INSTALLVENDORSCRIPT=/usr/bin INSTALLVENDORMAN1DIR=/usr/share/man/man1 INSTALLVENDORMAN3DIR=/usr/share/man/man3 ; fi Warning: prerequisite Module::Runtime 0.012 not found. Warning: prerequisite Test::Fatal 0.006 not found. Warning: prerequisite Test::Requires 0 not found. Warning: prerequisite Try::Tiny 0 not found. Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Module::Implementation Writing MYMETA.yml and MYMETA.json >>> perl-module-implementation 0.09 Building cd /tmp/instance-5/output-1/build/perl-module-implementation-0.09/ && if [ -f Build.PL ] && [ MB != "EUMM" ] ; then PERL5LIB= PERL_USE_UNSAFE_INC=1 /tmp/instance-5/output-1/host/bin/perl Build build; else /home/autobuild/make/make -j1 FIXIN=: pure_all; fi make[1]: Entering directory '/tmp/instance-5/output-1/build/perl-module-implementation-0.09' cp lib/Module/Implementation.pm blib/lib/Module/Implementation.pm make[1]: Leaving directory '/tmp/instance-5/output-1/build/perl-module-implementation-0.09' >>> perl-module-implementation 0.09 Installing to target cd /tmp/instance-5/output-1/build/perl-module-implementation-0.09/ && if [ -f Build.PL ] && [ MB != "EUMM" ] ; then PERL5LIB= PERL_USE_UNSAFE_INC=1 /tmp/instance-5/output-1/host/bin/perl Build install; else /home/autobuild/make/make -j1 pure_install; fi make[1]: Entering directory '/tmp/instance-5/output-1/build/perl-module-implementation-0.09' Manifying 1 pod document Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Module/Implementation.pm Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Module::Implementation.3 make[1]: Leaving directory '/tmp/instance-5/output-1/build/perl-module-implementation-0.09' >>> host-perl-module-build 0.4232 Downloading wget --passive-ftp -nd -t 3 -O '/tmp/instance-5/output-1/build/.Module-Build-0.4232.tar.gz.KVbe4T/output' 'https://cpan.metacpan.org/authors/id/L/LE/LEONT/Module-Build-0.4232.tar.gz' --2023-02-20 00:26:49-- https://cpan.metacpan.org/authors/id/L/LE/LEONT/Module-Build-0.4232.tar.gz Resolving cpan.metacpan.org (cpan.metacpan.org)... 151.101.66.217, 151.101.2.217, 151.101.194.217, ... Connecting to cpan.metacpan.org (cpan.metacpan.org)|151.101.66.217|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 303820 (297K) [application/x-gzip] Saving to: '/tmp/instance-5/output-1/build/.Module-Build-0.4232.tar.gz.KVbe4T/output' 0K .......... .......... .......... .......... .......... 16% 13.0M 0s 50K .......... .......... .......... .......... .......... 33% 16.5M 0s 100K .......... .......... .......... .......... .......... 50% 168M 0s 150K .......... .......... .......... .......... .......... 67% 158M 0s 200K .......... .......... .......... .......... .......... 84% 28.0M 0s 250K .......... .......... .......... .......... ...... 100% 108M=0.009s 2023-02-20 00:26:49 (30.6 MB/s) - '/tmp/instance-5/output-1/build/.Module-Build-0.4232.tar.gz.KVbe4T/output' saved [303820/303820] Module-Build-0.4232.tar.gz: OK (md5: 144885f1cbaf9420017bbed696ec6b83) Module-Build-0.4232.tar.gz: OK (sha256: 67c82ee245d94ba06decfa25572ab75fdcd26a9009094289d8f45bc54041771b) >>> host-perl-module-build 0.4232 Extracting gzip -d -c /tmp/instance-5/dl/perl-module-build/Module-Build-0.4232.tar.gz | tar --strip-components=1 -C /tmp/instance-5/output-1/build/host-perl-module-build-0.4232 -xf - >>> host-perl-module-build 0.4232 Patching >>> host-perl-module-build 0.4232 Configuring cd /tmp/instance-5/output-1/build/host-perl-module-build-0.4232/ && if [ -f Build.PL ] && [ MB != "EUMM" ] ; then PERL_MM_USE_DEFAULT=1 PERL5LIB= PERL_USE_UNSAFE_INC=1 /tmp/instance-5/output-1/host/bin/perl Build.PL ; else PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps PERL5LIB= PERL_USE_UNSAFE_INC=1 /tmp/instance-5/output-1/host/bin/perl Makefile.PL ; fi Checking optional features... inc_bundling_support....disabled requires: ! inc::latest is not installed ERRORS/WARNINGS FOUND IN PREREQUISITES. You may wish to install the versions of the modules indicated above before proceeding with this installation Created MYMETA.yml and MYMETA.json Creating new 'Build' script for 'Module-Build' version '0.4232' >>> host-perl-module-build 0.4232 Building cd /tmp/instance-5/output-1/build/host-perl-module-build-0.4232/ && if [ -f Build.PL ] && [ MB != "EUMM" ] ; then PERL5LIB= PERL_USE_UNSAFE_INC=1 /tmp/instance-5/output-1/host/bin/perl Build build; else /home/autobuild/make/make -j1 pure_all; fi Building Module-Build >>> host-perl-module-build 0.4232 Installing to host directory cd /tmp/instance-5/output-1/build/host-perl-module-build-0.4232/ && if [ -f Build.PL ] && [ MB != "EUMM" ] ; then PERL5LIB= PERL_USE_UNSAFE_INC=1 /tmp/instance-5/output-1/host/bin/perl Build install; else /home/autobuild/make/make -j1 pure_install; fi Building Module-Build Installing /tmp/instance-5/output-1/host/share/man/man1/config_data.1 Installing /tmp/instance-5/output-1/host/lib/perl5/site_perl/5.36.0/Module/Build.pm Installing /tmp/instance-5/output-1/host/lib/perl5/site_perl/5.36.0/Module/Build/ConfigData.pm Installing /tmp/instance-5/output-1/host/lib/perl5/site_perl/5.36.0/Module/Build/Bundling.pod Installing /tmp/instance-5/output-1/host/lib/perl5/site_perl/5.36.0/Module/Build/Authoring.pod Installing /tmp/instance-5/output-1/host/lib/perl5/site_perl/5.36.0/Module/Build/API.pod Installing /tmp/instance-5/output-1/host/lib/perl5/site_perl/5.36.0/Module/Build/PodParser.pm Installing /tmp/instance-5/output-1/host/lib/perl5/site_perl/5.36.0/Module/Build/PPMMaker.pm Installing /tmp/instance-5/output-1/host/lib/perl5/site_perl/5.36.0/Module/Build/Notes.pm Installing /tmp/instance-5/output-1/host/lib/perl5/site_perl/5.36.0/Module/Build/Dumper.pm Installing /tmp/instance-5/output-1/host/lib/perl5/site_perl/5.36.0/Module/Build/Cookbook.pm Installing /tmp/instance-5/output-1/host/lib/perl5/site_perl/5.36.0/Module/Build/Config.pm Installing /tmp/instance-5/output-1/host/lib/perl5/site_perl/5.36.0/Module/Build/Compat.pm Installing /tmp/instance-5/output-1/host/lib/perl5/site_perl/5.36.0/Module/Build/Base.pm Installing /tmp/instance-5/output-1/host/lib/perl5/site_perl/5.36.0/Module/Build/Platform/os2.pm Installing /tmp/instance-5/output-1/host/lib/perl5/site_perl/5.36.0/Module/Build/Platform/darwin.pm Installing /tmp/instance-5/output-1/host/lib/perl5/site_perl/5.36.0/Module/Build/Platform/cygwin.pm Installing /tmp/instance-5/output-1/host/lib/perl5/site_perl/5.36.0/Module/Build/Platform/aix.pm Installing /tmp/instance-5/output-1/host/lib/perl5/site_perl/5.36.0/Module/Build/Platform/Windows.pm Installing /tmp/instance-5/output-1/host/lib/perl5/site_perl/5.36.0/Module/Build/Platform/VOS.pm Installing /tmp/instance-5/output-1/host/lib/perl5/site_perl/5.36.0/Module/Build/Platform/VMS.pm Installing /tmp/instance-5/output-1/host/lib/perl5/site_perl/5.36.0/Module/Build/Platform/Unix.pm Installing /tmp/instance-5/output-1/host/lib/perl5/site_perl/5.36.0/Module/Build/Platform/MacOS.pm Installing /tmp/instance-5/output-1/host/lib/perl5/site_perl/5.36.0/Module/Build/Platform/Default.pm Installing /tmp/instance-5/output-1/host/share/man/man3/Module::Build::Platform::os2.3 Installing /tmp/instance-5/output-1/host/share/man/man3/Module::Build::Platform::darwin.3 Installing /tmp/instance-5/output-1/host/share/man/man3/Module::Build::Platform::cygwin.3 Installing /tmp/instance-5/output-1/host/share/man/man3/Module::Build::Platform::aix.3 Installing /tmp/instance-5/output-1/host/share/man/man3/Module::Build::Platform::Windows.3 Installing /tmp/instance-5/output-1/host/share/man/man3/Module::Build::Platform::VOS.3 Installing /tmp/instance-5/output-1/host/share/man/man3/Module::Build::Platform::VMS.3 Installing /tmp/instance-5/output-1/host/share/man/man3/Module::Build::Platform::Unix.3 Installing /tmp/instance-5/output-1/host/share/man/man3/Module::Build::Platform::MacOS.3 Installing /tmp/instance-5/output-1/host/share/man/man3/Module::Build::Platform::Default.3 Installing /tmp/instance-5/output-1/host/share/man/man3/Module::Build::PPMMaker.3 Installing /tmp/instance-5/output-1/host/share/man/man3/Module::Build::Notes.3 Installing /tmp/instance-5/output-1/host/share/man/man3/Module::Build::Cookbook.3 Installing /tmp/instance-5/output-1/host/share/man/man3/Module::Build::ConfigData.3 Installing /tmp/instance-5/output-1/host/share/man/man3/Module::Build::Compat.3 Installing /tmp/instance-5/output-1/host/share/man/man3/Module::Build::Bundling.3 Installing /tmp/instance-5/output-1/host/share/man/man3/Module::Build::Base.3 Installing /tmp/instance-5/output-1/host/share/man/man3/Module::Build::Authoring.3 Installing /tmp/instance-5/output-1/host/share/man/man3/Module::Build::API.3 Installing /tmp/instance-5/output-1/host/share/man/man3/Module::Build.3 Installing /tmp/instance-5/output-1/host/bin/config_data >>> perl-module-runtime 0.016 Downloading wget --passive-ftp -nd -t 3 -O '/tmp/instance-5/output-1/build/.Module-Runtime-0.016.tar.gz.EUXdUb/output' 'https://cpan.metacpan.org/authors/id/Z/ZE/ZEFRAM/Module-Runtime-0.016.tar.gz' --2023-02-20 00:26:56-- https://cpan.metacpan.org/authors/id/Z/ZE/ZEFRAM/Module-Runtime-0.016.tar.gz Resolving cpan.metacpan.org (cpan.metacpan.org)... 151.101.130.217, 151.101.66.217, 151.101.2.217, ... Connecting to cpan.metacpan.org (cpan.metacpan.org)|151.101.130.217|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 18275 (18K) [application/x-gzip] Saving to: '/tmp/instance-5/output-1/build/.Module-Runtime-0.016.tar.gz.EUXdUb/output' 0K .......... ....... 100% 17.1M=0.001s 2023-02-20 00:26:56 (17.1 MB/s) - '/tmp/instance-5/output-1/build/.Module-Runtime-0.016.tar.gz.EUXdUb/output' saved [18275/18275] Module-Runtime-0.016.tar.gz: OK (md5: d3d47222fa2e3dfcb4526f6cc8437b20) Module-Runtime-0.016.tar.gz: OK (sha256: 68302ec646833547d410be28e09676db75006f4aa58a11f3bdb44ffe99f0f024) >>> perl-module-runtime 0.016 Extracting gzip -d -c /tmp/instance-5/dl/perl-module-runtime/Module-Runtime-0.016.tar.gz | tar --strip-components=1 -C /tmp/instance-5/output-1/build/perl-module-runtime-0.016 -xf - >>> perl-module-runtime 0.016 Patching >>> perl-module-runtime 0.016 Configuring cd /tmp/instance-5/output-1/build/perl-module-runtime-0.016/ && if [ -f Build.PL ] && [ MB != "EUMM" ] ; then PERL_MM_USE_DEFAULT=1 PERL5LIB= PERL_USE_UNSAFE_INC=1 /tmp/instance-5/output-1/host/bin/perl Build.PL --config ar="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-ar" --config full_ar="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-ar" --config cc="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc" --config ccflags="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1" --config optimize=" " --config ld="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc" --config lddlflags="-shared " --config ldflags="" --include_dirs /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux/CORE --destdir /tmp/instance-5/output-1/target --installdirs vendor --install_path lib=/usr/lib/perl5/site_perl/5.36.0 --install_path arch=/usr/lib/perl5/site_perl/5.36.0/sh4a-linux --install_path bin=/usr/bin --install_path script=/usr/bin --install_path bindoc=/usr/share/man/man1 --install_path libdoc=/usr/share/man/man3 ; else PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps PERL5LIB= PERL_USE_UNSAFE_INC=1 /tmp/instance-5/output-1/host/bin/perl Makefile.PL AR="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-ar" FULL_AR="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-ar" CC="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc" CCFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1" OPTIMIZE=" " LD="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc" LDDLFLAGS="-shared " LDFLAGS="" PERL_ARCHLIB=/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux DESTDIR=/tmp/instance-5/output-1/target INSTALLDIRS=vendor INSTALLVENDORLIB=/usr/lib/perl5/site_perl/5.36.0 INSTALLVENDORARCH=/usr/lib/perl5/site_perl/5.36.0/sh4a-linux INSTALLVENDORBIN=/usr/bin INSTALLVENDORSCRIPT=/usr/bin INSTALLVENDORMAN1DIR=/usr/share/man/man1 INSTALLVENDORMAN3DIR=/usr/share/man/man3 ; fi Created MYMETA.yml and MYMETA.json Creating new 'Build' script for 'Module-Runtime' version '0.016' >>> perl-module-runtime 0.016 Building cd /tmp/instance-5/output-1/build/perl-module-runtime-0.016/ && if [ -f Build.PL ] && [ MB != "EUMM" ] ; then PERL5LIB= PERL_USE_UNSAFE_INC=1 /tmp/instance-5/output-1/host/bin/perl Build build; else /home/autobuild/make/make -j1 FIXIN=: pure_all; fi Building Module-Runtime >>> perl-module-runtime 0.016 Installing to target cd /tmp/instance-5/output-1/build/perl-module-runtime-0.016/ && if [ -f Build.PL ] && [ MB != "EUMM" ] ; then PERL5LIB= PERL_USE_UNSAFE_INC=1 /tmp/instance-5/output-1/host/bin/perl Build install; else /home/autobuild/make/make -j1 pure_install; fi Building Module-Runtime Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Module/Runtime.pm Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Module::Runtime.3 >>> perl-mojolicious 9.31 Downloading wget --passive-ftp -nd -t 3 -O '/tmp/instance-5/output-1/build/.Mojolicious-9.31.tar.gz.da82It/output' 'https://cpan.metacpan.org/authors/id/S/SR/SRI/Mojolicious-9.31.tar.gz' --2023-02-20 00:26:59-- https://cpan.metacpan.org/authors/id/S/SR/SRI/Mojolicious-9.31.tar.gz Resolving cpan.metacpan.org (cpan.metacpan.org)... 151.101.194.217, 151.101.130.217, 151.101.66.217, ... Connecting to cpan.metacpan.org (cpan.metacpan.org)|151.101.194.217|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 853175 (833K) [application/x-gzip] Saving to: '/tmp/instance-5/output-1/build/.Mojolicious-9.31.tar.gz.da82It/output' 0K .......... .......... .......... .......... .......... 6% 11.0M 0s 50K .......... .......... .......... .......... .......... 12% 11.6M 0s 100K .......... .......... .......... .......... .......... 18% 183M 0s 150K .......... .......... .......... .......... .......... 24% 195M 0s 200K .......... .......... .......... .......... .......... 30% 195M 0s 250K .......... .......... .......... .......... .......... 36% 210M 0s 300K .......... .......... .......... .......... .......... 42% 76.8M 0s 350K .......... .......... .......... .......... .......... 48% 41.5M 0s 400K .......... .......... .......... .......... .......... 54% 202M 0s 450K .......... .......... .......... .......... .......... 60% 186M 0s 500K .......... .......... .......... .......... .......... 66% 60.8M 0s 550K .......... .......... .......... .......... .......... 72% 183M 0s 600K .......... .......... .......... .......... .......... 78% 36.0M 0s 650K .......... .......... .......... .......... .......... 84% 13.8M 0s 700K .......... .......... .......... .......... .......... 90% 14.5M 0s 750K .......... .......... .......... .......... .......... 96% 264M 0s 800K .......... .......... .......... ... 100% 271M=0.02s 2023-02-20 00:26:59 (37.7 MB/s) - '/tmp/instance-5/output-1/build/.Mojolicious-9.31.tar.gz.da82It/output' saved [853175/853175] Mojolicious-9.31.tar.gz: OK (md5: 523193316a839ff56a447f0f0c2e5b36) Mojolicious-9.31.tar.gz: OK (sha256: cb96ccd7a5319321ec6f57633c88bf17193d45169f4d7846da254bb6f9ed8312) >>> perl-mojolicious 9.31 Extracting gzip -d -c /tmp/instance-5/dl/perl-mojolicious/Mojolicious-9.31.tar.gz | tar --strip-components=1 -C /tmp/instance-5/output-1/build/perl-mojolicious-9.31 -xf - >>> perl-mojolicious 9.31 Patching >>> perl-mojolicious 9.31 Configuring cd /tmp/instance-5/output-1/build/perl-mojolicious-9.31/ && if [ -f Build.PL ] && [ MB != "EUMM" ] ; then PERL_MM_USE_DEFAULT=1 PERL5LIB= PERL_USE_UNSAFE_INC=1 /tmp/instance-5/output-1/host/bin/perl Build.PL --config ar="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-ar" --config full_ar="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-ar" --config cc="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc" --config ccflags="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1" --config optimize=" " --config ld="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc" --config lddlflags="-shared " --config ldflags="" --include_dirs /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux/CORE --destdir /tmp/instance-5/output-1/target --installdirs vendor --install_path lib=/usr/lib/perl5/site_perl/5.36.0 --install_path arch=/usr/lib/perl5/site_perl/5.36.0/sh4a-linux --install_path bin=/usr/bin --install_path script=/usr/bin --install_path bindoc=/usr/share/man/man1 --install_path libdoc=/usr/share/man/man3 ; else PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps PERL5LIB= PERL_USE_UNSAFE_INC=1 /tmp/instance-5/output-1/host/bin/perl Makefile.PL AR="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-ar" FULL_AR="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-ar" CC="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc" CCFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1" OPTIMIZE=" " LD="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc" LDDLFLAGS="-shared " LDFLAGS="" PERL_ARCHLIB=/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux DESTDIR=/tmp/instance-5/output-1/target INSTALLDIRS=vendor INSTALLVENDORLIB=/usr/lib/perl5/site_perl/5.36.0 INSTALLVENDORARCH=/usr/lib/perl5/site_perl/5.36.0/sh4a-linux INSTALLVENDORBIN=/usr/bin INSTALLVENDORSCRIPT=/usr/bin INSTALLVENDORMAN1DIR=/usr/share/man/man1 INSTALLVENDORMAN3DIR=/usr/share/man/man3 ; fi Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Mojolicious Writing MYMETA.yml and MYMETA.json >>> perl-mojolicious 9.31 Building cd /tmp/instance-5/output-1/build/perl-mojolicious-9.31/ && if [ -f Build.PL ] && [ MB != "EUMM" ] ; then PERL5LIB= PERL_USE_UNSAFE_INC=1 /tmp/instance-5/output-1/host/bin/perl Build build; else /home/autobuild/make/make -j1 FIXIN=: pure_all; fi make[1]: Entering directory '/tmp/instance-5/output-1/build/perl-mojolicious-9.31' cp lib/Mojo/Loader.pm blib/lib/Mojo/Loader.pm cp lib/Mojo/HelloWorld.pm blib/lib/Mojo/HelloWorld.pm cp lib/Mojo/DynamicMethods.pm blib/lib/Mojo/DynamicMethods.pm cp lib/Mojo/JSON.pm blib/lib/Mojo/JSON.pm cp lib/Mojo/Reactor/EV.pm blib/lib/Mojo/Reactor/EV.pm cp lib/Mojo/DOM/CSS.pm blib/lib/Mojo/DOM/CSS.pm cp lib/Mojo/JSON/Pointer.pm blib/lib/Mojo/JSON/Pointer.pm cp lib/Mojo/Cookie/Request.pm blib/lib/Mojo/Cookie/Request.pm cp lib/Mojo/Headers.pm blib/lib/Mojo/Headers.pm cp lib/Mojo/Exception.pm blib/lib/Mojo/Exception.pm cp lib/Mojo/Reactor.pm blib/lib/Mojo/Reactor.pm cp lib/Mojo/IOLoop/Client.pm blib/lib/Mojo/IOLoop/Client.pm cp lib/Mojo/Path.pm blib/lib/Mojo/Path.pm cp lib/Mojo/DOM/HTML.pm blib/lib/Mojo/DOM/HTML.pm cp lib/Mojo/File.pm blib/lib/Mojo/File.pm cp lib/Mojo/IOLoop/Subprocess.pm blib/lib/Mojo/IOLoop/Subprocess.pm cp lib/Mojo.pm blib/lib/Mojo.pm cp lib/Mojo/Content/Single.pm blib/lib/Mojo/Content/Single.pm cp lib/Mojo/IOLoop/resources/server.crt blib/lib/Mojo/IOLoop/resources/server.crt cp lib/Mojo/Home.pm blib/lib/Mojo/Home.pm cp lib/Mojo/IOLoop.pm blib/lib/Mojo/IOLoop.pm cp lib/Mojo/DOM.pm blib/lib/Mojo/DOM.pm cp lib/Mojo/EventEmitter.pm blib/lib/Mojo/EventEmitter.pm cp lib/Mojo/Content/MultiPart.pm blib/lib/Mojo/Content/MultiPart.pm cp lib/Mojo/Content.pm blib/lib/Mojo/Content.pm cp lib/Mojo/Message.pm blib/lib/Mojo/Message.pm cp lib/Mojo/Cache.pm blib/lib/Mojo/Cache.pm cp lib/Mojo/ByteStream.pm blib/lib/Mojo/ByteStream.pm cp lib/Mojo/IOLoop/Server.pm blib/lib/Mojo/IOLoop/Server.pm cp lib/Mojo/IOLoop/resources/server.key blib/lib/Mojo/IOLoop/resources/server.key cp lib/Mojo/Asset.pm blib/lib/Mojo/Asset.pm cp lib/Mojo/Base.pm blib/lib/Mojo/Base.pm cp lib/Mojo/Message/Response.pm blib/lib/Mojo/Message/Response.pm cp lib/Mojo/Date.pm blib/lib/Mojo/Date.pm cp lib/Mojo/Parameters.pm blib/lib/Mojo/Parameters.pm cp lib/Mojo/Asset/File.pm blib/lib/Mojo/Asset/File.pm cp lib/Mojo/Cookie/Response.pm blib/lib/Mojo/Cookie/Response.pm cp lib/Mojo/Promise.pm blib/lib/Mojo/Promise.pm cp lib/Mojo/IOLoop/TLS.pm blib/lib/Mojo/IOLoop/TLS.pm cp lib/Mojo/Asset/Memory.pm blib/lib/Mojo/Asset/Memory.pm cp lib/Mojo/Cookie.pm blib/lib/Mojo/Cookie.pm cp lib/Mojo/Reactor/Poll.pm blib/lib/Mojo/Reactor/Poll.pm cp lib/Mojo/Collection.pm blib/lib/Mojo/Collection.pm cp lib/Mojo/Server.pm blib/lib/Mojo/Server.pm cp lib/Mojo/Message/Request.pm blib/lib/Mojo/Message/Request.pm cp lib/Mojo/Log.pm blib/lib/Mojo/Log.pm cp lib/Mojo/IOLoop/Stream.pm blib/lib/Mojo/IOLoop/Stream.pm cp lib/Mojolicious/Command/Author/generate/app.pm blib/lib/Mojolicious/Command/Author/generate/app.pm cp lib/Mojo/Server/CGI.pm blib/lib/Mojo/Server/CGI.pm cp lib/Mojo/Template.pm blib/lib/Mojo/Template.pm cp lib/Mojo/Server/Morbo/Backend/Poll.pm blib/lib/Mojo/Server/Morbo/Backend/Poll.pm cp lib/Mojo/Server/Hypnotoad.pm blib/lib/Mojo/Server/Hypnotoad.pm cp lib/Mojo/Server/Morbo/Backend.pm blib/lib/Mojo/Server/Morbo/Backend.pm cp lib/Mojolicious/Command/Author/inflate.pm blib/lib/Mojolicious/Command/Author/inflate.pm cp lib/Mojo/WebSocket.pm blib/lib/Mojo/WebSocket.pm cp lib/Mojo/UserAgent/Transactor.pm blib/lib/Mojo/UserAgent/Transactor.pm cp lib/Mojo/Transaction/WebSocket.pm blib/lib/Mojo/Transaction/WebSocket.pm cp lib/Mojolicious/Command/Author/generate/makefile.pm blib/lib/Mojolicious/Command/Author/generate/makefile.pm cp lib/Mojolicious/Command/daemon.pm blib/lib/Mojolicious/Command/daemon.pm cp lib/Mojolicious/Command/Author/generate.pm blib/lib/Mojolicious/Command/Author/generate.pm cp lib/Mojolicious/Command/cgi.pm blib/lib/Mojolicious/Command/cgi.pm cp lib/Mojo/Server/Daemon.pm blib/lib/Mojo/Server/Daemon.pm cp lib/Mojo/UserAgent/Proxy.pm blib/lib/Mojo/UserAgent/Proxy.pm cp lib/Mojo/Server/Morbo.pm blib/lib/Mojo/Server/Morbo.pm cp lib/Mojolicious.pm blib/lib/Mojolicious.pm cp lib/Mojo/UserAgent.pm blib/lib/Mojo/UserAgent.pm cp lib/Mojolicious/Command.pm blib/lib/Mojolicious/Command.pm cp lib/Mojo/Transaction/HTTP.pm blib/lib/Mojo/Transaction/HTTP.pm cp lib/Mojo/Transaction.pm blib/lib/Mojo/Transaction.pm cp lib/Mojo/Server/Prefork.pm blib/lib/Mojo/Server/Prefork.pm cp lib/Mojo/Util.pm blib/lib/Mojo/Util.pm cp lib/Mojolicious/Command/Author/generate/dockerfile.pm blib/lib/Mojolicious/Command/Author/generate/dockerfile.pm cp lib/Mojo/UserAgent/CookieJar.pm blib/lib/Mojo/UserAgent/CookieJar.pm cp lib/Mojo/URL.pm blib/lib/Mojo/URL.pm cp lib/Mojolicious/Command/Author/generate/lite_app.pm blib/lib/Mojolicious/Command/Author/generate/lite_app.pm cp lib/Mojo/Server/PSGI.pm blib/lib/Mojo/Server/PSGI.pm cp lib/Mojolicious/Command/Author/cpanify.pm blib/lib/Mojolicious/Command/Author/cpanify.pm cp lib/Mojo/resources/html_entities.txt blib/lib/Mojo/resources/html_entities.txt cp lib/Mojolicious/Command/eval.pm blib/lib/Mojolicious/Command/eval.pm cp lib/Mojo/Upload.pm blib/lib/Mojo/Upload.pm cp lib/Mojo/UserAgent/Server.pm blib/lib/Mojo/UserAgent/Server.pm cp lib/Mojolicious/Command/Author/generate/plugin.pm blib/lib/Mojolicious/Command/Author/generate/plugin.pm cp lib/Mojolicious/Routes/Pattern.pm blib/lib/Mojolicious/Routes/Pattern.pm cp lib/Mojolicious/Sessions.pm blib/lib/Mojolicious/Sessions.pm cp lib/Mojolicious/Controller.pm blib/lib/Mojolicious/Controller.pm cp lib/Mojolicious/Guides/Rendering.pod blib/lib/Mojolicious/Guides/Rendering.pod cp lib/Mojolicious/Plugin/NotYAMLConfig.pm blib/lib/Mojolicious/Plugin/NotYAMLConfig.pm cp lib/Mojolicious/Plugin/EPLRenderer.pm blib/lib/Mojolicious/Plugin/EPLRenderer.pm cp lib/Mojolicious/Renderer.pm blib/lib/Mojolicious/Renderer.pm cp lib/Mojolicious/Plugin/EPRenderer.pm blib/lib/Mojolicious/Plugin/EPRenderer.pm cp lib/Mojolicious/Lite.pm blib/lib/Mojolicious/Lite.pm cp lib/Mojolicious/Command/routes.pm blib/lib/Mojolicious/Command/routes.pm cp lib/Mojolicious/Guides/Routing.pod blib/lib/Mojolicious/Guides/Routing.pod cp lib/Mojolicious/Plugin/HeaderCondition.pm blib/lib/Mojolicious/Plugin/HeaderCondition.pm cp lib/Mojolicious/Command/get.pm blib/lib/Mojolicious/Command/get.pm cp lib/Mojolicious/Routes/Match.pm blib/lib/Mojolicious/Routes/Match.pm cp lib/Mojolicious/Command/psgi.pm blib/lib/Mojolicious/Command/psgi.pm cp lib/Mojolicious/Command/prefork.pm blib/lib/Mojolicious/Command/prefork.pm cp lib/Mojolicious/Plugin/Config.pm blib/lib/Mojolicious/Plugin/Config.pm cp lib/Mojolicious/Guides/Growing.pod blib/lib/Mojolicious/Guides/Growing.pod cp lib/Mojolicious/Plugin/JSONConfig.pm blib/lib/Mojolicious/Plugin/JSONConfig.pm cp lib/Mojolicious/Plugin.pm blib/lib/Mojolicious/Plugin.pm cp lib/Mojolicious/Routes.pm blib/lib/Mojolicious/Routes.pm cp lib/Mojolicious/Command/version.pm blib/lib/Mojolicious/Command/version.pm cp lib/Mojolicious/Guides/Cookbook.pod blib/lib/Mojolicious/Guides/Cookbook.pod cp lib/Mojolicious/Plugin/DefaultHelpers.pm blib/lib/Mojolicious/Plugin/DefaultHelpers.pm cp lib/Mojolicious/Guides.pod blib/lib/Mojolicious/Guides.pod cp lib/Mojolicious/Guides/Tutorial.pod blib/lib/Mojolicious/Guides/Tutorial.pod cp lib/Mojolicious/Plugin/Mount.pm blib/lib/Mojolicious/Plugin/Mount.pm cp lib/Mojolicious/Plugin/TagHelpers.pm blib/lib/Mojolicious/Plugin/TagHelpers.pm cp lib/Mojolicious/Guides/FAQ.pod blib/lib/Mojolicious/Guides/FAQ.pod cp lib/Mojolicious/Plugins.pm blib/lib/Mojolicious/Plugins.pm cp lib/Mojolicious/Guides/Testing.pod blib/lib/Mojolicious/Guides/Testing.pod cp lib/Mojolicious/Commands.pm blib/lib/Mojolicious/Commands.pm cp lib/Mojolicious/Guides/Contributing.pod blib/lib/Mojolicious/Guides/Contributing.pod cp lib/Mojolicious/Routes/Route.pm blib/lib/Mojolicious/Routes/Route.pm cp lib/Mojolicious/resources/templates/mojo/debug.html.ep blib/lib/Mojolicious/resources/templates/mojo/debug.html.ep cp lib/Mojolicious/resources/public/mojo/bootstrap/bootstrap.css blib/lib/Mojolicious/resources/public/mojo/bootstrap/bootstrap.css cp lib/Mojolicious/resources/public/mojo/noraptor.png blib/lib/Mojolicious/resources/public/mojo/noraptor.png cp lib/Mojolicious/resources/public/mojo/pinstripe-light.png blib/lib/Mojolicious/resources/public/mojo/pinstripe-light.png cp lib/Mojolicious/Validator.pm blib/lib/Mojolicious/Validator.pm cp lib/Mojolicious/resources/public/mojo/notfound.png blib/lib/Mojolicious/resources/public/mojo/notfound.png cp lib/Mojolicious/resources/templates/mojo/not_found.html.ep blib/lib/Mojolicious/resources/templates/mojo/not_found.html.ep cp lib/Mojolicious/resources/public/mojo/pinstripe-dark.png blib/lib/Mojolicious/resources/public/mojo/pinstripe-dark.png cp lib/Mojolicious/resources/public/mojo/logo-white-2x.png blib/lib/Mojolicious/resources/public/mojo/logo-white-2x.png cp lib/Mojolicious/resources/public/mojo/highlight.js/mojolicious.min.js blib/lib/Mojolicious/resources/public/mojo/highlight.js/mojolicious.min.js cp lib/Mojolicious/resources/public/mojo/highlight.js/highlight.min.js blib/lib/Mojolicious/resources/public/mojo/highlight.js/highlight.min.js cp lib/Mojolicious/resources/public/mojo/logo-white.png blib/lib/Mojolicious/resources/public/mojo/logo-white.png cp lib/Mojolicious/Static.pm blib/lib/Mojolicious/Static.pm cp lib/Mojolicious/resources/public/mojo/highlight.js/highlight-mojo-dark.css blib/lib/Mojolicious/resources/public/mojo/highlight.js/highlight-mojo-dark.css cp lib/Mojolicious/resources/public/mojo/jquery/jquery.js blib/lib/Mojolicious/resources/public/mojo/jquery/jquery.js cp lib/Mojolicious/resources/public/mojo/mojo.css blib/lib/Mojolicious/resources/public/mojo/mojo.css cp lib/Mojolicious/Validator/Validation.pm blib/lib/Mojolicious/Validator/Validation.pm cp lib/Mojolicious/resources/public/mojo/bootstrap/bootstrap.js blib/lib/Mojolicious/resources/public/mojo/bootstrap/bootstrap.js cp lib/Mojolicious/resources/public/favicon.ico blib/lib/Mojolicious/resources/public/favicon.ico cp lib/Mojolicious/resources/public/mojo/failraptor.png blib/lib/Mojolicious/resources/public/mojo/failraptor.png cp lib/Mojolicious/resources/templates/mojo/exception.html.ep blib/lib/Mojolicious/resources/templates/mojo/exception.html.ep cp lib/Mojolicious/Types.pm blib/lib/Mojolicious/Types.pm cp lib/Mojolicious/resources/public/mojo/logo.png blib/lib/Mojolicious/resources/public/mojo/logo.png cp lib/Test/Mojo.pm blib/lib/Test/Mojo.pm cp lib/ojo.pm blib/lib/ojo.pm cp script/hypnotoad blib/script/hypnotoad : blib/script/hypnotoad cp script/mojo blib/script/mojo : blib/script/mojo cp script/morbo blib/script/morbo : blib/script/morbo make[1]: Leaving directory '/tmp/instance-5/output-1/build/perl-mojolicious-9.31' >>> perl-mojolicious 9.31 Installing to target cd /tmp/instance-5/output-1/build/perl-mojolicious-9.31/ && if [ -f Build.PL ] && [ MB != "EUMM" ] ; then PERL5LIB= PERL_USE_UNSAFE_INC=1 /tmp/instance-5/output-1/host/bin/perl Build install; else /home/autobuild/make/make -j1 pure_install; fi make[1]: Entering directory '/tmp/instance-5/output-1/build/perl-mojolicious-9.31' Manifying 3 pod documents Manifying 40 pod documents Manifying 33 pod documents Manifying 29 pod documents Manifying 17 pod documents Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/ojo.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Mojolicious.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Mojo.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Test/Mojo.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Mojolicious/Types.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Mojolicious/Static.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Mojolicious/Validator.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Mojolicious/Commands.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Mojolicious/Plugins.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Mojolicious/Guides.pod Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Mojolicious/Routes.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Mojolicious/Plugin.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Mojolicious/Lite.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Mojolicious/Renderer.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Mojolicious/Controller.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Mojolicious/Sessions.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Mojolicious/Command.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Mojolicious/Validator/Validation.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Mojolicious/resources/public/favicon.ico Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Mojolicious/resources/public/mojo/logo.png Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Mojolicious/resources/public/mojo/failraptor.png Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Mojolicious/resources/public/mojo/mojo.css Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Mojolicious/resources/public/mojo/logo-white.png Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Mojolicious/resources/public/mojo/logo-white-2x.png Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Mojolicious/resources/public/mojo/pinstripe-dark.png Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Mojolicious/resources/public/mojo/notfound.png Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Mojolicious/resources/public/mojo/pinstripe-light.png Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Mojolicious/resources/public/mojo/noraptor.png Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Mojolicious/resources/public/mojo/jquery/jquery.js Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Mojolicious/resources/public/mojo/highlight.js/highlight-mojo-dark.css Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Mojolicious/resources/public/mojo/highlight.js/highlight.min.js Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Mojolicious/resources/public/mojo/highlight.js/mojolicious.min.js Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Mojolicious/resources/public/mojo/bootstrap/bootstrap.js Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Mojolicious/resources/public/mojo/bootstrap/bootstrap.css Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Mojolicious/resources/templates/mojo/exception.html.ep Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Mojolicious/resources/templates/mojo/not_found.html.ep Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Mojolicious/resources/templates/mojo/debug.html.ep Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Mojolicious/Plugin/TagHelpers.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Mojolicious/Plugin/Mount.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Mojolicious/Plugin/DefaultHelpers.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Mojolicious/Plugin/JSONConfig.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Mojolicious/Plugin/Config.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Mojolicious/Plugin/HeaderCondition.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Mojolicious/Plugin/EPRenderer.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Mojolicious/Plugin/EPLRenderer.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Mojolicious/Plugin/NotYAMLConfig.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Mojolicious/Guides/Contributing.pod Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Mojolicious/Guides/Testing.pod Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Mojolicious/Guides/FAQ.pod Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Mojolicious/Guides/Tutorial.pod Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Mojolicious/Guides/Cookbook.pod Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Mojolicious/Guides/Growing.pod Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Mojolicious/Guides/Routing.pod Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Mojolicious/Guides/Rendering.pod Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Mojolicious/Routes/Route.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Mojolicious/Routes/Match.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Mojolicious/Routes/Pattern.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Mojolicious/Command/version.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Mojolicious/Command/prefork.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Mojolicious/Command/psgi.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Mojolicious/Command/get.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Mojolicious/Command/routes.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Mojolicious/Command/eval.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Mojolicious/Command/cgi.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Mojolicious/Command/daemon.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Mojolicious/Command/Author/cpanify.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Mojolicious/Command/Author/generate.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Mojolicious/Command/Author/inflate.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Mojolicious/Command/Author/generate/plugin.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Mojolicious/Command/Author/generate/lite_app.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Mojolicious/Command/Author/generate/dockerfile.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Mojolicious/Command/Author/generate/makefile.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Mojolicious/Command/Author/generate/app.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Mojo/Upload.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Mojo/URL.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Mojo/Util.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Mojo/Transaction.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Mojo/UserAgent.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Mojo/WebSocket.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Mojo/Template.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Mojo/Log.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Mojo/Server.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Mojo/Collection.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Mojo/Cookie.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Mojo/Promise.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Mojo/Parameters.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Mojo/Date.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Mojo/Base.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Mojo/Asset.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Mojo/ByteStream.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Mojo/Cache.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Mojo/Message.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Mojo/Content.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Mojo/EventEmitter.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Mojo/DOM.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Mojo/IOLoop.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Mojo/Home.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Mojo/File.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Mojo/Path.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Mojo/Reactor.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Mojo/Exception.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Mojo/Headers.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Mojo/JSON.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Mojo/DynamicMethods.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Mojo/HelloWorld.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Mojo/Loader.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Mojo/resources/html_entities.txt Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Mojo/Transaction/HTTP.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Mojo/Transaction/WebSocket.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Mojo/UserAgent/Server.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Mojo/UserAgent/CookieJar.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Mojo/UserAgent/Proxy.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Mojo/UserAgent/Transactor.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Mojo/Server/PSGI.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Mojo/Server/Prefork.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Mojo/Server/Morbo.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Mojo/Server/Daemon.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Mojo/Server/Hypnotoad.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Mojo/Server/CGI.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Mojo/Server/Morbo/Backend.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Mojo/Server/Morbo/Backend/Poll.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Mojo/Asset/Memory.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Mojo/Asset/File.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Mojo/Message/Request.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Mojo/Message/Response.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Mojo/Content/MultiPart.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Mojo/Content/Single.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Mojo/IOLoop/Stream.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Mojo/IOLoop/TLS.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Mojo/IOLoop/Server.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Mojo/IOLoop/Subprocess.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Mojo/IOLoop/Client.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Mojo/IOLoop/resources/server.key Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Mojo/IOLoop/resources/server.crt Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Mojo/Cookie/Response.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Mojo/Cookie/Request.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Mojo/JSON/Pointer.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Mojo/DOM/HTML.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Mojo/DOM/CSS.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Mojo/Reactor/Poll.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Mojo/Reactor/EV.pm Installing /tmp/instance-5/output-1/target/usr/share/man/man1/morbo.1 Installing /tmp/instance-5/output-1/target/usr/share/man/man1/mojo.1 Installing /tmp/instance-5/output-1/target/usr/share/man/man1/hypnotoad.1 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/ojo.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Test::Mojo.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Mojolicious::Validator::Validation.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Mojolicious::Validator.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Mojolicious::Types.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Mojolicious::Static.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Mojolicious::Sessions.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Mojolicious::Routes::Route.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Mojolicious::Routes::Pattern.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Mojolicious::Routes::Match.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Mojolicious::Routes.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Mojolicious::Renderer.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Mojolicious::Plugins.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Mojolicious::Plugin::TagHelpers.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Mojolicious::Plugin::NotYAMLConfig.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Mojolicious::Plugin::Mount.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Mojolicious::Plugin::JSONConfig.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Mojolicious::Plugin::HeaderCondition.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Mojolicious::Plugin::EPRenderer.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Mojolicious::Plugin::EPLRenderer.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Mojolicious::Plugin::DefaultHelpers.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Mojolicious::Plugin::Config.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Mojolicious::Plugin.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Mojolicious::Lite.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Mojolicious::Guides::Tutorial.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Mojolicious::Guides::Testing.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Mojolicious::Guides::Routing.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Mojolicious::Guides::Rendering.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Mojolicious::Guides::Growing.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Mojolicious::Guides::FAQ.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Mojolicious::Guides::Cookbook.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Mojolicious::Guides::Contributing.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Mojolicious::Guides.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Mojolicious::Controller.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Mojolicious::Commands.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Mojolicious::Command::version.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Mojolicious::Command::routes.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Mojolicious::Command::psgi.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Mojolicious::Command::prefork.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Mojolicious::Command::get.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Mojolicious::Command::eval.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Mojolicious::Command::daemon.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Mojolicious::Command::cgi.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Mojolicious::Command::Author::inflate.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Mojolicious::Command::Author::generate::plugin.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Mojolicious::Command::Author::generate::makefile.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Mojolicious::Command::Author::generate::lite_app.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Mojolicious::Command::Author::generate::dockerfile.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Mojolicious::Command::Author::generate::app.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Mojolicious::Command::Author::generate.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Mojolicious::Command::Author::cpanify.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Mojolicious::Command.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Mojolicious.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Mojo::WebSocket.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Mojo::Util.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Mojo::UserAgent::Transactor.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Mojo::UserAgent::Server.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Mojo::UserAgent::Proxy.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Mojo::UserAgent::CookieJar.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Mojo::UserAgent.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Mojo::Upload.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Mojo::URL.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Mojo::Transaction::WebSocket.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Mojo::Transaction::HTTP.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Mojo::Transaction.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Mojo::Template.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Mojo::Server::Prefork.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Mojo::Server::PSGI.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Mojo::Server::Morbo::Backend::Poll.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Mojo::Server::Morbo::Backend.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Mojo::Server::Morbo.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Mojo::Server::Hypnotoad.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Mojo::Server::Daemon.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Mojo::Server::CGI.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Mojo::Server.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Mojo::Reactor::Poll.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Mojo::Reactor::EV.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Mojo::Reactor.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Mojo::Promise.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Mojo::Path.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Mojo::Parameters.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Mojo::Message::Response.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Mojo::Message::Request.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Mojo::Message.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Mojo::Log.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Mojo::Loader.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Mojo::JSON::Pointer.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Mojo::JSON.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Mojo::IOLoop::TLS.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Mojo::IOLoop::Subprocess.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Mojo::IOLoop::Stream.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Mojo::IOLoop::Server.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Mojo::IOLoop::Client.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Mojo::IOLoop.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Mojo::Home.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Mojo::HelloWorld.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Mojo::Headers.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Mojo::File.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Mojo::Exception.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Mojo::EventEmitter.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Mojo::DynamicMethods.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Mojo::Date.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Mojo::DOM::HTML.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Mojo::DOM::CSS.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Mojo::DOM.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Mojo::Cookie::Response.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Mojo::Cookie::Request.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Mojo::Cookie.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Mojo::Content::Single.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Mojo::Content::MultiPart.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Mojo::Content.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Mojo::Collection.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Mojo::Cache.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Mojo::ByteStream.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Mojo::Base.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Mojo::Asset::Memory.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Mojo::Asset::File.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Mojo::Asset.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Mojo.3 Installing /tmp/instance-5/output-1/target/usr/bin/morbo Installing /tmp/instance-5/output-1/target/usr/bin/mojo Installing /tmp/instance-5/output-1/target/usr/bin/hypnotoad make[1]: Leaving directory '/tmp/instance-5/output-1/build/perl-mojolicious-9.31' >>> perl-mozilla-ca 20221114 Downloading wget --passive-ftp -nd -t 3 -O '/tmp/instance-5/output-1/build/.Mozilla-CA-20221114.tar.gz.sFqtnS/output' 'https://cpan.metacpan.org/authors/id/H/HA/HAARG/Mozilla-CA-20221114.tar.gz' --2023-02-20 00:27:06-- https://cpan.metacpan.org/authors/id/H/HA/HAARG/Mozilla-CA-20221114.tar.gz Resolving cpan.metacpan.org (cpan.metacpan.org)... 151.101.2.217, 151.101.194.217, 151.101.130.217, ... Connecting to cpan.metacpan.org (cpan.metacpan.org)|151.101.2.217|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 142097 (139K) [application/x-gzip] Saving to: '/tmp/instance-5/output-1/build/.Mozilla-CA-20221114.tar.gz.sFqtnS/output' 0K .......... .......... .......... .......... .......... 36% 13.1M 0s 50K .......... .......... .......... .......... .......... 72% 23.9M 0s 100K .......... .......... .......... ........ 100% 260M=0.006s 2023-02-20 00:27:06 (23.0 MB/s) - '/tmp/instance-5/output-1/build/.Mozilla-CA-20221114.tar.gz.sFqtnS/output' saved [142097/142097] Mozilla-CA-20221114.tar.gz: OK (md5: 2f136d096352a418e546e4afb70e7aa9) Mozilla-CA-20221114.tar.gz: OK (sha256: 701bea67be670add5a102f9f8c879402b4983096b1cb0e20dd47d52d7a10666b) >>> perl-mozilla-ca 20221114 Extracting gzip -d -c /tmp/instance-5/dl/perl-mozilla-ca/Mozilla-CA-20221114.tar.gz | tar --strip-components=1 -C /tmp/instance-5/output-1/build/perl-mozilla-ca-20221114 -xf - >>> perl-mozilla-ca 20221114 Patching >>> perl-mozilla-ca 20221114 Configuring cd /tmp/instance-5/output-1/build/perl-mozilla-ca-20221114/ && if [ -f Build.PL ] && [ MB != "EUMM" ] ; then PERL_MM_USE_DEFAULT=1 PERL5LIB= PERL_USE_UNSAFE_INC=1 /tmp/instance-5/output-1/host/bin/perl Build.PL --config ar="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-ar" --config full_ar="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-ar" --config cc="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc" --config ccflags="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1" --config optimize=" " --config ld="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc" --config lddlflags="-shared " --config ldflags="" --include_dirs /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux/CORE --destdir /tmp/instance-5/output-1/target --installdirs vendor --install_path lib=/usr/lib/perl5/site_perl/5.36.0 --install_path arch=/usr/lib/perl5/site_perl/5.36.0/sh4a-linux --install_path bin=/usr/bin --install_path script=/usr/bin --install_path bindoc=/usr/share/man/man1 --install_path libdoc=/usr/share/man/man3 ; else PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps PERL5LIB= PERL_USE_UNSAFE_INC=1 /tmp/instance-5/output-1/host/bin/perl Makefile.PL AR="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-ar" FULL_AR="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-ar" CC="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc" CCFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1" OPTIMIZE=" " LD="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc" LDDLFLAGS="-shared " LDFLAGS="" PERL_ARCHLIB=/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux DESTDIR=/tmp/instance-5/output-1/target INSTALLDIRS=vendor INSTALLVENDORLIB=/usr/lib/perl5/site_perl/5.36.0 INSTALLVENDORARCH=/usr/lib/perl5/site_perl/5.36.0/sh4a-linux INSTALLVENDORBIN=/usr/bin INSTALLVENDORSCRIPT=/usr/bin INSTALLVENDORMAN1DIR=/usr/share/man/man1 INSTALLVENDORMAN3DIR=/usr/share/man/man3 ; fi Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Mozilla::CA Writing MYMETA.yml and MYMETA.json >>> perl-mozilla-ca 20221114 Building cd /tmp/instance-5/output-1/build/perl-mozilla-ca-20221114/ && if [ -f Build.PL ] && [ MB != "EUMM" ] ; then PERL5LIB= PERL_USE_UNSAFE_INC=1 /tmp/instance-5/output-1/host/bin/perl Build build; else /home/autobuild/make/make -j1 FIXIN=: pure_all; fi make[1]: Entering directory '/tmp/instance-5/output-1/build/perl-mozilla-ca-20221114' cp lib/Mozilla/CA/cacert.pem blib/lib/Mozilla/CA/cacert.pem cp lib/Mozilla/CA.pm blib/lib/Mozilla/CA.pm make[1]: Leaving directory '/tmp/instance-5/output-1/build/perl-mozilla-ca-20221114' >>> perl-mozilla-ca 20221114 Installing to target cd /tmp/instance-5/output-1/build/perl-mozilla-ca-20221114/ && if [ -f Build.PL ] && [ MB != "EUMM" ] ; then PERL5LIB= PERL_USE_UNSAFE_INC=1 /tmp/instance-5/output-1/host/bin/perl Build install; else /home/autobuild/make/make -j1 pure_install; fi make[1]: Entering directory '/tmp/instance-5/output-1/build/perl-mozilla-ca-20221114' Manifying 1 pod document Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Mozilla/CA.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Mozilla/CA/cacert.pem Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Mozilla::CA.3 make[1]: Leaving directory '/tmp/instance-5/output-1/build/perl-mozilla-ca-20221114' >>> perl-net-http 6.22 Downloading wget --passive-ftp -nd -t 3 -O '/tmp/instance-5/output-1/build/.Net-HTTP-6.22.tar.gz.7xJ7Ag/output' 'https://cpan.metacpan.org/authors/id/O/OA/OALDERS/Net-HTTP-6.22.tar.gz' --2023-02-20 00:27:09-- https://cpan.metacpan.org/authors/id/O/OA/OALDERS/Net-HTTP-6.22.tar.gz Resolving cpan.metacpan.org (cpan.metacpan.org)... 151.101.66.217, 151.101.2.217, 151.101.194.217, ... Connecting to cpan.metacpan.org (cpan.metacpan.org)|151.101.66.217|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 39087 (38K) [application/x-gzip] Saving to: '/tmp/instance-5/output-1/build/.Net-HTTP-6.22.tar.gz.7xJ7Ag/output' 0K .......... .......... .......... ........ 100% 36.3M=0.001s 2023-02-20 00:27:09 (36.3 MB/s) - '/tmp/instance-5/output-1/build/.Net-HTTP-6.22.tar.gz.7xJ7Ag/output' saved [39087/39087] Net-HTTP-6.22.tar.gz: OK (md5: 1d46019fb8559070a5ec1d838b690657) Net-HTTP-6.22.tar.gz: OK (sha256: 62faf9a5b84235443fe18f780e69cecf057dea3de271d7d8a0ba72724458a1a2) >>> perl-net-http 6.22 Extracting gzip -d -c /tmp/instance-5/dl/perl-net-http/Net-HTTP-6.22.tar.gz | tar --strip-components=1 -C /tmp/instance-5/output-1/build/perl-net-http-6.22 -xf - >>> perl-net-http 6.22 Patching >>> perl-net-http 6.22 Configuring cd /tmp/instance-5/output-1/build/perl-net-http-6.22/ && if [ -f Build.PL ] && [ MB != "EUMM" ] ; then PERL_MM_USE_DEFAULT=1 PERL5LIB= PERL_USE_UNSAFE_INC=1 /tmp/instance-5/output-1/host/bin/perl Build.PL --config ar="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-ar" --config full_ar="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-ar" --config cc="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc" --config ccflags="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1" --config optimize=" " --config ld="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc" --config lddlflags="-shared " --config ldflags="" --include_dirs /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux/CORE --destdir /tmp/instance-5/output-1/target --installdirs vendor --install_path lib=/usr/lib/perl5/site_perl/5.36.0 --install_path arch=/usr/lib/perl5/site_perl/5.36.0/sh4a-linux --install_path bin=/usr/bin --install_path script=/usr/bin --install_path bindoc=/usr/share/man/man1 --install_path libdoc=/usr/share/man/man3 ; else PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps PERL5LIB= PERL_USE_UNSAFE_INC=1 /tmp/instance-5/output-1/host/bin/perl Makefile.PL AR="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-ar" FULL_AR="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-ar" CC="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc" CCFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1" OPTIMIZE=" " LD="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc" LDDLFLAGS="-shared " LDFLAGS="" PERL_ARCHLIB=/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux DESTDIR=/tmp/instance-5/output-1/target INSTALLDIRS=vendor INSTALLVENDORLIB=/usr/lib/perl5/site_perl/5.36.0 INSTALLVENDORARCH=/usr/lib/perl5/site_perl/5.36.0/sh4a-linux INSTALLVENDORBIN=/usr/bin INSTALLVENDORSCRIPT=/usr/bin INSTALLVENDORMAN1DIR=/usr/share/man/man1 INSTALLVENDORMAN3DIR=/usr/share/man/man3 ; fi Warning: prerequisite URI 0 not found. Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Net::HTTP Writing MYMETA.yml and MYMETA.json >>> perl-net-http 6.22 Building cd /tmp/instance-5/output-1/build/perl-net-http-6.22/ && if [ -f Build.PL ] && [ MB != "EUMM" ] ; then PERL5LIB= PERL_USE_UNSAFE_INC=1 /tmp/instance-5/output-1/host/bin/perl Build build; else /home/autobuild/make/make -j1 FIXIN=: pure_all; fi make[1]: Entering directory '/tmp/instance-5/output-1/build/perl-net-http-6.22' cp lib/Net/HTTP/Methods.pm blib/lib/Net/HTTP/Methods.pm cp lib/Net/HTTP.pm blib/lib/Net/HTTP.pm cp lib/Net/HTTPS.pm blib/lib/Net/HTTPS.pm cp lib/Net/HTTP/NB.pm blib/lib/Net/HTTP/NB.pm make[1]: Leaving directory '/tmp/instance-5/output-1/build/perl-net-http-6.22' >>> perl-net-http 6.22 Installing to target cd /tmp/instance-5/output-1/build/perl-net-http-6.22/ && if [ -f Build.PL ] && [ MB != "EUMM" ] ; then PERL5LIB= PERL_USE_UNSAFE_INC=1 /tmp/instance-5/output-1/host/bin/perl Build install; else /home/autobuild/make/make -j1 pure_install; fi make[1]: Entering directory '/tmp/instance-5/output-1/build/perl-net-http-6.22' Manifying 4 pod documents Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Net/HTTPS.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Net/HTTP.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Net/HTTP/NB.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Net/HTTP/Methods.pm Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Net::HTTPS.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Net::HTTP::NB.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Net::HTTP::Methods.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Net::HTTP.3 make[1]: Leaving directory '/tmp/instance-5/output-1/build/perl-net-http-6.22' >>> perl-net-ssleay 1.93_01 Downloading wget --passive-ftp -nd -t 3 -O '/tmp/instance-5/output-1/build/.Net-SSLeay-1.93_01.tar.gz.KhhHXX/output' 'https://cpan.metacpan.org/authors/id/C/CH/CHRISN/Net-SSLeay-1.93_01.tar.gz' --2023-02-20 00:27:12-- https://cpan.metacpan.org/authors/id/C/CH/CHRISN/Net-SSLeay-1.93_01.tar.gz Resolving cpan.metacpan.org (cpan.metacpan.org)... 151.101.2.217, 151.101.66.217, 151.101.130.217, ... Connecting to cpan.metacpan.org (cpan.metacpan.org)|151.101.2.217|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 561470 (548K) [application/x-gzip] Saving to: '/tmp/instance-5/output-1/build/.Net-SSLeay-1.93_01.tar.gz.KhhHXX/output' 0K .......... .......... .......... .......... .......... 9% 15.9M 0s 50K .......... .......... .......... .......... .......... 18% 16.0M 0s 100K .......... .......... .......... .......... .......... 27% 115M 0s 150K .......... .......... .......... .......... .......... 36% 82.0M 0s 200K .......... .......... .......... .......... .......... 45% 21.5M 0s 250K .......... .......... .......... .......... .......... 54% 130M 0s 300K .......... .......... .......... .......... .......... 63% 71.9M 0s 350K .......... .......... .......... .......... .......... 72% 199M 0s 400K .......... .......... .......... .......... .......... 82% 81.6M 0s 450K .......... .......... .......... .......... .......... 91% 51.4M 0s 500K .......... .......... .......... .......... ........ 100% 112M=0.01s 2023-02-20 00:27:12 (42.2 MB/s) - '/tmp/instance-5/output-1/build/.Net-SSLeay-1.93_01.tar.gz.KhhHXX/output' saved [561470/561470] Net-SSLeay-1.93_01.tar.gz: OK (md5: c73821e9790b3bdb3471d9b8faf48bbb) Net-SSLeay-1.93_01.tar.gz: OK (sha256: 876d022fbc719631b11d6bb4b6e78db3c19bbca578093c376c8f9900a4432aa3) >>> perl-net-ssleay 1.93_01 Extracting gzip -d -c /tmp/instance-5/dl/perl-net-ssleay/Net-SSLeay-1.93_01.tar.gz | tar --strip-components=1 -C /tmp/instance-5/output-1/build/perl-net-ssleay-1.93_01 -xf - >>> perl-net-ssleay 1.93_01 Patching Applying 0001-fix-build-system.patch using patch: patching file Makefile.PL Hunk #1 succeeded at 177 (offset -15 lines). >>> perl-net-ssleay 1.93_01 Configuring cd /tmp/instance-5/output-1/build/perl-net-ssleay-1.93_01/ && if [ -f Build.PL ] && [ MB != "EUMM" ] ; then OPENSSL_PREFIX=/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr PERL_MM_USE_DEFAULT=1 PERL5LIB= PERL_USE_UNSAFE_INC=1 /tmp/instance-5/output-1/host/bin/perl Build.PL --config ar="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-ar" --config full_ar="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-ar" --config cc="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc" --config ccflags="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1" --config optimize=" " --config ld="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc" --config lddlflags="-shared " --config ldflags="" --include_dirs /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux/CORE --destdir /tmp/instance-5/output-1/target --installdirs vendor --install_path lib=/usr/lib/perl5/site_perl/5.36.0 --install_path arch=/usr/lib/perl5/site_perl/5.36.0/sh4a-linux --install_path bin=/usr/bin --install_path script=/usr/bin --install_path bindoc=/usr/share/man/man1 --install_path libdoc=/usr/share/man/man3 ; else OPENSSL_PREFIX=/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps PERL5LIB= PERL_USE_UNSAFE_INC=1 /tmp/instance-5/output-1/host/bin/perl Makefile.PL AR="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-ar" FULL_AR="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-ar" CC="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc" CCFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1" OPTIMIZE=" " LD="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc" LDDLFLAGS="-shared " LDFLAGS="" PERL_ARCHLIB=/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux DESTDIR=/tmp/instance-5/output-1/target INSTALLDIRS=vendor INSTALLVENDORLIB=/usr/lib/perl5/site_perl/5.36.0 INSTALLVENDORARCH=/usr/lib/perl5/site_perl/5.36.0/sh4a-linux INSTALLVENDORBIN=/usr/bin INSTALLVENDORSCRIPT=/usr/bin INSTALLVENDORMAN1DIR=/usr/share/man/man1 INSTALLVENDORMAN3DIR=/usr/share/man/man3 ; fi Do you want to run external tests? These tests *will* *fail* if you do not have network connectivity. [n] n *** Be sure to use the same compiler and options to compile your OpenSSL, perl, and Net::SSLeay. Mixing and matching compilers is not supported. Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Net::SSLeay Writing MYMETA.yml and MYMETA.json /usr/bin/sed -i -e "s/^LDDLFLAGS = '\(.*\)'/LDDLFLAGS = \1/" /tmp/instance-5/output-1/build/perl-net-ssleay-1.93_01/Makefile /usr/bin/sed -i -e "s/^CCFLAGS = '\(.*\)'/CCFLAGS = \1/" /tmp/instance-5/output-1/build/perl-net-ssleay-1.93_01/Makefile /usr/bin/sed -i -e "s/^OPTIMIZE = '\(.*\)'/OPTIMIZE = \1/" /tmp/instance-5/output-1/build/perl-net-ssleay-1.93_01/Makefile >>> perl-net-ssleay 1.93_01 Building cd /tmp/instance-5/output-1/build/perl-net-ssleay-1.93_01/ && if [ -f Build.PL ] && [ MB != "EUMM" ] ; then PERL5LIB= PERL_USE_UNSAFE_INC=1 /tmp/instance-5/output-1/host/bin/perl Build build; else /home/autobuild/make/make -j1 FIXIN=: pure_all; fi make[1]: Entering directory '/tmp/instance-5/output-1/build/perl-net-ssleay-1.93_01' cp lib/Net/SSLeay.pod blib/lib/Net/SSLeay.pod cp lib/Net/SSLeay/Handle.pm blib/lib/Net/SSLeay/Handle.pm cp lib/Net/SSLeay.pm blib/lib/Net/SSLeay.pm AutoSplitting blib/lib/Net/SSLeay.pm (blib/lib/auto/Net/SSLeay) blib/lib/Net/SSLeay.pm: some names are not unique when truncated to 8 characters: directory blib/lib/auto/Net/SSLeay: do_https3.al, do_https2.al, do_https4.al, do_https.al truncate to do_https do_httpx3.al, do_httpx2.al, do_httpx4.al truncate to do_httpx get_https.al, get_https3.al, get_https4.al, get_http.al, get_http3.al, get_http4.al, get_httpx.al, get_httpx3.al, get_httpx4.al truncate to get_http head_https.al, head_https3.al, head_https4.al, head_http.al, head_http3.al, head_http4.al, head_httpx.al, head_httpx3.al, head_httpx4.al truncate to head_htt post_https.al, post_https3.al, post_https4.al, post_http.al, post_http3.al, post_http4.al, post_httpx.al, post_httpx3.al, post_httpx4.al truncate to post_htt put_https.al, put_https3.al, put_https4.al, put_http.al, put_http3.al, put_http4.al, put_httpx.al, put_httpx3.al, put_httpx4.al truncate to put_http ssl_read_all.al, ssl_read_until.al, ssl_read_CRLF.al truncate to ssl_read ssl_write_all.al, ssl_write_CRLF.al truncate to ssl_writ tcp_read_all.al, tcp_read_until.al, tcp_read_CRLF.al truncate to tcp_read tcp_write_all.al, tcp_write_CRLF.al truncate to tcp_writ Running Mkbootstrap for SSLeay () chmod 644 "SSLeay.bs" "/tmp/instance-5/output-1/host/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- SSLeay.bs blib/arch/auto/Net/SSLeay/SSLeay.bs 644 "/tmp/instance-5/output-1/host/bin/perl" "/tmp/instance-5/output-1/host/lib/perl5/5.36.0/ExtUtils/xsubpp" -typemap '/tmp/instance-5/output-1/host/lib/perl5/5.36.0/ExtUtils/typemap' -typemap '/tmp/instance-5/output-1/build/perl-net-ssleay-1.93_01/typemap' SSLeay.xs > SSLeay.xsc mv SSLeay.xsc SSLeay.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -DVERSION=\"1.93_01\" -DXS_VERSION=\"1.93_01\" -fPIC "-I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux/CORE" SSLeay.c SSLeay.xs: In function 'XS_Net__SSLeay_CTX_tlsv1_new': SSLeay.xs:2090:6: warning: 'TLSv1_method' is deprecated [-Wdeprecated-declarations] 2090 | RETVAL = SSL_CTX_new (TLSv1_method()); | ^~~~~~ In file included from ../../host/sh4a-buildroot-linux-gnu/sysroot/usr/include/openssl/e_os2.h:13, from ../../host/sh4a-buildroot-linux-gnu/sysroot/usr/include/openssl/err.h:13, from SSLeay.xs:163: ../../host/sh4a-buildroot-linux-gnu/sysroot/usr/include/openssl/ssl.h:1887:1: note: declared here 1887 | DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_method(void)) /* TLSv1.0 */ | ^~~~~~~~~~~~~~~~~~ SSLeay.xs: In function 'XS_Net__SSLeay_CTX_tlsv1_1_new': SSLeay.xs:2101:6: warning: 'TLSv1_1_method' is deprecated [-Wdeprecated-declarations] 2101 | RETVAL = SSL_CTX_new (TLSv1_1_method()); | ^~~~~~ In file included from ../../host/sh4a-buildroot-linux-gnu/sysroot/usr/include/openssl/e_os2.h:13, from ../../host/sh4a-buildroot-linux-gnu/sysroot/usr/include/openssl/err.h:13, from SSLeay.xs:163: ../../host/sh4a-buildroot-linux-gnu/sysroot/usr/include/openssl/ssl.h:1893:1: note: declared here 1893 | DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_1_method(void)) /* TLSv1.1 */ | ^~~~~~~~~~~~~~~~~~ SSLeay.xs: In function 'XS_Net__SSLeay_CTX_tlsv1_2_new': SSLeay.xs:2112:6: warning: 'TLSv1_2_method' is deprecated [-Wdeprecated-declarations] 2112 | RETVAL = SSL_CTX_new (TLSv1_2_method()); | ^~~~~~ In file included from ../../host/sh4a-buildroot-linux-gnu/sysroot/usr/include/openssl/e_os2.h:13, from ../../host/sh4a-buildroot-linux-gnu/sysroot/usr/include/openssl/err.h:13, from SSLeay.xs:163: ../../host/sh4a-buildroot-linux-gnu/sysroot/usr/include/openssl/ssl.h:1899:1: note: declared here 1899 | DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_2_method(void)) /* TLSv1.2 */ | ^~~~~~~~~~~~~~~~~~ SSLeay.xs: In function 'XS_Net__SSLeay_RAND_pseudo_bytes': SSLeay.xs:3306:9: warning: 'RAND_pseudo_bytes' is deprecated [-Wdeprecated-declarations] 3306 | rc = RAND_pseudo_bytes(random, num); | ^~ In file included from ../../host/sh4a-buildroot-linux-gnu/sysroot/usr/include/openssl/e_os2.h:13, from ../../host/sh4a-buildroot-linux-gnu/sysroot/usr/include/openssl/err.h:13, from SSLeay.xs:163: ../../host/sh4a-buildroot-linux-gnu/sysroot/usr/include/openssl/rand.h:44:1: note: declared here 44 | DEPRECATEDIN_1_1_0(int RAND_pseudo_bytes(unsigned char *buf, int num)) | ^~~~~~~~~~~~~~~~~~ SSLeay.c: In function 'XS_Net__SSLeay_TLSv1_method': SSLeay.c:11214:9: warning: 'TLSv1_method' is deprecated [-Wdeprecated-declarations] 11214 | RETVAL = TLSv1_method(); | ^~~~~~ In file included from ../../host/sh4a-buildroot-linux-gnu/sysroot/usr/include/openssl/e_os2.h:13, from ../../host/sh4a-buildroot-linux-gnu/sysroot/usr/include/openssl/err.h:13, from SSLeay.xs:163: ../../host/sh4a-buildroot-linux-gnu/sysroot/usr/include/openssl/ssl.h:1887:1: note: declared here 1887 | DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_method(void)) /* TLSv1.0 */ | ^~~~~~~~~~~~~~~~~~ SSLeay.c: In function 'XS_Net__SSLeay_TLSv1_server_method': SSLeay.c:11232:9: warning: 'TLSv1_server_method' is deprecated [-Wdeprecated-declarations] 11232 | RETVAL = TLSv1_server_method(); | ^~~~~~ In file included from ../../host/sh4a-buildroot-linux-gnu/sysroot/usr/include/openssl/e_os2.h:13, from ../../host/sh4a-buildroot-linux-gnu/sysroot/usr/include/openssl/err.h:13, from SSLeay.xs:163: ../../host/sh4a-buildroot-linux-gnu/sysroot/usr/include/openssl/ssl.h:1888:1: note: declared here 1888 | DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_server_method(void)) | ^~~~~~~~~~~~~~~~~~ SSLeay.c: In function 'XS_Net__SSLeay_TLSv1_client_method': SSLeay.c:11250:9: warning: 'TLSv1_client_method' is deprecated [-Wdeprecated-declarations] 11250 | RETVAL = TLSv1_client_method(); | ^~~~~~ In file included from ../../host/sh4a-buildroot-linux-gnu/sysroot/usr/include/openssl/e_os2.h:13, from ../../host/sh4a-buildroot-linux-gnu/sysroot/usr/include/openssl/err.h:13, from SSLeay.xs:163: ../../host/sh4a-buildroot-linux-gnu/sysroot/usr/include/openssl/ssl.h:1889:1: note: declared here 1889 | DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_client_method(void)) | ^~~~~~~~~~~~~~~~~~ SSLeay.c: In function 'XS_Net__SSLeay_TLSv1_1_method': SSLeay.c:11272:9: warning: 'TLSv1_1_method' is deprecated [-Wdeprecated-declarations] 11272 | RETVAL = TLSv1_1_method(); | ^~~~~~ In file included from ../../host/sh4a-buildroot-linux-gnu/sysroot/usr/include/openssl/e_os2.h:13, from ../../host/sh4a-buildroot-linux-gnu/sysroot/usr/include/openssl/err.h:13, from SSLeay.xs:163: ../../host/sh4a-buildroot-linux-gnu/sysroot/usr/include/openssl/ssl.h:1893:1: note: declared here 1893 | DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_1_method(void)) /* TLSv1.1 */ | ^~~~~~~~~~~~~~~~~~ SSLeay.c: In function 'XS_Net__SSLeay_TLSv1_1_server_method': SSLeay.c:11290:9: warning: 'TLSv1_1_server_method' is deprecated [-Wdeprecated-declarations] 11290 | RETVAL = TLSv1_1_server_method(); | ^~~~~~ In file included from ../../host/sh4a-buildroot-linux-gnu/sysroot/usr/include/openssl/e_os2.h:13, from ../../host/sh4a-buildroot-linux-gnu/sysroot/usr/include/openssl/err.h:13, from SSLeay.xs:163: ../../host/sh4a-buildroot-linux-gnu/sysroot/usr/include/openssl/ssl.h:1894:1: note: declared here 1894 | DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_1_server_method(void)) | ^~~~~~~~~~~~~~~~~~ SSLeay.c: In function 'XS_Net__SSLeay_TLSv1_1_client_method': SSLeay.c:11308:9: warning: 'TLSv1_1_client_method' is deprecated [-Wdeprecated-declarations] 11308 | RETVAL = TLSv1_1_client_method(); | ^~~~~~ In file included from ../../host/sh4a-buildroot-linux-gnu/sysroot/usr/include/openssl/e_os2.h:13, from ../../host/sh4a-buildroot-linux-gnu/sysroot/usr/include/openssl/err.h:13, from SSLeay.xs:163: ../../host/sh4a-buildroot-linux-gnu/sysroot/usr/include/openssl/ssl.h:1895:1: note: declared here 1895 | DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_1_client_method(void)) | ^~~~~~~~~~~~~~~~~~ SSLeay.c: In function 'XS_Net__SSLeay_TLSv1_2_method': SSLeay.c:11330:9: warning: 'TLSv1_2_method' is deprecated [-Wdeprecated-declarations] 11330 | RETVAL = TLSv1_2_method(); | ^~~~~~ In file included from ../../host/sh4a-buildroot-linux-gnu/sysroot/usr/include/openssl/e_os2.h:13, from ../../host/sh4a-buildroot-linux-gnu/sysroot/usr/include/openssl/err.h:13, from SSLeay.xs:163: ../../host/sh4a-buildroot-linux-gnu/sysroot/usr/include/openssl/ssl.h:1899:1: note: declared here 1899 | DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_2_method(void)) /* TLSv1.2 */ | ^~~~~~~~~~~~~~~~~~ SSLeay.c: In function 'XS_Net__SSLeay_TLSv1_2_server_method': SSLeay.c:11348:9: warning: 'TLSv1_2_server_method' is deprecated [-Wdeprecated-declarations] 11348 | RETVAL = TLSv1_2_server_method(); | ^~~~~~ In file included from ../../host/sh4a-buildroot-linux-gnu/sysroot/usr/include/openssl/e_os2.h:13, from ../../host/sh4a-buildroot-linux-gnu/sysroot/usr/include/openssl/err.h:13, from SSLeay.xs:163: ../../host/sh4a-buildroot-linux-gnu/sysroot/usr/include/openssl/ssl.h:1900:1: note: declared here 1900 | DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_2_server_method(void)) | ^~~~~~~~~~~~~~~~~~ SSLeay.c: In function 'XS_Net__SSLeay_TLSv1_2_client_method': SSLeay.c:11366:9: warning: 'TLSv1_2_client_method' is deprecated [-Wdeprecated-declarations] 11366 | RETVAL = TLSv1_2_client_method(); | ^~~~~~ In file included from ../../host/sh4a-buildroot-linux-gnu/sysroot/usr/include/openssl/e_os2.h:13, from ../../host/sh4a-buildroot-linux-gnu/sysroot/usr/include/openssl/err.h:13, from SSLeay.xs:163: ../../host/sh4a-buildroot-linux-gnu/sysroot/usr/include/openssl/ssl.h:1901:1: note: declared here 1901 | DEPRECATEDIN_1_1_0(__owur const SSL_METHOD *TLSv1_2_client_method(void)) | ^~~~~~~~~~~~~~~~~~ In file included from ../../host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux/CORE/perl.h:7247, from SSLeay.xs:141: At top level: ../../host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux/CORE/sv_inline.h:519:1: warning: 'always_inline' function might not be inlinable [-Wattributes] 519 | Perl_newSV_type_mortal(pTHX_ const svtype type) | ^~~~~~~~~~~~~~~~~~~~~~ rm -f blib/arch/auto/Net/SSLeay/SSLeay.so LD_RUN_PATH="/usr/lib/x86_64-linux-gnu" /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -shared SSLeay.o -o blib/arch/auto/Net/SSLeay/SSLeay.so \ -lssl -lcrypto -lz \ chmod 755 blib/arch/auto/Net/SSLeay/SSLeay.so make[1]: Leaving directory '/tmp/instance-5/output-1/build/perl-net-ssleay-1.93_01' >>> perl-net-ssleay 1.93_01 Installing to target cd /tmp/instance-5/output-1/build/perl-net-ssleay-1.93_01/ && if [ -f Build.PL ] && [ MB != "EUMM" ] ; then PERL5LIB= PERL_USE_UNSAFE_INC=1 /tmp/instance-5/output-1/host/bin/perl Build install; else /home/autobuild/make/make -j1 pure_install; fi make[1]: Entering directory '/tmp/instance-5/output-1/build/perl-net-ssleay-1.93_01' "/tmp/instance-5/output-1/host/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- SSLeay.bs blib/arch/auto/Net/SSLeay/SSLeay.bs 644 Manifying 2 pod documents Files found in blib/arch: installing files in blib/lib into architecture dependent library tree Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/sh4a-linux/auto/Net/SSLeay/SSLeay.so Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/sh4a-linux/auto/Net/SSLeay/autosplit.ix Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/sh4a-linux/auto/Net/SSLeay/do_https.al Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/sh4a-linux/auto/Net/SSLeay/head_httpx4.al Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/sh4a-linux/auto/Net/SSLeay/put_httpx4.al Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/sh4a-linux/auto/Net/SSLeay/post_httpx4.al Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/sh4a-linux/auto/Net/SSLeay/get_httpx4.al Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/sh4a-linux/auto/Net/SSLeay/head_httpx3.al Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/sh4a-linux/auto/Net/SSLeay/put_httpx3.al Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/sh4a-linux/auto/Net/SSLeay/post_httpx3.al Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/sh4a-linux/auto/Net/SSLeay/get_httpx3.al Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/sh4a-linux/auto/Net/SSLeay/head_httpx.al Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/sh4a-linux/auto/Net/SSLeay/put_httpx.al Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/sh4a-linux/auto/Net/SSLeay/post_httpx.al Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/sh4a-linux/auto/Net/SSLeay/get_httpx.al Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/sh4a-linux/auto/Net/SSLeay/head_http4.al Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/sh4a-linux/auto/Net/SSLeay/put_http4.al Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/sh4a-linux/auto/Net/SSLeay/post_http4.al Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/sh4a-linux/auto/Net/SSLeay/get_http4.al Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/sh4a-linux/auto/Net/SSLeay/head_http3.al Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/sh4a-linux/auto/Net/SSLeay/put_http3.al Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/sh4a-linux/auto/Net/SSLeay/post_http3.al Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/sh4a-linux/auto/Net/SSLeay/get_http3.al Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/sh4a-linux/auto/Net/SSLeay/head_http.al Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/sh4a-linux/auto/Net/SSLeay/put_http.al Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/sh4a-linux/auto/Net/SSLeay/post_http.al Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/sh4a-linux/auto/Net/SSLeay/get_http.al Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/sh4a-linux/auto/Net/SSLeay/head_https4.al Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/sh4a-linux/auto/Net/SSLeay/put_https4.al Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/sh4a-linux/auto/Net/SSLeay/post_https4.al Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/sh4a-linux/auto/Net/SSLeay/get_https4.al Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/sh4a-linux/auto/Net/SSLeay/head_https3.al Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/sh4a-linux/auto/Net/SSLeay/put_https3.al Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/sh4a-linux/auto/Net/SSLeay/post_https3.al Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/sh4a-linux/auto/Net/SSLeay/get_https3.al Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/sh4a-linux/auto/Net/SSLeay/head_https.al Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/sh4a-linux/auto/Net/SSLeay/put_https.al Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/sh4a-linux/auto/Net/SSLeay/post_https.al Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/sh4a-linux/auto/Net/SSLeay/get_https.al Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/sh4a-linux/auto/Net/SSLeay/do_https4.al Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/sh4a-linux/auto/Net/SSLeay/do_httpx4.al Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/sh4a-linux/auto/Net/SSLeay/do_https2.al Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/sh4a-linux/auto/Net/SSLeay/do_httpx2.al Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/sh4a-linux/auto/Net/SSLeay/do_https3.al Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/sh4a-linux/auto/Net/SSLeay/do_httpx3.al Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/sh4a-linux/auto/Net/SSLeay/make_headers.al Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/sh4a-linux/auto/Net/SSLeay/make_form.al Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/sh4a-linux/auto/Net/SSLeay/set_proxy.al Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/sh4a-linux/auto/Net/SSLeay/set_server_cert_and_key.al Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/sh4a-linux/auto/Net/SSLeay/set_cert_and_key.al Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/sh4a-linux/auto/Net/SSLeay/httpx_cat.al Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/sh4a-linux/auto/Net/SSLeay/http_cat.al Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/sh4a-linux/auto/Net/SSLeay/https_cat.al Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/sh4a-linux/auto/Net/SSLeay/tcpxcat.al Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/sh4a-linux/auto/Net/SSLeay/tcpcat.al Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/sh4a-linux/auto/Net/SSLeay/sslcat.al Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/sh4a-linux/auto/Net/SSLeay/initialize.al Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/sh4a-linux/auto/Net/SSLeay/new_x_ctx.al Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/sh4a-linux/auto/Net/SSLeay/randomize.al Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/sh4a-linux/auto/Net/SSLeay/dump_peer_certificate.al Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/sh4a-linux/auto/Net/SSLeay/tcp_write_CRLF.al Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/sh4a-linux/auto/Net/SSLeay/ssl_write_CRLF.al Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/sh4a-linux/auto/Net/SSLeay/tcp_read_CRLF.al Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/sh4a-linux/auto/Net/SSLeay/ssl_read_CRLF.al Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/sh4a-linux/auto/Net/SSLeay/tcp_read_until.al Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/sh4a-linux/auto/Net/SSLeay/ssl_read_until.al Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/sh4a-linux/auto/Net/SSLeay/tcp_write_all.al Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/sh4a-linux/auto/Net/SSLeay/ssl_write_all.al Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/sh4a-linux/auto/Net/SSLeay/tcp_read_all.al Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/sh4a-linux/auto/Net/SSLeay/ssl_read_all.al Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/sh4a-linux/auto/Net/SSLeay/debug_read.al Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/sh4a-linux/auto/Net/SSLeay/open_proxy_tcp_connection.al Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/sh4a-linux/auto/Net/SSLeay/open_tcp_connection.al Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/sh4a-linux/auto/Net/SSLeay/want_X509_lookup.al Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/sh4a-linux/auto/Net/SSLeay/want_write.al Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/sh4a-linux/auto/Net/SSLeay/want_read.al Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/sh4a-linux/auto/Net/SSLeay/want_nothing.al Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/sh4a-linux/Net/SSLeay.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/sh4a-linux/Net/SSLeay.pod Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/sh4a-linux/Net/SSLeay/Handle.pm Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Net::SSLeay::Handle.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Net::SSLeay.3 make[1]: Leaving directory '/tmp/instance-5/output-1/build/perl-net-ssleay-1.93_01' >>> perl-net-telnet 3.05 Downloading wget --passive-ftp -nd -t 3 -O '/tmp/instance-5/output-1/build/.Net-Telnet-3.05.tar.gz.p1CtOW/output' 'https://cpan.metacpan.org/authors/id/J/JR/JROGERS/Net-Telnet-3.05.tar.gz' --2023-02-20 00:27:40-- https://cpan.metacpan.org/authors/id/J/JR/JROGERS/Net-Telnet-3.05.tar.gz Resolving cpan.metacpan.org (cpan.metacpan.org)... 151.101.2.217, 151.101.194.217, 151.101.130.217, ... Connecting to cpan.metacpan.org (cpan.metacpan.org)|151.101.2.217|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 42553 (42K) [application/x-gzip] Saving to: '/tmp/instance-5/output-1/build/.Net-Telnet-3.05.tar.gz.p1CtOW/output' 0K .......... .......... .......... .......... . 100% 9.99M=0.004s 2023-02-20 00:27:40 (9.99 MB/s) - '/tmp/instance-5/output-1/build/.Net-Telnet-3.05.tar.gz.p1CtOW/output' saved [42553/42553] Net-Telnet-3.05.tar.gz: OK (md5: c8573c57a2d9469f038c40ac284b1e5f) Net-Telnet-3.05.tar.gz: OK (sha256: 677f68ba2cd2a824fae323fa82e183bf7e3d03c3c499c91d923bd6283796a743) >>> perl-net-telnet 3.05 Extracting gzip -d -c /tmp/instance-5/dl/perl-net-telnet/Net-Telnet-3.05.tar.gz | tar --strip-components=1 -C /tmp/instance-5/output-1/build/perl-net-telnet-3.05 -xf - >>> perl-net-telnet 3.05 Patching >>> perl-net-telnet 3.05 Configuring cd /tmp/instance-5/output-1/build/perl-net-telnet-3.05/ && if [ -f Build.PL ] && [ MB != "EUMM" ] ; then PERL_MM_USE_DEFAULT=1 PERL5LIB= PERL_USE_UNSAFE_INC=1 /tmp/instance-5/output-1/host/bin/perl Build.PL --config ar="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-ar" --config full_ar="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-ar" --config cc="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc" --config ccflags="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1" --config optimize=" " --config ld="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc" --config lddlflags="-shared " --config ldflags="" --include_dirs /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux/CORE --destdir /tmp/instance-5/output-1/target --installdirs vendor --install_path lib=/usr/lib/perl5/site_perl/5.36.0 --install_path arch=/usr/lib/perl5/site_perl/5.36.0/sh4a-linux --install_path bin=/usr/bin --install_path script=/usr/bin --install_path bindoc=/usr/share/man/man1 --install_path libdoc=/usr/share/man/man3 ; else PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps PERL5LIB= PERL_USE_UNSAFE_INC=1 /tmp/instance-5/output-1/host/bin/perl Makefile.PL AR="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-ar" FULL_AR="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-ar" CC="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc" CCFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1" OPTIMIZE=" " LD="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc" LDDLFLAGS="-shared " LDFLAGS="" PERL_ARCHLIB=/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux DESTDIR=/tmp/instance-5/output-1/target INSTALLDIRS=vendor INSTALLVENDORLIB=/usr/lib/perl5/site_perl/5.36.0 INSTALLVENDORARCH=/usr/lib/perl5/site_perl/5.36.0/sh4a-linux INSTALLVENDORBIN=/usr/bin INSTALLVENDORSCRIPT=/usr/bin INSTALLVENDORMAN1DIR=/usr/share/man/man1 INSTALLVENDORMAN3DIR=/usr/share/man/man3 ; fi Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Net::Telnet Writing MYMETA.yml and MYMETA.json >>> perl-net-telnet 3.05 Building cd /tmp/instance-5/output-1/build/perl-net-telnet-3.05/ && if [ -f Build.PL ] && [ MB != "EUMM" ] ; then PERL5LIB= PERL_USE_UNSAFE_INC=1 /tmp/instance-5/output-1/host/bin/perl Build build; else /home/autobuild/make/make -j1 FIXIN=: pure_all; fi make[1]: Entering directory '/tmp/instance-5/output-1/build/perl-net-telnet-3.05' cp lib/Net/Telnet.pm blib/lib/Net/Telnet.pm make[1]: Leaving directory '/tmp/instance-5/output-1/build/perl-net-telnet-3.05' >>> perl-net-telnet 3.05 Installing to target cd /tmp/instance-5/output-1/build/perl-net-telnet-3.05/ && if [ -f Build.PL ] && [ MB != "EUMM" ] ; then PERL5LIB= PERL_USE_UNSAFE_INC=1 /tmp/instance-5/output-1/host/bin/perl Build install; else /home/autobuild/make/make -j1 pure_install; fi make[1]: Entering directory '/tmp/instance-5/output-1/build/perl-net-telnet-3.05' Manifying 1 pod document Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Net/Telnet.pm Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Net::Telnet.3 make[1]: Leaving directory '/tmp/instance-5/output-1/build/perl-net-telnet-3.05' >>> perl-package-stash 0.39 Downloading wget --passive-ftp -nd -t 3 -O '/tmp/instance-5/output-1/build/.Package-Stash-0.39.tar.gz.R5NkPz/output' 'https://cpan.metacpan.org/authors/id/E/ET/ETHER/Package-Stash-0.39.tar.gz' --2023-02-20 00:27:43-- https://cpan.metacpan.org/authors/id/E/ET/ETHER/Package-Stash-0.39.tar.gz Resolving cpan.metacpan.org (cpan.metacpan.org)... 151.101.2.217, 151.101.66.217, 151.101.130.217, ... Connecting to cpan.metacpan.org (cpan.metacpan.org)|151.101.2.217|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 55606 (54K) [application/x-gzip] Saving to: '/tmp/instance-5/output-1/build/.Package-Stash-0.39.tar.gz.R5NkPz/output' 0K .......... .......... .......... .......... .......... 92% 16.4M 0s 50K .... 100% 73.5M=0.003s 2023-02-20 00:27:43 (17.5 MB/s) - '/tmp/instance-5/output-1/build/.Package-Stash-0.39.tar.gz.R5NkPz/output' saved [55606/55606] Package-Stash-0.39.tar.gz: OK (md5: 287d80c9115c9230912aca684f8ca92e) Package-Stash-0.39.tar.gz: OK (sha256: 9165f555112e080493ce0e9129de0886da30b2593fb353a2abd1c76b2d2621b5) >>> perl-package-stash 0.39 Extracting gzip -d -c /tmp/instance-5/dl/perl-package-stash/Package-Stash-0.39.tar.gz | tar --strip-components=1 -C /tmp/instance-5/output-1/build/perl-package-stash-0.39 -xf - >>> perl-package-stash 0.39 Patching >>> perl-package-stash 0.39 Configuring cd /tmp/instance-5/output-1/build/perl-package-stash-0.39/ && if [ -f Build.PL ] && [ MB != "EUMM" ] ; then PERL_MM_USE_DEFAULT=1 PERL5LIB= PERL_USE_UNSAFE_INC=1 /tmp/instance-5/output-1/host/bin/perl Build.PL --config ar="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-ar" --config full_ar="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-ar" --config cc="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc" --config ccflags="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1" --config optimize=" " --config ld="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc" --config lddlflags="-shared " --config ldflags="" --include_dirs /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux/CORE --destdir /tmp/instance-5/output-1/target --installdirs vendor --install_path lib=/usr/lib/perl5/site_perl/5.36.0 --install_path arch=/usr/lib/perl5/site_perl/5.36.0/sh4a-linux --install_path bin=/usr/bin --install_path script=/usr/bin --install_path bindoc=/usr/share/man/man1 --install_path libdoc=/usr/share/man/man3 ; else PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps PERL5LIB= PERL_USE_UNSAFE_INC=1 /tmp/instance-5/output-1/host/bin/perl Makefile.PL AR="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-ar" FULL_AR="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-ar" CC="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc" CCFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1" OPTIMIZE=" " LD="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc" LDDLFLAGS="-shared " LDFLAGS="" PERL_ARCHLIB=/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux DESTDIR=/tmp/instance-5/output-1/target INSTALLDIRS=vendor INSTALLVENDORLIB=/usr/lib/perl5/site_perl/5.36.0 INSTALLVENDORARCH=/usr/lib/perl5/site_perl/5.36.0/sh4a-linux INSTALLVENDORBIN=/usr/bin INSTALLVENDORSCRIPT=/usr/bin INSTALLVENDORMAN1DIR=/usr/share/man/man1 INSTALLVENDORMAN3DIR=/usr/share/man/man3 ; fi *** Your toolchain doesn't support configure_requires, so Dist::CheckConflicts hasn't been installed yet. You should check for conflicting modules manually using the 'package-stash-conflicts' script that is installed with this distribution once the installation finishes. *** Warning: prerequisite CPAN::Meta::Check 0.011 not found. Warning: prerequisite Dist::CheckConflicts 0.02 not found. Warning: prerequisite Module::Implementation 0.06 not found. Warning: prerequisite Package::Stash::XS 0.26 not found. Warning: prerequisite Test::Fatal 0 not found. Warning: prerequisite Test::Needs 0 not found. Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Package::Stash Writing MYMETA.yml and MYMETA.json >>> perl-package-stash 0.39 Building cd /tmp/instance-5/output-1/build/perl-package-stash-0.39/ && if [ -f Build.PL ] && [ MB != "EUMM" ] ; then PERL5LIB= PERL_USE_UNSAFE_INC=1 /tmp/instance-5/output-1/host/bin/perl Build build; else /home/autobuild/make/make -j1 FIXIN=: pure_all; fi make[1]: Entering directory '/tmp/instance-5/output-1/build/perl-package-stash-0.39' cp lib/Package/Stash/Conflicts.pm blib/lib/Package/Stash/Conflicts.pm cp lib/Package/Stash.pm blib/lib/Package/Stash.pm cp lib/Package/Stash/PP.pm blib/lib/Package/Stash/PP.pm cp bin/package-stash-conflicts blib/script/package-stash-conflicts : blib/script/package-stash-conflicts make[1]: Leaving directory '/tmp/instance-5/output-1/build/perl-package-stash-0.39' >>> perl-package-stash 0.39 Installing to target cd /tmp/instance-5/output-1/build/perl-package-stash-0.39/ && if [ -f Build.PL ] && [ MB != "EUMM" ] ; then PERL5LIB= PERL_USE_UNSAFE_INC=1 /tmp/instance-5/output-1/host/bin/perl Build install; else /home/autobuild/make/make -j1 pure_install; fi make[1]: Entering directory '/tmp/instance-5/output-1/build/perl-package-stash-0.39' Manifying 2 pod documents Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Package/Stash.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Package/Stash/PP.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Package/Stash/Conflicts.pm Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Package::Stash::PP.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Package::Stash.3 Installing /tmp/instance-5/output-1/target/usr/bin/package-stash-conflicts make[1]: Leaving directory '/tmp/instance-5/output-1/build/perl-package-stash-0.39' >>> perl-params-util 1.102 Downloading wget --passive-ftp -nd -t 3 -O '/tmp/instance-5/output-1/build/.Params-Util-1.102.tar.gz.tSaSn8/output' 'https://cpan.metacpan.org/authors/id/R/RE/REHSACK/Params-Util-1.102.tar.gz' --2023-02-20 00:27:46-- https://cpan.metacpan.org/authors/id/R/RE/REHSACK/Params-Util-1.102.tar.gz Resolving cpan.metacpan.org (cpan.metacpan.org)... 151.101.194.217, 151.101.130.217, 151.101.66.217, ... Connecting to cpan.metacpan.org (cpan.metacpan.org)|151.101.194.217|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 194986 (190K) [application/x-gzip] Saving to: '/tmp/instance-5/output-1/build/.Params-Util-1.102.tar.gz.tSaSn8/output' 0K .......... .......... .......... .......... .......... 26% 10.9M 0s 50K .......... .......... .......... .......... .......... 52% 13.8M 0s 100K .......... .......... .......... .......... .......... 78% 10.7M 0s 150K .......... .......... .......... .......... 100% 294M=0.01s 2023-02-20 00:27:47 (14.6 MB/s) - '/tmp/instance-5/output-1/build/.Params-Util-1.102.tar.gz.tSaSn8/output' saved [194986/194986] Params-Util-1.102.tar.gz: OK (md5: f1aa70ba570f03f14cd394096b9c6883) Params-Util-1.102.tar.gz: OK (sha256: 499bb1b482db24fda277a51525596ad092c2bd51dd508fa8fec2e9f849097402) >>> perl-params-util 1.102 Extracting gzip -d -c /tmp/instance-5/dl/perl-params-util/Params-Util-1.102.tar.gz | tar --strip-components=1 -C /tmp/instance-5/output-1/build/perl-params-util-1.102 -xf - >>> perl-params-util 1.102 Patching >>> perl-params-util 1.102 Configuring cd /tmp/instance-5/output-1/build/perl-params-util-1.102/ && if [ -f Build.PL ] && [ MB != "EUMM" ] ; then PERL_MM_USE_DEFAULT=1 PERL5LIB= PERL_USE_UNSAFE_INC=1 /tmp/instance-5/output-1/host/bin/perl Build.PL --config ar="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-ar" --config full_ar="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-ar" --config cc="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc" --config ccflags="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1" --config optimize=" " --config ld="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc" --config lddlflags="-shared " --config ldflags="" --include_dirs /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux/CORE --destdir /tmp/instance-5/output-1/target --installdirs vendor --install_path lib=/usr/lib/perl5/site_perl/5.36.0 --install_path arch=/usr/lib/perl5/site_perl/5.36.0/sh4a-linux --install_path bin=/usr/bin --install_path script=/usr/bin --install_path bindoc=/usr/share/man/man1 --install_path libdoc=/usr/share/man/man3 ; else PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps PERL5LIB= PERL_USE_UNSAFE_INC=1 /tmp/instance-5/output-1/host/bin/perl Makefile.PL AR="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-ar" FULL_AR="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-ar" CC="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc" CCFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1" OPTIMIZE=" " LD="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc" LDDLFLAGS="-shared " LDFLAGS="" PERL_ARCHLIB=/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux DESTDIR=/tmp/instance-5/output-1/target INSTALLDIRS=vendor INSTALLVENDORLIB=/usr/lib/perl5/site_perl/5.36.0 INSTALLVENDORARCH=/usr/lib/perl5/site_perl/5.36.0/sh4a-linux INSTALLVENDORBIN=/usr/bin INSTALLVENDORSCRIPT=/usr/bin INSTALLVENDORMAN1DIR=/usr/share/man/man1 INSTALLVENDORMAN3DIR=/usr/share/man/man3 ; fi Checking for cc... /usr/bin/gcc Checking whether pureperl is required... no Checking for cc... (cached) /usr/bin/gcc Checking whether perlapi is accessible... yes Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Params::Util Writing MYMETA.yml and MYMETA.json >>> perl-params-util 1.102 Building cd /tmp/instance-5/output-1/build/perl-params-util-1.102/ && if [ -f Build.PL ] && [ MB != "EUMM" ] ; then PERL5LIB= PERL_USE_UNSAFE_INC=1 /tmp/instance-5/output-1/host/bin/perl Build build; else /home/autobuild/make/make -j1 FIXIN=: pure_all; fi make[1]: Entering directory '/tmp/instance-5/output-1/build/perl-params-util-1.102' cp lib/Params/Util.pm blib/lib/Params/Util.pm cp lib/Params/Util/PP.pm blib/lib/Params/Util/PP.pm Running Mkbootstrap for Util () chmod 644 "Util.bs" "/tmp/instance-5/output-1/host/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Util.bs blib/arch/auto/Params/Util/Util.bs 644 "/tmp/instance-5/output-1/host/bin/perl" "/tmp/instance-5/output-1/host/lib/perl5/5.36.0/ExtUtils/xsubpp" -typemap '/tmp/instance-5/output-1/host/lib/perl5/5.36.0/ExtUtils/typemap' Util.xs > Util.xsc mv Util.xsc Util.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -DVERSION=\"1.102\" -DXS_VERSION=\"1.102\" -fPIC "-I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux/CORE" Util.c In file included from ../../host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux/CORE/perl.h:7247, from Util.xs:2: ../../host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux/CORE/sv_inline.h:519:1: warning: 'always_inline' function might not be inlinable [-Wattributes] 519 | Perl_newSV_type_mortal(pTHX_ const svtype type) | ^~~~~~~~~~~~~~~~~~~~~~ rm -f blib/arch/auto/Params/Util/Util.so /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -shared Util.o -o blib/arch/auto/Params/Util/Util.so \ \ chmod 755 blib/arch/auto/Params/Util/Util.so make[1]: Leaving directory '/tmp/instance-5/output-1/build/perl-params-util-1.102' >>> perl-params-util 1.102 Installing to target cd /tmp/instance-5/output-1/build/perl-params-util-1.102/ && if [ -f Build.PL ] && [ MB != "EUMM" ] ; then PERL5LIB= PERL_USE_UNSAFE_INC=1 /tmp/instance-5/output-1/host/bin/perl Build install; else /home/autobuild/make/make -j1 pure_install; fi make[1]: Entering directory '/tmp/instance-5/output-1/build/perl-params-util-1.102' "/tmp/instance-5/output-1/host/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- Util.bs blib/arch/auto/Params/Util/Util.bs 644 Manifying 2 pod documents Files found in blib/arch: installing files in blib/lib into architecture dependent library tree Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/sh4a-linux/auto/Params/Util/Util.so Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/sh4a-linux/Params/Util.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/sh4a-linux/Params/Util/PP.pm Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Params::Util::PP.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Params::Util.3 make[1]: Leaving directory '/tmp/instance-5/output-1/build/perl-params-util-1.102' >>> perl-stream-buffered 0.03 Downloading wget --passive-ftp -nd -t 3 -O '/tmp/instance-5/output-1/build/.Stream-Buffered-0.03.tar.gz.kZttTy/output' 'https://cpan.metacpan.org/authors/id/D/DO/DOY/Stream-Buffered-0.03.tar.gz' --2023-02-20 00:27:51-- https://cpan.metacpan.org/authors/id/D/DO/DOY/Stream-Buffered-0.03.tar.gz Resolving cpan.metacpan.org (cpan.metacpan.org)... 151.101.2.217, 151.101.194.217, 151.101.130.217, ... Connecting to cpan.metacpan.org (cpan.metacpan.org)|151.101.2.217|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 10348 (10K) [application/x-gzip] Saving to: '/tmp/instance-5/output-1/build/.Stream-Buffered-0.03.tar.gz.kZttTy/output' 0K .......... 100% 109M=0s 2023-02-20 00:27:51 (109 MB/s) - '/tmp/instance-5/output-1/build/.Stream-Buffered-0.03.tar.gz.kZttTy/output' saved [10348/10348] Stream-Buffered-0.03.tar.gz: OK (md5: b030fecaa784cd573289ae797c7aeae9) Stream-Buffered-0.03.tar.gz: OK (sha256: 9b2d4390b5de6b0cf4558e4ad04317a73c5e13dd19af29149c4e47c37fb2423b) >>> perl-stream-buffered 0.03 Extracting gzip -d -c /tmp/instance-5/dl/perl-stream-buffered/Stream-Buffered-0.03.tar.gz | tar --strip-components=1 -C /tmp/instance-5/output-1/build/perl-stream-buffered-0.03 -xf - >>> perl-stream-buffered 0.03 Patching >>> perl-stream-buffered 0.03 Configuring cd /tmp/instance-5/output-1/build/perl-stream-buffered-0.03/ && if [ -f Build.PL ] && [ MB != "EUMM" ] ; then PERL_MM_USE_DEFAULT=1 PERL5LIB= PERL_USE_UNSAFE_INC=1 /tmp/instance-5/output-1/host/bin/perl Build.PL --config ar="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-ar" --config full_ar="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-ar" --config cc="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc" --config ccflags="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1" --config optimize=" " --config ld="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc" --config lddlflags="-shared " --config ldflags="" --include_dirs /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux/CORE --destdir /tmp/instance-5/output-1/target --installdirs vendor --install_path lib=/usr/lib/perl5/site_perl/5.36.0 --install_path arch=/usr/lib/perl5/site_perl/5.36.0/sh4a-linux --install_path bin=/usr/bin --install_path script=/usr/bin --install_path bindoc=/usr/share/man/man1 --install_path libdoc=/usr/share/man/man3 ; else PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps PERL5LIB= PERL_USE_UNSAFE_INC=1 /tmp/instance-5/output-1/host/bin/perl Makefile.PL AR="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-ar" FULL_AR="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-ar" CC="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc" CCFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1" OPTIMIZE=" " LD="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc" LDDLFLAGS="-shared " LDFLAGS="" PERL_ARCHLIB=/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux DESTDIR=/tmp/instance-5/output-1/target INSTALLDIRS=vendor INSTALLVENDORLIB=/usr/lib/perl5/site_perl/5.36.0 INSTALLVENDORARCH=/usr/lib/perl5/site_perl/5.36.0/sh4a-linux INSTALLVENDORBIN=/usr/bin INSTALLVENDORSCRIPT=/usr/bin INSTALLVENDORMAN1DIR=/usr/share/man/man1 INSTALLVENDORMAN3DIR=/usr/share/man/man3 ; fi Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Stream::Buffered Writing MYMETA.yml and MYMETA.json >>> perl-stream-buffered 0.03 Building cd /tmp/instance-5/output-1/build/perl-stream-buffered-0.03/ && if [ -f Build.PL ] && [ MB != "EUMM" ] ; then PERL5LIB= PERL_USE_UNSAFE_INC=1 /tmp/instance-5/output-1/host/bin/perl Build build; else /home/autobuild/make/make -j1 FIXIN=: pure_all; fi make[1]: Entering directory '/tmp/instance-5/output-1/build/perl-stream-buffered-0.03' cp lib/Stream/Buffered/Auto.pm blib/lib/Stream/Buffered/Auto.pm cp lib/Stream/Buffered/PerlIO.pm blib/lib/Stream/Buffered/PerlIO.pm cp lib/Stream/Buffered.pm blib/lib/Stream/Buffered.pm cp lib/Stream/Buffered/File.pm blib/lib/Stream/Buffered/File.pm make[1]: Leaving directory '/tmp/instance-5/output-1/build/perl-stream-buffered-0.03' >>> perl-stream-buffered 0.03 Installing to target cd /tmp/instance-5/output-1/build/perl-stream-buffered-0.03/ && if [ -f Build.PL ] && [ MB != "EUMM" ] ; then PERL5LIB= PERL_USE_UNSAFE_INC=1 /tmp/instance-5/output-1/host/bin/perl Build install; else /home/autobuild/make/make -j1 pure_install; fi make[1]: Entering directory '/tmp/instance-5/output-1/build/perl-stream-buffered-0.03' Manifying 1 pod document Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Stream/Buffered.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Stream/Buffered/File.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Stream/Buffered/PerlIO.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Stream/Buffered/Auto.pm Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Stream::Buffered.3 make[1]: Leaving directory '/tmp/instance-5/output-1/build/perl-stream-buffered-0.03' >>> perl-sub-install 0.928 Downloading wget --passive-ftp -nd -t 3 -O '/tmp/instance-5/output-1/build/.Sub-Install-0.928.tar.gz.zAULlL/output' 'https://cpan.metacpan.org/authors/id/R/RJ/RJBS/Sub-Install-0.928.tar.gz' --2023-02-20 00:27:54-- https://cpan.metacpan.org/authors/id/R/RJ/RJBS/Sub-Install-0.928.tar.gz Resolving cpan.metacpan.org (cpan.metacpan.org)... 151.101.66.217, 151.101.2.217, 151.101.194.217, ... Connecting to cpan.metacpan.org (cpan.metacpan.org)|151.101.66.217|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 18669 (18K) [application/x-gzip] Saving to: '/tmp/instance-5/output-1/build/.Sub-Install-0.928.tar.gz.zAULlL/output' 0K .......... ........ 100% 112M=0s 2023-02-20 00:27:54 (112 MB/s) - '/tmp/instance-5/output-1/build/.Sub-Install-0.928.tar.gz.zAULlL/output' saved [18669/18669] Sub-Install-0.928.tar.gz: OK (md5: e1ce4f9cb6b2f6b8778b036c31afa5ab) Sub-Install-0.928.tar.gz: OK (sha256: 61e567a7679588887b7b86d427bc476ea6d77fffe7e0d17d640f89007d98ef0f) >>> perl-sub-install 0.928 Extracting gzip -d -c /tmp/instance-5/dl/perl-sub-install/Sub-Install-0.928.tar.gz | tar --strip-components=1 -C /tmp/instance-5/output-1/build/perl-sub-install-0.928 -xf - >>> perl-sub-install 0.928 Patching >>> perl-sub-install 0.928 Configuring cd /tmp/instance-5/output-1/build/perl-sub-install-0.928/ && if [ -f Build.PL ] && [ MB != "EUMM" ] ; then PERL_MM_USE_DEFAULT=1 PERL5LIB= PERL_USE_UNSAFE_INC=1 /tmp/instance-5/output-1/host/bin/perl Build.PL --config ar="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-ar" --config full_ar="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-ar" --config cc="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc" --config ccflags="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1" --config optimize=" " --config ld="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc" --config lddlflags="-shared " --config ldflags="" --include_dirs /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux/CORE --destdir /tmp/instance-5/output-1/target --installdirs vendor --install_path lib=/usr/lib/perl5/site_perl/5.36.0 --install_path arch=/usr/lib/perl5/site_perl/5.36.0/sh4a-linux --install_path bin=/usr/bin --install_path script=/usr/bin --install_path bindoc=/usr/share/man/man1 --install_path libdoc=/usr/share/man/man3 ; else PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps PERL5LIB= PERL_USE_UNSAFE_INC=1 /tmp/instance-5/output-1/host/bin/perl Makefile.PL AR="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-ar" FULL_AR="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-ar" CC="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc" CCFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1" OPTIMIZE=" " LD="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc" LDDLFLAGS="-shared " LDFLAGS="" PERL_ARCHLIB=/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux DESTDIR=/tmp/instance-5/output-1/target INSTALLDIRS=vendor INSTALLVENDORLIB=/usr/lib/perl5/site_perl/5.36.0 INSTALLVENDORARCH=/usr/lib/perl5/site_perl/5.36.0/sh4a-linux INSTALLVENDORBIN=/usr/bin INSTALLVENDORSCRIPT=/usr/bin INSTALLVENDORMAN1DIR=/usr/share/man/man1 INSTALLVENDORMAN3DIR=/usr/share/man/man3 ; fi Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Sub::Install Writing MYMETA.yml and MYMETA.json >>> perl-sub-install 0.928 Building cd /tmp/instance-5/output-1/build/perl-sub-install-0.928/ && if [ -f Build.PL ] && [ MB != "EUMM" ] ; then PERL5LIB= PERL_USE_UNSAFE_INC=1 /tmp/instance-5/output-1/host/bin/perl Build build; else /home/autobuild/make/make -j1 FIXIN=: pure_all; fi make[1]: Entering directory '/tmp/instance-5/output-1/build/perl-sub-install-0.928' cp lib/Sub/Install.pm blib/lib/Sub/Install.pm make[1]: Leaving directory '/tmp/instance-5/output-1/build/perl-sub-install-0.928' >>> perl-sub-install 0.928 Installing to target cd /tmp/instance-5/output-1/build/perl-sub-install-0.928/ && if [ -f Build.PL ] && [ MB != "EUMM" ] ; then PERL5LIB= PERL_USE_UNSAFE_INC=1 /tmp/instance-5/output-1/host/bin/perl Build install; else /home/autobuild/make/make -j1 pure_install; fi make[1]: Entering directory '/tmp/instance-5/output-1/build/perl-sub-install-0.928' Manifying 1 pod document Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Sub/Install.pm Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Sub::Install.3 make[1]: Leaving directory '/tmp/instance-5/output-1/build/perl-sub-install-0.928' >>> perl-timedate 2.33 Downloading wget --passive-ftp -nd -t 3 -O '/tmp/instance-5/output-1/build/.TimeDate-2.33.tar.gz.AuSYEM/output' 'https://cpan.metacpan.org/authors/id/A/AT/ATOOMIC/TimeDate-2.33.tar.gz' --2023-02-20 00:27:57-- https://cpan.metacpan.org/authors/id/A/AT/ATOOMIC/TimeDate-2.33.tar.gz Resolving cpan.metacpan.org (cpan.metacpan.org)... 151.101.130.217, 151.101.66.217, 151.101.2.217, ... Connecting to cpan.metacpan.org (cpan.metacpan.org)|151.101.130.217|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 29997 (29K) [application/x-gzip] Saving to: '/tmp/instance-5/output-1/build/.TimeDate-2.33.tar.gz.AuSYEM/output' 0K .......... .......... ......... 100% 95.2M=0s 2023-02-20 00:27:57 (95.2 MB/s) - '/tmp/instance-5/output-1/build/.TimeDate-2.33.tar.gz.AuSYEM/output' saved [29997/29997] TimeDate-2.33.tar.gz: OK (md5: 5e5afe22c8d417417283d1f7f4572a57) TimeDate-2.33.tar.gz: OK (sha256: c0b69c4b039de6f501b0d9f13ec58c86b040c1f7e9b27ef249651c143d605eb2) >>> perl-timedate 2.33 Extracting gzip -d -c /tmp/instance-5/dl/perl-timedate/TimeDate-2.33.tar.gz | tar --strip-components=1 -C /tmp/instance-5/output-1/build/perl-timedate-2.33 -xf - >>> perl-timedate 2.33 Patching >>> perl-timedate 2.33 Configuring cd /tmp/instance-5/output-1/build/perl-timedate-2.33/ && if [ -f Build.PL ] && [ MB != "EUMM" ] ; then PERL_MM_USE_DEFAULT=1 PERL5LIB= PERL_USE_UNSAFE_INC=1 /tmp/instance-5/output-1/host/bin/perl Build.PL --config ar="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-ar" --config full_ar="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-ar" --config cc="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc" --config ccflags="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1" --config optimize=" " --config ld="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc" --config lddlflags="-shared " --config ldflags="" --include_dirs /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux/CORE --destdir /tmp/instance-5/output-1/target --installdirs vendor --install_path lib=/usr/lib/perl5/site_perl/5.36.0 --install_path arch=/usr/lib/perl5/site_perl/5.36.0/sh4a-linux --install_path bin=/usr/bin --install_path script=/usr/bin --install_path bindoc=/usr/share/man/man1 --install_path libdoc=/usr/share/man/man3 ; else PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps PERL5LIB= PERL_USE_UNSAFE_INC=1 /tmp/instance-5/output-1/host/bin/perl Makefile.PL AR="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-ar" FULL_AR="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-ar" CC="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc" CCFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1" OPTIMIZE=" " LD="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc" LDDLFLAGS="-shared " LDFLAGS="" PERL_ARCHLIB=/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux DESTDIR=/tmp/instance-5/output-1/target INSTALLDIRS=vendor INSTALLVENDORLIB=/usr/lib/perl5/site_perl/5.36.0 INSTALLVENDORARCH=/usr/lib/perl5/site_perl/5.36.0/sh4a-linux INSTALLVENDORBIN=/usr/bin INSTALLVENDORSCRIPT=/usr/bin INSTALLVENDORMAN1DIR=/usr/share/man/man1 INSTALLVENDORMAN3DIR=/usr/share/man/man3 ; fi Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Date::Parse Writing MYMETA.yml and MYMETA.json >>> perl-timedate 2.33 Building cd /tmp/instance-5/output-1/build/perl-timedate-2.33/ && if [ -f Build.PL ] && [ MB != "EUMM" ] ; then PERL5LIB= PERL_USE_UNSAFE_INC=1 /tmp/instance-5/output-1/host/bin/perl Build build; else /home/autobuild/make/make -j1 FIXIN=: pure_all; fi make[1]: Entering directory '/tmp/instance-5/output-1/build/perl-timedate-2.33' cp lib/Date/Language/Amharic.pm blib/lib/Date/Language/Amharic.pm cp lib/Date/Language/Italian.pm blib/lib/Date/Language/Italian.pm cp lib/Date/Language.pm blib/lib/Date/Language.pm cp lib/TimeDate.pm blib/lib/TimeDate.pm cp lib/Date/Language/TigrinyaEritrean.pm blib/lib/Date/Language/TigrinyaEritrean.pm cp lib/Date/Language/Sidama.pm blib/lib/Date/Language/Sidama.pm cp lib/Date/Language/Russian_koi8r.pm blib/lib/Date/Language/Russian_koi8r.pm cp lib/Date/Language/Bulgarian.pm blib/lib/Date/Language/Bulgarian.pm cp lib/Date/Language/Somali.pm blib/lib/Date/Language/Somali.pm cp lib/Date/Language/Greek.pm blib/lib/Date/Language/Greek.pm cp lib/Date/Language/French.pm blib/lib/Date/Language/French.pm cp lib/Date/Language/Russian.pm blib/lib/Date/Language/Russian.pm cp lib/Date/Language/Norwegian.pm blib/lib/Date/Language/Norwegian.pm cp lib/Date/Language/German.pm blib/lib/Date/Language/German.pm cp lib/Date/Language/Chinese.pm blib/lib/Date/Language/Chinese.pm cp lib/Date/Language/Danish.pm blib/lib/Date/Language/Danish.pm cp lib/Time/Zone.pm blib/lib/Time/Zone.pm cp lib/Date/Language/Dutch.pm blib/lib/Date/Language/Dutch.pm cp lib/Date/Language/Swedish.pm blib/lib/Date/Language/Swedish.pm cp lib/Date/Language/Occitan.pm blib/lib/Date/Language/Occitan.pm cp lib/Date/Format.pm blib/lib/Date/Format.pm cp lib/Date/Language/Spanish.pm blib/lib/Date/Language/Spanish.pm cp lib/Date/Language/Czech.pm blib/lib/Date/Language/Czech.pm cp lib/Date/Language/Brazilian.pm blib/lib/Date/Language/Brazilian.pm cp lib/Date/Language/Oromo.pm blib/lib/Date/Language/Oromo.pm cp lib/Date/Language/Tigrinya.pm blib/lib/Date/Language/Tigrinya.pm cp lib/Date/Language/Turkish.pm blib/lib/Date/Language/Turkish.pm cp lib/Date/Parse.pm blib/lib/Date/Parse.pm cp lib/Date/Language/Russian_cp1251.pm blib/lib/Date/Language/Russian_cp1251.pm cp lib/Date/Language/TigrinyaEthiopian.pm blib/lib/Date/Language/TigrinyaEthiopian.pm cp lib/Date/Language/English.pm blib/lib/Date/Language/English.pm cp lib/Date/Language/Finnish.pm blib/lib/Date/Language/Finnish.pm cp lib/Date/Language/Austrian.pm blib/lib/Date/Language/Austrian.pm cp lib/Date/Language/Icelandic.pm blib/lib/Date/Language/Icelandic.pm cp lib/Date/Language/Gedeo.pm blib/lib/Date/Language/Gedeo.pm cp lib/Date/Language/Afar.pm blib/lib/Date/Language/Afar.pm cp lib/Date/Language/Romanian.pm blib/lib/Date/Language/Romanian.pm cp lib/Date/Language/Hungarian.pm blib/lib/Date/Language/Hungarian.pm cp lib/Date/Language/Chinese_GB.pm blib/lib/Date/Language/Chinese_GB.pm make[1]: Leaving directory '/tmp/instance-5/output-1/build/perl-timedate-2.33' >>> perl-timedate 2.33 Installing to target cd /tmp/instance-5/output-1/build/perl-timedate-2.33/ && if [ -f Build.PL ] && [ MB != "EUMM" ] ; then PERL5LIB= PERL_USE_UNSAFE_INC=1 /tmp/instance-5/output-1/host/bin/perl Build install; else /home/autobuild/make/make -j1 pure_install; fi make[1]: Entering directory '/tmp/instance-5/output-1/build/perl-timedate-2.33' Manifying 7 pod documents Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/TimeDate.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Time/Zone.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Date/Parse.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Date/Format.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Date/Language.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Date/Language/Chinese_GB.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Date/Language/Hungarian.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Date/Language/Romanian.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Date/Language/Afar.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Date/Language/Gedeo.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Date/Language/Icelandic.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Date/Language/Austrian.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Date/Language/Finnish.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Date/Language/English.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Date/Language/TigrinyaEthiopian.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Date/Language/Russian_cp1251.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Date/Language/Turkish.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Date/Language/Tigrinya.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Date/Language/Oromo.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Date/Language/Brazilian.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Date/Language/Czech.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Date/Language/Spanish.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Date/Language/Occitan.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Date/Language/Swedish.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Date/Language/Dutch.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Date/Language/Danish.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Date/Language/Chinese.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Date/Language/German.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Date/Language/Norwegian.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Date/Language/Russian.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Date/Language/French.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Date/Language/Greek.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Date/Language/Somali.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Date/Language/Bulgarian.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Date/Language/Russian_koi8r.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Date/Language/Sidama.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Date/Language/TigrinyaEritrean.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Date/Language/Italian.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Date/Language/Amharic.pm Installing /tmp/instance-5/output-1/target/usr/share/man/man3/TimeDate.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Time::Zone.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Date::Parse.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Date::Language::Hungarian.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Date::Language::Bulgarian.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Date::Language.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Date::Format.3 make[1]: Leaving directory '/tmp/instance-5/output-1/build/perl-timedate-2.33' >>> perl-try-tiny 0.31 Downloading wget --passive-ftp -nd -t 3 -O '/tmp/instance-5/output-1/build/.Try-Tiny-0.31.tar.gz.5WP2Ba/output' 'https://cpan.metacpan.org/authors/id/E/ET/ETHER/Try-Tiny-0.31.tar.gz' --2023-02-20 00:28:00-- https://cpan.metacpan.org/authors/id/E/ET/ETHER/Try-Tiny-0.31.tar.gz Resolving cpan.metacpan.org (cpan.metacpan.org)... 151.101.194.217, 151.101.130.217, 151.101.66.217, ... Connecting to cpan.metacpan.org (cpan.metacpan.org)|151.101.194.217|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 35784 (35K) [application/x-gzip] Saving to: '/tmp/instance-5/output-1/build/.Try-Tiny-0.31.tar.gz.5WP2Ba/output' 0K .......... .......... .......... .... 100% 129M=0s 2023-02-20 00:28:00 (129 MB/s) - '/tmp/instance-5/output-1/build/.Try-Tiny-0.31.tar.gz.5WP2Ba/output' saved [35784/35784] Try-Tiny-0.31.tar.gz: OK (md5: 993a29ee8a03c9bd9c2f7c53d1082a03) Try-Tiny-0.31.tar.gz: OK (sha256: 3300d31d8a4075b26d8f46ce864a1d913e0e8467ceeba6655d5d2b2e206c11be) >>> perl-try-tiny 0.31 Extracting gzip -d -c /tmp/instance-5/dl/perl-try-tiny/Try-Tiny-0.31.tar.gz | tar --strip-components=1 -C /tmp/instance-5/output-1/build/perl-try-tiny-0.31 -xf - >>> perl-try-tiny 0.31 Patching >>> perl-try-tiny 0.31 Configuring cd /tmp/instance-5/output-1/build/perl-try-tiny-0.31/ && if [ -f Build.PL ] && [ MB != "EUMM" ] ; then PERL_MM_USE_DEFAULT=1 PERL5LIB= PERL_USE_UNSAFE_INC=1 /tmp/instance-5/output-1/host/bin/perl Build.PL --config ar="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-ar" --config full_ar="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-ar" --config cc="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc" --config ccflags="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1" --config optimize=" " --config ld="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc" --config lddlflags="-shared " --config ldflags="" --include_dirs /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux/CORE --destdir /tmp/instance-5/output-1/target --installdirs vendor --install_path lib=/usr/lib/perl5/site_perl/5.36.0 --install_path arch=/usr/lib/perl5/site_perl/5.36.0/sh4a-linux --install_path bin=/usr/bin --install_path script=/usr/bin --install_path bindoc=/usr/share/man/man1 --install_path libdoc=/usr/share/man/man3 ; else PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps PERL5LIB= PERL_USE_UNSAFE_INC=1 /tmp/instance-5/output-1/host/bin/perl Makefile.PL AR="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-ar" FULL_AR="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-ar" CC="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc" CCFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1" OPTIMIZE=" " LD="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc" LDDLFLAGS="-shared " LDFLAGS="" PERL_ARCHLIB=/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux DESTDIR=/tmp/instance-5/output-1/target INSTALLDIRS=vendor INSTALLVENDORLIB=/usr/lib/perl5/site_perl/5.36.0 INSTALLVENDORARCH=/usr/lib/perl5/site_perl/5.36.0/sh4a-linux INSTALLVENDORBIN=/usr/bin INSTALLVENDORSCRIPT=/usr/bin INSTALLVENDORMAN1DIR=/usr/share/man/man1 INSTALLVENDORMAN3DIR=/usr/share/man/man3 ; fi Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for Try::Tiny Writing MYMETA.yml and MYMETA.json >>> perl-try-tiny 0.31 Building cd /tmp/instance-5/output-1/build/perl-try-tiny-0.31/ && if [ -f Build.PL ] && [ MB != "EUMM" ] ; then PERL5LIB= PERL_USE_UNSAFE_INC=1 /tmp/instance-5/output-1/host/bin/perl Build build; else /home/autobuild/make/make -j1 FIXIN=: pure_all; fi make[1]: Entering directory '/tmp/instance-5/output-1/build/perl-try-tiny-0.31' cp lib/Try/Tiny.pm blib/lib/Try/Tiny.pm make[1]: Leaving directory '/tmp/instance-5/output-1/build/perl-try-tiny-0.31' >>> perl-try-tiny 0.31 Installing to target cd /tmp/instance-5/output-1/build/perl-try-tiny-0.31/ && if [ -f Build.PL ] && [ MB != "EUMM" ] ; then PERL5LIB= PERL_USE_UNSAFE_INC=1 /tmp/instance-5/output-1/host/bin/perl Build install; else /home/autobuild/make/make -j1 pure_install; fi make[1]: Entering directory '/tmp/instance-5/output-1/build/perl-try-tiny-0.31' Manifying 1 pod document Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/Try/Tiny.pm Installing /tmp/instance-5/output-1/target/usr/share/man/man3/Try::Tiny.3 make[1]: Leaving directory '/tmp/instance-5/output-1/build/perl-try-tiny-0.31' >>> perl-uri 5.17 Downloading wget --passive-ftp -nd -t 3 -O '/tmp/instance-5/output-1/build/.URI-5.17.tar.gz.UD0eoC/output' 'https://cpan.metacpan.org/authors/id/O/OA/OALDERS/URI-5.17.tar.gz' --2023-02-20 00:28:03-- https://cpan.metacpan.org/authors/id/O/OA/OALDERS/URI-5.17.tar.gz Resolving cpan.metacpan.org (cpan.metacpan.org)... 151.101.2.217, 151.101.194.217, 151.101.130.217, ... Connecting to cpan.metacpan.org (cpan.metacpan.org)|151.101.2.217|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 115815 (113K) [application/x-gzip] Saving to: '/tmp/instance-5/output-1/build/.URI-5.17.tar.gz.UD0eoC/output' 0K .......... .......... .......... .......... .......... 44% 15.0M 0s 50K .......... .......... .......... .......... .......... 88% 17.0M 0s 100K .......... ... 100% 196M=0.006s 2023-02-20 00:28:03 (17.9 MB/s) - '/tmp/instance-5/output-1/build/.URI-5.17.tar.gz.UD0eoC/output' saved [115815/115815] URI-5.17.tar.gz: OK (md5: 63675c429cfb1df73d7d21a9302e1000) URI-5.17.tar.gz: OK (sha256: 5f7e42b769cb27499113cfae4b786c37d49e7c7d32dbb469602cd808308568f8) >>> perl-uri 5.17 Extracting gzip -d -c /tmp/instance-5/dl/perl-uri/URI-5.17.tar.gz | tar --strip-components=1 -C /tmp/instance-5/output-1/build/perl-uri-5.17 -xf - >>> perl-uri 5.17 Patching >>> perl-uri 5.17 Configuring cd /tmp/instance-5/output-1/build/perl-uri-5.17/ && if [ -f Build.PL ] && [ MB != "EUMM" ] ; then PERL_MM_USE_DEFAULT=1 PERL5LIB= PERL_USE_UNSAFE_INC=1 /tmp/instance-5/output-1/host/bin/perl Build.PL --config ar="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-ar" --config full_ar="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-ar" --config cc="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc" --config ccflags="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1" --config optimize=" " --config ld="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc" --config lddlflags="-shared " --config ldflags="" --include_dirs /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux/CORE --destdir /tmp/instance-5/output-1/target --installdirs vendor --install_path lib=/usr/lib/perl5/site_perl/5.36.0 --install_path arch=/usr/lib/perl5/site_perl/5.36.0/sh4a-linux --install_path bin=/usr/bin --install_path script=/usr/bin --install_path bindoc=/usr/share/man/man1 --install_path libdoc=/usr/share/man/man3 ; else PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps PERL5LIB= PERL_USE_UNSAFE_INC=1 /tmp/instance-5/output-1/host/bin/perl Makefile.PL AR="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-ar" FULL_AR="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-ar" CC="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc" CCFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1" OPTIMIZE=" " LD="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc" LDDLFLAGS="-shared " LDFLAGS="" PERL_ARCHLIB=/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux DESTDIR=/tmp/instance-5/output-1/target INSTALLDIRS=vendor INSTALLVENDORLIB=/usr/lib/perl5/site_perl/5.36.0 INSTALLVENDORARCH=/usr/lib/perl5/site_perl/5.36.0/sh4a-linux INSTALLVENDORBIN=/usr/bin INSTALLVENDORSCRIPT=/usr/bin INSTALLVENDORMAN1DIR=/usr/share/man/man1 INSTALLVENDORMAN3DIR=/usr/share/man/man3 ; fi Warning: prerequisite Test::Fatal 0 not found. Warning: prerequisite Test::Needs 0 not found. Warning: prerequisite Test::Warnings 0 not found. Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for URI Writing MYMETA.yml and MYMETA.json >>> perl-uri 5.17 Building cd /tmp/instance-5/output-1/build/perl-uri-5.17/ && if [ -f Build.PL ] && [ MB != "EUMM" ] ; then PERL5LIB= PERL_USE_UNSAFE_INC=1 /tmp/instance-5/output-1/host/bin/perl Build build; else /home/autobuild/make/make -j1 FIXIN=: pure_all; fi make[1]: Entering directory '/tmp/instance-5/output-1/build/perl-uri-5.17' cp lib/URI/rsync.pm blib/lib/URI/rsync.pm cp lib/URI/sips.pm blib/lib/URI/sips.pm cp lib/URI/tn3270.pm blib/lib/URI/tn3270.pm cp lib/URI/rlogin.pm blib/lib/URI/rlogin.pm cp lib/URI/sip.pm blib/lib/URI/sip.pm cp lib/URI/IRI.pm blib/lib/URI/IRI.pm cp lib/URI/_generic.pm blib/lib/URI/_generic.pm cp lib/URI/news.pm blib/lib/URI/news.pm cp lib/URI/file/Win32.pm blib/lib/URI/file/Win32.pm cp lib/URI/_query.pm blib/lib/URI/_query.pm cp lib/URI/file/Unix.pm blib/lib/URI/file/Unix.pm cp lib/URI/file/Base.pm blib/lib/URI/file/Base.pm cp lib/URI/_ldap.pm blib/lib/URI/_ldap.pm cp lib/URI/snews.pm blib/lib/URI/snews.pm cp lib/URI/urn/oid.pm blib/lib/URI/urn/oid.pm cp lib/URI/mms.pm blib/lib/URI/mms.pm cp lib/URI/urn.pm blib/lib/URI/urn.pm cp lib/URI/data.pm blib/lib/URI/data.pm cp lib/URI/ldaps.pm blib/lib/URI/ldaps.pm cp lib/URI/rtsp.pm blib/lib/URI/rtsp.pm cp lib/URI/pop.pm blib/lib/URI/pop.pm cp lib/URI/_server.pm blib/lib/URI/_server.pm cp lib/URI/_idna.pm blib/lib/URI/_idna.pm cp lib/URI/file/Mac.pm blib/lib/URI/file/Mac.pm cp lib/URI.pm blib/lib/URI.pm cp lib/URI/ldap.pm blib/lib/URI/ldap.pm cp lib/URI/_userpass.pm blib/lib/URI/_userpass.pm cp lib/URI/file/FAT.pm blib/lib/URI/file/FAT.pm cp lib/URI/Escape.pm blib/lib/URI/Escape.pm cp lib/URI/file.pm blib/lib/URI/file.pm cp lib/URI/_foreign.pm blib/lib/URI/_foreign.pm cp lib/URI/_login.pm blib/lib/URI/_login.pm cp lib/URI/http.pm blib/lib/URI/http.pm cp lib/URI/_punycode.pm blib/lib/URI/_punycode.pm cp lib/URI/ssh.pm blib/lib/URI/ssh.pm cp lib/URI/urn/isbn.pm blib/lib/URI/urn/isbn.pm cp lib/URI/QueryParam.pm blib/lib/URI/QueryParam.pm cp lib/URI/nntp.pm blib/lib/URI/nntp.pm cp lib/URI/Heuristic.pm blib/lib/URI/Heuristic.pm cp lib/URI/_segment.pm blib/lib/URI/_segment.pm cp lib/URI/file/QNX.pm blib/lib/URI/file/QNX.pm cp lib/URI/ldapi.pm blib/lib/URI/ldapi.pm cp lib/URI/mailto.pm blib/lib/URI/mailto.pm cp lib/URI/gopher.pm blib/lib/URI/gopher.pm cp lib/URI/URL.pm blib/lib/URI/URL.pm cp lib/URI/https.pm blib/lib/URI/https.pm cp lib/URI/Split.pm blib/lib/URI/Split.pm cp lib/URI/WithBase.pm blib/lib/URI/WithBase.pm cp lib/URI/rtspu.pm blib/lib/URI/rtspu.pm cp lib/URI/file/OS2.pm blib/lib/URI/file/OS2.pm cp lib/URI/telnet.pm blib/lib/URI/telnet.pm cp lib/URI/ftp.pm blib/lib/URI/ftp.pm cp lib/URI/nntps.pm blib/lib/URI/nntps.pm cp lib/URI/sftp.pm blib/lib/URI/sftp.pm make[1]: Leaving directory '/tmp/instance-5/output-1/build/perl-uri-5.17' >>> perl-uri 5.17 Installing to target cd /tmp/instance-5/output-1/build/perl-uri-5.17/ && if [ -f Build.PL ] && [ MB != "EUMM" ] ; then PERL5LIB= PERL_USE_UNSAFE_INC=1 /tmp/instance-5/output-1/host/bin/perl Build install; else /home/autobuild/make/make -j1 pure_install; fi make[1]: Entering directory '/tmp/instance-5/output-1/build/perl-uri-5.17' Manifying 11 pod documents Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/URI.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/URI/sftp.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/URI/nntps.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/URI/ftp.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/URI/telnet.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/URI/rtspu.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/URI/WithBase.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/URI/Split.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/URI/https.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/URI/URL.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/URI/gopher.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/URI/mailto.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/URI/ldapi.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/URI/_segment.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/URI/Heuristic.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/URI/nntp.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/URI/QueryParam.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/URI/ssh.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/URI/_punycode.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/URI/http.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/URI/_login.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/URI/_foreign.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/URI/file.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/URI/Escape.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/URI/_userpass.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/URI/ldap.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/URI/_idna.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/URI/_server.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/URI/pop.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/URI/rtsp.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/URI/ldaps.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/URI/data.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/URI/urn.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/URI/mms.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/URI/snews.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/URI/_ldap.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/URI/_query.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/URI/news.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/URI/_generic.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/URI/IRI.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/URI/sip.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/URI/rlogin.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/URI/tn3270.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/URI/sips.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/URI/rsync.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/URI/urn/isbn.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/URI/urn/oid.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/URI/file/OS2.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/URI/file/QNX.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/URI/file/FAT.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/URI/file/Mac.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/URI/file/Base.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/URI/file/Unix.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/URI/file/Win32.pm Installing /tmp/instance-5/output-1/target/usr/share/man/man3/URI::ldap.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/URI::file.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/URI::data.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/URI::_punycode.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/URI::WithBase.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/URI::URL.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/URI::Split.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/URI::QueryParam.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/URI::Heuristic.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/URI::Escape.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/URI.3 make[1]: Leaving directory '/tmp/instance-5/output-1/build/perl-uri-5.17' >>> perl-www-form-urlencoded 0.26 Downloading wget --passive-ftp -nd -t 3 -O '/tmp/instance-5/output-1/build/.WWW-Form-UrlEncoded-0.26.tar.gz.GWx1cy/output' 'https://cpan.metacpan.org/authors/id/K/KA/KAZEBURO/WWW-Form-UrlEncoded-0.26.tar.gz' --2023-02-20 00:28:06-- https://cpan.metacpan.org/authors/id/K/KA/KAZEBURO/WWW-Form-UrlEncoded-0.26.tar.gz Resolving cpan.metacpan.org (cpan.metacpan.org)... 151.101.66.217, 151.101.2.217, 151.101.194.217, ... Connecting to cpan.metacpan.org (cpan.metacpan.org)|151.101.66.217|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 15399 (15K) [application/x-gzip] Saving to: '/tmp/instance-5/output-1/build/.WWW-Form-UrlEncoded-0.26.tar.gz.GWx1cy/output' 0K .......... ..... 100% 106M=0s 2023-02-20 00:28:06 (106 MB/s) - '/tmp/instance-5/output-1/build/.WWW-Form-UrlEncoded-0.26.tar.gz.GWx1cy/output' saved [15399/15399] WWW-Form-UrlEncoded-0.26.tar.gz: OK (md5: cbe0e1c3ee54738d900c739ea348efda) WWW-Form-UrlEncoded-0.26.tar.gz: OK (sha256: c0480b5f1f15b71163ec327b8e7842298f0cb3ace97e63d7034af1e94a2d90f4) >>> perl-www-form-urlencoded 0.26 Extracting gzip -d -c /tmp/instance-5/dl/perl-www-form-urlencoded/WWW-Form-UrlEncoded-0.26.tar.gz | tar --strip-components=1 -C /tmp/instance-5/output-1/build/perl-www-form-urlencoded-0.26 -xf - >>> perl-www-form-urlencoded 0.26 Patching >>> perl-www-form-urlencoded 0.26 Configuring cd /tmp/instance-5/output-1/build/perl-www-form-urlencoded-0.26/ && if [ -f Build.PL ] && [ MB != "EUMM" ] ; then PERL_MM_USE_DEFAULT=1 PERL5LIB= PERL_USE_UNSAFE_INC=1 /tmp/instance-5/output-1/host/bin/perl Build.PL --config ar="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-ar" --config full_ar="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-ar" --config cc="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc" --config ccflags="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1" --config optimize=" " --config ld="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc" --config lddlflags="-shared " --config ldflags="" --include_dirs /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux/CORE --destdir /tmp/instance-5/output-1/target --installdirs vendor --install_path lib=/usr/lib/perl5/site_perl/5.36.0 --install_path arch=/usr/lib/perl5/site_perl/5.36.0/sh4a-linux --install_path bin=/usr/bin --install_path script=/usr/bin --install_path bindoc=/usr/share/man/man1 --install_path libdoc=/usr/share/man/man3 ; else PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps PERL5LIB= PERL_USE_UNSAFE_INC=1 /tmp/instance-5/output-1/host/bin/perl Makefile.PL AR="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-ar" FULL_AR="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-ar" CC="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc" CCFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1" OPTIMIZE=" " LD="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc" LDDLFLAGS="-shared " LDFLAGS="" PERL_ARCHLIB=/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux DESTDIR=/tmp/instance-5/output-1/target INSTALLDIRS=vendor INSTALLVENDORLIB=/usr/lib/perl5/site_perl/5.36.0 INSTALLVENDORARCH=/usr/lib/perl5/site_perl/5.36.0/sh4a-linux INSTALLVENDORBIN=/usr/bin INSTALLVENDORSCRIPT=/usr/bin INSTALLVENDORMAN1DIR=/usr/share/man/man1 INSTALLVENDORMAN3DIR=/usr/share/man/man3 ; fi Created MYMETA.yml and MYMETA.json Creating new 'Build' script for 'WWW-Form-UrlEncoded' version '0.26' >>> perl-www-form-urlencoded 0.26 Building cd /tmp/instance-5/output-1/build/perl-www-form-urlencoded-0.26/ && if [ -f Build.PL ] && [ MB != "EUMM" ] ; then PERL5LIB= PERL_USE_UNSAFE_INC=1 /tmp/instance-5/output-1/host/bin/perl Build build; else /home/autobuild/make/make -j1 FIXIN=: pure_all; fi Building WWW-Form-UrlEncoded >>> perl-www-form-urlencoded 0.26 Installing to target cd /tmp/instance-5/output-1/build/perl-www-form-urlencoded-0.26/ && if [ -f Build.PL ] && [ MB != "EUMM" ] ; then PERL5LIB= PERL_USE_UNSAFE_INC=1 /tmp/instance-5/output-1/host/bin/perl Build install; else /home/autobuild/make/make -j1 pure_install; fi Building WWW-Form-UrlEncoded Files found in blib/arch: installing files in blib/lib into architecture dependent library tree Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/sh4a-linux/auto/WWW/Form/UrlEncoded/XS/.keep Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/sh4a-linux/WWW/Form/UrlEncoded.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/sh4a-linux/WWW/Form/UrlEncoded/PP.pm Installing /tmp/instance-5/output-1/target/usr/share/man/man3/WWW::Form::UrlEncoded::PP.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/WWW::Form::UrlEncoded.3 >>> perl-www-robotrules 6.02 Downloading wget --passive-ftp -nd -t 3 -O '/tmp/instance-5/output-1/build/.WWW-RobotRules-6.02.tar.gz.9yHNWZ/output' 'https://cpan.metacpan.org/authors/id/G/GA/GAAS/WWW-RobotRules-6.02.tar.gz' --2023-02-20 00:28:09-- https://cpan.metacpan.org/authors/id/G/GA/GAAS/WWW-RobotRules-6.02.tar.gz Resolving cpan.metacpan.org (cpan.metacpan.org)... 151.101.130.217, 151.101.66.217, 151.101.2.217, ... Connecting to cpan.metacpan.org (cpan.metacpan.org)|151.101.130.217|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 9059 (8.8K) [application/x-gzip] Saving to: '/tmp/instance-5/output-1/build/.WWW-RobotRules-6.02.tar.gz.9yHNWZ/output' 0K ........ 100% 96.6M=0s 2023-02-20 00:28:09 (96.6 MB/s) - '/tmp/instance-5/output-1/build/.WWW-RobotRules-6.02.tar.gz.9yHNWZ/output' saved [9059/9059] WWW-RobotRules-6.02.tar.gz: OK (md5: b7186e8b8b3701e70c22abf430742403) WWW-RobotRules-6.02.tar.gz: OK (sha256: 46b502e7a288d559429891eeb5d979461dd3ecc6a5c491ead85d165b6e03a51e) >>> perl-www-robotrules 6.02 Extracting gzip -d -c /tmp/instance-5/dl/perl-www-robotrules/WWW-RobotRules-6.02.tar.gz | tar --strip-components=1 -C /tmp/instance-5/output-1/build/perl-www-robotrules-6.02 -xf - >>> perl-www-robotrules 6.02 Patching >>> perl-www-robotrules 6.02 Configuring cd /tmp/instance-5/output-1/build/perl-www-robotrules-6.02/ && if [ -f Build.PL ] && [ MB != "EUMM" ] ; then PERL_MM_USE_DEFAULT=1 PERL5LIB= PERL_USE_UNSAFE_INC=1 /tmp/instance-5/output-1/host/bin/perl Build.PL --config ar="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-ar" --config full_ar="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-ar" --config cc="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc" --config ccflags="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1" --config optimize=" " --config ld="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc" --config lddlflags="-shared " --config ldflags="" --include_dirs /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux/CORE --destdir /tmp/instance-5/output-1/target --installdirs vendor --install_path lib=/usr/lib/perl5/site_perl/5.36.0 --install_path arch=/usr/lib/perl5/site_perl/5.36.0/sh4a-linux --install_path bin=/usr/bin --install_path script=/usr/bin --install_path bindoc=/usr/share/man/man1 --install_path libdoc=/usr/share/man/man3 ; else PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps PERL5LIB= PERL_USE_UNSAFE_INC=1 /tmp/instance-5/output-1/host/bin/perl Makefile.PL AR="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-ar" FULL_AR="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-ar" CC="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc" CCFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1" OPTIMIZE=" " LD="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc" LDDLFLAGS="-shared " LDFLAGS="" PERL_ARCHLIB=/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux DESTDIR=/tmp/instance-5/output-1/target INSTALLDIRS=vendor INSTALLVENDORLIB=/usr/lib/perl5/site_perl/5.36.0 INSTALLVENDORARCH=/usr/lib/perl5/site_perl/5.36.0/sh4a-linux INSTALLVENDORBIN=/usr/bin INSTALLVENDORSCRIPT=/usr/bin INSTALLVENDORMAN1DIR=/usr/share/man/man1 INSTALLVENDORMAN3DIR=/usr/share/man/man3 ; fi Warning: prerequisite URI 1.10 not found. Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for WWW::RobotRules Writing MYMETA.yml and MYMETA.json >>> perl-www-robotrules 6.02 Building cd /tmp/instance-5/output-1/build/perl-www-robotrules-6.02/ && if [ -f Build.PL ] && [ MB != "EUMM" ] ; then PERL5LIB= PERL_USE_UNSAFE_INC=1 /tmp/instance-5/output-1/host/bin/perl Build build; else /home/autobuild/make/make -j1 FIXIN=: pure_all; fi make[1]: Entering directory '/tmp/instance-5/output-1/build/perl-www-robotrules-6.02' cp lib/WWW/RobotRules/AnyDBM_File.pm blib/lib/WWW/RobotRules/AnyDBM_File.pm cp lib/WWW/RobotRules.pm blib/lib/WWW/RobotRules.pm make[1]: Leaving directory '/tmp/instance-5/output-1/build/perl-www-robotrules-6.02' >>> perl-www-robotrules 6.02 Installing to target cd /tmp/instance-5/output-1/build/perl-www-robotrules-6.02/ && if [ -f Build.PL ] && [ MB != "EUMM" ] ; then PERL5LIB= PERL_USE_UNSAFE_INC=1 /tmp/instance-5/output-1/host/bin/perl Build install; else /home/autobuild/make/make -j1 pure_install; fi make[1]: Entering directory '/tmp/instance-5/output-1/build/perl-www-robotrules-6.02' Manifying 2 pod documents Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/WWW/RobotRules.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/WWW/RobotRules/AnyDBM_File.pm Installing /tmp/instance-5/output-1/target/usr/share/man/man3/WWW::RobotRules::AnyDBM_File.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/WWW::RobotRules.3 make[1]: Leaving directory '/tmp/instance-5/output-1/build/perl-www-robotrules-6.02' >>> perl-xml-libxml 2.0134 Downloading wget --passive-ftp -nd -t 3 -O '/tmp/instance-5/output-1/build/.XML-LibXML-2.0134.tar.gz.nRq8Kb/output' 'https://cpan.metacpan.org/authors/id/S/SH/SHLOMIF/XML-LibXML-2.0134.tar.gz' --2023-02-20 00:28:12-- https://cpan.metacpan.org/authors/id/S/SH/SHLOMIF/XML-LibXML-2.0134.tar.gz Resolving cpan.metacpan.org (cpan.metacpan.org)... 151.101.194.217, 151.101.130.217, 151.101.66.217, ... Connecting to cpan.metacpan.org (cpan.metacpan.org)|151.101.194.217|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 470593 (460K) [application/x-gzip] Saving to: '/tmp/instance-5/output-1/build/.XML-LibXML-2.0134.tar.gz.nRq8Kb/output' 0K .......... .......... .......... .......... .......... 10% 12.5M 0s 50K .......... .......... .......... .......... .......... 21% 12.5M 0s 100K .......... .......... .......... .......... .......... 32% 224M 0s 150K .......... .......... .......... .......... .......... 43% 17.9M 0s 200K .......... .......... .......... .......... .......... 54% 336M 0s 250K .......... .......... .......... .......... .......... 65% 300M 0s 300K .......... .......... .......... .......... .......... 76% 295M 0s 350K .......... .......... .......... .......... .......... 87% 64.9M 0s 400K .......... .......... .......... .......... .......... 97% 87.4M 0s 450K ......... 100% 271M=0.01s 2023-02-20 00:28:12 (35.7 MB/s) - '/tmp/instance-5/output-1/build/.XML-LibXML-2.0134.tar.gz.nRq8Kb/output' saved [470593/470593] XML-LibXML-2.0134.tar.gz: OK (md5: dce687dd8b7e82d1c359fd74b1852f64) XML-LibXML-2.0134.tar.gz: OK (sha256: f0bca4d0c2da35d879fee4cd13f352014186cedab27ab5e191f39b5d7d4f46cf) >>> perl-xml-libxml 2.0134 Extracting gzip -d -c /tmp/instance-5/dl/perl-xml-libxml/XML-LibXML-2.0134.tar.gz | tar --strip-components=1 -C /tmp/instance-5/output-1/build/perl-xml-libxml-2.0134 -xf - >>> perl-xml-libxml 2.0134 Patching Applying 0001-Makefile-PL.patch using patch: patching file Makefile.PL Hunk #1 succeeded at 90 (offset 2 lines). >>> perl-xml-libxml 2.0134 Configuring cd /tmp/instance-5/output-1/build/perl-xml-libxml-2.0134/ && if [ -f Build.PL ] && [ MB != "EUMM" ] ; then PERL_MM_USE_DEFAULT=1 PERL5LIB= PERL_USE_UNSAFE_INC=1 /tmp/instance-5/output-1/host/bin/perl Build.PL --config ar="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-ar" --config full_ar="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-ar" --config cc="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc" --config ccflags="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1" --config optimize=" " --config ld="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc" --config lddlflags="-shared " --config ldflags="" --include_dirs /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux/CORE --destdir /tmp/instance-5/output-1/target --installdirs vendor --install_path lib=/usr/lib/perl5/site_perl/5.36.0 --install_path arch=/usr/lib/perl5/site_perl/5.36.0/sh4a-linux --install_path bin=/usr/bin --install_path script=/usr/bin --install_path bindoc=/usr/share/man/man1 --install_path libdoc=/usr/share/man/man3 LIBS="-L /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib" INC="-I /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include/libxml2" NO_THREADS; else PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps PERL5LIB= PERL_USE_UNSAFE_INC=1 /tmp/instance-5/output-1/host/bin/perl Makefile.PL AR="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-ar" FULL_AR="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-ar" CC="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc" CCFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1" OPTIMIZE=" " LD="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc" LDDLFLAGS="-shared " LDFLAGS="" PERL_ARCHLIB=/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux DESTDIR=/tmp/instance-5/output-1/target INSTALLDIRS=vendor INSTALLVENDORLIB=/usr/lib/perl5/site_perl/5.36.0 INSTALLVENDORARCH=/usr/lib/perl5/site_perl/5.36.0/sh4a-linux INSTALLVENDORBIN=/usr/bin INSTALLVENDORSCRIPT=/usr/bin INSTALLVENDORMAN1DIR=/usr/share/man/man1 INSTALLVENDORMAN3DIR=/usr/share/man/man3 LIBS="-L /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib" INC="-I /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include/libxml2" NO_THREADS; fi enable native perl UTF8 Warning: prerequisite XML::NamespaceSupport 1.07 not found. Warning: prerequisite XML::SAX 0.11 not found. Warning: prerequisite XML::SAX::Base 0 not found. Warning: prerequisite XML::SAX::Exception 0 not found. Checking for ability to link against xml2...yes Checking if your kit is complete... Looks good Unrecognized argument in LIBS ignored: '/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib' Generating a Unix-style Makefile Writing Makefile for XML::LibXML Writing MYMETA.yml and MYMETA.json >>> perl-xml-libxml 2.0134 Building cd /tmp/instance-5/output-1/build/perl-xml-libxml-2.0134/ && if [ -f Build.PL ] && [ MB != "EUMM" ] ; then PERL5LIB= PERL_USE_UNSAFE_INC=1 /tmp/instance-5/output-1/host/bin/perl Build build; else /home/autobuild/make/make -j1 FIXIN=: pure_all; fi make[1]: Entering directory '/tmp/instance-5/output-1/build/perl-xml-libxml-2.0134' cp lib/XML/LibXML/Namespace.pod blib/lib/XML/LibXML/Namespace.pod cp lib/XML/LibXML/RegExp.pod blib/lib/XML/LibXML/RegExp.pod cp lib/XML/LibXML/Comment.pod blib/lib/XML/LibXML/Comment.pod cp lib/XML/LibXML/NodeList.pm blib/lib/XML/LibXML/NodeList.pm cp lib/XML/LibXML/Boolean.pm blib/lib/XML/LibXML/Boolean.pm cp lib/XML/LibXML/SAX/Parser.pm blib/lib/XML/LibXML/SAX/Parser.pm cp lib/XML/LibXML/Element.pod blib/lib/XML/LibXML/Element.pod cp lib/XML/LibXML/Reader.pm blib/lib/XML/LibXML/Reader.pm cp lib/XML/LibXML/DocumentFragment.pod blib/lib/XML/LibXML/DocumentFragment.pod cp lib/XML/LibXML/Devel.pm blib/lib/XML/LibXML/Devel.pm cp lib/XML/LibXML/Schema.pod blib/lib/XML/LibXML/Schema.pod cp lib/XML/LibXML/Reader.pod blib/lib/XML/LibXML/Reader.pod cp lib/XML/LibXML/DOM.pod blib/lib/XML/LibXML/DOM.pod cp lib/XML/LibXML/Common.pod blib/lib/XML/LibXML/Common.pod cp lib/XML/LibXML/SAX.pod blib/lib/XML/LibXML/SAX.pod cp lib/XML/LibXML/Number.pm blib/lib/XML/LibXML/Number.pm cp lib/XML/LibXML/Parser.pod blib/lib/XML/LibXML/Parser.pod cp lib/XML/LibXML/Error.pm blib/lib/XML/LibXML/Error.pm cp lib/XML/LibXML/Pattern.pod blib/lib/XML/LibXML/Pattern.pod cp lib/XML/LibXML/ErrNo.pod blib/lib/XML/LibXML/ErrNo.pod cp lib/XML/LibXML/Literal.pm blib/lib/XML/LibXML/Literal.pm cp LibXML.pod blib/lib/XML/LibXML.pod cp lib/XML/LibXML/Dtd.pod blib/lib/XML/LibXML/Dtd.pod cp lib/XML/LibXML/Document.pod blib/lib/XML/LibXML/Document.pod cp lib/XML/LibXML/Text.pod blib/lib/XML/LibXML/Text.pod cp lib/XML/LibXML/SAX/Builder.pm blib/lib/XML/LibXML/SAX/Builder.pm cp lib/XML/LibXML/Attr.pod blib/lib/XML/LibXML/Attr.pod cp lib/XML/LibXML/Node.pod blib/lib/XML/LibXML/Node.pod cp lib/XML/LibXML/SAX/Generator.pm blib/lib/XML/LibXML/SAX/Generator.pm cp lib/XML/LibXML/Common.pm blib/lib/XML/LibXML/Common.pm cp lib/XML/LibXML/PI.pod blib/lib/XML/LibXML/PI.pod cp lib/XML/LibXML/SAX.pm blib/lib/XML/LibXML/SAX.pm cp lib/XML/LibXML/AttributeHash.pm blib/lib/XML/LibXML/AttributeHash.pm cp lib/XML/LibXML/InputCallback.pod blib/lib/XML/LibXML/InputCallback.pod cp lib/XML/LibXML/ErrNo.pm blib/lib/XML/LibXML/ErrNo.pm cp lib/XML/LibXML/CDATASection.pod blib/lib/XML/LibXML/CDATASection.pod cp lib/XML/LibXML/Error.pod blib/lib/XML/LibXML/Error.pod cp lib/XML/LibXML/XPathContext.pm blib/lib/XML/LibXML/XPathContext.pm cp lib/XML/LibXML/SAX/Builder.pod blib/lib/XML/LibXML/SAX/Builder.pod cp lib/XML/LibXML/RelaxNG.pod blib/lib/XML/LibXML/RelaxNG.pod cp LibXML.pm blib/lib/XML/LibXML.pm cp lib/XML/LibXML/XPathExpression.pod blib/lib/XML/LibXML/XPathExpression.pod cp lib/XML/LibXML/XPathContext.pod blib/lib/XML/LibXML/XPathContext.pod Running Mkbootstrap for LibXML () chmod 644 "LibXML.bs" "/tmp/instance-5/output-1/host/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- LibXML.bs blib/arch/auto/XML/LibXML/LibXML.bs 644 /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -c -I /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -DVERSION=\"2.0134\" -DXS_VERSION=\"2.0134\" -fPIC "-I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux/CORE" -DHAVE_UTF8 Av_CharPtrPtr.c In file included from ../../host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux/CORE/perl.h:7247, from Av_CharPtrPtr.c:7: ../../host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux/CORE/sv_inline.h:519:1: warning: 'always_inline' function might not be inlinable [-Wattributes] 519 | Perl_newSV_type_mortal(pTHX_ const svtype type) | ^~~~~~~~~~~~~~~~~~~~~~ "/tmp/instance-5/output-1/host/bin/perl" "/tmp/instance-5/output-1/host/lib/perl5/5.36.0/ExtUtils/xsubpp" -typemap '/tmp/instance-5/output-1/host/lib/perl5/5.36.0/ExtUtils/typemap' -typemap '/tmp/instance-5/output-1/build/perl-xml-libxml-2.0134/typemap' Devel.xs > Devel.xsc mv Devel.xsc Devel.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -c -I /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -DVERSION=\"2.0134\" -DXS_VERSION=\"2.0134\" -fPIC "-I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux/CORE" -DHAVE_UTF8 Devel.c In file included from ../../host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux/CORE/perl.h:7247, from Devel.xs:20: ../../host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux/CORE/sv_inline.h:519:1: warning: 'always_inline' function might not be inlinable [-Wattributes] 519 | Perl_newSV_type_mortal(pTHX_ const svtype type) | ^~~~~~~~~~~~~~~~~~~~~~ "/tmp/instance-5/output-1/host/bin/perl" "/tmp/instance-5/output-1/host/lib/perl5/5.36.0/ExtUtils/xsubpp" -typemap '/tmp/instance-5/output-1/host/lib/perl5/5.36.0/ExtUtils/typemap' -typemap '/tmp/instance-5/output-1/build/perl-xml-libxml-2.0134/typemap' LibXML.xs > LibXML.xsc mv LibXML.xsc LibXML.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -c -I /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -DVERSION=\"2.0134\" -DXS_VERSION=\"2.0134\" -fPIC "-I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux/CORE" -DHAVE_UTF8 LibXML.c In file included from ../../host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux/CORE/perl.h:7247, from LibXML.xs:20: ../../host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux/CORE/sv_inline.h:519:1: warning: 'always_inline' function might not be inlinable [-Wattributes] 519 | Perl_newSV_type_mortal(pTHX_ const svtype type) | ^~~~~~~~~~~~~~~~~~~~~~ /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -c -I /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -DVERSION=\"2.0134\" -DXS_VERSION=\"2.0134\" -fPIC "-I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux/CORE" -DHAVE_UTF8 dom.c In file included from ../../host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux/CORE/perl.h:7247, from dom.h:28, from dom.c:9: ../../host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux/CORE/sv_inline.h:519:1: warning: 'always_inline' function might not be inlinable [-Wattributes] 519 | Perl_newSV_type_mortal(pTHX_ const svtype type) | ^~~~~~~~~~~~~~~~~~~~~~ /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -c -I /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -DVERSION=\"2.0134\" -DXS_VERSION=\"2.0134\" -fPIC "-I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux/CORE" -DHAVE_UTF8 perl-libxml-mm.c In file included from ../../host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux/CORE/perl.h:7247, from perl-libxml-mm.h:18, from perl-libxml-mm.c:26: ../../host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux/CORE/sv_inline.h:519:1: warning: 'always_inline' function might not be inlinable [-Wattributes] 519 | Perl_newSV_type_mortal(pTHX_ const svtype type) | ^~~~~~~~~~~~~~~~~~~~~~ /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -c -I /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -DVERSION=\"2.0134\" -DXS_VERSION=\"2.0134\" -fPIC "-I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux/CORE" -DHAVE_UTF8 perl-libxml-sax.c In file included from ../../host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux/CORE/perl.h:7247, from perl-libxml-sax.c:18: ../../host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux/CORE/sv_inline.h:519:1: warning: 'always_inline' function might not be inlinable [-Wattributes] 519 | Perl_newSV_type_mortal(pTHX_ const svtype type) | ^~~~~~~~~~~~~~~~~~~~~~ /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -c -I /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -DVERSION=\"2.0134\" -DXS_VERSION=\"2.0134\" -fPIC "-I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux/CORE" -DHAVE_UTF8 xpath.c In file included from ../../host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux/CORE/perl.h:7247, from dom.h:28, from xpath.c:16: ../../host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux/CORE/sv_inline.h:519:1: warning: 'always_inline' function might not be inlinable [-Wattributes] 519 | Perl_newSV_type_mortal(pTHX_ const svtype type) | ^~~~~~~~~~~~~~~~~~~~~~ rm -f blib/arch/auto/XML/LibXML/LibXML.so LD_RUN_PATH="/usr/lib/x86_64-linux-gnu" /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -shared Av_CharPtrPtr.o Devel.o LibXML.o dom.o perl-libxml-mm.o perl-libxml-sax.o xpath.o -o blib/arch/auto/XML/LibXML/LibXML.so \ -lxml2 -lz -lm \ chmod 755 blib/arch/auto/XML/LibXML/LibXML.so make[1]: Leaving directory '/tmp/instance-5/output-1/build/perl-xml-libxml-2.0134' >>> perl-xml-libxml 2.0134 Installing to target cd /tmp/instance-5/output-1/build/perl-xml-libxml-2.0134/ && if [ -f Build.PL ] && [ MB != "EUMM" ] ; then PERL5LIB= PERL_USE_UNSAFE_INC=1 /tmp/instance-5/output-1/host/bin/perl Build install; else /home/autobuild/make/make -j1 pure_install; fi make[1]: Entering directory '/tmp/instance-5/output-1/build/perl-xml-libxml-2.0134' "/tmp/instance-5/output-1/host/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- LibXML.bs blib/arch/auto/XML/LibXML/LibXML.bs 644 Manifying 34 pod documents Files found in blib/arch: installing files in blib/lib into architecture dependent library tree Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/sh4a-linux/auto/XML/LibXML/LibXML.so Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/sh4a-linux/XML/LibXML.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/sh4a-linux/XML/LibXML.pod Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/sh4a-linux/XML/LibXML/XPathContext.pod Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/sh4a-linux/XML/LibXML/XPathExpression.pod Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/sh4a-linux/XML/LibXML/RelaxNG.pod Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/sh4a-linux/XML/LibXML/XPathContext.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/sh4a-linux/XML/LibXML/Error.pod Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/sh4a-linux/XML/LibXML/CDATASection.pod Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/sh4a-linux/XML/LibXML/ErrNo.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/sh4a-linux/XML/LibXML/InputCallback.pod Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/sh4a-linux/XML/LibXML/AttributeHash.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/sh4a-linux/XML/LibXML/SAX.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/sh4a-linux/XML/LibXML/PI.pod Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/sh4a-linux/XML/LibXML/Common.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/sh4a-linux/XML/LibXML/Node.pod Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/sh4a-linux/XML/LibXML/Attr.pod Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/sh4a-linux/XML/LibXML/Text.pod Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/sh4a-linux/XML/LibXML/Document.pod Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/sh4a-linux/XML/LibXML/Dtd.pod Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/sh4a-linux/XML/LibXML/Literal.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/sh4a-linux/XML/LibXML/ErrNo.pod Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/sh4a-linux/XML/LibXML/Pattern.pod Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/sh4a-linux/XML/LibXML/Error.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/sh4a-linux/XML/LibXML/Parser.pod Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/sh4a-linux/XML/LibXML/Number.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/sh4a-linux/XML/LibXML/SAX.pod Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/sh4a-linux/XML/LibXML/Common.pod Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/sh4a-linux/XML/LibXML/DOM.pod Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/sh4a-linux/XML/LibXML/Reader.pod Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/sh4a-linux/XML/LibXML/Schema.pod Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/sh4a-linux/XML/LibXML/Devel.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/sh4a-linux/XML/LibXML/DocumentFragment.pod Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/sh4a-linux/XML/LibXML/Reader.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/sh4a-linux/XML/LibXML/Element.pod Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/sh4a-linux/XML/LibXML/Boolean.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/sh4a-linux/XML/LibXML/NodeList.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/sh4a-linux/XML/LibXML/Comment.pod Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/sh4a-linux/XML/LibXML/RegExp.pod Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/sh4a-linux/XML/LibXML/Namespace.pod Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/sh4a-linux/XML/LibXML/SAX/Builder.pod Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/sh4a-linux/XML/LibXML/SAX/Generator.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/sh4a-linux/XML/LibXML/SAX/Builder.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/sh4a-linux/XML/LibXML/SAX/Parser.pm Installing /tmp/instance-5/output-1/target/usr/share/man/man3/XML::LibXML::XPathExpression.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/XML::LibXML::XPathContext.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/XML::LibXML::Text.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/XML::LibXML::Schema.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/XML::LibXML::SAX::Generator.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/XML::LibXML::SAX::Builder.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/XML::LibXML::SAX.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/XML::LibXML::RelaxNG.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/XML::LibXML::RegExp.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/XML::LibXML::Reader.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/XML::LibXML::Pattern.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/XML::LibXML::Parser.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/XML::LibXML::PI.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/XML::LibXML::Number.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/XML::LibXML::NodeList.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/XML::LibXML::Node.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/XML::LibXML::Namespace.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/XML::LibXML::Literal.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/XML::LibXML::InputCallback.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/XML::LibXML::Error.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/XML::LibXML::ErrNo.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/XML::LibXML::Element.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/XML::LibXML::Dtd.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/XML::LibXML::DocumentFragment.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/XML::LibXML::Document.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/XML::LibXML::Devel.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/XML::LibXML::DOM.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/XML::LibXML::Common.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/XML::LibXML::Comment.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/XML::LibXML::CDATASection.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/XML::LibXML::Boolean.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/XML::LibXML::AttributeHash.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/XML::LibXML::Attr.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/XML::LibXML.3 make[1]: Leaving directory '/tmp/instance-5/output-1/build/perl-xml-libxml-2.0134' >>> perl-xml-namespacesupport 1.12 Downloading wget --passive-ftp -nd -t 3 -O '/tmp/instance-5/output-1/build/.XML-NamespaceSupport-1.12.tar.gz.QlhhmZ/output' 'https://cpan.metacpan.org/authors/id/P/PE/PERIGRIN/XML-NamespaceSupport-1.12.tar.gz' --2023-02-20 00:28:36-- https://cpan.metacpan.org/authors/id/P/PE/PERIGRIN/XML-NamespaceSupport-1.12.tar.gz Resolving cpan.metacpan.org (cpan.metacpan.org)... 151.101.2.217, 151.101.66.217, 151.101.130.217, ... Connecting to cpan.metacpan.org (cpan.metacpan.org)|151.101.2.217|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 18012 (18K) [application/x-gzip] Saving to: '/tmp/instance-5/output-1/build/.XML-NamespaceSupport-1.12.tar.gz.QlhhmZ/output' 0K .......... ....... 100% 111M=0s 2023-02-20 00:28:36 (111 MB/s) - '/tmp/instance-5/output-1/build/.XML-NamespaceSupport-1.12.tar.gz.QlhhmZ/output' saved [18012/18012] XML-NamespaceSupport-1.12.tar.gz: OK (md5: a8916c6d095bcf073e1108af02e78c97) XML-NamespaceSupport-1.12.tar.gz: OK (sha256: 47e995859f8dd0413aa3f22d350c4a62da652e854267aa0586ae544ae2bae5ef) >>> perl-xml-namespacesupport 1.12 Extracting gzip -d -c /tmp/instance-5/dl/perl-xml-namespacesupport/XML-NamespaceSupport-1.12.tar.gz | tar --strip-components=1 -C /tmp/instance-5/output-1/build/perl-xml-namespacesupport-1.12 -xf - >>> perl-xml-namespacesupport 1.12 Patching >>> perl-xml-namespacesupport 1.12 Configuring cd /tmp/instance-5/output-1/build/perl-xml-namespacesupport-1.12/ && if [ -f Build.PL ] && [ MB != "EUMM" ] ; then PERL_MM_USE_DEFAULT=1 PERL5LIB= PERL_USE_UNSAFE_INC=1 /tmp/instance-5/output-1/host/bin/perl Build.PL --config ar="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-ar" --config full_ar="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-ar" --config cc="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc" --config ccflags="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1" --config optimize=" " --config ld="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc" --config lddlflags="-shared " --config ldflags="" --include_dirs /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux/CORE --destdir /tmp/instance-5/output-1/target --installdirs vendor --install_path lib=/usr/lib/perl5/site_perl/5.36.0 --install_path arch=/usr/lib/perl5/site_perl/5.36.0/sh4a-linux --install_path bin=/usr/bin --install_path script=/usr/bin --install_path bindoc=/usr/share/man/man1 --install_path libdoc=/usr/share/man/man3 ; else PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps PERL5LIB= PERL_USE_UNSAFE_INC=1 /tmp/instance-5/output-1/host/bin/perl Makefile.PL AR="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-ar" FULL_AR="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-ar" CC="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc" CCFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1" OPTIMIZE=" " LD="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc" LDDLFLAGS="-shared " LDFLAGS="" PERL_ARCHLIB=/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux DESTDIR=/tmp/instance-5/output-1/target INSTALLDIRS=vendor INSTALLVENDORLIB=/usr/lib/perl5/site_perl/5.36.0 INSTALLVENDORARCH=/usr/lib/perl5/site_perl/5.36.0/sh4a-linux INSTALLVENDORBIN=/usr/bin INSTALLVENDORSCRIPT=/usr/bin INSTALLVENDORMAN1DIR=/usr/share/man/man1 INSTALLVENDORMAN3DIR=/usr/share/man/man3 ; fi Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for XML::NamespaceSupport Writing MYMETA.yml and MYMETA.json >>> perl-xml-namespacesupport 1.12 Building cd /tmp/instance-5/output-1/build/perl-xml-namespacesupport-1.12/ && if [ -f Build.PL ] && [ MB != "EUMM" ] ; then PERL5LIB= PERL_USE_UNSAFE_INC=1 /tmp/instance-5/output-1/host/bin/perl Build build; else /home/autobuild/make/make -j1 FIXIN=: pure_all; fi make[1]: Entering directory '/tmp/instance-5/output-1/build/perl-xml-namespacesupport-1.12' cp lib/XML/NamespaceSupport.pm blib/lib/XML/NamespaceSupport.pm make[1]: Leaving directory '/tmp/instance-5/output-1/build/perl-xml-namespacesupport-1.12' >>> perl-xml-namespacesupport 1.12 Installing to target cd /tmp/instance-5/output-1/build/perl-xml-namespacesupport-1.12/ && if [ -f Build.PL ] && [ MB != "EUMM" ] ; then PERL5LIB= PERL_USE_UNSAFE_INC=1 /tmp/instance-5/output-1/host/bin/perl Build install; else /home/autobuild/make/make -j1 pure_install; fi make[1]: Entering directory '/tmp/instance-5/output-1/build/perl-xml-namespacesupport-1.12' Manifying 1 pod document Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/XML/NamespaceSupport.pm Installing /tmp/instance-5/output-1/target/usr/share/man/man3/XML::NamespaceSupport.3 make[1]: Leaving directory '/tmp/instance-5/output-1/build/perl-xml-namespacesupport-1.12' >>> perl-xml-sax-base 1.09 Downloading wget --passive-ftp -nd -t 3 -O '/tmp/instance-5/output-1/build/.XML-SAX-Base-1.09.tar.gz.2xfUj6/output' 'https://cpan.metacpan.org/authors/id/G/GR/GRANTM/XML-SAX-Base-1.09.tar.gz' --2023-02-20 00:28:39-- https://cpan.metacpan.org/authors/id/G/GR/GRANTM/XML-SAX-Base-1.09.tar.gz Resolving cpan.metacpan.org (cpan.metacpan.org)... 151.101.194.217, 151.101.130.217, 151.101.66.217, ... Connecting to cpan.metacpan.org (cpan.metacpan.org)|151.101.194.217|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 28215 (28K) [application/x-gzip] Saving to: '/tmp/instance-5/output-1/build/.XML-SAX-Base-1.09.tar.gz.2xfUj6/output' 0K .......... .......... ....... 100% 23.9M=0.001s 2023-02-20 00:28:39 (23.9 MB/s) - '/tmp/instance-5/output-1/build/.XML-SAX-Base-1.09.tar.gz.2xfUj6/output' saved [28215/28215] XML-SAX-Base-1.09.tar.gz: OK (md5: ec347a14065dd7aec7d9fb181b2d7946) XML-SAX-Base-1.09.tar.gz: OK (sha256: 66cb355ba4ef47c10ca738bd35999723644386ac853abbeb5132841f5e8a2ad0) >>> perl-xml-sax-base 1.09 Extracting gzip -d -c /tmp/instance-5/dl/perl-xml-sax-base/XML-SAX-Base-1.09.tar.gz | tar --strip-components=1 -C /tmp/instance-5/output-1/build/perl-xml-sax-base-1.09 -xf - >>> perl-xml-sax-base 1.09 Patching >>> perl-xml-sax-base 1.09 Configuring cd /tmp/instance-5/output-1/build/perl-xml-sax-base-1.09/ && if [ -f Build.PL ] && [ MB != "EUMM" ] ; then PERL_MM_USE_DEFAULT=1 PERL5LIB= PERL_USE_UNSAFE_INC=1 /tmp/instance-5/output-1/host/bin/perl Build.PL --config ar="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-ar" --config full_ar="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-ar" --config cc="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc" --config ccflags="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1" --config optimize=" " --config ld="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc" --config lddlflags="-shared " --config ldflags="" --include_dirs /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux/CORE --destdir /tmp/instance-5/output-1/target --installdirs vendor --install_path lib=/usr/lib/perl5/site_perl/5.36.0 --install_path arch=/usr/lib/perl5/site_perl/5.36.0/sh4a-linux --install_path bin=/usr/bin --install_path script=/usr/bin --install_path bindoc=/usr/share/man/man1 --install_path libdoc=/usr/share/man/man3 ; else PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps PERL5LIB= PERL_USE_UNSAFE_INC=1 /tmp/instance-5/output-1/host/bin/perl Makefile.PL AR="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-ar" FULL_AR="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-ar" CC="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc" CCFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1" OPTIMIZE=" " LD="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc" LDDLFLAGS="-shared " LDFLAGS="" PERL_ARCHLIB=/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux DESTDIR=/tmp/instance-5/output-1/target INSTALLDIRS=vendor INSTALLVENDORLIB=/usr/lib/perl5/site_perl/5.36.0 INSTALLVENDORARCH=/usr/lib/perl5/site_perl/5.36.0/sh4a-linux INSTALLVENDORBIN=/usr/bin INSTALLVENDORSCRIPT=/usr/bin INSTALLVENDORMAN1DIR=/usr/share/man/man1 INSTALLVENDORMAN3DIR=/usr/share/man/man3 ; fi Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for XML::SAX::Base Writing MYMETA.yml and MYMETA.json >>> perl-xml-sax-base 1.09 Building cd /tmp/instance-5/output-1/build/perl-xml-sax-base-1.09/ && if [ -f Build.PL ] && [ MB != "EUMM" ] ; then PERL5LIB= PERL_USE_UNSAFE_INC=1 /tmp/instance-5/output-1/host/bin/perl Build build; else /home/autobuild/make/make -j1 FIXIN=: pure_all; fi make[1]: Entering directory '/tmp/instance-5/output-1/build/perl-xml-sax-base-1.09' cp lib/XML/SAX/Base.pm blib/lib/XML/SAX/Base.pm cp lib/XML/SAX/Exception.pm blib/lib/XML/SAX/Exception.pm cp BuildSAXBase.pl blib/lib/XML/SAX/BuildSAXBase.pl make[1]: Leaving directory '/tmp/instance-5/output-1/build/perl-xml-sax-base-1.09' >>> perl-xml-sax-base 1.09 Installing to target cd /tmp/instance-5/output-1/build/perl-xml-sax-base-1.09/ && if [ -f Build.PL ] && [ MB != "EUMM" ] ; then PERL5LIB= PERL_USE_UNSAFE_INC=1 /tmp/instance-5/output-1/host/bin/perl Build install; else /home/autobuild/make/make -j1 pure_install; fi make[1]: Entering directory '/tmp/instance-5/output-1/build/perl-xml-sax-base-1.09' Manifying 3 pod documents Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/XML/SAX/BuildSAXBase.pl Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/XML/SAX/Exception.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/XML/SAX/Base.pm Installing /tmp/instance-5/output-1/target/usr/share/man/man3/XML::SAX::Exception.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/XML::SAX::Base.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/XML::SAX::BuildSAXBase.3 make[1]: Leaving directory '/tmp/instance-5/output-1/build/perl-xml-sax-base-1.09' >>> perl-xml-sax 1.02 Downloading wget --passive-ftp -nd -t 3 -O '/tmp/instance-5/output-1/build/.XML-SAX-1.02.tar.gz.Vic3pT/output' 'https://cpan.metacpan.org/authors/id/G/GR/GRANTM/XML-SAX-1.02.tar.gz' --2023-02-20 00:28:42-- https://cpan.metacpan.org/authors/id/G/GR/GRANTM/XML-SAX-1.02.tar.gz Resolving cpan.metacpan.org (cpan.metacpan.org)... 151.101.2.217, 151.101.194.217, 151.101.130.217, ... Connecting to cpan.metacpan.org (cpan.metacpan.org)|151.101.2.217|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 47318 (46K) [application/x-gzip] Saving to: '/tmp/instance-5/output-1/build/.XML-SAX-1.02.tar.gz.Vic3pT/output' 0K .......... .......... .......... .......... ...... 100% 18.7M=0.002s 2023-02-20 00:28:42 (18.7 MB/s) - '/tmp/instance-5/output-1/build/.XML-SAX-1.02.tar.gz.Vic3pT/output' saved [47318/47318] XML-SAX-1.02.tar.gz: OK (md5: b62e3754523695c7f5bbcafa3676a38d) XML-SAX-1.02.tar.gz: OK (sha256: 4506c387043aa6a77b455f00f57409f3720aa7e553495ab2535263b4ed1ea12a) >>> perl-xml-sax 1.02 Extracting gzip -d -c /tmp/instance-5/dl/perl-xml-sax/XML-SAX-1.02.tar.gz | tar --strip-components=1 -C /tmp/instance-5/output-1/build/perl-xml-sax-1.02 -xf - >>> perl-xml-sax 1.02 Patching >>> perl-xml-sax 1.02 Configuring cd /tmp/instance-5/output-1/build/perl-xml-sax-1.02/ && if [ -f Build.PL ] && [ MB != "EUMM" ] ; then PERL_MM_USE_DEFAULT=1 PERL5LIB= PERL_USE_UNSAFE_INC=1 /tmp/instance-5/output-1/host/bin/perl Build.PL --config ar="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-ar" --config full_ar="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-ar" --config cc="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc" --config ccflags="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1" --config optimize=" " --config ld="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc" --config lddlflags="-shared " --config ldflags="" --include_dirs /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux/CORE --destdir /tmp/instance-5/output-1/target --installdirs vendor --install_path lib=/usr/lib/perl5/site_perl/5.36.0 --install_path arch=/usr/lib/perl5/site_perl/5.36.0/sh4a-linux --install_path bin=/usr/bin --install_path script=/usr/bin --install_path bindoc=/usr/share/man/man1 --install_path libdoc=/usr/share/man/man3 ; else PERL_MM_USE_DEFAULT=1 PERL_AUTOINSTALL=--skipdeps PERL5LIB= PERL_USE_UNSAFE_INC=1 /tmp/instance-5/output-1/host/bin/perl Makefile.PL AR="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-ar" FULL_AR="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-ar" CC="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc" CCFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1" OPTIMIZE=" " LD="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc" LDDLFLAGS="-shared " LDFLAGS="" PERL_ARCHLIB=/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/perl5/5.36.0/sh4a-linux DESTDIR=/tmp/instance-5/output-1/target INSTALLDIRS=vendor INSTALLVENDORLIB=/usr/lib/perl5/site_perl/5.36.0 INSTALLVENDORARCH=/usr/lib/perl5/site_perl/5.36.0/sh4a-linux INSTALLVENDORBIN=/usr/bin INSTALLVENDORSCRIPT=/usr/bin INSTALLVENDORMAN1DIR=/usr/share/man/man1 INSTALLVENDORMAN3DIR=/usr/share/man/man3 ; fi Warning: prerequisite XML::NamespaceSupport 0.03 not found. Warning: prerequisite XML::SAX::Base 1.05 not found. Checking if your kit is complete... Looks good Generating a Unix-style Makefile Writing Makefile for XML::SAX Writing MYMETA.yml and MYMETA.json >>> perl-xml-sax 1.02 Building cd /tmp/instance-5/output-1/build/perl-xml-sax-1.02/ && if [ -f Build.PL ] && [ MB != "EUMM" ] ; then PERL5LIB= PERL_USE_UNSAFE_INC=1 /tmp/instance-5/output-1/host/bin/perl Build build; else /home/autobuild/make/make -j1 FIXIN=: pure_all; fi make[1]: Entering directory '/tmp/instance-5/output-1/build/perl-xml-sax-1.02' cp lib/XML/SAX.pm blib/lib/XML/SAX.pm cp lib/XML/SAX/PurePerl/Reader/String.pm blib/lib/XML/SAX/PurePerl/Reader/String.pm cp lib/XML/SAX/PurePerl/DocType.pm blib/lib/XML/SAX/PurePerl/DocType.pm cp lib/XML/SAX/PurePerl/NoUnicodeExt.pm blib/lib/XML/SAX/PurePerl/NoUnicodeExt.pm cp lib/XML/SAX/PurePerl/UnicodeExt.pm blib/lib/XML/SAX/PurePerl/UnicodeExt.pm cp lib/XML/SAX/PurePerl/DTDDecls.pm blib/lib/XML/SAX/PurePerl/DTDDecls.pm cp lib/XML/SAX/PurePerl/Reader/NoUnicodeExt.pm blib/lib/XML/SAX/PurePerl/Reader/NoUnicodeExt.pm cp lib/XML/SAX/PurePerl/Productions.pm blib/lib/XML/SAX/PurePerl/Productions.pm cp lib/XML/SAX/PurePerl.pm blib/lib/XML/SAX/PurePerl.pm cp lib/XML/SAX/PurePerl/Reader/URI.pm blib/lib/XML/SAX/PurePerl/Reader/URI.pm cp lib/XML/SAX/DocumentLocator.pm blib/lib/XML/SAX/DocumentLocator.pm cp lib/XML/SAX/PurePerl/Reader.pm blib/lib/XML/SAX/PurePerl/Reader.pm cp lib/XML/SAX/Intro.pod blib/lib/XML/SAX/Intro.pod cp lib/XML/SAX/PurePerl/DebugHandler.pm blib/lib/XML/SAX/PurePerl/DebugHandler.pm cp lib/XML/SAX/PurePerl/Reader/Stream.pm blib/lib/XML/SAX/PurePerl/Reader/Stream.pm cp lib/XML/SAX/ParserFactory.pm blib/lib/XML/SAX/ParserFactory.pm cp lib/XML/SAX/PurePerl/EncodingDetect.pm blib/lib/XML/SAX/PurePerl/EncodingDetect.pm cp lib/XML/SAX/PurePerl/Reader/UnicodeExt.pm blib/lib/XML/SAX/PurePerl/Reader/UnicodeExt.pm cp lib/XML/SAX/PurePerl/XMLDecl.pm blib/lib/XML/SAX/PurePerl/XMLDecl.pm cp lib/XML/SAX/PurePerl/Exception.pm blib/lib/XML/SAX/PurePerl/Exception.pm make[1]: Leaving directory '/tmp/instance-5/output-1/build/perl-xml-sax-1.02' >>> perl-xml-sax 1.02 Installing to target cd /tmp/instance-5/output-1/build/perl-xml-sax-1.02/ && if [ -f Build.PL ] && [ MB != "EUMM" ] ; then PERL5LIB= PERL_USE_UNSAFE_INC=1 /tmp/instance-5/output-1/host/bin/perl Build install; else /home/autobuild/make/make -j1 pure_install; fi make[1]: Entering directory '/tmp/instance-5/output-1/build/perl-xml-sax-1.02' Manifying 6 pod documents Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/XML/SAX.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/XML/SAX/ParserFactory.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/XML/SAX/Intro.pod Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/XML/SAX/DocumentLocator.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/XML/SAX/PurePerl.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/XML/SAX/PurePerl/Exception.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/XML/SAX/PurePerl/XMLDecl.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/XML/SAX/PurePerl/EncodingDetect.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/XML/SAX/PurePerl/DebugHandler.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/XML/SAX/PurePerl/Reader.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/XML/SAX/PurePerl/Productions.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/XML/SAX/PurePerl/DTDDecls.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/XML/SAX/PurePerl/UnicodeExt.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/XML/SAX/PurePerl/NoUnicodeExt.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/XML/SAX/PurePerl/DocType.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/XML/SAX/PurePerl/Reader/UnicodeExt.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/XML/SAX/PurePerl/Reader/Stream.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/XML/SAX/PurePerl/Reader/URI.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/XML/SAX/PurePerl/Reader/NoUnicodeExt.pm Installing /tmp/instance-5/output-1/target/usr/lib/perl5/site_perl/5.36.0/XML/SAX/PurePerl/Reader/String.pm Installing /tmp/instance-5/output-1/target/usr/share/man/man3/XML::SAX::PurePerl::Reader.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/XML::SAX::PurePerl.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/XML::SAX::ParserFactory.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/XML::SAX::Intro.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/XML::SAX::DocumentLocator.3 Installing /tmp/instance-5/output-1/target/usr/share/man/man3/XML::SAX.3 make[1]: Leaving directory '/tmp/instance-5/output-1/build/perl-xml-sax-1.02' pcre-8.45.tar.bz2: OK (sha256: 4dae6fdcd2bb0bb6c37b5f97c33c2be954da743985369cddac3546e3218bffb8) >>> host-pcre 8.45 Extracting bzcat /tmp/instance-5/dl/pcre/pcre-8.45.tar.bz2 | tar --strip-components=1 -C /tmp/instance-5/output-1/build/host-pcre-8.45 -xf - >>> host-pcre 8.45 Patching Applying 0001-Kill-compatibility-bits.patch using patch: patching file pcrecpp.cc Applying 0002-Disable-C-unit-tests.patch using patch: patching file Makefile.in >>> host-pcre 8.45 Updating config.sub and config.guess for file in config.guess config.sub; do for i in $(find /tmp/instance-5/output-1/build/host-pcre-8.45 -name $file); do cp support/gnuconfig/$file $i; done; done >>> host-pcre 8.45 Patching libtool patching file /tmp/instance-5/output-1/build/host-pcre-8.45/ltmain.sh Hunk #1 succeeded at 2908 (offset 221 lines). Hunk #2 succeeded at 4498 (offset 221 lines). Hunk #3 succeeded at 6794 (offset 240 lines). Hunk #4 succeeded at 6804 (offset 240 lines). Hunk #5 succeeded at 7097 (offset 240 lines). Hunk #6 succeeded at 7389 (offset 240 lines). Hunk #7 succeeded at 8359 (offset 247 lines). Hunk #8 succeeded at 10991 (offset 281 lines). >>> host-pcre 8.45 Configuring (cd /tmp/instance-5/output-1/build/host-pcre-8.45/ && rm -rf config.cache; PATH="/tmp/instance-5/output-1/host/bin:/tmp/instance-5/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PKG_CONFIG="/tmp/instance-5/output-1/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/tmp/instance-5/output-1/host/lib/pkgconfig:/tmp/instance-5/output-1/host/share/pkgconfig" AR="/usr/bin/ar" AS="/usr/bin/as" LD="/usr/bin/ld" NM="/usr/bin/nm" CC="/tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc" GCC="/tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc" CXX="/tmp/instance-5/output-1/host/bin/ccache /usr/bin/g++" CPP="/usr/bin/cpp" OBJCOPY="/usr/bin/objcopy" RANLIB="/usr/bin/ranlib" CPPFLAGS="-I/tmp/instance-5/output-1/host/include" CFLAGS="-O2 -I/tmp/instance-5/output-1/host/include" CXXFLAGS="-O2 -I/tmp/instance-5/output-1/host/include" LDFLAGS="-L/tmp/instance-5/output-1/host/lib -Wl,-rpath,/tmp/instance-5/output-1/host/lib" INTLTOOL_PERL=/usr/bin/perl CFLAGS="-O2 -I/tmp/instance-5/output-1/host/include" LDFLAGS="-L/tmp/instance-5/output-1/host/lib -Wl,-rpath,/tmp/instance-5/output-1/host/lib" CONFIG_SITE=/dev/null ./configure --prefix="/tmp/instance-5/output-1/host" --sysconfdir="/tmp/instance-5/output-1/host/etc" --localstatedir="/tmp/instance-5/output-1/host/var" --enable-shared --disable-static --disable-gtk-doc --disable-gtk-doc-html --disable-doc --disable-docs --disable-documentation --disable-debug --with-xmlto=no --with-fop=no --disable-nls --disable-dependency-tracking --enable-unicode-properties ) configure: WARNING: unrecognized options: --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --disable-debug, --with-xmlto, --with-fop, --disable-nls checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes 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 whether make supports nested variables... (cached) yes checking whether make supports the include directive... yes (GNU style) checking for gcc... /tmp/instance-5/output-1/host/bin/ccache /usr/bin/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... no checking for suffix of object files... o checking whether the compiler supports GNU C... yes checking whether /tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc accepts -g... yes checking for /tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc option to enable C11 features... none needed checking whether /tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc understands -c and -o together... yes checking dependency style of /tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc... none checking the archiver (/usr/bin/ar) interface... ar checking for gcc... (cached) /tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc checking whether the compiler supports GNU C... (cached) yes checking whether /tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc accepts -g... (cached) yes checking for /tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc option to enable C11 features... (cached) none needed checking whether /tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc understands -c and -o together... (cached) yes checking dependency style of /tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc... (cached) none checking whether the compiler supports GNU C++... yes checking whether /tmp/instance-5/output-1/host/bin/ccache /usr/bin/g++ accepts -g... yes checking for /tmp/instance-5/output-1/host/bin/ccache /usr/bin/g++ option to enable C++11 features... none needed checking dependency style of /tmp/instance-5/output-1/host/bin/ccache /usr/bin/g++... none 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 int64_t... yes checking build system type... x86_64-pc-linux-gnu checking host system type... x86_64-pc-linux-gnu checking how to print strings... printf checking for a sed that does not truncate output... /usr/bin/sed checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for fgrep... /usr/bin/grep -F checking for ld used by /tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm checking the name lister (/usr/bin/nm) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 1572864 checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop checking for /usr/bin/ld option to reload object files... -r checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for dlltool... dlltool checking how to associate runtime and link libraries... printf %s\n checking for archiver @FILE support... @ checking for strip... strip checking for ranlib... /usr/bin/ranlib checking command to parse /usr/bin/nm output from /tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc object... ok checking for sysroot... no checking for a working dd... /usr/bin/dd checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1 checking for mt... mt checking if mt is a manifest tool... no checking for dlfcn.h... yes checking for objdir... .libs checking if /tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc supports -fno-rtti -fno-exceptions... no checking for /tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc option to produce PIC... -fPIC -DPIC checking if /tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc PIC flag -fPIC -DPIC works... yes checking if /tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc static flag -static works... yes checking if /tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc supports -c -o file.o... yes checking if /tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc supports -c -o file.o... (cached) yes checking whether the /tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no checking how to run the C++ preprocessor... /tmp/instance-5/output-1/host/bin/ccache /usr/bin/g++ -E checking for ld used by /tmp/instance-5/output-1/host/bin/ccache /usr/bin/g++... /usr/bin/ld -m elf_x86_64 checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes checking whether the /tmp/instance-5/output-1/host/bin/ccache /usr/bin/g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking for /tmp/instance-5/output-1/host/bin/ccache /usr/bin/g++ option to produce PIC... -fPIC -DPIC checking if /tmp/instance-5/output-1/host/bin/ccache /usr/bin/g++ PIC flag -fPIC -DPIC works... yes checking if /tmp/instance-5/output-1/host/bin/ccache /usr/bin/g++ static flag -static works... yes checking if /tmp/instance-5/output-1/host/bin/ccache /usr/bin/g++ supports -c -o file.o... yes checking if /tmp/instance-5/output-1/host/bin/ccache /usr/bin/g++ supports -c -o file.o... (cached) yes checking whether the /tmp/instance-5/output-1/host/bin/ccache /usr/bin/g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking dynamic linker characteristics... (cached) GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether ln -s works... yes checking whether the -Werror option is usable... yes checking for simple visibility declarations... yes checking for egrep... (cached) /usr/bin/grep -E checking for limits.h... yes checking for sys/types.h... (cached) yes checking for sys/stat.h... (cached) yes checking for dirent.h... yes checking for windows.h... no checking for alias support in the linker... no checking for alias support in the linker... no checking for string... yes checking for bits/type_traits.h... no checking for type_traits.h... no checking for strtoq... yes checking for long long... yes checking for unsigned long long... yes checking for an ANSI C-conforming const... yes checking for size_t... yes checking for bcopy... yes checking for memmove... yes checking for strerror... yes checking for zlib.h... yes checking for gzopen in -lz... yes checking for bzlib.h... yes checking for libbz2... yes checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating libpcre.pc config.status: creating libpcre16.pc config.status: creating libpcre32.pc config.status: creating libpcreposix.pc config.status: creating libpcrecpp.pc config.status: creating pcre-config config.status: creating pcre.h config.status: creating pcre_stringpiece.h config.status: creating pcrecpparg.h config.status: creating config.h config.status: executing depfiles commands config.status: executing libtool commands config.status: executing script-chmod commands config.status: executing delete-old-chartables commands configure: WARNING: unrecognized options: --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --disable-debug, --with-xmlto, --with-fop, --disable-nls pcre-8.45 configuration summary: Install prefix .................. : /tmp/instance-5/output-1/host C preprocessor .................. : /usr/bin/cpp C compiler ...................... : /tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc C++ preprocessor ................ : /tmp/instance-5/output-1/host/bin/ccache /usr/bin/g++ -E C++ compiler .................... : /tmp/instance-5/output-1/host/bin/ccache /usr/bin/g++ Linker .......................... : /usr/bin/ld -m elf_x86_64 C preprocessor flags ............ : -I/tmp/instance-5/output-1/host/include C compiler flags ................ : -O2 -I/tmp/instance-5/output-1/host/include -fvisibility=hidden C++ compiler flags .............. : -O2 -I/tmp/instance-5/output-1/host/include -fvisibility=hidden -fvisibility-inlines-hidden Linker flags .................... : -L/tmp/instance-5/output-1/host/lib -Wl,-rpath,/tmp/instance-5/output-1/host/lib Extra libraries ................. : Build 8 bit pcre library ........ : yes Build 16 bit pcre library ....... : no Build 32 bit pcre library ....... : no Build C++ library ............... : yes Enable JIT compiling support .... : no Enable UTF-8/16/32 support ...... : yes Unicode properties .............. : yes Newline char/sequence ........... : lf \R matches only ANYCRLF ......... : no EBCDIC coding ................... : no EBCDIC code for NL .............. : n/a Rebuild char tables ............. : no Use stack recursion ............. : yes POSIX mem threshold ............. : 10 Internal link size .............. : 2 Nested parentheses limit ........ : 250 Match limit ..................... : 10000000 Match limit recursion ........... : MATCH_LIMIT Build shared libs ............... : yes Build static libs ............... : no Use JIT in pcregrep ............. : no Buffer size for pcregrep ........ : 20480 Link pcregrep with libz ......... : no Link pcregrep with libbz2 ....... : no Link pcretest with libedit ...... : no Link pcretest with libreadline .. : no Valgrind support ................ : no Code coverage ................... : no >>> host-pcre 8.45 Building PATH="/tmp/instance-5/output-1/host/bin:/tmp/instance-5/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PKG_CONFIG="/tmp/instance-5/output-1/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/tmp/instance-5/output-1/host/lib/pkgconfig:/tmp/instance-5/output-1/host/share/pkgconfig" /home/autobuild/make/make -j1 -C /tmp/instance-5/output-1/build/host-pcre-8.45/ make[1]: Entering directory '/tmp/instance-5/output-1/build/host-pcre-8.45' rm -f pcre_chartables.c ln -s ./pcre_chartables.c.dist pcre_chartables.c /home/autobuild/make/make all-am make[2]: Entering directory '/tmp/instance-5/output-1/build/host-pcre-8.45' CC pcretest-pcretest.o CC pcretest-pcre_printint.o CC libpcre_la-pcre_byte_order.lo CC libpcre_la-pcre_compile.lo CC libpcre_la-pcre_config.lo CC libpcre_la-pcre_dfa_exec.lo CC libpcre_la-pcre_exec.lo CC libpcre_la-pcre_fullinfo.lo CC libpcre_la-pcre_get.lo CC libpcre_la-pcre_globals.lo CC libpcre_la-pcre_jit_compile.lo CC libpcre_la-pcre_maketables.lo CC libpcre_la-pcre_newline.lo CC libpcre_la-pcre_ord2utf8.lo CC libpcre_la-pcre_refcount.lo CC libpcre_la-pcre_string_utils.lo CC libpcre_la-pcre_study.lo CC libpcre_la-pcre_tables.lo CC libpcre_la-pcre_ucd.lo CC libpcre_la-pcre_valid_utf8.lo CC libpcre_la-pcre_version.lo CC libpcre_la-pcre_xclass.lo CC libpcre_la-pcre_chartables.lo CCLD libpcre.la CC libpcreposix_la-pcreposix.lo CCLD libpcreposix.la CCLD pcretest CC pcregrep-pcregrep.o CCLD pcregrep CXX libpcrecpp_la-pcrecpp.lo CXX libpcrecpp_la-pcre_scanner.lo CXX libpcrecpp_la-pcre_stringpiece.lo CXXLD libpcrecpp.la make[2]: Leaving directory '/tmp/instance-5/output-1/build/host-pcre-8.45' make[1]: Leaving directory '/tmp/instance-5/output-1/build/host-pcre-8.45' >>> host-pcre 8.45 Installing to host directory PATH="/tmp/instance-5/output-1/host/bin:/tmp/instance-5/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PKG_CONFIG="/tmp/instance-5/output-1/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/tmp/instance-5/output-1/host/lib/pkgconfig:/tmp/instance-5/output-1/host/share/pkgconfig" /home/autobuild/make/make -j1 install -C /tmp/instance-5/output-1/build/host-pcre-8.45/ make[1]: Entering directory '/tmp/instance-5/output-1/build/host-pcre-8.45' /home/autobuild/make/make install-am make[2]: Entering directory '/tmp/instance-5/output-1/build/host-pcre-8.45' make[3]: Entering directory '/tmp/instance-5/output-1/build/host-pcre-8.45' /usr/bin/mkdir -p '/tmp/instance-5/output-1/host/lib' /bin/bash ./libtool --mode=install /usr/bin/install -c libpcre.la libpcreposix.la libpcrecpp.la '/tmp/instance-5/output-1/host/lib' libtool: install: /usr/bin/install -c .libs/libpcre.so.1.2.13 /tmp/instance-5/output-1/host/lib/libpcre.so.1.2.13 libtool: install: (cd /tmp/instance-5/output-1/host/lib && { ln -s -f libpcre.so.1.2.13 libpcre.so.1 || { rm -f libpcre.so.1 && ln -s libpcre.so.1.2.13 libpcre.so.1; }; }) libtool: install: (cd /tmp/instance-5/output-1/host/lib && { ln -s -f libpcre.so.1.2.13 libpcre.so || { rm -f libpcre.so && ln -s libpcre.so.1.2.13 libpcre.so; }; }) libtool: install: /usr/bin/install -c .libs/libpcre.lai /tmp/instance-5/output-1/host/lib/libpcre.la libtool: install: /usr/bin/install -c .libs/libpcreposix.so.0.0.7 /tmp/instance-5/output-1/host/lib/libpcreposix.so.0.0.7 libtool: install: (cd /tmp/instance-5/output-1/host/lib && { ln -s -f libpcreposix.so.0.0.7 libpcreposix.so.0 || { rm -f libpcreposix.so.0 && ln -s libpcreposix.so.0.0.7 libpcreposix.so.0; }; }) libtool: install: (cd /tmp/instance-5/output-1/host/lib && { ln -s -f libpcreposix.so.0.0.7 libpcreposix.so || { rm -f libpcreposix.so && ln -s libpcreposix.so.0.0.7 libpcreposix.so; }; }) libtool: install: /usr/bin/install -c .libs/libpcreposix.lai /tmp/instance-5/output-1/host/lib/libpcreposix.la libtool: install: /usr/bin/install -c .libs/libpcrecpp.so.0.0.2 /tmp/instance-5/output-1/host/lib/libpcrecpp.so.0.0.2 libtool: install: (cd /tmp/instance-5/output-1/host/lib && { ln -s -f libpcrecpp.so.0.0.2 libpcrecpp.so.0 || { rm -f libpcrecpp.so.0 && ln -s libpcrecpp.so.0.0.2 libpcrecpp.so.0; }; }) libtool: install: (cd /tmp/instance-5/output-1/host/lib && { ln -s -f libpcrecpp.so.0.0.2 libpcrecpp.so || { rm -f libpcrecpp.so && ln -s libpcrecpp.so.0.0.2 libpcrecpp.so; }; }) libtool: install: /usr/bin/install -c .libs/libpcrecpp.lai /tmp/instance-5/output-1/host/lib/libpcrecpp.la libtool: finish: PATH="/tmp/instance-5/output-1/host/bin:/tmp/instance-5/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /tmp/instance-5/output-1/host/lib ---------------------------------------------------------------------- Libraries have been installed in: /tmp/instance-5/output-1/host/lib If you ever happen to want to link against installed libraries in a given directory, LIBDIR, you must either use libtool, and specify the full pathname of the library, or use the '-LLIBDIR' flag during linking and do at least one of the following: - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable during execution - add LIBDIR to the 'LD_RUN_PATH' environment variable during linking - use the '-Wl,-rpath -Wl,LIBDIR' linker flag - have your system administrator add LIBDIR to '/etc/ld.so.conf' See any operating system documentation about shared libraries for more information, such as the ld(1) and ld.so(8) manual pages. ---------------------------------------------------------------------- /usr/bin/mkdir -p '/tmp/instance-5/output-1/host/bin' /bin/bash ./libtool --mode=install /usr/bin/install -c pcretest pcregrep '/tmp/instance-5/output-1/host/bin' libtool: install: /usr/bin/install -c pcretest /tmp/instance-5/output-1/host/bin/pcretest libtool: install: /usr/bin/install -c pcregrep /tmp/instance-5/output-1/host/bin/pcregrep /usr/bin/mkdir -p '/tmp/instance-5/output-1/host/bin' /usr/bin/install -c pcre-config '/tmp/instance-5/output-1/host/bin' /usr/bin/mkdir -p '/tmp/instance-5/output-1/host/share/doc/pcre' /usr/bin/install -c -m 644 doc/pcre.txt doc/pcre-config.txt doc/pcregrep.txt doc/pcretest.txt AUTHORS COPYING ChangeLog LICENCE NEWS README '/tmp/instance-5/output-1/host/share/doc/pcre' /usr/bin/mkdir -p '/tmp/instance-5/output-1/host/share/doc/pcre/html' /usr/bin/install -c -m 644 doc/html/NON-AUTOTOOLS-BUILD.txt doc/html/README.txt doc/html/index.html doc/html/pcre-config.html doc/html/pcre.html doc/html/pcre16.html doc/html/pcre32.html doc/html/pcre_assign_jit_stack.html doc/html/pcre_compile.html doc/html/pcre_compile2.html doc/html/pcre_config.html doc/html/pcre_copy_named_substring.html doc/html/pcre_copy_substring.html doc/html/pcre_dfa_exec.html doc/html/pcre_exec.html doc/html/pcre_free_study.html doc/html/pcre_free_substring.html doc/html/pcre_free_substring_list.html doc/html/pcre_fullinfo.html doc/html/pcre_get_named_substring.html doc/html/pcre_get_stringnumber.html doc/html/pcre_get_stringtable_entries.html doc/html/pcre_get_substring.html doc/html/pcre_get_substring_list.html doc/html/pcre_jit_exec.html doc/html/pcre_jit_stack_alloc.html doc/html/pcre_jit_stack_free.html doc/html/pcre_maketables.html doc/html/pcre_pattern_to_host_byte_order.html doc/html/pcre_refcount.html doc/html/pcre_study.html doc/html/pcre_utf16_to_host_byte_order.html doc/html/pcre_utf32_to_host_byte_order.html doc/html/pcre_version.html doc/html/pcreapi.html doc/html/pcrebuild.html doc/html/pcrecallout.html doc/html/pcrecompat.html doc/html/pcredemo.html doc/html/pcregrep.html '/tmp/instance-5/output-1/host/share/doc/pcre/html' /usr/bin/install -c -m 644 doc/html/pcrejit.html doc/html/pcrelimits.html doc/html/pcrematching.html doc/html/pcrepartial.html doc/html/pcrepattern.html doc/html/pcreperform.html doc/html/pcreposix.html doc/html/pcreprecompile.html doc/html/pcresample.html doc/html/pcrestack.html doc/html/pcresyntax.html doc/html/pcretest.html doc/html/pcreunicode.html '/tmp/instance-5/output-1/host/share/doc/pcre/html' /usr/bin/mkdir -p '/tmp/instance-5/output-1/host/share/doc/pcre/html' /usr/bin/install -c -m 644 doc/html/pcrecpp.html '/tmp/instance-5/output-1/host/share/doc/pcre/html' /usr/bin/mkdir -p '/tmp/instance-5/output-1/host/include' /usr/bin/install -c -m 644 pcreposix.h pcrecpp.h pcre_scanner.h '/tmp/instance-5/output-1/host/include' /usr/bin/mkdir -p '/tmp/instance-5/output-1/host/share/man/man1' /usr/bin/install -c -m 644 doc/pcre-config.1 doc/pcregrep.1 doc/pcretest.1 '/tmp/instance-5/output-1/host/share/man/man1' /usr/bin/mkdir -p '/tmp/instance-5/output-1/host/share/man/man3' /usr/bin/install -c -m 644 doc/pcre.3 doc/pcre16.3 doc/pcre32.3 doc/pcre_assign_jit_stack.3 doc/pcre_compile.3 doc/pcre_compile2.3 doc/pcre_config.3 doc/pcre_copy_named_substring.3 doc/pcre_copy_substring.3 doc/pcre_dfa_exec.3 doc/pcre_exec.3 doc/pcre_free_study.3 doc/pcre_free_substring.3 doc/pcre_free_substring_list.3 doc/pcre_fullinfo.3 doc/pcre_get_named_substring.3 doc/pcre_get_stringnumber.3 doc/pcre_get_stringtable_entries.3 doc/pcre_get_substring.3 doc/pcre_get_substring_list.3 doc/pcre_jit_exec.3 doc/pcre_jit_stack_alloc.3 doc/pcre_jit_stack_free.3 doc/pcre_maketables.3 doc/pcre_pattern_to_host_byte_order.3 doc/pcre_refcount.3 doc/pcre_study.3 doc/pcre_utf16_to_host_byte_order.3 doc/pcre_utf32_to_host_byte_order.3 doc/pcre_version.3 doc/pcreapi.3 doc/pcrebuild.3 doc/pcrecallout.3 doc/pcrecompat.3 doc/pcredemo.3 doc/pcrejit.3 doc/pcrelimits.3 doc/pcrematching.3 doc/pcrepartial.3 doc/pcrepattern.3 '/tmp/instance-5/output-1/host/share/man/man3' /usr/bin/install -c -m 644 doc/pcreperform.3 doc/pcreposix.3 doc/pcreprecompile.3 doc/pcresample.3 doc/pcrestack.3 doc/pcresyntax.3 doc/pcreunicode.3 doc/pcrecpp.3 '/tmp/instance-5/output-1/host/share/man/man3' /usr/bin/mkdir -p '/tmp/instance-5/output-1/host/include' /usr/bin/install -c -m 644 pcre.h pcrecpparg.h pcre_stringpiece.h '/tmp/instance-5/output-1/host/include' /usr/bin/mkdir -p '/tmp/instance-5/output-1/host/lib/pkgconfig' /usr/bin/install -c -m 644 libpcre.pc libpcreposix.pc libpcrecpp.pc '/tmp/instance-5/output-1/host/lib/pkgconfig' /home/autobuild/make/make install-data-hook make[4]: Entering directory '/tmp/instance-5/output-1/build/host-pcre-8.45' ln -sf pcre_assign_jit_stack.3 /tmp/instance-5/output-1/host/share/man/man3/pcre16_assign_jit_stack.3 ln -sf pcre_compile.3 /tmp/instance-5/output-1/host/share/man/man3/pcre16_compile.3 ln -sf pcre_compile2.3 /tmp/instance-5/output-1/host/share/man/man3/pcre16_compile2.3 ln -sf pcre_config.3 /tmp/instance-5/output-1/host/share/man/man3/pcre16_config.3 ln -sf pcre_copy_named_substring.3 /tmp/instance-5/output-1/host/share/man/man3/pcre16_copy_named_substring.3 ln -sf pcre_copy_substring.3 /tmp/instance-5/output-1/host/share/man/man3/pcre16_copy_substring.3 ln -sf pcre_dfa_exec.3 /tmp/instance-5/output-1/host/share/man/man3/pcre16_dfa_exec.3 ln -sf pcre_exec.3 /tmp/instance-5/output-1/host/share/man/man3/pcre16_exec.3 ln -sf pcre_free_study.3 /tmp/instance-5/output-1/host/share/man/man3/pcre16_free_study.3 ln -sf pcre_free_substring.3 /tmp/instance-5/output-1/host/share/man/man3/pcre16_free_substring.3 ln -sf pcre_free_substring_list.3 /tmp/instance-5/output-1/host/share/man/man3/pcre16_free_substring_list.3 ln -sf pcre_fullinfo.3 /tmp/instance-5/output-1/host/share/man/man3/pcre16_fullinfo.3 ln -sf pcre_get_named_substring.3 /tmp/instance-5/output-1/host/share/man/man3/pcre16_get_named_substring.3 ln -sf pcre_get_stringnumber.3 /tmp/instance-5/output-1/host/share/man/man3/pcre16_get_stringnumber.3 ln -sf pcre_get_stringtable_entries.3 /tmp/instance-5/output-1/host/share/man/man3/pcre16_get_stringtable_entries.3 ln -sf pcre_get_substring.3 /tmp/instance-5/output-1/host/share/man/man3/pcre16_get_substring.3 ln -sf pcre_get_substring_list.3 /tmp/instance-5/output-1/host/share/man/man3/pcre16_get_substring_list.3 ln -sf pcre_jit_exec.3 /tmp/instance-5/output-1/host/share/man/man3/pcre16_jit_exec.3 ln -sf pcre_jit_stack_alloc.3 /tmp/instance-5/output-1/host/share/man/man3/pcre16_jit_stack_alloc.3 ln -sf pcre_jit_stack_free.3 /tmp/instance-5/output-1/host/share/man/man3/pcre16_jit_stack_free.3 ln -sf pcre_maketables.3 /tmp/instance-5/output-1/host/share/man/man3/pcre16_maketables.3 ln -sf pcre_pattern_to_host_byte_order.3 /tmp/instance-5/output-1/host/share/man/man3/pcre16_pattern_to_host_byte_order.3 ln -sf pcre_refcount.3 /tmp/instance-5/output-1/host/share/man/man3/pcre16_refcount.3 ln -sf pcre_study.3 /tmp/instance-5/output-1/host/share/man/man3/pcre16_study.3 ln -sf pcre_utf16_to_host_byte_order.3 /tmp/instance-5/output-1/host/share/man/man3/pcre16_utf16_to_host_byte_order.3 ln -sf pcre_version.3 /tmp/instance-5/output-1/host/share/man/man3/pcre16_version.3 ln -sf pcre_assign_jit_stack.3 /tmp/instance-5/output-1/host/share/man/man3/pcre32_assign_jit_stack.3 ln -sf pcre_compile.3 /tmp/instance-5/output-1/host/share/man/man3/pcre32_compile.3 ln -sf pcre_compile2.3 /tmp/instance-5/output-1/host/share/man/man3/pcre32_compile2.3 ln -sf pcre_config.3 /tmp/instance-5/output-1/host/share/man/man3/pcre32_config.3 ln -sf pcre_copy_named_substring.3 /tmp/instance-5/output-1/host/share/man/man3/pcre32_copy_named_substring.3 ln -sf pcre_copy_substring.3 /tmp/instance-5/output-1/host/share/man/man3/pcre32_copy_substring.3 ln -sf pcre_dfa_exec.3 /tmp/instance-5/output-1/host/share/man/man3/pcre32_dfa_exec.3 ln -sf pcre_exec.3 /tmp/instance-5/output-1/host/share/man/man3/pcre32_exec.3 ln -sf pcre_free_study.3 /tmp/instance-5/output-1/host/share/man/man3/pcre32_free_study.3 ln -sf pcre_free_substring.3 /tmp/instance-5/output-1/host/share/man/man3/pcre32_free_substring.3 ln -sf pcre_free_substring_list.3 /tmp/instance-5/output-1/host/share/man/man3/pcre32_free_substring_list.3 ln -sf pcre_fullinfo.3 /tmp/instance-5/output-1/host/share/man/man3/pcre32_fullinfo.3 ln -sf pcre_get_named_substring.3 /tmp/instance-5/output-1/host/share/man/man3/pcre32_get_named_substring.3 ln -sf pcre_get_stringnumber.3 /tmp/instance-5/output-1/host/share/man/man3/pcre32_get_stringnumber.3 ln -sf pcre_get_stringtable_entries.3 /tmp/instance-5/output-1/host/share/man/man3/pcre32_get_stringtable_entries.3 ln -sf pcre_get_substring.3 /tmp/instance-5/output-1/host/share/man/man3/pcre32_get_substring.3 ln -sf pcre_get_substring_list.3 /tmp/instance-5/output-1/host/share/man/man3/pcre32_get_substring_list.3 ln -sf pcre_jit_exec.3 /tmp/instance-5/output-1/host/share/man/man3/pcre32_jit_exec.3 ln -sf pcre_jit_stack_alloc.3 /tmp/instance-5/output-1/host/share/man/man3/pcre32_jit_stack_alloc.3 ln -sf pcre_jit_stack_free.3 /tmp/instance-5/output-1/host/share/man/man3/pcre32_jit_stack_free.3 ln -sf pcre_maketables.3 /tmp/instance-5/output-1/host/share/man/man3/pcre32_maketables.3 ln -sf pcre_pattern_to_host_byte_order.3 /tmp/instance-5/output-1/host/share/man/man3/pcre32_pattern_to_host_byte_order.3 ln -sf pcre_refcount.3 /tmp/instance-5/output-1/host/share/man/man3/pcre32_refcount.3 ln -sf pcre_study.3 /tmp/instance-5/output-1/host/share/man/man3/pcre32_study.3 ln -sf pcre_utf32_to_host_byte_order.3 /tmp/instance-5/output-1/host/share/man/man3/pcre32_utf32_to_host_byte_order.3 ln -sf pcre_version.3 /tmp/instance-5/output-1/host/share/man/man3/pcre32_version.3 make[4]: Leaving directory '/tmp/instance-5/output-1/build/host-pcre-8.45' make[3]: Leaving directory '/tmp/instance-5/output-1/build/host-pcre-8.45' make[2]: Leaving directory '/tmp/instance-5/output-1/build/host-pcre-8.45' make[1]: Leaving directory '/tmp/instance-5/output-1/build/host-pcre-8.45' >>> host-libglib2 2.72.3 Downloading wget --passive-ftp -nd -t 3 -O '/tmp/instance-5/output-1/build/.glib-2.72.3.tar.xz.lfKarx/output' 'https://download.gnome.org/sources/glib/2.72/glib-2.72.3.tar.xz' --2023-02-20 00:29:01-- https://download.gnome.org/sources/glib/2.72/glib-2.72.3.tar.xz Resolving download.gnome.org (download.gnome.org)... 8.43.85.5, 8.43.85.4, 8.43.85.3 Connecting to download.gnome.org (download.gnome.org)|8.43.85.5|:443... connected. HTTP request sent, awaiting response... 302 Found Location: https://mirror2.sandyriver.net/pub/software/gnome/sources/glib/2.72/glib-2.72.3.tar.xz [following] --2023-02-20 00:29:01-- https://mirror2.sandyriver.net/pub/software/gnome/sources/glib/2.72/glib-2.72.3.tar.xz Resolving mirror2.sandyriver.net (mirror2.sandyriver.net)... 23.178.176.51 Connecting to mirror2.sandyriver.net (mirror2.sandyriver.net)|23.178.176.51|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 4893484 (4.7M) [application/octet-stream] Saving to: '/tmp/instance-5/output-1/build/.glib-2.72.3.tar.xz.lfKarx/output' 0K .......... .......... .......... .......... .......... 1% 491K 10s 50K .......... .......... .......... .......... .......... 2% 498K 9s 100K .......... .......... .......... .......... .......... 3% 981K 8s 150K .......... .......... .......... .......... .......... 4% 1001K 7s 200K .......... .......... .......... .......... .......... 5% 972K 6s 250K .......... .......... .......... .......... .......... 6% 984K 6s 300K .......... .......... .......... .......... .......... 7% 1002K 6s 350K .......... .......... .......... .......... .......... 8% 958K 6s 400K .......... .......... .......... .......... .......... 9% 1017K 5s 450K .......... .......... .......... .......... .......... 10% 986K 5s 500K .......... .......... .......... .......... .......... 11% 985K 5s 550K .......... .......... .......... .......... .......... 12% 1007K 5s 600K .......... .......... .......... .......... .......... 13% 962K 5s 650K .......... .......... .......... .......... .......... 14% 25.3M 4s 700K .......... .......... .......... .......... .......... 15% 996K 4s 750K .......... .......... .......... .......... .......... 16% 984K 4s 800K .......... .......... .......... .......... .......... 17% 987K 4s 850K .......... .......... .......... .......... .......... 18% 987K 4s 900K .......... .......... .......... .......... .......... 19% 978K 4s 950K .......... .......... .......... .......... .......... 20% 208M 4s 1000K .......... .......... .......... .......... .......... 21% 983K 4s 1050K .......... .......... .......... .......... .......... 23% 972K 4s 1100K .......... .......... .......... .......... .......... 24% 1.08M 4s 1150K .......... .......... .......... .......... .......... 25% 5.54M 3s 1200K .......... .......... .......... .......... .......... 26% 994K 3s 1250K .......... .......... .......... .......... .......... 27% 1.04M 3s 1300K .......... .......... .......... .......... .......... 28% 1.06M 3s 1350K .......... .......... .......... .......... .......... 29% 5.69M 3s 1400K .......... .......... .......... .......... .......... 30% 1.05M 3s 1450K .......... .......... .......... .......... .......... 31% 10.6M 3s 1500K .......... .......... .......... .......... .......... 32% 980K 3s 1550K .......... .......... .......... .......... .......... 33% 1.05M 3s 1600K .......... .......... .......... .......... .......... 34% 1.00M 3s 1650K .......... .......... .......... .......... .......... 35% 8.67M 3s 1700K .......... .......... .......... .......... .......... 36% 1.05M 3s 1750K .......... .......... .......... .......... .......... 37% 10.8M 3s 1800K .......... .......... .......... .......... .......... 38% 997K 3s 1850K .......... .......... .......... .......... .......... 39% 1.09M 3s 1900K .......... .......... .......... .......... .......... 40% 6.84M 2s 1950K .......... .......... .......... .......... .......... 41% 1.08M 2s 2000K .......... .......... .......... .......... .......... 42% 6.90M 2s 2050K .......... .......... .......... .......... .......... 43% 1022K 2s 2100K .......... .......... .......... .......... .......... 44% 1.12M 2s 2150K .......... .......... .......... .......... .......... 46% 5.53M 2s 2200K .......... .......... .......... .......... .......... 47% 1.09M 2s 2250K .......... .......... .......... .......... .......... 48% 8.20M 2s 2300K .......... .......... .......... .......... .......... 49% 1.10M 2s 2350K .......... .......... .......... .......... .......... 50% 1.05M 2s 2400K .......... .......... .......... .......... .......... 51% 4.63M 2s 2450K .......... .......... .......... .......... .......... 52% 1.14M 2s 2500K .......... .......... .......... .......... .......... 53% 5.97M 2s 2550K .......... .......... .......... .......... .......... 54% 1.05M 2s 2600K .......... .......... .......... .......... .......... 55% 7.61M 2s 2650K .......... .......... .......... .......... .......... 56% 1.07M 2s 2700K .......... .......... .......... .......... .......... 57% 8.84M 2s 2750K .......... .......... .......... .......... .......... 58% 1.06M 2s 2800K .......... .......... .......... .......... .......... 59% 9.25M 1s 2850K .......... .......... .......... .......... .......... 60% 1.05M 1s 2900K .......... .......... .......... .......... .......... 61% 13.5M 1s 2950K .......... .......... .......... .......... .......... 62% 1.05M 1s 3000K .......... .......... .......... .......... .......... 63% 11.8M 1s 3050K .......... .......... .......... .......... .......... 64% 1.04M 1s 3100K .......... .......... .......... .......... .......... 65% 12.4M 1s 3150K .......... .......... .......... .......... .......... 66% 1.00M 1s 3200K .......... .......... .......... .......... .......... 68% 12.3M 1s 3250K .......... .......... .......... .......... .......... 69% 1.02M 1s 3300K .......... .......... .......... .......... .......... 70% 12.4M 1s 3350K .......... .......... .......... .......... .......... 71% 1.04M 1s 3400K .......... .......... .......... .......... .......... 72% 12.9M 1s 3450K .......... .......... .......... .......... .......... 73% 1.04M 1s 3500K .......... .......... .......... .......... .......... 74% 17.7M 1s 3550K .......... .......... .......... .......... .......... 75% 974K 1s 3600K .......... .......... .......... .......... .......... 76% 264M 1s 3650K .......... .......... .......... .......... .......... 77% 988K 1s 3700K .......... .......... .......... .......... .......... 78% 57.7M 1s 3750K .......... .......... .......... .......... .......... 79% 955K 1s 3800K .......... .......... .......... .......... .......... 80% 253M 1s 3850K .......... .......... .......... .......... .......... 81% 277M 1s 3900K .......... .......... .......... .......... .......... 82% 966K 1s 3950K .......... .......... .......... .......... .......... 83% 217M 1s 4000K .......... .......... .......... .......... .......... 84% 985K 1s 4050K .......... .......... .......... .......... .......... 85% 58.1M 0s 4100K .......... .......... .......... .......... .......... 86% 960K 0s 4150K .......... .......... .......... .......... .......... 87% 234M 0s 4200K .......... .......... .......... .......... .......... 88% 1000K 0s 4250K .......... .......... .......... .......... .......... 89% 63.9M 0s 4300K .......... .......... .......... .......... .......... 91% 214M 0s 4350K .......... .......... .......... .......... .......... 92% 1003K 0s 4400K .......... .......... .......... .......... .......... 93% 103M 0s 4450K .......... .......... .......... .......... .......... 94% 992K 0s 4500K .......... .......... .......... .......... .......... 95% 150M 0s 4550K .......... .......... .......... .......... .......... 96% 1011K 0s 4600K .......... .......... .......... .......... .......... 97% 82.2M 0s 4650K .......... .......... .......... .......... .......... 98% 69.0M 0s 4700K .......... .......... .......... .......... .......... 99% 1006K 0s 4750K .......... .......... ........ 100% 163M=3.1s 2023-02-20 00:29:04 (1.50 MB/s) - '/tmp/instance-5/output-1/build/.glib-2.72.3.tar.xz.lfKarx/output' saved [4893484/4893484] glib-2.72.3.tar.xz: OK (sha256: 4a39a2f624b8512d500d5840173eda7fa85f51c109052eae806acece85d345f0) >>> host-libglib2 2.72.3 Extracting xzcat /tmp/instance-5/dl/libglib2/glib-2.72.3.tar.xz | tar --strip-components=1 -C /tmp/instance-5/output-1/build/host-libglib2-2.72.3 -xf - >>> host-libglib2 2.72.3 Patching Applying 0001-fix-compile-time-atomic-detection.patch using patch: patching file glib/gthread-posix.c Applying 0002-remove-cpp-requirement.patch using patch: patching file glib/glibconfig.h.in patching file meson.build Applying 0003-Add-Wno-format-nonliteral-to-compiler-arguments.patch using patch: patching file meson.build Hunk #1 succeeded at 456 with fuzz 2 (offset 21 lines). Applying 0004-meson.build-add-girdir-to-gio-2.0.pc-and-glib-2.0.pc.patch using patch: patching file gio/meson.build Hunk #1 succeeded at 846 (offset 5 lines). patching file glib/meson.build Hunk #1 succeeded at 392 (offset 8 lines). >>> host-libglib2 2.72.3 Configuring rm -rf /tmp/instance-5/output-1/build/host-libglib2-2.72.3//build mkdir -p /tmp/instance-5/output-1/build/host-libglib2-2.72.3//build PATH="/tmp/instance-5/output-1/host/bin:/tmp/instance-5/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PKG_CONFIG="/tmp/instance-5/output-1/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/tmp/instance-5/output-1/host/lib/pkgconfig:/tmp/instance-5/output-1/host/share/pkgconfig" AR="/usr/bin/ar" AS="/usr/bin/as" LD="/usr/bin/ld" NM="/usr/bin/nm" CC="/tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc" GCC="/tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc" CXX="/tmp/instance-5/output-1/host/bin/ccache /usr/bin/g++" CPP="/usr/bin/cpp" OBJCOPY="/usr/bin/objcopy" RANLIB="/usr/bin/ranlib" CPPFLAGS="-I/tmp/instance-5/output-1/host/include" CFLAGS="-O2 -I/tmp/instance-5/output-1/host/include" CXXFLAGS="-O2 -I/tmp/instance-5/output-1/host/include" LDFLAGS="-L/tmp/instance-5/output-1/host/lib -Wl,-rpath,/tmp/instance-5/output-1/host/lib" INTLTOOL_PERL=/usr/bin/perl PYTHONNOUSERSITE=y /tmp/instance-5/output-1/host/bin/meson setup --prefix=/tmp/instance-5/output-1/host --libdir=lib --sysconfdir=/tmp/instance-5/output-1/host/etc --localstatedir=/tmp/instance-5/output-1/host/var --default-library=shared --buildtype=release --wrap-mode=nodownload -Dstrip=true -Ddtrace=false -Dfam=false -Dglib_debug=disabled -Dlibelf=disabled -Dselinux=disabled -Dsystemtap=false -Dxattr=false -Dtests=false -Doss_fuzz=disabled /tmp/instance-5/output-1/build/host-libglib2-2.72.3/ /tmp/instance-5/output-1/build/host-libglib2-2.72.3//build The Meson build system Version: 1.0.0 Source dir: /tmp/instance-5/output-1/build/host-libglib2-2.72.3 Build dir: /tmp/instance-5/output-1/build/host-libglib2-2.72.3/build Build type: native build Project name: glib Project version: 2.72.3 C compiler for the host machine: /tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc (gcc 10.2.1 "gcc (Debian 10.2.1-6) 10.2.1 20210110") C linker for the host machine: /tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc ld.bfd 2.35.2 Host machine cpu family: x86_64 Host machine cpu: x86_64 Compiler for C supports arguments -fno-strict-aliasing: YES Checking if "GNU C visibility attributes test" compiles: YES Compiler for C supports arguments -fvisibility=hidden: YES Message: Disabling cast checks Has header "alloca.h" : YES Has header "afunix.h" : NO Has header "crt_externs.h" : NO Has header "dirent.h" : YES Has header "float.h" : YES Has header "fstab.h" : YES Has header "grp.h" : YES Has header "inttypes.h" : YES Has header "limits.h" : YES Has header "locale.h" : YES Has header "mach/mach_time.h" : NO Has header "memory.h" : YES Has header "mntent.h" : YES Has header "poll.h" : YES Has header "pwd.h" : YES Has header "sched.h" : YES Has header "spawn.h" : YES Has header "stdatomic.h" : YES Has header "stdint.h" : YES Has header "stdlib.h" : YES Has header "string.h" : YES Has header "strings.h" : YES Has header "sys/auxv.h" : YES Has header "sys/event.h" : NO Has header "sys/filio.h" : NO Has header "sys/inotify.h" : YES Has header "sys/mkdev.h" : NO Has header "sys/mntctl.h" : NO Has header "sys/mnttab.h" : NO Has header "sys/mount.h" : YES Has header "sys/param.h" : YES Has header "sys/resource.h" : YES Has header "sys/select.h" : YES Has header "sys/statfs.h" : YES Has header "sys/stat.h" : YES Has header "sys/statvfs.h" : YES Has header "sys/sysctl.h" : YES Has header "sys/time.h" : YES Has header "sys/times.h" : YES Has header "sys/types.h" : YES Has header "sys/uio.h" : YES Has header "sys/vfs.h" : YES Has header "sys/vfstab.h" : NO Has header "sys/vmount.h" : NO Has header "sys/wait.h" : YES Has header "termios.h" : YES Has header "unistd.h" : YES Has header "values.h" : YES Has header "wchar.h" : YES Has header "xlocale.h" : NO Checking if "malloc.h" compiles: YES Has header "linux/netlink.h" : YES Checking if "statx() test" compiles: YES Header "locale.h" has symbol "LC_MESSAGES" : YES Checking whether type "struct stat" has member "st_mtimensec" : NO Checking whether type "struct stat" has member "st_mtim.tv_nsec" : YES Checking whether type "struct stat" has member "st_atimensec" : NO Checking whether type "struct stat" has member "st_atim.tv_nsec" : YES Checking whether type "struct stat" has member "st_ctimensec" : NO Checking whether type "struct stat" has member "st_ctim.tv_nsec" : YES Checking whether type "struct stat" has member "st_birthtime" : NO Checking whether type "struct stat" has member "st_birthtimensec" : NO Checking whether type "struct stat" has member "st_birthtim" : NO Checking whether type "struct stat" has member "st_birthtim.tv_nsec" : NO Checking whether type "struct stat" has member "st_blksize" : YES Checking whether type "struct stat" has member "st_blocks" : YES Checking whether type "struct statfs" has member "f_fstypename" : NO Checking whether type "struct statfs" has member "f_bavail" : YES Checking whether type "struct dirent" has member "d_type" : YES Checking whether type "struct statvfs" has member "f_basetype" : NO Checking whether type "struct statvfs" has member "f_fstypename" : NO Checking whether type "struct tm" has member "tm_gmtoff" : YES Checking whether type "struct tm" has member "__tm_gmtoff" : NO Compiler for C supports arguments -Wduplicated-branches: YES Compiler for C supports arguments -Wimplicit-fallthrough: YES Compiler for C supports arguments -Wmisleading-indentation: YES Compiler for C supports arguments -Wunused: YES Compiler for C supports arguments -Wno-unused-parameter: YES Compiler for C supports arguments -Wno-cast-function-type: YES Compiler for C supports arguments -Wno-format-nonliteral: YES Compiler for C supports arguments -Wno-pedantic: YES Compiler for C supports arguments -Wno-format-zero-length: YES Compiler for C supports arguments -Wno-variadic-macros: YES Compiler for C supports arguments -Werror=format=2: YES Compiler for C supports arguments -Werror=init-self: YES Compiler for C supports arguments -Werror=missing-include-dirs: YES Compiler for C supports arguments -Werror=pointer-arith: YES Compiler for C supports arguments -Wstrict-prototypes: YES Compiler for C supports arguments -Wno-bad-function-cast: YES Compiler for C supports arguments -Werror=declaration-after-statement: YES Compiler for C supports arguments -Werror=implicit-function-declaration: YES Compiler for C supports arguments -Werror=missing-prototypes: YES Compiler for C supports link arguments -Wl,-z,nodelete: YES Compiler for C supports link arguments -Wl,-Bsymbolic-functions: YES Checking for function "close_range" : NO Checking for function "endmntent" : YES Checking for function "endservent" : YES Checking for function "epoll_create" : YES Checking for function "fallocate" : YES Checking for function "fchmod" : YES Checking for function "fchown" : YES Checking for function "fdwalk" : NO Checking for function "fsync" : YES Checking for function "getauxval" : YES Checking for function "getc_unlocked" : YES Checking for function "getfsstat" : NO Checking for function "getgrgid_r" : YES Checking for function "getmntent_r" : YES Checking for function "getpwuid_r" : YES Checking for function "getresuid" : YES Checking for function "getvfsstat" : NO Checking for function "gmtime_r" : YES Checking for function "hasmntopt" : YES Checking for function "inotify_init1" : YES Checking for function "issetugid" : NO Checking for function "kevent" : NO Checking for function "kqueue" : NO Checking for function "lchmod" : NO Checking for function "lchown" : YES Checking for function "link" : YES Checking for function "localtime_r" : YES Checking for function "lstat" : YES Checking for function "mbrtowc" : YES Checking for function "memalign" : YES Checking for function "mmap" : YES Checking for function "newlocale" : YES Checking for function "pipe2" : YES Checking for function "poll" : YES Checking for function "prlimit" : YES Checking for function "readlink" : YES Checking for function "recvmmsg" : YES Checking for function "sendmmsg" : YES Checking for function "setenv" : YES Checking for function "setmntent" : YES Checking for function "strerror_r" : YES Checking for function "strnlen" : YES Checking for function "strsignal" : YES Checking for function "strtod_l" : YES Checking for function "strtoll_l" : YES Checking for function "strtoull_l" : YES Checking for function "symlink" : YES Checking for function "timegm" : YES Checking for function "unsetenv" : YES Checking for function "uselocale" : YES Checking for function "utimes" : YES Checking for function "valloc" : YES Checking for function "vasprintf" : YES Checking for function "vsnprintf" : YES Checking for function "wcrtomb" : YES Checking for function "wcslen" : YES Checking for function "wcsnlen" : YES Checking for function "sysctlbyname" : NO Checking for function "statvfs" : YES Checking for function "statfs" : YES Checking for function "if_indextoname" : YES Checking for function "if_nametoindex" : YES Checking for function "splice" : YES Checking for function "stpcpy" : YES Checking for function "memalign" : YES Checking for function "_aligned_malloc" : NO Checking for function "aligned_alloc" : NO Checking for function "posix_memalign" : YES Checking for function "posix_spawn" : YES Checking if "strerror_r() returns char *" compiles: YES Checking for function "snprintf" : YES Checking for function "strcasecmp" : YES Checking for function "strncasecmp" : YES Header "sys/sysmacros.h" has symbol "major" : YES Header "dlfcn.h" has symbol "RTLD_LAZY" : YES Header "dlfcn.h" has symbol "RTLD_NOW" : YES Header "dlfcn.h" has symbol "RTLD_GLOBAL" : YES Header "dlfcn.h" has symbol "RTLD_NEXT" : YES Message: Checking whether to use statfs or statvfs .. statfs Checking for function "mkostemp" : YES Checking if "futex(2) system call" : links: YES Checking if "eventfd(2) system call" : links: YES Checking if "__uint128_t available" compiles: YES Checking if "clock_gettime" : links: YES Checking if "dlopen() and dlsym() in system libraries" : links: NO Checking if "dlopen() and dlsym() in libdl" : links: YES Library dl found: YES Checking if "number of arguments to statfs() (n=2)" compiles: YES Checking if "open() option O_DIRECTORY" compiles: YES Checking if "fcntl() option F_FULLFSYNC" compiles: NO Checking if "C99 vsnprintf" runs: YES Checking if "C99 snprintf" runs: YES Checking if "Unix98 printf positional parameters" runs: YES Checking if "nl_langinfo and CODESET" : links: YES Checking if "nl_langinfo (PM_STR)" : links: YES Checking if "nl_langinfo (_NL_CTYPE_OUTDIGITn_MB)" : links: YES Checking if "nl_langinfo (ALTMON_n)" : links: YES Checking if "nl_langinfo (_NL_ABALTMON_n)" : links: YES Checking if "nl_langinfo and _NL_TIME_CODESET" : links: YES Checking if "signed" compiles: YES Header "stddef.h" has symbol "ptrdiff_t" : YES Checking if "sig_atomic_t" : links: YES Checking if "long long" compiles: YES Checking if "long double" compiles: YES Header "stddef.h" has symbol "wchar_t" : YES Header "wchar.h" has symbol "wint_t" : YES Checking if "uintmax_t in inttypes.h" compiles: YES Checking if "uintmax_t in stdint.h" compiles: YES Checking for size of "char" : 1 Checking for size of "short" : 2 Checking for size of "int" : 4 Checking for size of "void*" : 8 Checking for size of "long" : 8 Checking for size of "long long" : 8 Checking for size of "size_t" : 8 Checking for size of "ssize_t" : 8 Checking if "int64_t is long" compiles: YES Checking for alignment of "char" : 1 Checking for alignment of "short" : 2 Checking for alignment of "int" : 4 Checking for alignment of "void*" : 8 Checking for alignment of "long" : 8 Checking for alignment of "long long" : 8 Checking for alignment of "size_t" : 8 Checking for size of "wchar_t" : 4 Checking if "GCC size_t typedef is long" compiles: YES Checking if "GCC size_t typedef is long long" compiles: NO Checking if "__va_copy check" compiles: YES Checking if "va_copy check" compiles: YES Checking if "va_lists can be copied as values" runs: DID NOT COMPILE Checking if "ISO C99 varargs macros in C" compiles: YES Checking if "GNUC varargs macros" compiles: YES Has header "alloca.h" : YES (cached) Has header "sys/poll.h" : YES Has header "sys/types.h" : YES (cached) Has header "winsock2.h" : NO Computing int of "POLLIN" : 1 Computing int of "POLLOUT" : 4 Computing int of "POLLPRI" : 2 Computing int of "POLLERR" : 8 Computing int of "POLLHUP" : 16 Computing int of "POLLNVAL" : 32 Computing int of "AF_UNIX" : 1 Computing int of "AF_INET" : 2 Computing int of "AF_INET6" : 10 Computing int of "MSG_OOB" : 1 Computing int of "MSG_PEEK" : 2 Computing int of "MSG_DONTROUTE" : 4 Checking for type "struct in6_addr" : YES Checking if "atomic ops" : links: YES Checking if "atomic ops define" compiles: YES Run-time dependency threads found: YES Header "pthread.h" has symbol "pthread_attr_setstacksize" : YES Header "pthread.h" has symbol "pthread_attr_setinheritsched" : YES Header "pthread.h" has symbol "pthread_condattr_setclock" : YES Header "pthread.h" has symbol "pthread_cond_timedwait_relative_np" : NO Header "pthread.h" has symbol "pthread_getname_np" : YES Header "sys/syscall.h" has symbol "SYS_sched_getattr" : YES Checking if "pthread_setname_np(const char*)" with dependency threads: links: NO Checking if "pthread_setname_np(pthread_t, const char*)" with dependency threads: links: YES Checking if "stack grows check" runs: NO (1) Checking for function "iconv_open" : YES Found pkg-config: /tmp/instance-5/output-1/host/bin/pkg-config (1.6.3) Run-time dependency libpcre found: YES 8.45 Library m found: YES Run-time dependency libffi found: YES 3.4.4 Run-time dependency zlib found: YES 1.2.13 Checking for function "ngettext" : YES Checking for function "bind_textdomain_codeset" : YES Run-time dependency mount found: YES 2.38.0 Dependency libselinux skipped: feature selinux disabled Checking for function "strlcpy" : NO Checking if "/proc/self/cmdline" runs: YES Program python3 found: YES (/tmp/instance-5/output-1/host/bin/python3) Program bash found: YES (/usr/bin/bash) Found CMake: /tmp/instance-5/output-1/host/bin/cmake (3.22.3) Run-time dependency bash-completion found: NO (tried pkgconfig) Program sh found: YES (/usr/bin/sh) Program env found: YES (/usr/bin/env) Configuring glibconfig.h using configuration Dependency sysprof-capture-4 skipped: feature sysprof disabled Configuring gtester-report using configuration Configuring libglib-2.0.so.0.7200.3-gdb.py using configuration Configuring glib-genmarshal using configuration Program glib-genmarshal found: YES (/tmp/instance-5/output-1/build/host-libglib2-2.72.3/build/gobject/glib-genmarshal) Configuring glib-mkenums using configuration Program glib-mkenums found: YES (/tmp/instance-5/output-1/build/host-libglib2-2.72.3/build/gobject/glib-mkenums) Configuring libgobject-2.0.so.0.7200.3-gdb.py using configuration Checking if "dlsym() preceding underscores" with dependency -ldl runs: NO (1) Checking for function "dlerror" with dependency -ldl: YES Configuring gmoduleconf.h using configuration Checking if "C_IN in public headers (no arpa/nameser_compat.h needed)" compiles: YES Checking if "res_query()" : links: NO Checking if "res_query() in -lresolv" : links: YES Library resolv found: YES Checking if "socket()" : links: YES Checking if "dn_comp()" : links: YES Checking if "res_nclose()" : links: YES Checking if "res_ndestroy()" : links: NO Checking if "res_ninit()" : links: YES Checking if "res_nquery()" : links: YES Checking for type "struct ip_mreqn" : YES Checking if "ioctl with request SIOCGIFADDR" compiles: YES Configuring gnetworking.h using configuration Configuring gdbus-codegen using configuration Program gdbus-codegen found: YES (/tmp/instance-5/output-1/build/host-libglib2-2.72.3/build/gio/gdbus-2.0/codegen/gdbus-codegen) Configuring config.py using configuration Message: Found bash-completion but the .pc file did not set 'completionsdir', fallback to a predefined path Dependency libelf skipped: feature libelf disabled Library elf skipped: feature libelf disabled Program xgettext found: YES (/tmp/instance-5/output-1/host/bin/xgettext) Program msgfmt found: YES (/tmp/instance-5/output-1/host/bin/msgfmt) Program msginit found: YES (/usr/bin/msginit) Program msgmerge found: YES (/tmp/instance-5/output-1/host/bin/msgmerge) Program xgettext found: YES (/tmp/instance-5/output-1/host/bin/xgettext) Configuring glib-gettextize using configuration Configuring config.h using configuration Build targets in project: 126 NOTICE: Future-deprecated features used: * 0.55.0: {'meson.has_exe_wrapper'} * 0.62.0: {'pkgconfig.generate variable for builtin directories'} * 0.64.0: {'copy arg in configure_file'} glib 2.72.3 User defined options buildtype : release default_library: shared libdir : lib localstatedir : /tmp/instance-5/output-1/host/var prefix : /tmp/instance-5/output-1/host strip : true sysconfdir : /tmp/instance-5/output-1/host/etc wrap_mode : nodownload dtrace : false fam : false glib_debug : disabled libelf : disabled oss_fuzz : disabled selinux : disabled systemtap : false tests : false xattr : false Found ninja-1.11.1.git.kitware.jobserver-1 at /tmp/instance-5/output-1/host/bin/ninja >>> host-libglib2 2.72.3 Building PATH="/tmp/instance-5/output-1/host/bin:/tmp/instance-5/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PKG_CONFIG="/tmp/instance-5/output-1/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/tmp/instance-5/output-1/host/lib/pkgconfig:/tmp/instance-5/output-1/host/share/pkgconfig" PYTHONNOUSERSITE=y /tmp/instance-5/output-1/host/bin/ninja -C /tmp/instance-5/output-1/build/host-libglib2-2.72.3//build ninja: Entering directory `/tmp/instance-5/output-1/build/host-libglib2-2.72.3//build' [1/510] Compiling C object glib/libcharset/libcharset.a.p/localcharset.c.o [2/510] Compiling C object glib/libglib-2.0.so.0.7200.3.p/deprecated_gallocator.c.o [3/510] Compiling C object glib/libglib-2.0.so.0.7200.3.p/deprecated_gcache.c.o [4/510] Compiling C object glib/libglib-2.0.so.0.7200.3.p/deprecated_gcompletion.c.o [5/510] Compiling C object glib/libglib-2.0.so.0.7200.3.p/deprecated_grel.c.o [6/510] Compiling C object glib/libglib-2.0.so.0.7200.3.p/deprecated_gthread-deprecated.c.o [7/510] Compiling C object glib/libglib-2.0.so.0.7200.3.p/garcbox.c.o [8/510] Compiling C object glib/libglib-2.0.so.0.7200.3.p/garray.c.o [9/510] Compiling C object glib/libglib-2.0.so.0.7200.3.p/gasyncqueue.c.o [10/510] Compiling C object glib/libglib-2.0.so.0.7200.3.p/gatomic.c.o [11/510] Compiling C object glib/libglib-2.0.so.0.7200.3.p/gbacktrace.c.o [12/510] Compiling C object glib/libglib-2.0.so.0.7200.3.p/gbase64.c.o [13/510] Compiling C object glib/libglib-2.0.so.0.7200.3.p/gbitlock.c.o [14/510] Compiling C object glib/libglib-2.0.so.0.7200.3.p/gbookmarkfile.c.o [15/510] Compiling C object glib/libglib-2.0.so.0.7200.3.p/gbytes.c.o [16/510] Compiling C object glib/libglib-2.0.so.0.7200.3.p/gcharset.c.o [17/510] Compiling C object glib/libglib-2.0.so.0.7200.3.p/gchecksum.c.o [18/510] Compiling C object glib/libglib-2.0.so.0.7200.3.p/gconvert.c.o [19/510] Compiling C object glib/libglib-2.0.so.0.7200.3.p/gdataset.c.o [20/510] Compiling C object glib/libglib-2.0.so.0.7200.3.p/gdate.c.o [21/510] Compiling C object glib/libglib-2.0.so.0.7200.3.p/gdatetime.c.o [22/510] Compiling C object glib/libglib-2.0.so.0.7200.3.p/gdir.c.o [23/510] Compiling C object glib/libglib-2.0.so.0.7200.3.p/genviron.c.o [24/510] Compiling C object glib/libglib-2.0.so.0.7200.3.p/gerror.c.o [25/510] Compiling C object glib/libglib-2.0.so.0.7200.3.p/gfileutils.c.o [26/510] Compiling C object glib/libglib-2.0.so.0.7200.3.p/ggettext.c.o [27/510] Linking static target glib/libcharset/libcharset.a [28/510] Compiling C object glib/libglib-2.0.so.0.7200.3.p/ghash.c.o [29/510] Compiling C object glib/libglib-2.0.so.0.7200.3.p/ghmac.c.o [30/510] Compiling C object glib/libglib-2.0.so.0.7200.3.p/ghook.c.o [31/510] Compiling C object glib/libglib-2.0.so.0.7200.3.p/ghostutils.c.o [32/510] Compiling C object glib/libglib-2.0.so.0.7200.3.p/giochannel.c.o [33/510] Compiling C object glib/libglib-2.0.so.0.7200.3.p/gkeyfile.c.o [34/510] Compiling C object glib/libglib-2.0.so.0.7200.3.p/glib-init.c.o [35/510] Compiling C object glib/libglib-2.0.so.0.7200.3.p/glib-private.c.o [36/510] Compiling C object glib/libglib-2.0.so.0.7200.3.p/glist.c.o [37/510] Compiling C object glib/libglib-2.0.so.0.7200.3.p/gmain.c.o [38/510] Compiling C object glib/libglib-2.0.so.0.7200.3.p/gmappedfile.c.o [39/510] Compiling C object glib/libglib-2.0.so.0.7200.3.p/gmarkup.c.o [40/510] Compiling C object glib/libglib-2.0.so.0.7200.3.p/gmem.c.o [41/510] Compiling C object glib/libglib-2.0.so.0.7200.3.p/gmessages.c.o [42/510] Compiling C object glib/libglib-2.0.so.0.7200.3.p/gnode.c.o [43/510] Compiling C object glib/libglib-2.0.so.0.7200.3.p/goption.c.o [44/510] Compiling C object glib/libglib-2.0.so.0.7200.3.p/gprimes.c.o [45/510] Compiling C object glib/libglib-2.0.so.0.7200.3.p/gpattern.c.o [46/510] Compiling C object glib/libglib-2.0.so.0.7200.3.p/gpoll.c.o [47/510] Compiling C object glib/libglib-2.0.so.0.7200.3.p/gqsort.c.o [48/510] Compiling C object glib/libglib-2.0.so.0.7200.3.p/gquark.c.o [49/510] Compiling C object glib/libglib-2.0.so.0.7200.3.p/gqueue.c.o [50/510] Compiling C object glib/libglib-2.0.so.0.7200.3.p/grand.c.o [51/510] Compiling C object glib/libglib-2.0.so.0.7200.3.p/grcbox.c.o [52/510] Compiling C object glib/libglib-2.0.so.0.7200.3.p/grefcount.c.o [53/510] Compiling C object glib/libglib-2.0.so.0.7200.3.p/grefstring.c.o [54/510] Compiling C object glib/libglib-2.0.so.0.7200.3.p/gregex.c.o [55/510] Compiling C object glib/libglib-2.0.so.0.7200.3.p/gscanner.c.o [56/510] Compiling C object glib/libglib-2.0.so.0.7200.3.p/gsequence.c.o [57/510] Compiling C object glib/libglib-2.0.so.0.7200.3.p/gshell.c.o [58/510] Compiling C object glib/libglib-2.0.so.0.7200.3.p/gslice.c.o [59/510] Compiling C object glib/libglib-2.0.so.0.7200.3.p/gslist.c.o [60/510] Compiling C object glib/libglib-2.0.so.0.7200.3.p/gstdio.c.o [61/510] Compiling C object glib/libglib-2.0.so.0.7200.3.p/gstrfuncs.c.o [62/510] Compiling C object glib/libglib-2.0.so.0.7200.3.p/gstring.c.o [63/510] Compiling C object glib/libglib-2.0.so.0.7200.3.p/gstringchunk.c.o [64/510] Compiling C object glib/libglib-2.0.so.0.7200.3.p/gstrvbuilder.c.o [65/510] Compiling C object glib/libglib-2.0.so.0.7200.3.p/gtestutils.c.o [66/510] Compiling C object glib/libglib-2.0.so.0.7200.3.p/gthread.c.o [67/510] Compiling C object glib/libglib-2.0.so.0.7200.3.p/gthreadpool.c.o [68/510] Compiling C object glib/libglib-2.0.so.0.7200.3.p/gtimer.c.o [69/510] Compiling C object glib/libglib-2.0.so.0.7200.3.p/gtimezone.c.o [70/510] Compiling C object glib/libglib-2.0.so.0.7200.3.p/gtrace.c.o [71/510] Compiling C object glib/libglib-2.0.so.0.7200.3.p/gtranslit.c.o [72/510] Compiling C object glib/libglib-2.0.so.0.7200.3.p/gtrashstack.c.o [73/510] Compiling C object glib/libglib-2.0.so.0.7200.3.p/gtree.c.o [74/510] Compiling C object glib/libglib-2.0.so.0.7200.3.p/guniprop.c.o [75/510] Compiling C object glib/libglib-2.0.so.0.7200.3.p/gutf8.c.o [76/510] Compiling C object glib/libglib-2.0.so.0.7200.3.p/gunibreak.c.o [77/510] Compiling C object glib/libglib-2.0.so.0.7200.3.p/gunicollate.c.o [78/510] Compiling C object glib/libglib-2.0.so.0.7200.3.p/gunidecomp.c.o [79/510] Compiling C object glib/libglib-2.0.so.0.7200.3.p/guri.c.o [80/510] Compiling C object glib/libglib-2.0.so.0.7200.3.p/gutils.c.o [81/510] Compiling C object glib/libglib-2.0.so.0.7200.3.p/guuid.c.o [82/510] Compiling C object glib/libglib-2.0.so.0.7200.3.p/gvariant.c.o [83/510] Compiling C object glib/libglib-2.0.so.0.7200.3.p/gvariant-core.c.o [84/510] Compiling C object glib/libglib-2.0.so.0.7200.3.p/gvariant-parser.c.o [85/510] Compiling C object glib/libglib-2.0.so.0.7200.3.p/gvariant-serialiser.c.o [86/510] Compiling C object glib/libglib-2.0.so.0.7200.3.p/gvarianttypeinfo.c.o [87/510] Compiling C object glib/libglib-2.0.so.0.7200.3.p/gvarianttype.c.o [88/510] Compiling C object glib/libglib-2.0.so.0.7200.3.p/gversion.c.o [89/510] Compiling C object glib/libglib-2.0.so.0.7200.3.p/gwakeup.c.o [90/510] Compiling C object glib/libglib-2.0.so.0.7200.3.p/gprintf.c.o [91/510] Compiling C object glib/libglib-2.0.so.0.7200.3.p/glib-unix.c.o [92/510] Compiling C object glib/libglib-2.0.so.0.7200.3.p/gspawn.c.o [93/510] Compiling C object glib/libglib-2.0.so.0.7200.3.p/giounix.c.o [94/510] Compiling C object glib/libglib-2.0.so.0.7200.3.p/gthread-posix.c.o [95/510] Compiling C object glib/gtester.p/gtester.c.o [96/510] Compiling C object gthread/libgthread-2.0.so.0.7200.3.p/gthread-impl.c.o [97/510] Compiling C object gmodule/libgmodule-2.0.so.0.7200.3.p/gmodule.c.o [98/510] Compiling C object gio/xdgmime/libxdgmime.a.p/xdgmime.c.o [99/510] Compiling C object gio/xdgmime/libxdgmime.a.p/xdgmimealias.c.o [100/510] Compiling C object gio/xdgmime/libxdgmime.a.p/xdgmimecache.c.o [101/510] Compiling C object gio/xdgmime/libxdgmime.a.p/xdgmimeglob.c.o [102/510] Compiling C object gio/xdgmime/libxdgmime.a.p/xdgmimeicon.c.o [103/510] Compiling C object gio/xdgmime/libxdgmime.a.p/xdgmimeint.c.o [104/510] Compiling C object gio/xdgmime/libxdgmime.a.p/xdgmimemagic.c.o [105/510] Compiling C object gio/xdgmime/libxdgmime.a.p/xdgmimeparent.c.o [106/510] Generating gio/gconstructor_as_data.h with a custom command [107/510] Generating po/af/LC_MESSAGES/glib20-af.mo with a custom command [108/510] Generating po/am/LC_MESSAGES/glib20-am.mo with a custom command [109/510] Generating po/an/LC_MESSAGES/glib20-an.mo with a custom command [110/510] Generating po/ar/LC_MESSAGES/glib20-ar.mo with a custom command [111/510] Generating po/as/LC_MESSAGES/glib20-as.mo with a custom command [112/510] Generating po/ast/LC_MESSAGES/glib20-ast.mo with a custom command [113/510] Generating po/az/LC_MESSAGES/glib20-az.mo with a custom command [114/510] Generating po/be/LC_MESSAGES/glib20-be.mo with a custom command [115/510] Generating po/be@latin/LC_MESSAGES/glib20-be@latin.mo with a custom command [116/510] Linking target glib/libglib-2.0.so.0.7200.3 [117/510] Generating po/bg/LC_MESSAGES/glib20-bg.mo with a custom command [118/510] Generating po/bn/LC_MESSAGES/glib20-bn.mo with a custom command [119/510] Generating po/bn_IN/LC_MESSAGES/glib20-bn_IN.mo with a custom command [120/510] Generating po/bs/LC_MESSAGES/glib20-bs.mo with a custom command [121/510] Generating po/ca/LC_MESSAGES/glib20-ca.mo with a custom command [122/510] Generating po/ca@valencia/LC_MESSAGES/glib20-ca@valencia.mo with a custom command [123/510] Generating po/cs/LC_MESSAGES/glib20-cs.mo with a custom command [124/510] Generating po/cy/LC_MESSAGES/glib20-cy.mo with a custom command [125/510] Generating po/da/LC_MESSAGES/glib20-da.mo with a custom command [126/510] Generating po/de/LC_MESSAGES/glib20-de.mo with a custom command [127/510] Linking static target gio/xdgmime/libxdgmime.a [128/510] Generating po/dz/LC_MESSAGES/glib20-dz.mo with a custom command [129/510] Generating po/el/LC_MESSAGES/glib20-el.mo with a custom command [130/510] Generating po/en_CA/LC_MESSAGES/glib20-en_CA.mo with a custom command [131/510] Generating po/en_GB/LC_MESSAGES/glib20-en_GB.mo with a custom command [132/510] Generating po/en@shaw/LC_MESSAGES/glib20-en@shaw.mo with a custom command [133/510] Generating po/eo/LC_MESSAGES/glib20-eo.mo with a custom command [134/510] Generating po/es/LC_MESSAGES/glib20-es.mo with a custom command [135/510] Generating po/et/LC_MESSAGES/glib20-et.mo with a custom command [136/510] Generating po/eu/LC_MESSAGES/glib20-eu.mo with a custom command [137/510] Generating po/fa/LC_MESSAGES/glib20-fa.mo with a custom command [138/510] Generating po/fi/LC_MESSAGES/glib20-fi.mo with a custom command [139/510] Generating po/fr/LC_MESSAGES/glib20-fr.mo with a custom command [140/510] Generating po/fur/LC_MESSAGES/glib20-fur.mo with a custom command [141/510] Generating po/ga/LC_MESSAGES/glib20-ga.mo with a custom command [142/510] Generating po/gd/LC_MESSAGES/glib20-gd.mo with a custom command [143/510] Generating po/gl/LC_MESSAGES/glib20-gl.mo with a custom command [144/510] Generating po/gu/LC_MESSAGES/glib20-gu.mo with a custom command [145/510] Generating po/he/LC_MESSAGES/glib20-he.mo with a custom command [146/510] Generating po/hi/LC_MESSAGES/glib20-hi.mo with a custom command [147/510] Generating po/hr/LC_MESSAGES/glib20-hr.mo with a custom command [148/510] Generating po/hu/LC_MESSAGES/glib20-hu.mo with a custom command [149/510] Generating po/hy/LC_MESSAGES/glib20-hy.mo with a custom command [150/510] Generating po/id/LC_MESSAGES/glib20-id.mo with a custom command [151/510] Generating po/is/LC_MESSAGES/glib20-is.mo with a custom command [152/510] Generating po/it/LC_MESSAGES/glib20-it.mo with a custom command [153/510] Generating gobject/glib_enumtypes_h with a custom command (wrapped by meson to capture output) [154/510] Generating symbol file glib/libglib-2.0.so.0.7200.3.p/libglib-2.0.so.0.7200.3.symbols [155/510] Generating po/ja/LC_MESSAGES/glib20-ja.mo with a custom command [156/510] Generating po/ka/LC_MESSAGES/glib20-ka.mo with a custom command [157/510] Generating po/kk/LC_MESSAGES/glib20-kk.mo with a custom command [158/510] Generating po/kn/LC_MESSAGES/glib20-kn.mo with a custom command [159/510] Generating po/ko/LC_MESSAGES/glib20-ko.mo with a custom command [160/510] Generating po/ku/LC_MESSAGES/glib20-ku.mo with a custom command [161/510] Generating po/lt/LC_MESSAGES/glib20-lt.mo with a custom command [162/510] Generating po/lv/LC_MESSAGES/glib20-lv.mo with a custom command [163/510] Generating po/mai/LC_MESSAGES/glib20-mai.mo with a custom command [164/510] Generating po/mg/LC_MESSAGES/glib20-mg.mo with a custom command [165/510] Generating po/mk/LC_MESSAGES/glib20-mk.mo with a custom command [166/510] Generating po/ml/LC_MESSAGES/glib20-ml.mo with a custom command [167/510] Generating po/mn/LC_MESSAGES/glib20-mn.mo with a custom command [168/510] Generating po/mr/LC_MESSAGES/glib20-mr.mo with a custom command [169/510] Generating po/ms/LC_MESSAGES/glib20-ms.mo with a custom command [170/510] Generating po/nb/LC_MESSAGES/glib20-nb.mo with a custom command [171/510] Generating po/ne/LC_MESSAGES/glib20-ne.mo with a custom command [172/510] Generating po/nl/LC_MESSAGES/glib20-nl.mo with a custom command [173/510] Generating gio/xdp-dbus with a custom command [174/510] Generating gio/gdbus-daemon-generated with a custom command [175/510] Generating po/nds/LC_MESSAGES/glib20-nds.mo with a custom command [176/510] Generating po/nn/LC_MESSAGES/glib20-nn.mo with a custom command [177/510] Generating po/oc/LC_MESSAGES/glib20-oc.mo with a custom command [178/510] Linking target glib/gtester [179/510] Compiling C object gobject/libgobject-2.0.so.0.7200.3.p/gatomicarray.c.o [180/510] Compiling C object gobject/libgobject-2.0.so.0.7200.3.p/gbinding.c.o [181/510] Compiling C object gobject/libgobject-2.0.so.0.7200.3.p/gbindinggroup.c.o [182/510] Compiling C object gobject/libgobject-2.0.so.0.7200.3.p/gclosure.c.o [183/510] Compiling C object gobject/libgobject-2.0.so.0.7200.3.p/genums.c.o [184/510] Compiling C object gobject/libgobject-2.0.so.0.7200.3.p/gmarshal.c.o [185/510] Compiling C object gobject/libgobject-2.0.so.0.7200.3.p/gobject.c.o [186/510] Compiling C object gobject/libgobject-2.0.so.0.7200.3.p/gparam.c.o [187/510] Compiling C object gobject/libgobject-2.0.so.0.7200.3.p/gparamspecs.c.o [188/510] Compiling C object gobject/libgobject-2.0.so.0.7200.3.p/gsignal.c.o [189/510] Compiling C object gobject/libgobject-2.0.so.0.7200.3.p/gsignalgroup.c.o [190/510] Compiling C object gobject/libgobject-2.0.so.0.7200.3.p/gsourceclosure.c.o [191/510] Compiling C object gobject/libgobject-2.0.so.0.7200.3.p/gtype.c.o [192/510] Compiling C object gobject/libgobject-2.0.so.0.7200.3.p/gtypemodule.c.o [193/510] Compiling C object gobject/libgobject-2.0.so.0.7200.3.p/gboxed.c.o [194/510] Compiling C object gobject/libgobject-2.0.so.0.7200.3.p/gtypeplugin.c.o [195/510] Compiling C object gobject/libgobject-2.0.so.0.7200.3.p/gvalue.c.o [196/510] Compiling C object gobject/libgobject-2.0.so.0.7200.3.p/gvaluearray.c.o [197/510] Compiling C object gobject/libgobject-2.0.so.0.7200.3.p/gvaluetransform.c.o [198/510] Compiling C object gobject/libgobject-2.0.so.0.7200.3.p/gvaluetypes.c.o [199/510] Compiling C object gobject/gobject-query.p/gobject-query.c.o [200/510] Linking target gthread/libgthread-2.0.so.0.7200.3 [201/510] Linking target gmodule/libgmodule-2.0.so.0.7200.3 [202/510] Generating po/or/LC_MESSAGES/glib20-or.mo with a custom command [203/510] Generating po/pa/LC_MESSAGES/glib20-pa.mo with a custom command [204/510] Generating po/pl/LC_MESSAGES/glib20-pl.mo with a custom command [205/510] Generating po/ps/LC_MESSAGES/glib20-ps.mo with a custom command [206/510] Generating po/pt/LC_MESSAGES/glib20-pt.mo with a custom command [207/510] Generating po/pt_BR/LC_MESSAGES/glib20-pt_BR.mo with a custom command [208/510] Generating po/ro/LC_MESSAGES/glib20-ro.mo with a custom command [209/510] Generating po/ru/LC_MESSAGES/glib20-ru.mo with a custom command [210/510] Generating po/rw/LC_MESSAGES/glib20-rw.mo with a custom command [211/510] Generating po/si/LC_MESSAGES/glib20-si.mo with a custom command [212/510] Generating po/sk/LC_MESSAGES/glib20-sk.mo with a custom command [213/510] Generating po/sl/LC_MESSAGES/glib20-sl.mo with a custom command [214/510] Generating po/sq/LC_MESSAGES/glib20-sq.mo with a custom command [215/510] Generating gio/gioenumtypes_h with a custom command (wrapped by meson to capture output) [216/510] Generating po/sr/LC_MESSAGES/glib20-sr.mo with a custom command [217/510] Generating po/sr@latin/LC_MESSAGES/glib20-sr@latin.mo with a custom command [218/510] Generating po/sr@ije/LC_MESSAGES/glib20-sr@ije.mo with a custom command [219/510] Generating po/sv/LC_MESSAGES/glib20-sv.mo with a custom command [220/510] Generating po/ta/LC_MESSAGES/glib20-ta.mo with a custom command [221/510] Generating po/te/LC_MESSAGES/glib20-te.mo with a custom command [222/510] Generating po/tg/LC_MESSAGES/glib20-tg.mo with a custom command [223/510] Generating po/th/LC_MESSAGES/glib20-th.mo with a custom command [224/510] Generating po/tl/LC_MESSAGES/glib20-tl.mo with a custom command [225/510] Generating po/tr/LC_MESSAGES/glib20-tr.mo with a custom command [226/510] Generating po/ug/LC_MESSAGES/glib20-ug.mo with a custom command [227/510] Generating po/tt/LC_MESSAGES/glib20-tt.mo with a custom command [228/510] Generating po/uk/LC_MESSAGES/glib20-uk.mo with a custom command [229/510] Generating po/vi/LC_MESSAGES/glib20-vi.mo with a custom command [230/510] Generating po/wa/LC_MESSAGES/glib20-wa.mo with a custom command [231/510] Generating po/xh/LC_MESSAGES/glib20-xh.mo with a custom command [232/510] Generating po/yi/LC_MESSAGES/glib20-yi.mo with a custom command [233/510] Generating po/zh_CN/LC_MESSAGES/glib20-zh_CN.mo with a custom command [234/510] Generating po/zh_HK/LC_MESSAGES/glib20-zh_HK.mo with a custom command [235/510] Generating gobject/glib_enumtypes_c with a custom command (wrapped by meson to capture output) [236/510] Generating po/zh_TW/LC_MESSAGES/glib20-zh_TW.mo with a custom command [237/510] Compiling C object gio/inotify/libinotify.a.p/inotify-kernel.c.o [238/510] Compiling C object gio/inotify/libinotify.a.p/inotify-sub.c.o [239/510] Compiling C object gio/inotify/libinotify.a.p/inotify-path.c.o [240/510] Compiling C object gio/inotify/libinotify.a.p/inotify-missing.c.o [241/510] Compiling C object gio/inotify/libinotify.a.p/inotify-helper.c.o [242/510] Compiling C object gio/inotify/libinotify.a.p/ginotifyfilemonitor.c.o [243/510] Compiling C object gio/libgio-2.0.so.0.7200.3.p/meson-generated_.._gdbus-daemon-generated.c.o [244/510] Compiling C object gio/libgio-2.0.so.0.7200.3.p/meson-generated_.._xdp-dbus.c.o [245/510] Compiling C object gio/libgio-2.0.so.0.7200.3.p/gappinfo.c.o [246/510] Compiling C object gio/libgio-2.0.so.0.7200.3.p/gasynchelper.c.o [247/510] Compiling C object gio/libgio-2.0.so.0.7200.3.p/gasyncinitable.c.o [248/510] Compiling C object gio/libgio-2.0.so.0.7200.3.p/gasyncresult.c.o [249/510] Compiling C object gio/libgio-2.0.so.0.7200.3.p/gbufferedinputstream.c.o [250/510] Compiling C object gio/libgio-2.0.so.0.7200.3.p/gbufferedoutputstream.c.o [251/510] Compiling C object gio/libgio-2.0.so.0.7200.3.p/gbytesicon.c.o [252/510] Compiling C object gio/libgio-2.0.so.0.7200.3.p/gcancellable.c.o [253/510] Compiling C object gio/libgio-2.0.so.0.7200.3.p/gcharsetconverter.c.o [254/510] Compiling C object gio/libgio-2.0.so.0.7200.3.p/gcontextspecificgroup.c.o [255/510] Compiling C object gio/libgio-2.0.so.0.7200.3.p/gconverter.c.o [256/510] Generating symbol file gmodule/libgmodule-2.0.so.0.7200.3.p/libgmodule-2.0.so.0.7200.3.symbols [257/510] Compiling C object gio/libgio-2.0.so.0.7200.3.p/gconverterinputstream.c.o [258/510] Compiling C object gio/libgio-2.0.so.0.7200.3.p/gconverteroutputstream.c.o [259/510] Compiling C object gio/libgio-2.0.so.0.7200.3.p/gcredentials.c.o [260/510] Compiling C object gobject/libgobject-2.0.so.0.7200.3.p/meson-generated_.._glib-enumtypes.c.o [261/510] Compiling C object gio/libgio-2.0.so.0.7200.3.p/gdatagrambased.c.o [262/510] Compiling C object gio/libgio-2.0.so.0.7200.3.p/gdatainputstream.c.o [263/510] Compiling C object gio/libgio-2.0.so.0.7200.3.p/gdataoutputstream.c.o [264/510] Compiling C object gio/libgio-2.0.so.0.7200.3.p/gdebugcontroller.c.o [265/510] Compiling C object gio/libgio-2.0.so.0.7200.3.p/gdebugcontrollerdbus.c.o [266/510] Compiling C object gio/libgio-2.0.so.0.7200.3.p/gdrive.c.o [267/510] Linking static target gio/inotify/libinotify.a [268/510] Compiling C object gio/libgio-2.0.so.0.7200.3.p/gdummyfile.c.o [269/510] Compiling C object gio/libgio-2.0.so.0.7200.3.p/gdummyproxyresolver.c.o [270/510] Compiling C object gio/libgio-2.0.so.0.7200.3.p/gdummytlsbackend.c.o [271/510] Compiling C object gio/libgio-2.0.so.0.7200.3.p/gemblem.c.o [272/510] Compiling C object gio/libgio-2.0.so.0.7200.3.p/gemblemedicon.c.o [273/510] Compiling C object gio/libgio-2.0.so.0.7200.3.p/gfile.c.o [274/510] Compiling C object gio/libgio-2.0.so.0.7200.3.p/gfileattribute.c.o [275/510] Compiling C object gio/libgio-2.0.so.0.7200.3.p/gfileenumerator.c.o [276/510] Compiling C object gio/libgio-2.0.so.0.7200.3.p/gfileicon.c.o [277/510] Compiling C object gio/libgio-2.0.so.0.7200.3.p/gfileinfo.c.o [278/510] Compiling C object gio/libgio-2.0.so.0.7200.3.p/gfileinputstream.c.o [279/510] Compiling C object gio/libgio-2.0.so.0.7200.3.p/gfilemonitor.c.o [280/510] Compiling C object gio/libgio-2.0.so.0.7200.3.p/gfilenamecompleter.c.o [281/510] Compiling C object gio/libgio-2.0.so.0.7200.3.p/gfileoutputstream.c.o [282/510] Compiling C object gio/libgio-2.0.so.0.7200.3.p/gfileiostream.c.o [283/510] Compiling C object gio/libgio-2.0.so.0.7200.3.p/gfilterinputstream.c.o [284/510] Compiling C object gio/libgio-2.0.so.0.7200.3.p/gfilteroutputstream.c.o [285/510] Compiling C object gio/libgio-2.0.so.0.7200.3.p/gicon.c.o [286/510] Compiling C object gio/libgio-2.0.so.0.7200.3.p/ginetaddress.c.o [287/510] Compiling C object gio/libgio-2.0.so.0.7200.3.p/ginetaddressmask.c.o [288/510] Compiling C object gio/libgio-2.0.so.0.7200.3.p/ginetsocketaddress.c.o [289/510] Compiling C object gio/libgio-2.0.so.0.7200.3.p/ginitable.c.o [290/510] Compiling C object gio/libgio-2.0.so.0.7200.3.p/ginputstream.c.o [291/510] Compiling C object gio/libgio-2.0.so.0.7200.3.p/gioerror.c.o [292/510] Compiling C object gio/libgio-2.0.so.0.7200.3.p/giomodule.c.o [293/510] Compiling C object gio/libgio-2.0.so.0.7200.3.p/gioscheduler.c.o [294/510] Compiling C object gio/libgio-2.0.so.0.7200.3.p/giostream.c.o [295/510] Linking target gobject/libgobject-2.0.so.0.7200.3 [296/510] Compiling C object gio/libgio-2.0.so.0.7200.3.p/giomodule-priv.c.o [297/510] Compiling C object gio/libgio-2.0.so.0.7200.3.p/gloadableicon.c.o [298/510] Compiling C object gio/libgio-2.0.so.0.7200.3.p/gmarshal-internal.c.o [299/510] Compiling C object gio/libgio-2.0.so.0.7200.3.p/gmount.c.o [300/510] Compiling C object gio/libgio-2.0.so.0.7200.3.p/gmemorymonitor.c.o [301/510] Compiling C object gio/libgio-2.0.so.0.7200.3.p/gmemorymonitordbus.c.o [302/510] Compiling C object gio/libgio-2.0.so.0.7200.3.p/gmemoryinputstream.c.o [303/510] Compiling C object gio/libgio-2.0.so.0.7200.3.p/gmemoryoutputstream.c.o [304/510] Compiling C object gio/libgio-2.0.so.0.7200.3.p/gmountoperation.c.o [305/510] Compiling C object gio/libgio-2.0.so.0.7200.3.p/gnativesocketaddress.c.o [306/510] Compiling C object gio/libgio-2.0.so.0.7200.3.p/gnativevolumemonitor.c.o [307/510] Compiling C object gio/libgio-2.0.so.0.7200.3.p/gnetworkaddress.c.o [308/510] Compiling C object gio/libgio-2.0.so.0.7200.3.p/gnetworking.c.o [309/510] Compiling C object gio/libgio-2.0.so.0.7200.3.p/gnetworkmonitor.c.o [310/510] Compiling C object gio/libgio-2.0.so.0.7200.3.p/gnetworkmonitorbase.c.o [311/510] Compiling C object gio/libgio-2.0.so.0.7200.3.p/gnetworkservice.c.o [312/510] Compiling C object gio/libgio-2.0.so.0.7200.3.p/goutputstream.c.o [313/510] Compiling C object gio/libgio-2.0.so.0.7200.3.p/gpermission.c.o [314/510] Compiling C object gio/libgio-2.0.so.0.7200.3.p/gpollableinputstream.c.o [315/510] Compiling C object gio/libgio-2.0.so.0.7200.3.p/gpollableoutputstream.c.o [316/510] Compiling C object gio/libgio-2.0.so.0.7200.3.p/gpollableutils.c.o [317/510] Compiling C object gio/libgio-2.0.so.0.7200.3.p/gpollfilemonitor.c.o [318/510] Compiling C object gio/libgio-2.0.so.0.7200.3.p/gpowerprofilemonitor.c.o [319/510] Compiling C object gio/libgio-2.0.so.0.7200.3.p/gpowerprofilemonitordbus.c.o [320/510] Compiling C object gio/libgio-2.0.so.0.7200.3.p/gproxy.c.o [321/510] Compiling C object gio/libgio-2.0.so.0.7200.3.p/gproxyaddress.c.o [322/510] Compiling C object gio/libgio-2.0.so.0.7200.3.p/gproxyaddressenumerator.c.o [323/510] Compiling C object gio/libgio-2.0.so.0.7200.3.p/gproxyresolver.c.o [324/510] Compiling C object gio/libgio-2.0.so.0.7200.3.p/gresolver.c.o [325/510] Compiling C object gio/libgio-2.0.so.0.7200.3.p/gresource.c.o [326/510] Compiling C object gio/libgio-2.0.so.0.7200.3.p/gresourcefile.c.o [327/510] Compiling C object gio/libgio-2.0.so.0.7200.3.p/gseekable.c.o [328/510] Compiling C object gio/libgio-2.0.so.0.7200.3.p/gsimpleasyncresult.c.o [329/510] Compiling C object gio/libgio-2.0.so.0.7200.3.p/gsimpleiostream.c.o [330/510] Compiling C object gio/libgio-2.0.so.0.7200.3.p/gsimplepermission.c.o [331/510] Compiling C object gio/libgio-2.0.so.0.7200.3.p/gsimpleproxyresolver.c.o [332/510] Compiling C object gio/libgio-2.0.so.0.7200.3.p/gsocket.c.o [333/510] Compiling C object gio/libgio-2.0.so.0.7200.3.p/gsocketaddress.c.o [334/510] Compiling C object gio/libgio-2.0.so.0.7200.3.p/gsocketaddressenumerator.c.o [335/510] Compiling C object gio/libgio-2.0.so.0.7200.3.p/gsocketclient.c.o [336/510] Compiling C object gio/libgio-2.0.so.0.7200.3.p/gsocketconnectable.c.o [337/510] Compiling C object gio/libgio-2.0.so.0.7200.3.p/gsocketconnection.c.o [338/510] Compiling C object gio/libgio-2.0.so.0.7200.3.p/gsocketcontrolmessage.c.o [339/510] Compiling C object gio/libgio-2.0.so.0.7200.3.p/gsocketinputstream.c.o [340/510] Compiling C object gio/libgio-2.0.so.0.7200.3.p/gsocketlistener.c.o [341/510] Compiling C object gio/libgio-2.0.so.0.7200.3.p/gsocketoutputstream.c.o [342/510] Compiling C object gio/libgio-2.0.so.0.7200.3.p/gsocketservice.c.o [343/510] Compiling C object gio/libgio-2.0.so.0.7200.3.p/gsrvtarget.c.o [344/510] Compiling C object gio/libgio-2.0.so.0.7200.3.p/gsubprocesslauncher.c.o [345/510] Compiling C object gio/libgio-2.0.so.0.7200.3.p/gsubprocess.c.o [346/510] Compiling C object gio/libgio-2.0.so.0.7200.3.p/gtask.c.o [347/510] Compiling C object gio/libgio-2.0.so.0.7200.3.p/gtcpconnection.c.o [348/510] Compiling C object gio/libgio-2.0.so.0.7200.3.p/gtcpwrapperconnection.c.o [349/510] Compiling C object gio/libgio-2.0.so.0.7200.3.p/gthemedicon.c.o [350/510] Compiling C object gio/libgio-2.0.so.0.7200.3.p/gthreadedsocketservice.c.o [351/510] Compiling C object gio/libgio-2.0.so.0.7200.3.p/gthreadedresolver.c.o [352/510] Compiling C object gio/libgio-2.0.so.0.7200.3.p/gtlsbackend.c.o [353/510] Compiling C object gio/libgio-2.0.so.0.7200.3.p/gtlscertificate.c.o [354/510] Compiling C object gio/libgio-2.0.so.0.7200.3.p/gtlsclientconnection.c.o [355/510] Generating symbol file gobject/libgobject-2.0.so.0.7200.3.p/libgobject-2.0.so.0.7200.3.symbols [356/510] Compiling C object gio/libgio-2.0.so.0.7200.3.p/gtlsconnection.c.o [357/510] Compiling C object gio/libgio-2.0.so.0.7200.3.p/gtlsdatabase.c.o [358/510] Compiling C object gio/libgio-2.0.so.0.7200.3.p/gtlsfiledatabase.c.o [359/510] Compiling C object gio/libgio-2.0.so.0.7200.3.p/gtlsinteraction.c.o [360/510] Compiling C object gio/libgio-2.0.so.0.7200.3.p/gtlspassword.c.o [361/510] Compiling C object gio/libgio-2.0.so.0.7200.3.p/gtlsserverconnection.c.o [362/510] Compiling C object gio/libgio-2.0.so.0.7200.3.p/gdtlsconnection.c.o [363/510] Compiling C object gio/libgio-2.0.so.0.7200.3.p/gdtlsclientconnection.c.o [364/510] Compiling C object gio/libgio-2.0.so.0.7200.3.p/gdtlsserverconnection.c.o [365/510] Compiling C object gio/libgio-2.0.so.0.7200.3.p/gunionvolumemonitor.c.o [366/510] Compiling C object gio/libgio-2.0.so.0.7200.3.p/gunixconnection.c.o [367/510] Compiling C object gio/libgio-2.0.so.0.7200.3.p/gunixcredentialsmessage.c.o [368/510] Compiling C object gio/libgio-2.0.so.0.7200.3.p/gunixsocketaddress.c.o [369/510] Compiling C object gio/libgio-2.0.so.0.7200.3.p/gvfs.c.o [370/510] Compiling C object gio/libgio-2.0.so.0.7200.3.p/gvolume.c.o [371/510] Compiling C object gio/libgio-2.0.so.0.7200.3.p/gvolumemonitor.c.o [372/510] Compiling C object gio/libgio-2.0.so.0.7200.3.p/gzlibcompressor.c.o [373/510] Compiling C object gio/libgio-2.0.so.0.7200.3.p/gzlibdecompressor.c.o [374/510] Compiling C object gio/libgio-2.0.so.0.7200.3.p/glistmodel.c.o [375/510] Compiling C object gio/libgio-2.0.so.0.7200.3.p/gliststore.c.o [376/510] Compiling C object gio/libgio-2.0.so.0.7200.3.p/.._glib_gtrace.c.o [377/510] Compiling C object gio/libgio-2.0.so.0.7200.3.p/gdesktopappinfo.c.o [378/510] Compiling C object gio/libgio-2.0.so.0.7200.3.p/gcontenttype.c.o [379/510] Compiling C object gio/libgio-2.0.so.0.7200.3.p/gdbusdaemon.c.o [380/510] Linking target gobject/gobject-query [381/510] Compiling C object gio/libgio-2.0.so.0.7200.3.p/gfiledescriptorbased.c.o [382/510] Compiling C object gio/libgio-2.0.so.0.7200.3.p/giounix-private.c.o [383/510] Compiling C object gio/libgio-2.0.so.0.7200.3.p/gunixfdlist.c.o [384/510] Compiling C object gio/libgio-2.0.so.0.7200.3.p/gunixfdmessage.c.o [385/510] Compiling C object gio/libgio-2.0.so.0.7200.3.p/gunixmount.c.o [386/510] Compiling C object gio/libgio-2.0.so.0.7200.3.p/gunixmounts.c.o [387/510] Compiling C object gio/libgio-2.0.so.0.7200.3.p/gunixvolume.c.o [388/510] Compiling C object gio/libgio-2.0.so.0.7200.3.p/gunixvolumemonitor.c.o [389/510] Compiling C object gio/libgio-2.0.so.0.7200.3.p/gunixinputstream.c.o [390/510] Compiling C object gio/libgio-2.0.so.0.7200.3.p/gunixoutputstream.c.o [391/510] Compiling C object gio/libgio-2.0.so.0.7200.3.p/gfdonotificationbackend.c.o [392/510] Compiling C object gio/libgio-2.0.so.0.7200.3.p/ggtknotificationbackend.c.o [393/510] Compiling C object gio/libgio-2.0.so.0.7200.3.p/gnetworkmonitornetlink.c.o [394/510] Compiling C object gio/libgio-2.0.so.0.7200.3.p/gnetworkmonitornm.c.o [395/510] Compiling C object gio/libgio-2.0.so.0.7200.3.p/gapplication.c.o [396/510] Compiling C object gio/libgio-2.0.so.0.7200.3.p/gapplicationcommandline.c.o [397/510] Compiling C object gio/libgio-2.0.so.0.7200.3.p/gapplicationimpl-dbus.c.o [398/510] Generating gio/gioenumtypes_c with a custom command (wrapped by meson to capture output) [399/510] Compiling C object gio/libgio-2.0.so.0.7200.3.p/gactiongroup.c.o [400/510] Compiling C object gio/libgio-2.0.so.0.7200.3.p/gactionmap.c.o [401/510] Compiling C object gio/libgio-2.0.so.0.7200.3.p/gsimpleactiongroup.c.o [402/510] Compiling C object gio/libgio-2.0.so.0.7200.3.p/gremoteactiongroup.c.o [403/510] Compiling C object gio/libgio-2.0.so.0.7200.3.p/gactiongroupexporter.c.o [404/510] Compiling C object gio/libgio-2.0.so.0.7200.3.p/gdbusactiongroup.c.o [405/510] Compiling C object gio/libgio-2.0.so.0.7200.3.p/gaction.c.o [406/510] Compiling C object gio/libgio-2.0.so.0.7200.3.p/gpropertyaction.c.o [407/510] Compiling C object gio/libgio-2.0.so.0.7200.3.p/gsimpleaction.c.o [408/510] Compiling C object gio/libgio-2.0.so.0.7200.3.p/gmenumodel.c.o [409/510] Compiling C object gio/libgio-2.0.so.0.7200.3.p/gmenu.c.o [410/510] Compiling C object gio/libgio-2.0.so.0.7200.3.p/gmenuexporter.c.o [411/510] Compiling C object gio/libgio-2.0.so.0.7200.3.p/gdbusmenumodel.c.o [412/510] Compiling C object gio/libgio-2.0.so.0.7200.3.p/gnotification.c.o [413/510] Compiling C object gio/libgio-2.0.so.0.7200.3.p/gnotificationbackend.c.o [414/510] Compiling C object gio/libgio-2.0.so.0.7200.3.p/gvdb_gvdb-reader.c.o [415/510] Compiling C object gio/libgio-2.0.so.0.7200.3.p/gdelayedsettingsbackend.c.o [416/510] Compiling C object gio/libgio-2.0.so.0.7200.3.p/gkeyfilesettingsbackend.c.o [417/510] Compiling C object gio/libgio-2.0.so.0.7200.3.p/gmemorysettingsbackend.c.o [418/510] Compiling C object gio/libgio-2.0.so.0.7200.3.p/gnullsettingsbackend.c.o [419/510] Compiling C object gio/libgio-2.0.so.0.7200.3.p/gsettingsbackend.c.o [420/510] Compiling C object gio/libgio-2.0.so.0.7200.3.p/gsettingsschema.c.o [421/510] Compiling C object gio/libgio-2.0.so.0.7200.3.p/gsettings-mapping.c.o [422/510] Compiling C object gio/libgio-2.0.so.0.7200.3.p/gsettings.c.o [423/510] Compiling C object gio/libgio-2.0.so.0.7200.3.p/gdbusutils.c.o [424/510] Compiling C object gio/libgio-2.0.so.0.7200.3.p/meson-generated_.._gioenumtypes.c.o [425/510] Compiling C object gio/libgio-2.0.so.0.7200.3.p/gdbusaddress.c.o [426/510] Compiling C object gio/libgio-2.0.so.0.7200.3.p/gdbusauthobserver.c.o [427/510] Compiling C object gio/libgio-2.0.so.0.7200.3.p/gdbusauth.c.o [428/510] Compiling C object gio/libgio-2.0.so.0.7200.3.p/gdbusauthmechanism.c.o [429/510] Compiling C object gio/libgio-2.0.so.0.7200.3.p/gdbusauthmechanismanon.c.o [430/510] Compiling C object gio/libgio-2.0.so.0.7200.3.p/gdbusauthmechanismexternal.c.o [431/510] Compiling C object gio/libgio-2.0.so.0.7200.3.p/gdbusauthmechanismsha1.c.o [432/510] Compiling C object gio/libgio-2.0.so.0.7200.3.p/gdbuserror.c.o [433/510] Compiling C object gio/libgio-2.0.so.0.7200.3.p/gdbusconnection.c.o [434/510] Compiling C object gio/libgio-2.0.so.0.7200.3.p/gdbusmessage.c.o [435/510] Compiling C object gio/libgio-2.0.so.0.7200.3.p/gdbusnameowning.c.o [436/510] Compiling C object gio/libgio-2.0.so.0.7200.3.p/gdbusnamewatching.c.o [437/510] Compiling C object gio/libgio-2.0.so.0.7200.3.p/gdbusproxy.c.o [438/510] Compiling C object gio/libgio-2.0.so.0.7200.3.p/gdbusprivate.c.o [439/510] Compiling C object gio/libgio-2.0.so.0.7200.3.p/gdbusintrospection.c.o [440/510] Compiling C object gio/libgio-2.0.so.0.7200.3.p/gdbusmethodinvocation.c.o [441/510] Compiling C object gio/libgio-2.0.so.0.7200.3.p/gdbusserver.c.o [442/510] Compiling C object gio/libgio-2.0.so.0.7200.3.p/gdbusinterface.c.o [443/510] Compiling C object gio/libgio-2.0.so.0.7200.3.p/gdbusinterfaceskeleton.c.o [444/510] Compiling C object gio/libgio-2.0.so.0.7200.3.p/gdbusobject.c.o [445/510] Compiling C object gio/libgio-2.0.so.0.7200.3.p/gdbusobjectskeleton.c.o [446/510] Compiling C object gio/libgio-2.0.so.0.7200.3.p/gdbusobjectproxy.c.o [447/510] Compiling C object gio/libgio-2.0.so.0.7200.3.p/gdbusobjectmanager.c.o [448/510] Compiling C object gio/libgio-2.0.so.0.7200.3.p/gdbusobjectmanagerclient.c.o [449/510] Compiling C object gio/libgio-2.0.so.0.7200.3.p/gdbusobjectmanagerserver.c.o [450/510] Compiling C object gio/libgio-2.0.so.0.7200.3.p/gtestdbus.c.o [451/510] Compiling C object gio/libgio-2.0.so.0.7200.3.p/gdocumentportal.c.o [452/510] Compiling C object gio/libgio-2.0.so.0.7200.3.p/gopenuriportal.c.o [453/510] Compiling C object gio/libgio-2.0.so.0.7200.3.p/gmemorymonitorportal.c.o [454/510] Compiling C object gio/libgio-2.0.so.0.7200.3.p/gnetworkmonitorportal.c.o [455/510] Compiling C object gio/libgio-2.0.so.0.7200.3.p/gpowerprofilemonitorportal.c.o [456/510] Compiling C object gio/libgio-2.0.so.0.7200.3.p/gproxyresolverportal.c.o [457/510] Compiling C object gio/libgio-2.0.so.0.7200.3.p/gtrashportal.c.o [458/510] Compiling C object gio/libgio-2.0.so.0.7200.3.p/gportalsupport.c.o [459/510] Compiling C object gio/libgio-2.0.so.0.7200.3.p/gportalnotificationbackend.c.o [460/510] Compiling C object gio/libgio-2.0.so.0.7200.3.p/ghttpproxy.c.o [461/510] Compiling C object gio/libgio-2.0.so.0.7200.3.p/glocalfile.c.o [462/510] Compiling C object gio/libgio-2.0.so.0.7200.3.p/glocalfileenumerator.c.o [463/510] Compiling C object gio/libgio-2.0.so.0.7200.3.p/glocalfileinfo.c.o [464/510] Compiling C object gio/libgio-2.0.so.0.7200.3.p/glocalfileinputstream.c.o [465/510] Compiling C object gio/libgio-2.0.so.0.7200.3.p/glocalfilemonitor.c.o [466/510] Compiling C object gio/libgio-2.0.so.0.7200.3.p/glocalfileoutputstream.c.o [467/510] Compiling C object gio/libgio-2.0.so.0.7200.3.p/glocalfileiostream.c.o [468/510] Compiling C object gio/libgio-2.0.so.0.7200.3.p/glocalvfs.c.o [469/510] Compiling C object gio/libgio-2.0.so.0.7200.3.p/gsocks4proxy.c.o [470/510] Compiling C object gio/libgio-2.0.so.0.7200.3.p/gsocks4aproxy.c.o [471/510] Compiling C object gio/libgio-2.0.so.0.7200.3.p/gsocks5proxy.c.o [472/510] Compiling C object gio/libgio-2.0.so.0.7200.3.p/thumbnail-verify.c.o [473/510] Compiling C object gio/gio.p/gio-tool.c.o [474/510] Compiling C object gio/gio.p/gio-tool-cat.c.o [475/510] Compiling C object gio/gio.p/gio-tool-copy.c.o [476/510] Compiling C object gio/gio.p/gio-tool-info.c.o [477/510] Compiling C object gio/gio.p/gio-tool-launch.c.o [478/510] Compiling C object gio/gio.p/gio-tool-list.c.o [479/510] Compiling C object gio/gio.p/gio-tool-mime.c.o [480/510] Compiling C object gio/gio.p/gio-tool-monitor.c.o [481/510] Compiling C object gio/gio.p/gio-tool-mount.c.o [482/510] Compiling C object gio/gio.p/gio-tool-move.c.o [483/510] Compiling C object gio/gio.p/gio-tool-open.c.o [484/510] Compiling C object gio/gio.p/gio-tool-mkdir.c.o [485/510] Compiling C object gio/gio.p/gio-tool-rename.c.o [486/510] Compiling C object gio/gio.p/gio-tool-remove.c.o [487/510] Compiling C object gio/gio.p/gio-tool-save.c.o [488/510] Compiling C object gio/gio.p/gio-tool-set.c.o [489/510] Compiling C object gio/gio.p/gio-tool-trash.c.o [490/510] Compiling C object gio/gio.p/gio-tool-tree.c.o [491/510] Compiling C object gio/gresource.p/gresource-tool.c.o [492/510] Compiling C object gio/gio-querymodules.p/gio-querymodules.c.o [493/510] Compiling C object gio/gio-querymodules.p/giomodule-priv.c.o [494/510] Compiling C object gio/glib-compile-schemas.p/gvdb_gvdb-builder.c.o [495/510] Compiling C object gio/glib-compile-schemas.p/glib-compile-schemas.c.o [496/510] Compiling C object gio/glib-compile-resources.p/gvdb_gvdb-builder.c.o [497/510] Compiling C object gio/glib-compile-resources.p/glib-compile-resources.c.o [498/510] Compiling C object gio/gsettings.p/gsettings-tool.c.o [499/510] Compiling C object gio/gdbus.p/gdbus-tool.c.o [500/510] Compiling C object gio/gapplication.p/gapplication-tool.c.o [501/510] Linking target gio/libgio-2.0.so.0.7200.3 [502/510] Generating symbol file gio/libgio-2.0.so.0.7200.3.p/libgio-2.0.so.0.7200.3.symbols [503/510] Linking target gio/gio-querymodules [504/510] Linking target gio/gio [505/510] Linking target gio/gresource [506/510] Linking target gio/glib-compile-schemas [507/510] Linking target gio/gsettings [508/510] Linking target gio/glib-compile-resources [509/510] Linking target gio/gapplication [510/510] Linking target gio/gdbus >>> host-libglib2 2.72.3 Installing to host directory PATH="/tmp/instance-5/output-1/host/bin:/tmp/instance-5/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PKG_CONFIG="/tmp/instance-5/output-1/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/tmp/instance-5/output-1/host/lib/pkgconfig:/tmp/instance-5/output-1/host/share/pkgconfig" PYTHONNOUSERSITE=y /tmp/instance-5/output-1/host/bin/ninja -C /tmp/instance-5/output-1/build/host-libglib2-2.72.3//build install ninja: Entering directory `/tmp/instance-5/output-1/build/host-libglib2-2.72.3//build' [0/1] Installing files. Installing glib/libglib-2.0.so.0.7200.3 to /tmp/instance-5/output-1/host/lib Stripping target 'glib/libglib-2.0.so.0.7200.3'. Installing glib/gtester to /tmp/instance-5/output-1/host/bin Stripping target 'glib/gtester'. Installing gobject/glib-enumtypes.h to /tmp/instance-5/output-1/host/include/glib-2.0/gobject Installing gobject/libgobject-2.0.so.0.7200.3 to /tmp/instance-5/output-1/host/lib Stripping target 'gobject/libgobject-2.0.so.0.7200.3'. Installing gobject/gobject-query to /tmp/instance-5/output-1/host/bin Stripping target 'gobject/gobject-query'. Installing gthread/libgthread-2.0.so.0.7200.3 to /tmp/instance-5/output-1/host/lib Stripping target 'gthread/libgthread-2.0.so.0.7200.3'. Installing gmodule/libgmodule-2.0.so.0.7200.3 to /tmp/instance-5/output-1/host/lib Stripping target 'gmodule/libgmodule-2.0.so.0.7200.3'. Installing gio/gioenumtypes.h to /tmp/instance-5/output-1/host/include/glib-2.0/gio Installing gio/libgio-2.0.so.0.7200.3 to /tmp/instance-5/output-1/host/lib Stripping target 'gio/libgio-2.0.so.0.7200.3'. Installing gio/gio to /tmp/instance-5/output-1/host/bin Stripping target 'gio/gio'. Installing gio/gresource to /tmp/instance-5/output-1/host/bin Stripping target 'gio/gresource'. Installing gio/gio-querymodules to /tmp/instance-5/output-1/host/bin Stripping target 'gio/gio-querymodules'. Installing gio/glib-compile-schemas to /tmp/instance-5/output-1/host/bin Stripping target 'gio/glib-compile-schemas'. Installing gio/glib-compile-resources to /tmp/instance-5/output-1/host/bin Stripping target 'gio/glib-compile-resources'. Installing gio/gsettings to /tmp/instance-5/output-1/host/bin Stripping target 'gio/gsettings'. Installing gio/gdbus to /tmp/instance-5/output-1/host/bin Stripping target 'gio/gdbus'. Installing gio/gapplication to /tmp/instance-5/output-1/host/bin Stripping target 'gio/gapplication'. Installing po/af/LC_MESSAGES/glib20.mo to /tmp/instance-5/output-1/host/share/locale/af/LC_MESSAGES Installing po/am/LC_MESSAGES/glib20.mo to /tmp/instance-5/output-1/host/share/locale/am/LC_MESSAGES Installing po/an/LC_MESSAGES/glib20.mo to /tmp/instance-5/output-1/host/share/locale/an/LC_MESSAGES Installing po/ar/LC_MESSAGES/glib20.mo to /tmp/instance-5/output-1/host/share/locale/ar/LC_MESSAGES Installing po/as/LC_MESSAGES/glib20.mo to /tmp/instance-5/output-1/host/share/locale/as/LC_MESSAGES Installing po/ast/LC_MESSAGES/glib20.mo to /tmp/instance-5/output-1/host/share/locale/ast/LC_MESSAGES Installing po/az/LC_MESSAGES/glib20.mo to /tmp/instance-5/output-1/host/share/locale/az/LC_MESSAGES Installing po/be/LC_MESSAGES/glib20.mo to /tmp/instance-5/output-1/host/share/locale/be/LC_MESSAGES Installing po/be@latin/LC_MESSAGES/glib20.mo to /tmp/instance-5/output-1/host/share/locale/be@latin/LC_MESSAGES Installing po/bg/LC_MESSAGES/glib20.mo to /tmp/instance-5/output-1/host/share/locale/bg/LC_MESSAGES Installing po/bn/LC_MESSAGES/glib20.mo to /tmp/instance-5/output-1/host/share/locale/bn/LC_MESSAGES Installing po/bn_IN/LC_MESSAGES/glib20.mo to /tmp/instance-5/output-1/host/share/locale/bn_IN/LC_MESSAGES Installing po/bs/LC_MESSAGES/glib20.mo to /tmp/instance-5/output-1/host/share/locale/bs/LC_MESSAGES Installing po/ca/LC_MESSAGES/glib20.mo to /tmp/instance-5/output-1/host/share/locale/ca/LC_MESSAGES Installing po/ca@valencia/LC_MESSAGES/glib20.mo to /tmp/instance-5/output-1/host/share/locale/ca@valencia/LC_MESSAGES Installing po/cs/LC_MESSAGES/glib20.mo to /tmp/instance-5/output-1/host/share/locale/cs/LC_MESSAGES Installing po/cy/LC_MESSAGES/glib20.mo to /tmp/instance-5/output-1/host/share/locale/cy/LC_MESSAGES Installing po/da/LC_MESSAGES/glib20.mo to /tmp/instance-5/output-1/host/share/locale/da/LC_MESSAGES Installing po/de/LC_MESSAGES/glib20.mo to /tmp/instance-5/output-1/host/share/locale/de/LC_MESSAGES Installing po/dz/LC_MESSAGES/glib20.mo to /tmp/instance-5/output-1/host/share/locale/dz/LC_MESSAGES Installing po/el/LC_MESSAGES/glib20.mo to /tmp/instance-5/output-1/host/share/locale/el/LC_MESSAGES Installing po/en_CA/LC_MESSAGES/glib20.mo to /tmp/instance-5/output-1/host/share/locale/en_CA/LC_MESSAGES Installing po/en_GB/LC_MESSAGES/glib20.mo to /tmp/instance-5/output-1/host/share/locale/en_GB/LC_MESSAGES Installing po/en@shaw/LC_MESSAGES/glib20.mo to /tmp/instance-5/output-1/host/share/locale/en@shaw/LC_MESSAGES Installing po/eo/LC_MESSAGES/glib20.mo to /tmp/instance-5/output-1/host/share/locale/eo/LC_MESSAGES Installing po/es/LC_MESSAGES/glib20.mo to /tmp/instance-5/output-1/host/share/locale/es/LC_MESSAGES Installing po/et/LC_MESSAGES/glib20.mo to /tmp/instance-5/output-1/host/share/locale/et/LC_MESSAGES Installing po/eu/LC_MESSAGES/glib20.mo to /tmp/instance-5/output-1/host/share/locale/eu/LC_MESSAGES Installing po/fa/LC_MESSAGES/glib20.mo to /tmp/instance-5/output-1/host/share/locale/fa/LC_MESSAGES Installing po/fi/LC_MESSAGES/glib20.mo to /tmp/instance-5/output-1/host/share/locale/fi/LC_MESSAGES Installing po/fr/LC_MESSAGES/glib20.mo to /tmp/instance-5/output-1/host/share/locale/fr/LC_MESSAGES Installing po/fur/LC_MESSAGES/glib20.mo to /tmp/instance-5/output-1/host/share/locale/fur/LC_MESSAGES Installing po/ga/LC_MESSAGES/glib20.mo to /tmp/instance-5/output-1/host/share/locale/ga/LC_MESSAGES Installing po/gd/LC_MESSAGES/glib20.mo to /tmp/instance-5/output-1/host/share/locale/gd/LC_MESSAGES Installing po/gl/LC_MESSAGES/glib20.mo to /tmp/instance-5/output-1/host/share/locale/gl/LC_MESSAGES Installing po/gu/LC_MESSAGES/glib20.mo to /tmp/instance-5/output-1/host/share/locale/gu/LC_MESSAGES Installing po/he/LC_MESSAGES/glib20.mo to /tmp/instance-5/output-1/host/share/locale/he/LC_MESSAGES Installing po/hi/LC_MESSAGES/glib20.mo to /tmp/instance-5/output-1/host/share/locale/hi/LC_MESSAGES Installing po/hr/LC_MESSAGES/glib20.mo to /tmp/instance-5/output-1/host/share/locale/hr/LC_MESSAGES Installing po/hu/LC_MESSAGES/glib20.mo to /tmp/instance-5/output-1/host/share/locale/hu/LC_MESSAGES Installing po/hy/LC_MESSAGES/glib20.mo to /tmp/instance-5/output-1/host/share/locale/hy/LC_MESSAGES Installing po/id/LC_MESSAGES/glib20.mo to /tmp/instance-5/output-1/host/share/locale/id/LC_MESSAGES Installing po/is/LC_MESSAGES/glib20.mo to /tmp/instance-5/output-1/host/share/locale/is/LC_MESSAGES Installing po/it/LC_MESSAGES/glib20.mo to /tmp/instance-5/output-1/host/share/locale/it/LC_MESSAGES Installing po/ja/LC_MESSAGES/glib20.mo to /tmp/instance-5/output-1/host/share/locale/ja/LC_MESSAGES Installing po/ka/LC_MESSAGES/glib20.mo to /tmp/instance-5/output-1/host/share/locale/ka/LC_MESSAGES Installing po/kk/LC_MESSAGES/glib20.mo to /tmp/instance-5/output-1/host/share/locale/kk/LC_MESSAGES Installing po/kn/LC_MESSAGES/glib20.mo to /tmp/instance-5/output-1/host/share/locale/kn/LC_MESSAGES Installing po/ko/LC_MESSAGES/glib20.mo to /tmp/instance-5/output-1/host/share/locale/ko/LC_MESSAGES Installing po/ku/LC_MESSAGES/glib20.mo to /tmp/instance-5/output-1/host/share/locale/ku/LC_MESSAGES Installing po/lt/LC_MESSAGES/glib20.mo to /tmp/instance-5/output-1/host/share/locale/lt/LC_MESSAGES Installing po/lv/LC_MESSAGES/glib20.mo to /tmp/instance-5/output-1/host/share/locale/lv/LC_MESSAGES Installing po/mai/LC_MESSAGES/glib20.mo to /tmp/instance-5/output-1/host/share/locale/mai/LC_MESSAGES Installing po/mg/LC_MESSAGES/glib20.mo to /tmp/instance-5/output-1/host/share/locale/mg/LC_MESSAGES Installing po/mk/LC_MESSAGES/glib20.mo to /tmp/instance-5/output-1/host/share/locale/mk/LC_MESSAGES Installing po/ml/LC_MESSAGES/glib20.mo to /tmp/instance-5/output-1/host/share/locale/ml/LC_MESSAGES Installing po/mn/LC_MESSAGES/glib20.mo to /tmp/instance-5/output-1/host/share/locale/mn/LC_MESSAGES Installing po/mr/LC_MESSAGES/glib20.mo to /tmp/instance-5/output-1/host/share/locale/mr/LC_MESSAGES Installing po/ms/LC_MESSAGES/glib20.mo to /tmp/instance-5/output-1/host/share/locale/ms/LC_MESSAGES Installing po/nb/LC_MESSAGES/glib20.mo to /tmp/instance-5/output-1/host/share/locale/nb/LC_MESSAGES Installing po/nds/LC_MESSAGES/glib20.mo to /tmp/instance-5/output-1/host/share/locale/nds/LC_MESSAGES Installing po/ne/LC_MESSAGES/glib20.mo to /tmp/instance-5/output-1/host/share/locale/ne/LC_MESSAGES Installing po/nl/LC_MESSAGES/glib20.mo to /tmp/instance-5/output-1/host/share/locale/nl/LC_MESSAGES Installing po/nn/LC_MESSAGES/glib20.mo to /tmp/instance-5/output-1/host/share/locale/nn/LC_MESSAGES Installing po/oc/LC_MESSAGES/glib20.mo to /tmp/instance-5/output-1/host/share/locale/oc/LC_MESSAGES Installing po/or/LC_MESSAGES/glib20.mo to /tmp/instance-5/output-1/host/share/locale/or/LC_MESSAGES Installing po/pa/LC_MESSAGES/glib20.mo to /tmp/instance-5/output-1/host/share/locale/pa/LC_MESSAGES Installing po/pl/LC_MESSAGES/glib20.mo to /tmp/instance-5/output-1/host/share/locale/pl/LC_MESSAGES Installing po/ps/LC_MESSAGES/glib20.mo to /tmp/instance-5/output-1/host/share/locale/ps/LC_MESSAGES Installing po/pt/LC_MESSAGES/glib20.mo to /tmp/instance-5/output-1/host/share/locale/pt/LC_MESSAGES Installing po/pt_BR/LC_MESSAGES/glib20.mo to /tmp/instance-5/output-1/host/share/locale/pt_BR/LC_MESSAGES Installing po/ro/LC_MESSAGES/glib20.mo to /tmp/instance-5/output-1/host/share/locale/ro/LC_MESSAGES Installing po/ru/LC_MESSAGES/glib20.mo to /tmp/instance-5/output-1/host/share/locale/ru/LC_MESSAGES Installing po/rw/LC_MESSAGES/glib20.mo to /tmp/instance-5/output-1/host/share/locale/rw/LC_MESSAGES Installing po/si/LC_MESSAGES/glib20.mo to /tmp/instance-5/output-1/host/share/locale/si/LC_MESSAGES Installing po/sk/LC_MESSAGES/glib20.mo to /tmp/instance-5/output-1/host/share/locale/sk/LC_MESSAGES Installing po/sl/LC_MESSAGES/glib20.mo to /tmp/instance-5/output-1/host/share/locale/sl/LC_MESSAGES Installing po/sq/LC_MESSAGES/glib20.mo to /tmp/instance-5/output-1/host/share/locale/sq/LC_MESSAGES Installing po/sr/LC_MESSAGES/glib20.mo to /tmp/instance-5/output-1/host/share/locale/sr/LC_MESSAGES Installing po/sr@latin/LC_MESSAGES/glib20.mo to /tmp/instance-5/output-1/host/share/locale/sr@latin/LC_MESSAGES Installing po/sr@ije/LC_MESSAGES/glib20.mo to /tmp/instance-5/output-1/host/share/locale/sr@ije/LC_MESSAGES Installing po/sv/LC_MESSAGES/glib20.mo to /tmp/instance-5/output-1/host/share/locale/sv/LC_MESSAGES Installing po/ta/LC_MESSAGES/glib20.mo to /tmp/instance-5/output-1/host/share/locale/ta/LC_MESSAGES Installing po/te/LC_MESSAGES/glib20.mo to /tmp/instance-5/output-1/host/share/locale/te/LC_MESSAGES Installing po/tg/LC_MESSAGES/glib20.mo to /tmp/instance-5/output-1/host/share/locale/tg/LC_MESSAGES Installing po/th/LC_MESSAGES/glib20.mo to /tmp/instance-5/output-1/host/share/locale/th/LC_MESSAGES Installing po/tl/LC_MESSAGES/glib20.mo to /tmp/instance-5/output-1/host/share/locale/tl/LC_MESSAGES Installing po/tr/LC_MESSAGES/glib20.mo to /tmp/instance-5/output-1/host/share/locale/tr/LC_MESSAGES Installing po/ug/LC_MESSAGES/glib20.mo to /tmp/instance-5/output-1/host/share/locale/ug/LC_MESSAGES Installing po/tt/LC_MESSAGES/glib20.mo to /tmp/instance-5/output-1/host/share/locale/tt/LC_MESSAGES Installing po/uk/LC_MESSAGES/glib20.mo to /tmp/instance-5/output-1/host/share/locale/uk/LC_MESSAGES Installing po/vi/LC_MESSAGES/glib20.mo to /tmp/instance-5/output-1/host/share/locale/vi/LC_MESSAGES Installing po/wa/LC_MESSAGES/glib20.mo to /tmp/instance-5/output-1/host/share/locale/wa/LC_MESSAGES Installing po/xh/LC_MESSAGES/glib20.mo to /tmp/instance-5/output-1/host/share/locale/xh/LC_MESSAGES Installing po/yi/LC_MESSAGES/glib20.mo to /tmp/instance-5/output-1/host/share/locale/yi/LC_MESSAGES Installing po/zh_CN/LC_MESSAGES/glib20.mo to /tmp/instance-5/output-1/host/share/locale/zh_CN/LC_MESSAGES Installing po/zh_HK/LC_MESSAGES/glib20.mo to /tmp/instance-5/output-1/host/share/locale/zh_HK/LC_MESSAGES Installing po/zh_TW/LC_MESSAGES/glib20.mo to /tmp/instance-5/output-1/host/share/locale/zh_TW/LC_MESSAGES Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/glib/glib.h to /tmp/instance-5/output-1/host/include/glib-2.0/ Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/glib/glib-unix.h to /tmp/instance-5/output-1/host/include/glib-2.0/ Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/glib/glib-object.h to /tmp/instance-5/output-1/host/include/glib-2.0/ Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/glib/deprecated/gallocator.h to /tmp/instance-5/output-1/host/include/glib-2.0/glib/deprecated/ Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/glib/deprecated/gcache.h to /tmp/instance-5/output-1/host/include/glib-2.0/glib/deprecated/ Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/glib/deprecated/gcompletion.h to /tmp/instance-5/output-1/host/include/glib-2.0/glib/deprecated/ Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/glib/deprecated/gmain.h to /tmp/instance-5/output-1/host/include/glib-2.0/glib/deprecated/ Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/glib/deprecated/grel.h to /tmp/instance-5/output-1/host/include/glib-2.0/glib/deprecated/ Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/glib/deprecated/gthread.h to /tmp/instance-5/output-1/host/include/glib-2.0/glib/deprecated/ Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/glib/glib-autocleanups.h to /tmp/instance-5/output-1/host/include/glib-2.0/glib/ Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/glib/glib-typeof.h to /tmp/instance-5/output-1/host/include/glib-2.0/glib/ Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/glib/galloca.h to /tmp/instance-5/output-1/host/include/glib-2.0/glib/ Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/glib/garray.h to /tmp/instance-5/output-1/host/include/glib-2.0/glib/ Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/glib/gasyncqueue.h to /tmp/instance-5/output-1/host/include/glib-2.0/glib/ Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/glib/gatomic.h to /tmp/instance-5/output-1/host/include/glib-2.0/glib/ Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/glib/gbacktrace.h to /tmp/instance-5/output-1/host/include/glib-2.0/glib/ Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/glib/gbase64.h to /tmp/instance-5/output-1/host/include/glib-2.0/glib/ Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/glib/gbitlock.h to /tmp/instance-5/output-1/host/include/glib-2.0/glib/ Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/glib/gbookmarkfile.h to /tmp/instance-5/output-1/host/include/glib-2.0/glib/ Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/glib/gbytes.h to /tmp/instance-5/output-1/host/include/glib-2.0/glib/ Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/glib/gcharset.h to /tmp/instance-5/output-1/host/include/glib-2.0/glib/ Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/glib/gchecksum.h to /tmp/instance-5/output-1/host/include/glib-2.0/glib/ Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/glib/gconvert.h to /tmp/instance-5/output-1/host/include/glib-2.0/glib/ Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/glib/gdataset.h to /tmp/instance-5/output-1/host/include/glib-2.0/glib/ Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/glib/gdate.h to /tmp/instance-5/output-1/host/include/glib-2.0/glib/ Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/glib/gdatetime.h to /tmp/instance-5/output-1/host/include/glib-2.0/glib/ Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/glib/gdir.h to /tmp/instance-5/output-1/host/include/glib-2.0/glib/ Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/glib/genviron.h to /tmp/instance-5/output-1/host/include/glib-2.0/glib/ Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/glib/gerror.h to /tmp/instance-5/output-1/host/include/glib-2.0/glib/ Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/glib/gfileutils.h to /tmp/instance-5/output-1/host/include/glib-2.0/glib/ Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/glib/ggettext.h to /tmp/instance-5/output-1/host/include/glib-2.0/glib/ Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/glib/ghash.h to /tmp/instance-5/output-1/host/include/glib-2.0/glib/ Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/glib/ghmac.h to /tmp/instance-5/output-1/host/include/glib-2.0/glib/ Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/glib/ghook.h to /tmp/instance-5/output-1/host/include/glib-2.0/glib/ Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/glib/ghostutils.h to /tmp/instance-5/output-1/host/include/glib-2.0/glib/ Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/glib/gi18n.h to /tmp/instance-5/output-1/host/include/glib-2.0/glib/ Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/glib/gi18n-lib.h to /tmp/instance-5/output-1/host/include/glib-2.0/glib/ Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/glib/giochannel.h to /tmp/instance-5/output-1/host/include/glib-2.0/glib/ Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/glib/gkeyfile.h to /tmp/instance-5/output-1/host/include/glib-2.0/glib/ Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/glib/glist.h to /tmp/instance-5/output-1/host/include/glib-2.0/glib/ Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/glib/gmacros.h to /tmp/instance-5/output-1/host/include/glib-2.0/glib/ Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/glib/gmain.h to /tmp/instance-5/output-1/host/include/glib-2.0/glib/ Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/glib/gmappedfile.h to /tmp/instance-5/output-1/host/include/glib-2.0/glib/ Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/glib/gmarkup.h to /tmp/instance-5/output-1/host/include/glib-2.0/glib/ Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/glib/gmem.h to /tmp/instance-5/output-1/host/include/glib-2.0/glib/ Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/glib/gmessages.h to /tmp/instance-5/output-1/host/include/glib-2.0/glib/ Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/glib/gnode.h to /tmp/instance-5/output-1/host/include/glib-2.0/glib/ Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/glib/goption.h to /tmp/instance-5/output-1/host/include/glib-2.0/glib/ Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/glib/gpattern.h to /tmp/instance-5/output-1/host/include/glib-2.0/glib/ Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/glib/gpoll.h to /tmp/instance-5/output-1/host/include/glib-2.0/glib/ Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/glib/gprimes.h to /tmp/instance-5/output-1/host/include/glib-2.0/glib/ Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/glib/gqsort.h to /tmp/instance-5/output-1/host/include/glib-2.0/glib/ Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/glib/gquark.h to /tmp/instance-5/output-1/host/include/glib-2.0/glib/ Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/glib/gqueue.h to /tmp/instance-5/output-1/host/include/glib-2.0/glib/ Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/glib/grand.h to /tmp/instance-5/output-1/host/include/glib-2.0/glib/ Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/glib/grcbox.h to /tmp/instance-5/output-1/host/include/glib-2.0/glib/ Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/glib/grefcount.h to /tmp/instance-5/output-1/host/include/glib-2.0/glib/ Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/glib/grefstring.h to /tmp/instance-5/output-1/host/include/glib-2.0/glib/ Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/glib/gregex.h to /tmp/instance-5/output-1/host/include/glib-2.0/glib/ Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/glib/gscanner.h to /tmp/instance-5/output-1/host/include/glib-2.0/glib/ Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/glib/gsequence.h to /tmp/instance-5/output-1/host/include/glib-2.0/glib/ Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/glib/gshell.h to /tmp/instance-5/output-1/host/include/glib-2.0/glib/ Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/glib/gslice.h to /tmp/instance-5/output-1/host/include/glib-2.0/glib/ Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/glib/gslist.h to /tmp/instance-5/output-1/host/include/glib-2.0/glib/ Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/glib/gspawn.h to /tmp/instance-5/output-1/host/include/glib-2.0/glib/ Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/glib/gstdio.h to /tmp/instance-5/output-1/host/include/glib-2.0/glib/ Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/glib/gstrfuncs.h to /tmp/instance-5/output-1/host/include/glib-2.0/glib/ Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/glib/gstrvbuilder.h to /tmp/instance-5/output-1/host/include/glib-2.0/glib/ Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/glib/gtestutils.h to /tmp/instance-5/output-1/host/include/glib-2.0/glib/ Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/glib/gstring.h to /tmp/instance-5/output-1/host/include/glib-2.0/glib/ Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/glib/gstringchunk.h to /tmp/instance-5/output-1/host/include/glib-2.0/glib/ Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/glib/gthread.h to /tmp/instance-5/output-1/host/include/glib-2.0/glib/ Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/glib/gthreadpool.h to /tmp/instance-5/output-1/host/include/glib-2.0/glib/ Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/glib/gtimer.h to /tmp/instance-5/output-1/host/include/glib-2.0/glib/ Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/glib/gtimezone.h to /tmp/instance-5/output-1/host/include/glib-2.0/glib/ Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/glib/gtrashstack.h to /tmp/instance-5/output-1/host/include/glib-2.0/glib/ Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/glib/gtree.h to /tmp/instance-5/output-1/host/include/glib-2.0/glib/ Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/glib/gtypes.h to /tmp/instance-5/output-1/host/include/glib-2.0/glib/ Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/glib/guuid.h to /tmp/instance-5/output-1/host/include/glib-2.0/glib/ Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/glib/gunicode.h to /tmp/instance-5/output-1/host/include/glib-2.0/glib/ Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/glib/guri.h to /tmp/instance-5/output-1/host/include/glib-2.0/glib/ Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/glib/gutils.h to /tmp/instance-5/output-1/host/include/glib-2.0/glib/ Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/glib/gvarianttype.h to /tmp/instance-5/output-1/host/include/glib-2.0/glib/ Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/glib/gvariant.h to /tmp/instance-5/output-1/host/include/glib-2.0/glib/ Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/glib/gversion.h to /tmp/instance-5/output-1/host/include/glib-2.0/glib/ Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/glib/gversionmacros.h to /tmp/instance-5/output-1/host/include/glib-2.0/glib/ Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/glib/gwin32.h to /tmp/instance-5/output-1/host/include/glib-2.0/glib/ Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/glib/gprintf.h to /tmp/instance-5/output-1/host/include/glib-2.0/glib/ Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/gobject/gobject-autocleanups.h to /tmp/instance-5/output-1/host/include/glib-2.0/gobject/ Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/gobject/glib-types.h to /tmp/instance-5/output-1/host/include/glib-2.0/gobject/ Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/gobject/gbinding.h to /tmp/instance-5/output-1/host/include/glib-2.0/gobject/ Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/gobject/gbindinggroup.h to /tmp/instance-5/output-1/host/include/glib-2.0/gobject/ Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/gobject/gboxed.h to /tmp/instance-5/output-1/host/include/glib-2.0/gobject/ Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/gobject/gclosure.h to /tmp/instance-5/output-1/host/include/glib-2.0/gobject/ Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/gobject/genums.h to /tmp/instance-5/output-1/host/include/glib-2.0/gobject/ Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/gobject/gmarshal.h to /tmp/instance-5/output-1/host/include/glib-2.0/gobject/ Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/gobject/gobject.h to /tmp/instance-5/output-1/host/include/glib-2.0/gobject/ Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/gobject/gparam.h to /tmp/instance-5/output-1/host/include/glib-2.0/gobject/ Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/gobject/gparamspecs.h to /tmp/instance-5/output-1/host/include/glib-2.0/gobject/ Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/gobject/gsignal.h to /tmp/instance-5/output-1/host/include/glib-2.0/gobject/ Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/gobject/gsignalgroup.h to /tmp/instance-5/output-1/host/include/glib-2.0/gobject/ Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/gobject/gsourceclosure.h to /tmp/instance-5/output-1/host/include/glib-2.0/gobject/ Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/gobject/gtype.h to /tmp/instance-5/output-1/host/include/glib-2.0/gobject/ Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/gobject/gtypemodule.h to /tmp/instance-5/output-1/host/include/glib-2.0/gobject/ Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/gobject/gtypeplugin.h to /tmp/instance-5/output-1/host/include/glib-2.0/gobject/ Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/gobject/gvalue.h to /tmp/instance-5/output-1/host/include/glib-2.0/gobject/ Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/gobject/gvaluearray.h to /tmp/instance-5/output-1/host/include/glib-2.0/gobject/ Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/gobject/gvaluecollector.h to /tmp/instance-5/output-1/host/include/glib-2.0/gobject/ Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/gobject/gvaluetypes.h to /tmp/instance-5/output-1/host/include/glib-2.0/gobject/ Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/gobject/gobjectnotifyqueue.c to /tmp/instance-5/output-1/host/include/glib-2.0/gobject/ Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/gmodule/gmodule.h to /tmp/instance-5/output-1/host/include/glib-2.0/ Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/gio/gfiledescriptorbased.h to /tmp/instance-5/output-1/host/include/gio-unix-2.0/gio/ Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/gio/gunixmounts.h to /tmp/instance-5/output-1/host/include/gio-unix-2.0/gio/ Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/gio/gunixfdlist.h to /tmp/instance-5/output-1/host/include/gio-unix-2.0/gio/ Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/gio/gunixfdmessage.h to /tmp/instance-5/output-1/host/include/gio-unix-2.0/gio/ Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/gio/gunixinputstream.h to /tmp/instance-5/output-1/host/include/gio-unix-2.0/gio/ Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/gio/gunixoutputstream.h to /tmp/instance-5/output-1/host/include/gio-unix-2.0/gio/ Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/gio/gdesktopappinfo.h to /tmp/instance-5/output-1/host/include/gio-unix-2.0/gio/ Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/gio/gappinfo.h to /tmp/instance-5/output-1/host/include/glib-2.0/gio/ Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/gio/gasyncinitable.h to /tmp/instance-5/output-1/host/include/glib-2.0/gio/ Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/gio/gasyncresult.h to /tmp/instance-5/output-1/host/include/glib-2.0/gio/ Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/gio/gbufferedinputstream.h to /tmp/instance-5/output-1/host/include/glib-2.0/gio/ Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/gio/gbufferedoutputstream.h to /tmp/instance-5/output-1/host/include/glib-2.0/gio/ Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/gio/gbytesicon.h to /tmp/instance-5/output-1/host/include/glib-2.0/gio/ Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/gio/gcancellable.h to /tmp/instance-5/output-1/host/include/glib-2.0/gio/ Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/gio/gcontenttype.h to /tmp/instance-5/output-1/host/include/glib-2.0/gio/ Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/gio/gcharsetconverter.h to /tmp/instance-5/output-1/host/include/glib-2.0/gio/ Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/gio/gconverter.h to /tmp/instance-5/output-1/host/include/glib-2.0/gio/ Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/gio/gconverterinputstream.h to /tmp/instance-5/output-1/host/include/glib-2.0/gio/ Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/gio/gconverteroutputstream.h to /tmp/instance-5/output-1/host/include/glib-2.0/gio/ Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/gio/gdatagrambased.h to /tmp/instance-5/output-1/host/include/glib-2.0/gio/ Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/gio/gdatainputstream.h to /tmp/instance-5/output-1/host/include/glib-2.0/gio/ Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/gio/gdataoutputstream.h to /tmp/instance-5/output-1/host/include/glib-2.0/gio/ Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/gio/gdebugcontroller.h to /tmp/instance-5/output-1/host/include/glib-2.0/gio/ Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/gio/gdebugcontrollerdbus.h to /tmp/instance-5/output-1/host/include/glib-2.0/gio/ Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/gio/gdrive.h to /tmp/instance-5/output-1/host/include/glib-2.0/gio/ Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/gio/gemblem.h to /tmp/instance-5/output-1/host/include/glib-2.0/gio/ Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/gio/gemblemedicon.h to /tmp/instance-5/output-1/host/include/glib-2.0/gio/ Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/gio/gfile.h to /tmp/instance-5/output-1/host/include/glib-2.0/gio/ Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/gio/gfileattribute.h to /tmp/instance-5/output-1/host/include/glib-2.0/gio/ Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/gio/gfileenumerator.h to /tmp/instance-5/output-1/host/include/glib-2.0/gio/ Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/gio/gfileicon.h to /tmp/instance-5/output-1/host/include/glib-2.0/gio/ Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/gio/gfileinfo.h to /tmp/instance-5/output-1/host/include/glib-2.0/gio/ Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/gio/gfileinputstream.h to /tmp/instance-5/output-1/host/include/glib-2.0/gio/ Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/gio/gfilemonitor.h to /tmp/instance-5/output-1/host/include/glib-2.0/gio/ Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/gio/gfilenamecompleter.h to /tmp/instance-5/output-1/host/include/glib-2.0/gio/ Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/gio/gfileoutputstream.h to /tmp/instance-5/output-1/host/include/glib-2.0/gio/ Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/gio/gfileiostream.h to /tmp/instance-5/output-1/host/include/glib-2.0/gio/ Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/gio/gfilterinputstream.h to /tmp/instance-5/output-1/host/include/glib-2.0/gio/ Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/gio/gfilteroutputstream.h to /tmp/instance-5/output-1/host/include/glib-2.0/gio/ Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/gio/gicon.h to /tmp/instance-5/output-1/host/include/glib-2.0/gio/ Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/gio/ginetaddress.h to /tmp/instance-5/output-1/host/include/glib-2.0/gio/ Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/gio/ginetaddressmask.h to /tmp/instance-5/output-1/host/include/glib-2.0/gio/ Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/gio/ginetsocketaddress.h to /tmp/instance-5/output-1/host/include/glib-2.0/gio/ Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/gio/ginitable.h to /tmp/instance-5/output-1/host/include/glib-2.0/gio/ Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/gio/ginputstream.h to /tmp/instance-5/output-1/host/include/glib-2.0/gio/ Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/gio/gio.h to /tmp/instance-5/output-1/host/include/glib-2.0/gio/ Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/gio/gio-autocleanups.h to /tmp/instance-5/output-1/host/include/glib-2.0/gio/ Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/gio/gioenums.h to /tmp/instance-5/output-1/host/include/glib-2.0/gio/ Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/gio/gioerror.h to /tmp/instance-5/output-1/host/include/glib-2.0/gio/ Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/gio/giomodule.h to /tmp/instance-5/output-1/host/include/glib-2.0/gio/ Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/gio/gioscheduler.h to /tmp/instance-5/output-1/host/include/glib-2.0/gio/ Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/gio/giostream.h to /tmp/instance-5/output-1/host/include/glib-2.0/gio/ Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/gio/giotypes.h to /tmp/instance-5/output-1/host/include/glib-2.0/gio/ Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/gio/gloadableicon.h to /tmp/instance-5/output-1/host/include/glib-2.0/gio/ Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/gio/gmount.h to /tmp/instance-5/output-1/host/include/glib-2.0/gio/ Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/gio/gmemoryinputstream.h to /tmp/instance-5/output-1/host/include/glib-2.0/gio/ Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/gio/gmemorymonitor.h to /tmp/instance-5/output-1/host/include/glib-2.0/gio/ Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/gio/gmemoryoutputstream.h to /tmp/instance-5/output-1/host/include/glib-2.0/gio/ Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/gio/gmountoperation.h to /tmp/instance-5/output-1/host/include/glib-2.0/gio/ Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/gio/gnativesocketaddress.h to /tmp/instance-5/output-1/host/include/glib-2.0/gio/ Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/gio/gnativevolumemonitor.h to /tmp/instance-5/output-1/host/include/glib-2.0/gio/ Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/gio/gnetworkaddress.h to /tmp/instance-5/output-1/host/include/glib-2.0/gio/ Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/gio/gnetworkmonitor.h to /tmp/instance-5/output-1/host/include/glib-2.0/gio/ Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/gio/gnetworkservice.h to /tmp/instance-5/output-1/host/include/glib-2.0/gio/ Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/gio/goutputstream.h to /tmp/instance-5/output-1/host/include/glib-2.0/gio/ Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/gio/gpermission.h to /tmp/instance-5/output-1/host/include/glib-2.0/gio/ Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/gio/gpollableinputstream.h to /tmp/instance-5/output-1/host/include/glib-2.0/gio/ Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/gio/gpollableoutputstream.h to /tmp/instance-5/output-1/host/include/glib-2.0/gio/ Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/gio/gpollableutils.h to /tmp/instance-5/output-1/host/include/glib-2.0/gio/ Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/gio/gpowerprofilemonitor.h to /tmp/instance-5/output-1/host/include/glib-2.0/gio/ Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/gio/gproxy.h to /tmp/instance-5/output-1/host/include/glib-2.0/gio/ Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/gio/gproxyaddress.h to /tmp/instance-5/output-1/host/include/glib-2.0/gio/ Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/gio/gproxyaddressenumerator.h to /tmp/instance-5/output-1/host/include/glib-2.0/gio/ Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/gio/gproxyresolver.h to /tmp/instance-5/output-1/host/include/glib-2.0/gio/ Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/gio/gresolver.h to /tmp/instance-5/output-1/host/include/glib-2.0/gio/ Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/gio/gresource.h to /tmp/instance-5/output-1/host/include/glib-2.0/gio/ Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/gio/gseekable.h to /tmp/instance-5/output-1/host/include/glib-2.0/gio/ Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/gio/gsimpleasyncresult.h to /tmp/instance-5/output-1/host/include/glib-2.0/gio/ Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/gio/gsimpleiostream.h to /tmp/instance-5/output-1/host/include/glib-2.0/gio/ Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/gio/gsimplepermission.h to /tmp/instance-5/output-1/host/include/glib-2.0/gio/ Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/gio/gsimpleproxyresolver.h to /tmp/instance-5/output-1/host/include/glib-2.0/gio/ Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/gio/gsocket.h to /tmp/instance-5/output-1/host/include/glib-2.0/gio/ Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/gio/gsocketaddress.h to /tmp/instance-5/output-1/host/include/glib-2.0/gio/ Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/gio/gsocketaddressenumerator.h to /tmp/instance-5/output-1/host/include/glib-2.0/gio/ Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/gio/gsocketclient.h to /tmp/instance-5/output-1/host/include/glib-2.0/gio/ Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/gio/gsocketconnectable.h to /tmp/instance-5/output-1/host/include/glib-2.0/gio/ Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/gio/gsocketconnection.h to /tmp/instance-5/output-1/host/include/glib-2.0/gio/ Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/gio/gsocketcontrolmessage.h to /tmp/instance-5/output-1/host/include/glib-2.0/gio/ Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/gio/gsocketlistener.h to /tmp/instance-5/output-1/host/include/glib-2.0/gio/ Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/gio/gsocketservice.h to /tmp/instance-5/output-1/host/include/glib-2.0/gio/ Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/gio/gsrvtarget.h to /tmp/instance-5/output-1/host/include/glib-2.0/gio/ Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/gio/gsubprocess.h to /tmp/instance-5/output-1/host/include/glib-2.0/gio/ Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/gio/gsubprocesslauncher.h to /tmp/instance-5/output-1/host/include/glib-2.0/gio/ Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/gio/gtask.h to /tmp/instance-5/output-1/host/include/glib-2.0/gio/ Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/gio/gtcpconnection.h to /tmp/instance-5/output-1/host/include/glib-2.0/gio/ Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/gio/gtcpwrapperconnection.h to /tmp/instance-5/output-1/host/include/glib-2.0/gio/ Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/gio/gthemedicon.h to /tmp/instance-5/output-1/host/include/glib-2.0/gio/ Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/gio/gthreadedsocketservice.h to /tmp/instance-5/output-1/host/include/glib-2.0/gio/ Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/gio/gtlsbackend.h to /tmp/instance-5/output-1/host/include/glib-2.0/gio/ Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/gio/gtlscertificate.h to /tmp/instance-5/output-1/host/include/glib-2.0/gio/ Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/gio/gtlsclientconnection.h to /tmp/instance-5/output-1/host/include/glib-2.0/gio/ Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/gio/gtlsconnection.h to /tmp/instance-5/output-1/host/include/glib-2.0/gio/ Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/gio/gtlsdatabase.h to /tmp/instance-5/output-1/host/include/glib-2.0/gio/ Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/gio/gtlsfiledatabase.h to /tmp/instance-5/output-1/host/include/glib-2.0/gio/ Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/gio/gtlsinteraction.h to /tmp/instance-5/output-1/host/include/glib-2.0/gio/ Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/gio/gtlspassword.h to /tmp/instance-5/output-1/host/include/glib-2.0/gio/ Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/gio/gtlsserverconnection.h to /tmp/instance-5/output-1/host/include/glib-2.0/gio/ Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/gio/gdtlsconnection.h to /tmp/instance-5/output-1/host/include/glib-2.0/gio/ Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/gio/gdtlsclientconnection.h to /tmp/instance-5/output-1/host/include/glib-2.0/gio/ Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/gio/gdtlsserverconnection.h to /tmp/instance-5/output-1/host/include/glib-2.0/gio/ Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/gio/gunixconnection.h to /tmp/instance-5/output-1/host/include/glib-2.0/gio/ Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/gio/gunixcredentialsmessage.h to /tmp/instance-5/output-1/host/include/glib-2.0/gio/ Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/gio/gunixsocketaddress.h to /tmp/instance-5/output-1/host/include/glib-2.0/gio/ Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/gio/gvfs.h to /tmp/instance-5/output-1/host/include/glib-2.0/gio/ Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/gio/gvolume.h to /tmp/instance-5/output-1/host/include/glib-2.0/gio/ Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/gio/gvolumemonitor.h to /tmp/instance-5/output-1/host/include/glib-2.0/gio/ Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/gio/gzlibcompressor.h to /tmp/instance-5/output-1/host/include/glib-2.0/gio/ Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/gio/gzlibdecompressor.h to /tmp/instance-5/output-1/host/include/glib-2.0/gio/ Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/gio/glistmodel.h to /tmp/instance-5/output-1/host/include/glib-2.0/gio/ Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/gio/gliststore.h to /tmp/instance-5/output-1/host/include/glib-2.0/gio/ Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/gio/gapplication.h to /tmp/instance-5/output-1/host/include/glib-2.0/gio/ Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/gio/gapplicationcommandline.h to /tmp/instance-5/output-1/host/include/glib-2.0/gio/ Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/gio/gactiongroup.h to /tmp/instance-5/output-1/host/include/glib-2.0/gio/ Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/gio/gactionmap.h to /tmp/instance-5/output-1/host/include/glib-2.0/gio/ Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/gio/gsimpleactiongroup.h to /tmp/instance-5/output-1/host/include/glib-2.0/gio/ Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/gio/gremoteactiongroup.h to /tmp/instance-5/output-1/host/include/glib-2.0/gio/ Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/gio/gactiongroupexporter.h to /tmp/instance-5/output-1/host/include/glib-2.0/gio/ Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/gio/gdbusactiongroup.h to /tmp/instance-5/output-1/host/include/glib-2.0/gio/ Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/gio/gaction.h to /tmp/instance-5/output-1/host/include/glib-2.0/gio/ Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/gio/gpropertyaction.h to /tmp/instance-5/output-1/host/include/glib-2.0/gio/ Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/gio/gsimpleaction.h to /tmp/instance-5/output-1/host/include/glib-2.0/gio/ Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/gio/gmenumodel.h to /tmp/instance-5/output-1/host/include/glib-2.0/gio/ Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/gio/gmenu.h to /tmp/instance-5/output-1/host/include/glib-2.0/gio/ Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/gio/gmenuexporter.h to /tmp/instance-5/output-1/host/include/glib-2.0/gio/ Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/gio/gdbusmenumodel.h to /tmp/instance-5/output-1/host/include/glib-2.0/gio/ Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/gio/gnotification.h to /tmp/instance-5/output-1/host/include/glib-2.0/gio/ Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/gio/gsettingsbackend.h to /tmp/instance-5/output-1/host/include/glib-2.0/gio/ Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/gio/gsettingsschema.h to /tmp/instance-5/output-1/host/include/glib-2.0/gio/ Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/gio/gsettings.h to /tmp/instance-5/output-1/host/include/glib-2.0/gio/ Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/gio/gdbusauthobserver.h to /tmp/instance-5/output-1/host/include/glib-2.0/gio/ Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/gio/gcredentials.h to /tmp/instance-5/output-1/host/include/glib-2.0/gio/ Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/gio/gdbusutils.h to /tmp/instance-5/output-1/host/include/glib-2.0/gio/ Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/gio/gdbuserror.h to /tmp/instance-5/output-1/host/include/glib-2.0/gio/ Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/gio/gdbusaddress.h to /tmp/instance-5/output-1/host/include/glib-2.0/gio/ Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/gio/gdbusconnection.h to /tmp/instance-5/output-1/host/include/glib-2.0/gio/ Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/gio/gdbusmessage.h to /tmp/instance-5/output-1/host/include/glib-2.0/gio/ Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/gio/gdbusnameowning.h to /tmp/instance-5/output-1/host/include/glib-2.0/gio/ Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/gio/gdbusnamewatching.h to /tmp/instance-5/output-1/host/include/glib-2.0/gio/ Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/gio/gdbusproxy.h to /tmp/instance-5/output-1/host/include/glib-2.0/gio/ Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/gio/gdbusintrospection.h to /tmp/instance-5/output-1/host/include/glib-2.0/gio/ Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/gio/gdbusmethodinvocation.h to /tmp/instance-5/output-1/host/include/glib-2.0/gio/ Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/gio/gdbusserver.h to /tmp/instance-5/output-1/host/include/glib-2.0/gio/ Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/gio/gdbusinterface.h to /tmp/instance-5/output-1/host/include/glib-2.0/gio/ Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/gio/gdbusinterfaceskeleton.h to /tmp/instance-5/output-1/host/include/glib-2.0/gio/ Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/gio/gdbusobject.h to /tmp/instance-5/output-1/host/include/glib-2.0/gio/ Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/gio/gdbusobjectskeleton.h to /tmp/instance-5/output-1/host/include/glib-2.0/gio/ Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/gio/gdbusobjectproxy.h to /tmp/instance-5/output-1/host/include/glib-2.0/gio/ Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/gio/gdbusobjectmanager.h to /tmp/instance-5/output-1/host/include/glib-2.0/gio/ Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/gio/gdbusobjectmanagerclient.h to /tmp/instance-5/output-1/host/include/glib-2.0/gio/ Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/gio/gdbusobjectmanagerserver.h to /tmp/instance-5/output-1/host/include/glib-2.0/gio/ Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/gio/gtestdbus.h to /tmp/instance-5/output-1/host/include/glib-2.0/gio/ Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/build/glib/glibconfig.h to /tmp/instance-5/output-1/host/lib/glib-2.0/include Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/build/meson-private/glib-2.0.pc to /tmp/instance-5/output-1/host/lib/pkgconfig Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/build/glib/gtester-report to /tmp/instance-5/output-1/host/bin Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/glib/glib_gdb.py to /tmp/instance-5/output-1/host/share/glib-2.0/gdb Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/build/glib/libglib-2.0.so.0.7200.3-gdb.py to /tmp/instance-5/output-1/host/share/gdb/auto-load/.//tmp/instance-5/output-1/host/lib Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/build/gobject/glib-genmarshal to /tmp/instance-5/output-1/host/bin Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/build/gobject/glib-mkenums to /tmp/instance-5/output-1/host/bin Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/build/meson-private/gobject-2.0.pc to /tmp/instance-5/output-1/host/lib/pkgconfig Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/gobject/gobject_gdb.py to /tmp/instance-5/output-1/host/share/glib-2.0/gdb Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/build/gobject/libgobject-2.0.so.0.7200.3-gdb.py to /tmp/instance-5/output-1/host/share/gdb/auto-load/.//tmp/instance-5/output-1/host/lib Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/build/meson-private/gthread-2.0.pc to /tmp/instance-5/output-1/host/lib/pkgconfig Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/build/meson-private/gmodule-no-export-2.0.pc to /tmp/instance-5/output-1/host/lib/pkgconfig Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/build/meson-private/gmodule-export-2.0.pc to /tmp/instance-5/output-1/host/lib/pkgconfig Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/build/meson-private/gmodule-2.0.pc to /tmp/instance-5/output-1/host/lib/pkgconfig Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/build/gio/gnetworking.h to /tmp/instance-5/output-1/host/include/glib-2.0/gio Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/build/gio/gdbus-2.0/codegen/gdbus-codegen to /tmp/instance-5/output-1/host/bin Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/build/gio/gdbus-2.0/codegen/config.py to /tmp/instance-5/output-1/host/share/glib-2.0/codegen Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/build/gio/gdbus-2.0/codegen/__init__.py to /tmp/instance-5/output-1/host/share/glib-2.0/codegen Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/build/gio/gdbus-2.0/codegen/codegen.py to /tmp/instance-5/output-1/host/share/glib-2.0/codegen Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/build/gio/gdbus-2.0/codegen/codegen_main.py to /tmp/instance-5/output-1/host/share/glib-2.0/codegen Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/build/gio/gdbus-2.0/codegen/codegen_docbook.py to /tmp/instance-5/output-1/host/share/glib-2.0/codegen Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/build/gio/gdbus-2.0/codegen/codegen_rst.py to /tmp/instance-5/output-1/host/share/glib-2.0/codegen Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/build/gio/gdbus-2.0/codegen/dbustypes.py to /tmp/instance-5/output-1/host/share/glib-2.0/codegen Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/build/gio/gdbus-2.0/codegen/parser.py to /tmp/instance-5/output-1/host/share/glib-2.0/codegen Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/build/gio/gdbus-2.0/codegen/utils.py to /tmp/instance-5/output-1/host/share/glib-2.0/codegen Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/gio/completion/gapplication to /tmp/instance-5/output-1/host/share/bash-completion/completions Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/gio/completion/gdbus to /tmp/instance-5/output-1/host/share/bash-completion/completions Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/gio/completion/gio to /tmp/instance-5/output-1/host/share/bash-completion/completions Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/gio/completion/gsettings to /tmp/instance-5/output-1/host/share/bash-completion/completions Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/gio/completion/gresource to /tmp/instance-5/output-1/host/share/bash-completion/completions Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/build/meson-private/gio-2.0.pc to /tmp/instance-5/output-1/host/lib/pkgconfig Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/build/meson-private/gio-unix-2.0.pc to /tmp/instance-5/output-1/host/lib/pkgconfig Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/gio/gschema.dtd to /tmp/instance-5/output-1/host/share/glib-2.0/schemas Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/gio/gschema.loc to /tmp/instance-5/output-1/host/share/gettext/its Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/gio/gschema.its to /tmp/instance-5/output-1/host/share/gettext/its Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/po/Makefile.in.in to /tmp/instance-5/output-1/host/share/glib-2.0/gettext/po Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/build/glib-gettextize to /tmp/instance-5/output-1/host/bin Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/m4macros/glib-2.0.m4 to /tmp/instance-5/output-1/host/share/aclocal Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/m4macros/glib-gettext.m4 to /tmp/instance-5/output-1/host/share/aclocal Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/m4macros/gsettings.m4 to /tmp/instance-5/output-1/host/share/aclocal Installing /tmp/instance-5/output-1/build/host-libglib2-2.72.3/glib.supp to /tmp/instance-5/output-1/host/share/glib-2.0/valgrind Installing symlink pointing to libglib-2.0.so.0.7200.3 to /tmp/instance-5/output-1/host/lib/libglib-2.0.so.0 Installing symlink pointing to libglib-2.0.so.0 to /tmp/instance-5/output-1/host/lib/libglib-2.0.so Installing symlink pointing to libgobject-2.0.so.0.7200.3 to /tmp/instance-5/output-1/host/lib/libgobject-2.0.so.0 Installing symlink pointing to libgobject-2.0.so.0 to /tmp/instance-5/output-1/host/lib/libgobject-2.0.so Installing symlink pointing to libgthread-2.0.so.0.7200.3 to /tmp/instance-5/output-1/host/lib/libgthread-2.0.so.0 Installing symlink pointing to libgthread-2.0.so.0 to /tmp/instance-5/output-1/host/lib/libgthread-2.0.so Installing symlink pointing to libgmodule-2.0.so.0.7200.3 to /tmp/instance-5/output-1/host/lib/libgmodule-2.0.so.0 Installing symlink pointing to libgmodule-2.0.so.0 to /tmp/instance-5/output-1/host/lib/libgmodule-2.0.so Installing symlink pointing to libgio-2.0.so.0.7200.3 to /tmp/instance-5/output-1/host/lib/libgio-2.0.so.0 Installing symlink pointing to libgio-2.0.so.0 to /tmp/instance-5/output-1/host/lib/libgio-2.0.so pixman-0.42.2.tar.xz: OK (sha256: 5747d2ec498ad0f1594878cc897ef5eb6c29e91c53b899f7f71b506785fc1376) pixman-0.42.2.tar.xz: OK (sha512: 3476e2676e66756b1af61b1e532cd80c985c191fb7956eb01702b419726cce99e79163b7f287f74f66414680e7396d13c3fee525cd663f12b6ac4877070ff4e8) >>> host-pixman 0.42.2 Extracting xzcat /tmp/instance-5/dl/pixman/pixman-0.42.2.tar.xz | tar --strip-components=1 -C /tmp/instance-5/output-1/build/host-pixman-0.42.2 -xf - >>> host-pixman 0.42.2 Patching Applying 0001-Disable-tests.patch using patch: patching file Makefile.am >>> host-pixman 0.42.2 Updating config.sub and config.guess for file in config.guess config.sub; do for i in $(find /tmp/instance-5/output-1/build/host-pixman-0.42.2 -name $file); do cp support/gnuconfig/$file $i; done; done >>> host-pixman 0.42.2 Configuring >>> host-pixman 0.42.2 Autoreconfiguring libtoolize: putting auxiliary files in '.'. libtoolize: copying file './ltmain.sh' libtoolize: Consider adding 'AC_CONFIG_MACRO_DIRS([m4])' to configure.ac, libtoolize: and rerunning libtoolize and aclocal. libtoolize: Consider adding '-I m4' to ACLOCAL_AMFLAGS in Makefile.am. configure.ac:75: warning: The macro `AC_PROG_LIBTOOL' is obsolete. configure.ac:75: You should run autoupdate. aclocal.m4:121: AC_PROG_LIBTOOL is expanded from... configure.ac:75: the top level configure.ac:303: warning: The macro `AC_HELP_STRING' is obsolete. configure.ac:303: You should run autoupdate. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... ./lib/autoconf/general.m4:1534: AC_ARG_ENABLE is expanded from... configure.ac:303: the top level configure.ac:382: warning: The macro `AC_HELP_STRING' is obsolete. configure.ac:382: You should run autoupdate. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... ./lib/autoconf/general.m4:1534: AC_ARG_ENABLE is expanded from... configure.ac:382: the top level configure.ac:440: warning: The macro `AC_HELP_STRING' is obsolete. configure.ac:440: You should run autoupdate. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... ./lib/autoconf/general.m4:1534: AC_ARG_ENABLE is expanded from... configure.ac:440: the top level configure.ac:485: warning: The macro `AC_HELP_STRING' is obsolete. configure.ac:485: You should run autoupdate. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... ./lib/autoconf/general.m4:1534: AC_ARG_ENABLE is expanded from... configure.ac:485: the top level configure.ac:570: warning: The macro `AC_HELP_STRING' is obsolete. configure.ac:570: You should run autoupdate. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... ./lib/autoconf/general.m4:1534: AC_ARG_ENABLE is expanded from... configure.ac:570: the top level configure.ac:613: warning: The macro `AC_HELP_STRING' is obsolete. configure.ac:613: You should run autoupdate. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... ./lib/autoconf/general.m4:1534: AC_ARG_ENABLE is expanded from... configure.ac:613: the top level configure.ac:654: warning: The macro `AC_HELP_STRING' is obsolete. configure.ac:654: You should run autoupdate. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... ./lib/autoconf/general.m4:1534: AC_ARG_ENABLE is expanded from... configure.ac:654: the top level configure.ac:688: warning: The macro `AC_HELP_STRING' is obsolete. configure.ac:688: You should run autoupdate. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... ./lib/autoconf/general.m4:1534: AC_ARG_ENABLE is expanded from... configure.ac:688: the top level configure.ac:711: warning: The macro `AC_HELP_STRING' is obsolete. configure.ac:711: You should run autoupdate. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... ./lib/autoconf/general.m4:1534: AC_ARG_ENABLE is expanded from... configure.ac:711: the top level configure.ac:716: warning: The macro `AC_HELP_STRING' is obsolete. configure.ac:716: You should run autoupdate. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... ./lib/autoconf/general.m4:1534: AC_ARG_ENABLE is expanded from... configure.ac:716: the top level configure.ac:795: warning: The macro `AC_HELP_STRING' is obsolete. configure.ac:795: You should run autoupdate. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... ./lib/autoconf/general.m4:1534: AC_ARG_ENABLE is expanded from... configure.ac:795: the top level configure.ac:827: warning: The macro `AC_HELP_STRING' is obsolete. configure.ac:827: You should run autoupdate. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... ./lib/autoconf/general.m4:1534: AC_ARG_ENABLE is expanded from... configure.ac:827: the top level configure.ac:850: warning: The macro `AC_HELP_STRING' is obsolete. configure.ac:850: You should run autoupdate. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... ./lib/autoconf/general.m4:1534: AC_ARG_ENABLE is expanded from... configure.ac:850: the top level configure.ac:864: warning: The macro `AC_HELP_STRING' is obsolete. configure.ac:864: You should run autoupdate. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... ./lib/autoconf/general.m4:1534: AC_ARG_ENABLE is expanded from... configure.ac:864: the top level configure.ac:877: warning: The macro `AC_HELP_STRING' is obsolete. configure.ac:877: You should run autoupdate. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... ./lib/autoconf/general.m4:1534: AC_ARG_ENABLE is expanded from... configure.ac:877: the top level configure.ac:890: warning: The macro `AC_HELP_STRING' is obsolete. configure.ac:890: You should run autoupdate. ./lib/autoconf/general.m4:204: AC_HELP_STRING is expanded from... ./lib/autoconf/general.m4:1534: AC_ARG_ENABLE is expanded from... configure.ac:890: the top level configure.ac:981: warning: The macro `AC_TRY_COMPILE' is obsolete. configure.ac:981: You should run autoupdate. ./lib/autoconf/general.m4:2847: AC_TRY_COMPILE is expanded from... lib/m4sugar/m4sh.m4:692: _AS_IF_ELSE is expanded from... lib/m4sugar/m4sh.m4:699: AS_IF is expanded from... ./lib/autoconf/general.m4:2249: AC_CACHE_VAL is expanded from... configure.ac:981: the top level configure.ac:1170: warning: AC_OUTPUT should be used without arguments. configure.ac:1170: You should run autoupdate. configure.ac:73: installing './compile' configure.ac:62: installing './missing' demos/Makefile.am:17: warning: source file '../test/utils.c' is in a subdirectory, demos/Makefile.am:17: but option 'subdir-objects' is disabled automake: warning: possible forward-incompatibility. automake: At least one source file is in a subdirectory, but the 'subdir-objects' automake: automake option hasn't been enabled. For now, the corresponding output automake: object file(s) will be placed in the top-level directory. However, this automake: behavior may change in a future Automake major version, with object automake: files being placed in the same subdirectory as the corresponding sources. automake: You are advised to start using 'subdir-objects' option throughout your automake: project, to avoid future incompatibilities. demos/Makefile.am:17: warning: source file '../test/utils-prng.c' is in a subdirectory, demos/Makefile.am:17: but option 'subdir-objects' is disabled demos/Makefile.am: installing './depcomp' >>> host-pixman 0.42.2 Patching libtool patching file /tmp/instance-5/output-1/build/host-pixman-0.42.2/ltmain.sh Hunk #1 succeeded at 2694 (offset 7 lines). Hunk #2 succeeded at 4284 (offset 7 lines). Hunk #3 succeeded at 6579 (offset 25 lines). Hunk #4 succeeded at 6589 (offset 25 lines). Hunk #5 succeeded at 6882 (offset 25 lines). Hunk #6 succeeded at 7174 (offset 25 lines). Hunk #7 succeeded at 8140 (offset 28 lines). Hunk #8 succeeded at 10769 (offset 59 lines). (cd /tmp/instance-5/output-1/build/host-pixman-0.42.2/ && rm -rf config.cache; PATH="/tmp/instance-5/output-1/host/bin:/tmp/instance-5/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PKG_CONFIG="/tmp/instance-5/output-1/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/tmp/instance-5/output-1/host/lib/pkgconfig:/tmp/instance-5/output-1/host/share/pkgconfig" AR="/usr/bin/ar" AS="/usr/bin/as" LD="/usr/bin/ld" NM="/usr/bin/nm" CC="/tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc" GCC="/tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc" CXX="/tmp/instance-5/output-1/host/bin/ccache /usr/bin/g++" CPP="/usr/bin/cpp" OBJCOPY="/usr/bin/objcopy" RANLIB="/usr/bin/ranlib" CPPFLAGS="-I/tmp/instance-5/output-1/host/include" CFLAGS="-O2 -I/tmp/instance-5/output-1/host/include" CXXFLAGS="-O2 -I/tmp/instance-5/output-1/host/include" LDFLAGS="-L/tmp/instance-5/output-1/host/lib -Wl,-rpath,/tmp/instance-5/output-1/host/lib" INTLTOOL_PERL=/usr/bin/perl CFLAGS="-O2 -I/tmp/instance-5/output-1/host/include" LDFLAGS="-L/tmp/instance-5/output-1/host/lib -Wl,-rpath,/tmp/instance-5/output-1/host/lib" CONFIG_SITE=/dev/null ./configure --prefix="/tmp/instance-5/output-1/host" --sysconfdir="/tmp/instance-5/output-1/host/etc" --localstatedir="/tmp/instance-5/output-1/host/var" --enable-shared --disable-static --disable-gtk-doc --disable-gtk-doc-html --disable-doc --disable-docs --disable-documentation --disable-debug --with-xmlto=no --with-fop=no --disable-nls --disable-dependency-tracking ) configure: WARNING: unrecognized options: --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --disable-debug, --with-xmlto, --with-fop, --disable-nls checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes 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 whether make supports nested variables... (cached) yes checking build system type... x86_64-pc-linux-gnu checking host system type... x86_64-pc-linux-gnu checking for gcc... /tmp/instance-5/output-1/host/bin/ccache /usr/bin/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... no checking for suffix of object files... o checking whether the compiler supports GNU C... yes checking whether /tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc accepts -g... yes checking for /tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc option to enable C11 features... none needed checking whether /tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc understands -c and -o together... yes checking whether make supports the include directive... yes (GNU style) checking dependency style of /tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc... none checking dependency style of /tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc... none checking how to print strings... printf checking for a sed that does not truncate output... /usr/bin/sed checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for fgrep... /usr/bin/grep -F checking for ld used by /tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm checking the name lister (/usr/bin/nm) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 1572864 checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop checking for /usr/bin/ld option to reload object files... -r checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for archiver @FILE support... @ checking for strip... strip checking for ranlib... /usr/bin/ranlib checking command to parse /usr/bin/nm output from /tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc object... ok checking for sysroot... no checking for a working dd... /usr/bin/dd checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1 checking for mt... mt checking if mt is a manifest tool... no 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 dlfcn.h... yes checking for objdir... .libs checking if /tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc supports -fno-rtti -fno-exceptions... no checking for /tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc option to produce PIC... -fPIC -DPIC checking if /tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc PIC flag -fPIC -DPIC works... yes checking if /tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc static flag -static works... yes checking if /tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc supports -c -o file.o... yes checking if /tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc supports -c -o file.o... (cached) yes checking whether the /tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no checking for getisax... no checking whether byte ordering is bigendian... no checking for inline... inline checking whether the compiler supports -Werror... yes checking size of long... 8 checking for /tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc options needed to detect all undeclared functions... none needed checking whether __SUNPRO_C is declared... no checking whether __amd64 is declared... yes checking whether the compiler supports -Wall... yes checking whether the compiler supports -Wdeclaration-after-statement... yes checking whether the compiler supports -Wno-unused-local-typedefs... yes checking whether the compiler supports -fno-strict-aliasing... yes checking for /tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc option to support OpenMP... -fopenmp checking whether the compiler supports -fvisibility=hidden... yes checking whether the compiler supports -xldscope=hidden... no checking whether to use Loongson MMI assembler... no checking whether to use MMX intrinsics... yes checking whether to use SSE2 intrinsics... yes checking whether to use SSSE3 intrinsics... yes checking whether to use VMX/Altivec intrinsics... no checking whether to use ARM SIMD assembler... no checking whether to use ARM NEON assembler... no checking whether to use ARM A64 NEON assembler... no checking whether to use ARM IWMMXT intrinsics... no checking whether to use MIPS DSPr2 assembler... no checking whether to use GNU-style inline assembler... yes checking pkg-config is at least version 0.9.0... yes checking for pixman_version_string in -lpixman-1... no checking for posix_memalign... yes checking for sigaction... yes checking for alarm... yes checking for sys/mman.h... yes checking for mmap... yes checking for mprotect... yes checking for getpagesize... yes checking for fenv.h... yes checking for feenableexcept in -lm... yes checking whether FE_DIVBYZERO is declared... yes checking for gettimeofday... yes checking for sys/time.h... yes checking for library containing sqrtf... -lm checking for thread local storage (TLS) support... __thread checking for pthreads... yes checking for __attribute__((constructor))... yes checking for __float128... yes checking for __builtin_clz... yes checking for GCC vector extensions... yes checking for PNG... no checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating pixman-1.pc config.status: creating pixman-1-uninstalled.pc config.status: creating Makefile config.status: creating pixman/Makefile config.status: creating pixman/pixman-version.h config.status: creating demos/Makefile config.status: creating test/Makefile 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, --disable-debug, --with-xmlto, --with-fop, --disable-nls >>> host-pixman 0.42.2 Building PATH="/tmp/instance-5/output-1/host/bin:/tmp/instance-5/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PKG_CONFIG="/tmp/instance-5/output-1/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/tmp/instance-5/output-1/host/lib/pkgconfig:/tmp/instance-5/output-1/host/share/pkgconfig" /home/autobuild/make/make -j1 -C /tmp/instance-5/output-1/build/host-pixman-0.42.2/ make[1]: Entering directory '/tmp/instance-5/output-1/build/host-pixman-0.42.2' /home/autobuild/make/make all-recursive make[2]: Entering directory '/tmp/instance-5/output-1/build/host-pixman-0.42.2' Making all in pixman make[3]: Entering directory '/tmp/instance-5/output-1/build/host-pixman-0.42.2/pixman' Makefile:1310: warning: ignoring prerequisites on suffix rule definition CC pixman.lo CC pixman-access.lo pixman-access.c:468:30: warning: '__dummy__g1' defined but not used [-Wunused-const-variable=] 468 | static const void *const __dummy__ ## format | ^~~~~~~~~ pixman-access.c:507:1: note: in expansion of macro 'MAKE_ACCESSORS' 507 | MAKE_ACCESSORS(g1); | ^~~~~~~~~~~~~~ pixman-access.c:468:30: warning: '__dummy__a1' defined but not used [-Wunused-const-variable=] 468 | static const void *const __dummy__ ## format | ^~~~~~~~~ pixman-access.c:506:1: note: in expansion of macro 'MAKE_ACCESSORS' 506 | MAKE_ACCESSORS(a1); | ^~~~~~~~~~~~~~ pixman-access.c:468:30: warning: '__dummy__a1b1g1r1' defined but not used [-Wunused-const-variable=] 468 | static const void *const __dummy__ ## format | ^~~~~~~~~ pixman-access.c:505:1: note: in expansion of macro 'MAKE_ACCESSORS' 505 | MAKE_ACCESSORS(a1b1g1r1); | ^~~~~~~~~~~~~~ pixman-access.c:468:30: warning: '__dummy__a1r1g1b1' defined but not used [-Wunused-const-variable=] 468 | static const void *const __dummy__ ## format | ^~~~~~~~~ pixman-access.c:504:1: note: in expansion of macro 'MAKE_ACCESSORS' 504 | MAKE_ACCESSORS(a1r1g1b1); | ^~~~~~~~~~~~~~ pixman-access.c:468:30: warning: '__dummy__b1g2r1' defined but not used [-Wunused-const-variable=] 468 | static const void *const __dummy__ ## format | ^~~~~~~~~ pixman-access.c:503:1: note: in expansion of macro 'MAKE_ACCESSORS' 503 | MAKE_ACCESSORS(b1g2r1); | ^~~~~~~~~~~~~~ pixman-access.c:468:30: warning: '__dummy__r1g2b1' defined but not used [-Wunused-const-variable=] 468 | static const void *const __dummy__ ## format | ^~~~~~~~~ pixman-access.c:502:1: note: in expansion of macro 'MAKE_ACCESSORS' 502 | MAKE_ACCESSORS(r1g2b1); | ^~~~~~~~~~~~~~ pixman-access.c:468:30: warning: '__dummy__c4' defined but not used [-Wunused-const-variable=] 468 | static const void *const __dummy__ ## format | ^~~~~~~~~ pixman-access.c:501:1: note: in expansion of macro 'MAKE_ACCESSORS' 501 | MAKE_ACCESSORS(c4); | ^~~~~~~~~~~~~~ pixman-access.c:468:30: warning: '__dummy__g4' defined but not used [-Wunused-const-variable=] 468 | static const void *const __dummy__ ## format | ^~~~~~~~~ pixman-access.c:500:1: note: in expansion of macro 'MAKE_ACCESSORS' 500 | MAKE_ACCESSORS(g4); | ^~~~~~~~~~~~~~ pixman-access.c:468:30: warning: '__dummy__a4' defined but not used [-Wunused-const-variable=] 468 | static const void *const __dummy__ ## format | ^~~~~~~~~ pixman-access.c:499:1: note: in expansion of macro 'MAKE_ACCESSORS' 499 | MAKE_ACCESSORS(a4); | ^~~~~~~~~~~~~~ pixman-access.c:468:30: warning: '__dummy__x4a4' defined but not used [-Wunused-const-variable=] 468 | static const void *const __dummy__ ## format | ^~~~~~~~~ pixman-access.c:498:1: note: in expansion of macro 'MAKE_ACCESSORS' 498 | MAKE_ACCESSORS(x4a4); | ^~~~~~~~~~~~~~ pixman-access.c:468:30: warning: '__dummy__a2b2g2r2' defined but not used [-Wunused-const-variable=] 468 | static const void *const __dummy__ ## format | ^~~~~~~~~ pixman-access.c:497:1: note: in expansion of macro 'MAKE_ACCESSORS' 497 | MAKE_ACCESSORS(a2b2g2r2); | ^~~~~~~~~~~~~~ pixman-access.c:468:30: warning: '__dummy__a2r2g2b2' defined but not used [-Wunused-const-variable=] 468 | static const void *const __dummy__ ## format | ^~~~~~~~~ pixman-access.c:496:1: note: in expansion of macro 'MAKE_ACCESSORS' 496 | MAKE_ACCESSORS(a2r2g2b2); | ^~~~~~~~~~~~~~ pixman-access.c:468:30: warning: '__dummy__b2g3r3' defined but not used [-Wunused-const-variable=] 468 | static const void *const __dummy__ ## format | ^~~~~~~~~ pixman-access.c:495:1: note: in expansion of macro 'MAKE_ACCESSORS' 495 | MAKE_ACCESSORS(b2g3r3); | ^~~~~~~~~~~~~~ pixman-access.c:468:30: warning: '__dummy__r3g3b2' defined but not used [-Wunused-const-variable=] 468 | static const void *const __dummy__ ## format | ^~~~~~~~~ pixman-access.c:494:1: note: in expansion of macro 'MAKE_ACCESSORS' 494 | MAKE_ACCESSORS(r3g3b2); | ^~~~~~~~~~~~~~ pixman-access.c:468:30: warning: '__dummy__g8' defined but not used [-Wunused-const-variable=] 468 | static const void *const __dummy__ ## format | ^~~~~~~~~ pixman-access.c:493:1: note: in expansion of macro 'MAKE_ACCESSORS' 493 | MAKE_ACCESSORS(g8); | ^~~~~~~~~~~~~~ pixman-access.c:468:30: warning: '__dummy__c8' defined but not used [-Wunused-const-variable=] 468 | static const void *const __dummy__ ## format | ^~~~~~~~~ pixman-access.c:492:1: note: in expansion of macro 'MAKE_ACCESSORS' 492 | MAKE_ACCESSORS(c8); | ^~~~~~~~~~~~~~ pixman-access.c:468:30: warning: '__dummy__a8' defined but not used [-Wunused-const-variable=] 468 | static const void *const __dummy__ ## format | ^~~~~~~~~ pixman-access.c:491:1: note: in expansion of macro 'MAKE_ACCESSORS' 491 | MAKE_ACCESSORS(a8); | ^~~~~~~~~~~~~~ pixman-access.c:468:30: warning: '__dummy__x4b4g4r4' defined but not used [-Wunused-const-variable=] 468 | static const void *const __dummy__ ## format | ^~~~~~~~~ pixman-access.c:490:1: note: in expansion of macro 'MAKE_ACCESSORS' 490 | MAKE_ACCESSORS(x4b4g4r4); | ^~~~~~~~~~~~~~ pixman-access.c:468:30: warning: '__dummy__a4b4g4r4' defined but not used [-Wunused-const-variable=] 468 | static const void *const __dummy__ ## format | ^~~~~~~~~ pixman-access.c:489:1: note: in expansion of macro 'MAKE_ACCESSORS' 489 | MAKE_ACCESSORS(a4b4g4r4); | ^~~~~~~~~~~~~~ pixman-access.c:468:30: warning: '__dummy__x4r4g4b4' defined but not used [-Wunused-const-variable=] 468 | static const void *const __dummy__ ## format | ^~~~~~~~~ pixman-access.c:488:1: note: in expansion of macro 'MAKE_ACCESSORS' 488 | MAKE_ACCESSORS(x4r4g4b4); | ^~~~~~~~~~~~~~ pixman-access.c:468:30: warning: '__dummy__a4r4g4b4' defined but not used [-Wunused-const-variable=] 468 | static const void *const __dummy__ ## format | ^~~~~~~~~ pixman-access.c:487:1: note: in expansion of macro 'MAKE_ACCESSORS' 487 | MAKE_ACCESSORS(a4r4g4b4); | ^~~~~~~~~~~~~~ pixman-access.c:468:30: warning: '__dummy__x1b5g5r5' defined but not used [-Wunused-const-variable=] 468 | static const void *const __dummy__ ## format | ^~~~~~~~~ pixman-access.c:486:1: note: in expansion of macro 'MAKE_ACCESSORS' 486 | MAKE_ACCESSORS(x1b5g5r5); | ^~~~~~~~~~~~~~ pixman-access.c:468:30: warning: '__dummy__a1b5g5r5' defined but not used [-Wunused-const-variable=] 468 | static const void *const __dummy__ ## format | ^~~~~~~~~ pixman-access.c:485:1: note: in expansion of macro 'MAKE_ACCESSORS' 485 | MAKE_ACCESSORS(a1b5g5r5); | ^~~~~~~~~~~~~~ pixman-access.c:468:30: warning: '__dummy__x1r5g5b5' defined but not used [-Wunused-const-variable=] 468 | static const void *const __dummy__ ## format | ^~~~~~~~~ pixman-access.c:484:1: note: in expansion of macro 'MAKE_ACCESSORS' 484 | MAKE_ACCESSORS(x1r5g5b5); | ^~~~~~~~~~~~~~ pixman-access.c:468:30: warning: '__dummy__a1r5g5b5' defined but not used [-Wunused-const-variable=] 468 | static const void *const __dummy__ ## format | ^~~~~~~~~ pixman-access.c:483:1: note: in expansion of macro 'MAKE_ACCESSORS' 483 | MAKE_ACCESSORS(a1r5g5b5); | ^~~~~~~~~~~~~~ pixman-access.c:468:30: warning: '__dummy__b5g6r5' defined but not used [-Wunused-const-variable=] 468 | static const void *const __dummy__ ## format | ^~~~~~~~~ pixman-access.c:482:1: note: in expansion of macro 'MAKE_ACCESSORS' 482 | MAKE_ACCESSORS(b5g6r5); | ^~~~~~~~~~~~~~ pixman-access.c:468:30: warning: '__dummy__r5g6b5' defined but not used [-Wunused-const-variable=] 468 | static const void *const __dummy__ ## format | ^~~~~~~~~ pixman-access.c:481:1: note: in expansion of macro 'MAKE_ACCESSORS' 481 | MAKE_ACCESSORS(r5g6b5); | ^~~~~~~~~~~~~~ pixman-access.c:468:30: warning: '__dummy__b8g8r8' defined but not used [-Wunused-const-variable=] 468 | static const void *const __dummy__ ## format | ^~~~~~~~~ pixman-access.c:480:1: note: in expansion of macro 'MAKE_ACCESSORS' 480 | MAKE_ACCESSORS(b8g8r8); | ^~~~~~~~~~~~~~ pixman-access.c:468:30: warning: '__dummy__r8g8b8' defined but not used [-Wunused-const-variable=] 468 | static const void *const __dummy__ ## format | ^~~~~~~~~ pixman-access.c:479:1: note: in expansion of macro 'MAKE_ACCESSORS' 479 | MAKE_ACCESSORS(r8g8b8); | ^~~~~~~~~~~~~~ pixman-access.c:468:30: warning: '__dummy__r8g8b8a8' defined but not used [-Wunused-const-variable=] 468 | static const void *const __dummy__ ## format | ^~~~~~~~~ pixman-access.c:478:1: note: in expansion of macro 'MAKE_ACCESSORS' 478 | MAKE_ACCESSORS(r8g8b8a8); | ^~~~~~~~~~~~~~ pixman-access.c:468:30: warning: '__dummy__r8g8b8x8' defined but not used [-Wunused-const-variable=] 468 | static const void *const __dummy__ ## format | ^~~~~~~~~ pixman-access.c:477:1: note: in expansion of macro 'MAKE_ACCESSORS' 477 | MAKE_ACCESSORS(r8g8b8x8); | ^~~~~~~~~~~~~~ pixman-access.c:468:30: warning: '__dummy__b8g8r8x8' defined but not used [-Wunused-const-variable=] 468 | static const void *const __dummy__ ## format | ^~~~~~~~~ pixman-access.c:476:1: note: in expansion of macro 'MAKE_ACCESSORS' 476 | MAKE_ACCESSORS(b8g8r8x8); | ^~~~~~~~~~~~~~ pixman-access.c:468:30: warning: '__dummy__b8g8r8a8' defined but not used [-Wunused-const-variable=] 468 | static const void *const __dummy__ ## format | ^~~~~~~~~ pixman-access.c:475:1: note: in expansion of macro 'MAKE_ACCESSORS' 475 | MAKE_ACCESSORS(b8g8r8a8); | ^~~~~~~~~~~~~~ pixman-access.c:468:30: warning: '__dummy__x14r6g6b6' defined but not used [-Wunused-const-variable=] 468 | static const void *const __dummy__ ## format | ^~~~~~~~~ pixman-access.c:474:1: note: in expansion of macro 'MAKE_ACCESSORS' 474 | MAKE_ACCESSORS(x14r6g6b6); | ^~~~~~~~~~~~~~ pixman-access.c:468:30: warning: '__dummy__x8b8g8r8' defined but not used [-Wunused-const-variable=] 468 | static const void *const __dummy__ ## format | ^~~~~~~~~ pixman-access.c:473:1: note: in expansion of macro 'MAKE_ACCESSORS' 473 | MAKE_ACCESSORS(x8b8g8r8); | ^~~~~~~~~~~~~~ pixman-access.c:468:30: warning: '__dummy__a8b8g8r8' defined but not used [-Wunused-const-variable=] 468 | static const void *const __dummy__ ## format | ^~~~~~~~~ pixman-access.c:472:1: note: in expansion of macro 'MAKE_ACCESSORS' 472 | MAKE_ACCESSORS(a8b8g8r8); | ^~~~~~~~~~~~~~ pixman-access.c:468:30: warning: '__dummy__x8r8g8b8' defined but not used [-Wunused-const-variable=] 468 | static const void *const __dummy__ ## format | ^~~~~~~~~ pixman-access.c:471:1: note: in expansion of macro 'MAKE_ACCESSORS' 471 | MAKE_ACCESSORS(x8r8g8b8); | ^~~~~~~~~~~~~~ pixman-access.c:468:30: warning: '__dummy__a8r8g8b8' defined but not used [-Wunused-const-variable=] 468 | static const void *const __dummy__ ## format | ^~~~~~~~~ pixman-access.c:470:1: note: in expansion of macro 'MAKE_ACCESSORS' 470 | MAKE_ACCESSORS(a8r8g8b8); | ^~~~~~~~~~~~~~ CC pixman-access-accessors.lo CC pixman-bits-image.lo CC pixman-combine32.lo CC pixman-combine-float.lo CC pixman-conical-gradient.lo CC pixman-filter.lo CC pixman-x86.lo CC pixman-mips.lo CC pixman-arm.lo CC pixman-ppc.lo CC pixman-edge.lo CC pixman-edge-accessors.lo CC pixman-fast-path.lo CC pixman-glyph.lo CC pixman-general.lo CC pixman-gradient-walker.lo CC pixman-image.lo CC pixman-implementation.lo CC pixman-linear-gradient.lo CC pixman-matrix.lo CC pixman-noop.lo CC pixman-radial-gradient.lo CC pixman-region16.lo CC pixman-region32.lo CC pixman-solid-fill.lo CC pixman-timer.lo CC pixman-trap.lo CC pixman-utils.lo CC libpixman_mmx_la-pixman-mmx.lo CCLD libpixman-mmx.la /usr/bin/ar: `u' modifier ignored since `D' is the default (see `U') CC libpixman_sse2_la-pixman-sse2.lo CCLD libpixman-sse2.la /usr/bin/ar: `u' modifier ignored since `D' is the default (see `U') CC libpixman_ssse3_la-pixman-ssse3.lo CCLD libpixman-ssse3.la /usr/bin/ar: `u' modifier ignored since `D' is the default (see `U') CCLD libpixman-1.la make[3]: Leaving directory '/tmp/instance-5/output-1/build/host-pixman-0.42.2/pixman' Making all in demos make[3]: Entering directory '/tmp/instance-5/output-1/build/host-pixman-0.42.2/demos' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/tmp/instance-5/output-1/build/host-pixman-0.42.2/demos' make[3]: Entering directory '/tmp/instance-5/output-1/build/host-pixman-0.42.2' make[3]: Leaving directory '/tmp/instance-5/output-1/build/host-pixman-0.42.2' make[2]: Leaving directory '/tmp/instance-5/output-1/build/host-pixman-0.42.2' make[1]: Leaving directory '/tmp/instance-5/output-1/build/host-pixman-0.42.2' >>> host-pixman 0.42.2 Installing to host directory PATH="/tmp/instance-5/output-1/host/bin:/tmp/instance-5/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PKG_CONFIG="/tmp/instance-5/output-1/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/tmp/instance-5/output-1/host/lib/pkgconfig:/tmp/instance-5/output-1/host/share/pkgconfig" /home/autobuild/make/make -j1 install -C /tmp/instance-5/output-1/build/host-pixman-0.42.2/ make[1]: Entering directory '/tmp/instance-5/output-1/build/host-pixman-0.42.2' Making install in pixman make[2]: Entering directory '/tmp/instance-5/output-1/build/host-pixman-0.42.2/pixman' Makefile:1310: warning: ignoring prerequisites on suffix rule definition make[3]: Entering directory '/tmp/instance-5/output-1/build/host-pixman-0.42.2/pixman' Makefile:1310: warning: ignoring prerequisites on suffix rule definition /usr/bin/mkdir -p '/tmp/instance-5/output-1/host/lib' /bin/bash ../libtool --mode=install /usr/bin/install -c libpixman-1.la '/tmp/instance-5/output-1/host/lib' libtool: install: /usr/bin/install -c .libs/libpixman-1.so.0.42.2 /tmp/instance-5/output-1/host/lib/libpixman-1.so.0.42.2 libtool: install: (cd /tmp/instance-5/output-1/host/lib && { ln -s -f libpixman-1.so.0.42.2 libpixman-1.so.0 || { rm -f libpixman-1.so.0 && ln -s libpixman-1.so.0.42.2 libpixman-1.so.0; }; }) libtool: install: (cd /tmp/instance-5/output-1/host/lib && { ln -s -f libpixman-1.so.0.42.2 libpixman-1.so || { rm -f libpixman-1.so && ln -s libpixman-1.so.0.42.2 libpixman-1.so; }; }) libtool: install: /usr/bin/install -c .libs/libpixman-1.lai /tmp/instance-5/output-1/host/lib/libpixman-1.la libtool: finish: PATH="/tmp/instance-5/output-1/host/bin:/tmp/instance-5/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /tmp/instance-5/output-1/host/lib ---------------------------------------------------------------------- Libraries have been installed in: /tmp/instance-5/output-1/host/lib If you ever happen to want to link against installed libraries in a given directory, LIBDIR, you must either use libtool, and specify the full pathname of the library, or use the '-LLIBDIR' flag during linking and do at least one of the following: - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable during execution - add LIBDIR to the 'LD_RUN_PATH' environment variable during linking - use the '-Wl,-rpath -Wl,LIBDIR' linker flag - have your system administrator add LIBDIR to '/etc/ld.so.conf' See any operating system documentation about shared libraries for more information, such as the ld(1) and ld.so(8) manual pages. ---------------------------------------------------------------------- /usr/bin/mkdir -p '/tmp/instance-5/output-1/host/include/pixman-1' /usr/bin/install -c -m 644 pixman.h pixman-version.h '/tmp/instance-5/output-1/host/include/pixman-1' make[3]: Leaving directory '/tmp/instance-5/output-1/build/host-pixman-0.42.2/pixman' make[2]: Leaving directory '/tmp/instance-5/output-1/build/host-pixman-0.42.2/pixman' Making install in demos make[2]: Entering directory '/tmp/instance-5/output-1/build/host-pixman-0.42.2/demos' make[3]: Entering directory '/tmp/instance-5/output-1/build/host-pixman-0.42.2/demos' 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-5/output-1/build/host-pixman-0.42.2/demos' make[2]: Leaving directory '/tmp/instance-5/output-1/build/host-pixman-0.42.2/demos' make[2]: Entering directory '/tmp/instance-5/output-1/build/host-pixman-0.42.2' make[3]: Entering directory '/tmp/instance-5/output-1/build/host-pixman-0.42.2' make[3]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/tmp/instance-5/output-1/host/lib/pkgconfig' /usr/bin/install -c -m 644 pixman-1.pc '/tmp/instance-5/output-1/host/lib/pkgconfig' make[3]: Leaving directory '/tmp/instance-5/output-1/build/host-pixman-0.42.2' make[2]: Leaving directory '/tmp/instance-5/output-1/build/host-pixman-0.42.2' make[1]: Leaving directory '/tmp/instance-5/output-1/build/host-pixman-0.42.2' >>> host-slirp 4.7.0 Downloading wget --passive-ftp -nd -t 3 -O '/tmp/instance-5/output-1/build/.libslirp-v4.7.0.tar.bz2.9rfX4Q/output' 'https://gitlab.freedesktop.org/slirp/libslirp/-/archive/v4.7.0/libslirp-v4.7.0.tar.bz2' --2023-02-20 00:29:54-- https://gitlab.freedesktop.org/slirp/libslirp/-/archive/v4.7.0/libslirp-v4.7.0.tar.bz2 Resolving gitlab.freedesktop.org (gitlab.freedesktop.org)... 147.75.198.156 Connecting to gitlab.freedesktop.org (gitlab.freedesktop.org)|147.75.198.156|:443... connected. HTTP request sent, awaiting response... 200 OK Length: unspecified [application/octet-stream] Saving to: '/tmp/instance-5/output-1/build/.libslirp-v4.7.0.tar.bz2.9rfX4Q/output' 0K .......... .......... .......... .......... .......... 547K 50K .......... .......... .......... .......... .......... 1.07M 100K ...... 121M=0.1s 2023-02-20 00:29:55 (777 KB/s) - '/tmp/instance-5/output-1/build/.libslirp-v4.7.0.tar.bz2.9rfX4Q/output' saved [109085] libslirp-v4.7.0.tar.bz2: OK (sha256: 358ce8b6ea59ec9deac937cc754f0115b992839e7b0cddf30ffb8f77dc21da82) >>> host-slirp 4.7.0 Extracting bzcat /tmp/instance-5/dl/slirp/libslirp-v4.7.0.tar.bz2 | tar --strip-components=1 -C /tmp/instance-5/output-1/build/host-slirp-4.7.0 -xf - >>> host-slirp 4.7.0 Patching >>> host-slirp 4.7.0 Configuring rm -rf /tmp/instance-5/output-1/build/host-slirp-4.7.0//build mkdir -p /tmp/instance-5/output-1/build/host-slirp-4.7.0//build PATH="/tmp/instance-5/output-1/host/bin:/tmp/instance-5/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PKG_CONFIG="/tmp/instance-5/output-1/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/tmp/instance-5/output-1/host/lib/pkgconfig:/tmp/instance-5/output-1/host/share/pkgconfig" AR="/usr/bin/ar" AS="/usr/bin/as" LD="/usr/bin/ld" NM="/usr/bin/nm" CC="/tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc" GCC="/tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc" CXX="/tmp/instance-5/output-1/host/bin/ccache /usr/bin/g++" CPP="/usr/bin/cpp" OBJCOPY="/usr/bin/objcopy" RANLIB="/usr/bin/ranlib" CPPFLAGS="-I/tmp/instance-5/output-1/host/include" CFLAGS="-O2 -I/tmp/instance-5/output-1/host/include" CXXFLAGS="-O2 -I/tmp/instance-5/output-1/host/include" LDFLAGS="-L/tmp/instance-5/output-1/host/lib -Wl,-rpath,/tmp/instance-5/output-1/host/lib" INTLTOOL_PERL=/usr/bin/perl PYTHONNOUSERSITE=y /tmp/instance-5/output-1/host/bin/meson setup --prefix=/tmp/instance-5/output-1/host --libdir=lib --sysconfdir=/tmp/instance-5/output-1/host/etc --localstatedir=/tmp/instance-5/output-1/host/var --default-library=shared --buildtype=release --wrap-mode=nodownload -Dstrip=true /tmp/instance-5/output-1/build/host-slirp-4.7.0/ /tmp/instance-5/output-1/build/host-slirp-4.7.0//build The Meson build system Version: 1.0.0 Source dir: /tmp/instance-5/output-1/build/host-slirp-4.7.0 Build dir: /tmp/instance-5/output-1/build/host-slirp-4.7.0/build Build type: native build Project name: libslirp Project version: 4.7.0 C compiler for the host machine: /tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc (gcc 10.2.1 "gcc (Debian 10.2.1-6) 10.2.1 20210110") C linker for the host machine: /tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc ld.bfd 2.35.2 Host machine cpu family: x86_64 Host machine cpu: x86_64 Found pkg-config: /tmp/instance-5/output-1/host/bin/pkg-config (1.6.3) Run-time dependency glib-2.0 found: YES 2.72.3 Check usable header "valgrind/valgrind.h" : NO Compiler for C supports link arguments -Wl,--version-script,/tmp/instance-5/output-1/build/host-slirp-4.7.0/src/libslirp.map: YES Configuring libslirp-version.h using configuration Build targets in project: 2 libslirp 4.7.0 User defined options buildtype : release default_library: shared libdir : lib localstatedir : /tmp/instance-5/output-1/host/var prefix : /tmp/instance-5/output-1/host strip : true sysconfdir : /tmp/instance-5/output-1/host/etc wrap_mode : nodownload Found ninja-1.11.1.git.kitware.jobserver-1 at /tmp/instance-5/output-1/host/bin/ninja >>> host-slirp 4.7.0 Building PATH="/tmp/instance-5/output-1/host/bin:/tmp/instance-5/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PKG_CONFIG="/tmp/instance-5/output-1/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/tmp/instance-5/output-1/host/lib/pkgconfig:/tmp/instance-5/output-1/host/share/pkgconfig" PYTHONNOUSERSITE=y /tmp/instance-5/output-1/host/bin/ninja -C /tmp/instance-5/output-1/build/host-slirp-4.7.0//build ninja: Entering directory `/tmp/instance-5/output-1/build/host-slirp-4.7.0//build' [1/35] Compiling C object libslirp.so.0.4.0.p/src_arp_table.c.o [2/35] Compiling C object libslirp.so.0.4.0.p/src_bootp.c.o [3/35] Compiling C object libslirp.so.0.4.0.p/src_cksum.c.o [4/35] Compiling C object libslirp.so.0.4.0.p/src_dhcpv6.c.o [5/35] Compiling C object libslirp.so.0.4.0.p/src_dnssearch.c.o [6/35] Compiling C object libslirp.so.0.4.0.p/src_if.c.o [7/35] Compiling C object libslirp.so.0.4.0.p/src_ip6_icmp.c.o [8/35] Compiling C object libslirp.so.0.4.0.p/src_ip6_input.c.o [9/35] Compiling C object libslirp.so.0.4.0.p/src_ip6_output.c.o [10/35] Compiling C object libslirp.so.0.4.0.p/src_ip_icmp.c.o [11/35] Compiling C object libslirp.so.0.4.0.p/src_ip_input.c.o [12/35] Compiling C object libslirp.so.0.4.0.p/src_ip_output.c.o [13/35] Compiling C object libslirp.so.0.4.0.p/src_mbuf.c.o [14/35] Compiling C object libslirp.so.0.4.0.p/src_misc.c.o [15/35] Compiling C object libslirp.so.0.4.0.p/src_ncsi.c.o [16/35] Compiling C object libslirp.so.0.4.0.p/src_ndp_table.c.o [17/35] Compiling C object libslirp.so.0.4.0.p/src_sbuf.c.o [18/35] Compiling C object libslirp.so.0.4.0.p/src_slirp.c.o [19/35] Compiling C object libslirp.so.0.4.0.p/src_socket.c.o [20/35] Compiling C object libslirp.so.0.4.0.p/src_state.c.o [21/35] Compiling C object libslirp.so.0.4.0.p/src_stream.c.o [22/35] Compiling C object libslirp.so.0.4.0.p/src_tcp_input.c.o [23/35] Compiling C object libslirp.so.0.4.0.p/src_tcp_output.c.o [24/35] Compiling C object libslirp.so.0.4.0.p/src_tcp_subr.c.o [25/35] Compiling C object libslirp.so.0.4.0.p/src_tcp_timer.c.o [26/35] Compiling C object libslirp.so.0.4.0.p/src_tftp.c.o [27/35] Compiling C object libslirp.so.0.4.0.p/src_udp.c.o [28/35] Compiling C object libslirp.so.0.4.0.p/src_udp6.c.o [29/35] Compiling C object libslirp.so.0.4.0.p/src_util.c.o [30/35] Compiling C object libslirp.so.0.4.0.p/src_version.c.o [31/35] Compiling C object pingtest.p/test_pingtest.c.o [32/35] Compiling C object libslirp.so.0.4.0.p/src_vmstate.c.o [33/35] Linking target libslirp.so.0.4.0 [34/35] Generating symbol file libslirp.so.0.4.0.p/libslirp.so.0.4.0.symbols [35/35] Linking target pingtest >>> host-slirp 4.7.0 Installing to host directory PATH="/tmp/instance-5/output-1/host/bin:/tmp/instance-5/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PKG_CONFIG="/tmp/instance-5/output-1/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/tmp/instance-5/output-1/host/lib/pkgconfig:/tmp/instance-5/output-1/host/share/pkgconfig" PYTHONNOUSERSITE=y /tmp/instance-5/output-1/host/bin/ninja -C /tmp/instance-5/output-1/build/host-slirp-4.7.0//build install ninja: Entering directory `/tmp/instance-5/output-1/build/host-slirp-4.7.0//build' [0/1] Installing files. Installing libslirp.so.0.4.0 to /tmp/instance-5/output-1/host/lib Stripping target 'libslirp.so.0.4.0'. Installing /tmp/instance-5/output-1/build/host-slirp-4.7.0/src/libslirp.h to /tmp/instance-5/output-1/host/include/slirp/ Installing /tmp/instance-5/output-1/build/host-slirp-4.7.0/build/libslirp-version.h to /tmp/instance-5/output-1/host/include/slirp Installing /tmp/instance-5/output-1/build/host-slirp-4.7.0/build/meson-private/slirp.pc to /tmp/instance-5/output-1/host/lib/pkgconfig Installing symlink pointing to libslirp.so.0.4.0 to /tmp/instance-5/output-1/host/lib/libslirp.so.0 Installing symlink pointing to libslirp.so.0 to /tmp/instance-5/output-1/host/lib/libslirp.so >>> host-vde2 2.3.2 Downloading wget --passive-ftp -nd -t 3 -O '/tmp/instance-5/output-1/build/.vde2-2.3.2.tar.bz2.EoHW6L/output' 'http://downloads.sourceforge.net/project/vde/vde2/2.3.2/vde2-2.3.2.tar.bz2' --2023-02-20 00:30:05-- http://downloads.sourceforge.net/project/vde/vde2/2.3.2/vde2-2.3.2.tar.bz2 Resolving downloads.sourceforge.net (downloads.sourceforge.net)... 204.68.111.105 Connecting to downloads.sourceforge.net (downloads.sourceforge.net)|204.68.111.105|:80... connected. HTTP request sent, awaiting response... 302 Found Location: http://versaweb.dl.sourceforge.net/project/vde/vde2/2.3.2/vde2-2.3.2.tar.bz2 [following] --2023-02-20 00:30:05-- http://versaweb.dl.sourceforge.net/project/vde/vde2/2.3.2/vde2-2.3.2.tar.bz2 Resolving versaweb.dl.sourceforge.net (versaweb.dl.sourceforge.net)... 162.251.232.173 Connecting to versaweb.dl.sourceforge.net (versaweb.dl.sourceforge.net)|162.251.232.173|:80... connected. HTTP request sent, awaiting response... 200 OK Length: 600527 (586K) [application/octet-stream] Saving to: '/tmp/instance-5/output-1/build/.vde2-2.3.2.tar.bz2.EoHW6L/output' 0K .......... .......... .......... .......... .......... 8% 740K 1s 50K .......... .......... .......... .......... .......... 17% 1.43M 0s 100K .......... .......... .......... .......... .......... 25% 27.5M 0s 150K .......... .......... .......... .......... .......... 34% 5.70M 0s 200K .......... .......... .......... .......... .......... 42% 2.03M 0s 250K .......... .......... .......... .......... .......... 51% 12.6M 0s 300K .......... .......... .......... .......... .......... 59% 266M 0s 350K .......... .......... .......... .......... .......... 68% 409M 0s 400K .......... .......... .......... .......... .......... 76% 1.79M 0s 450K .......... .......... .......... .......... .......... 85% 42.6M 0s 500K .......... .......... .......... .......... .......... 93% 57.9M 0s 550K .......... .......... .......... ...... 100% 35.5M=0.2s 2023-02-20 00:30:05 (3.36 MB/s) - '/tmp/instance-5/output-1/build/.vde2-2.3.2.tar.bz2.EoHW6L/output' saved [600527/600527] vde2-2.3.2.tar.bz2: OK (sha256: cbea9b7e03097f87a6b5e98b07890d2275848f1fe4b9fcda77b8994148bc9542) >>> host-vde2 2.3.2 Extracting bzcat /tmp/instance-5/dl/vde2/vde2-2.3.2.tar.bz2 | tar --strip-components=1 -C /tmp/instance-5/output-1/build/host-vde2-2.3.2 -xf - >>> host-vde2 2.3.2 Patching Applying 0001-no-cxx.patch using patch: patching file configure.ac Applying 0002-fstp-Add-static-to-inline-functions.patch using patch: patching file src/vde_switch/fstp.c Applying 0003-vde_l3-Add-static-to-inline-functions.patch using patch: patching file src/vde_l3/vde_l3.c >>> host-vde2 2.3.2 Updating config.sub and config.guess for file in config.guess config.sub; do for i in $(find /tmp/instance-5/output-1/build/host-vde2-2.3.2 -name $file); do cp support/gnuconfig/$file $i; done; done >>> host-vde2 2.3.2 Configuring >>> host-vde2 2.3.2 Autoreconfiguring libtoolize: putting auxiliary files in '.'. libtoolize: copying file './ltmain.sh' libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'm4'. libtoolize: copying file 'm4/libtool.m4' libtoolize: copying file 'm4/ltoptions.m4' libtoolize: copying file 'm4/ltsugar.m4' libtoolize: copying file 'm4/ltversion.m4' libtoolize: copying file 'm4/lt~obsolete.m4' configure.ac:10: warning: The macro `AC_CONFIG_HEADER' is obsolete. configure.ac:10: You should run autoupdate. ./lib/autoconf/status.m4:719: AC_CONFIG_HEADER is expanded from... configure.ac:10: the top level configure.ac:17: warning: The macro `AC_PROG_LIBTOOL' is obsolete. configure.ac:17: You should run autoupdate. m4/libtool.m4:99: AC_PROG_LIBTOOL is expanded from... configure.ac:17: the top level configure.ac:32: warning: The macro `AC_HEADER_STDC' is obsolete. configure.ac:32: You should run autoupdate. ./lib/autoconf/headers.m4:704: AC_HEADER_STDC is expanded from... configure.ac:32: the top level configure.ac:52: warning: The macro `AC_HEADER_TIME' is obsolete. configure.ac:52: You should run autoupdate. ./lib/autoconf/headers.m4:743: AC_HEADER_TIME is expanded from... configure.ac:52: the top level configure.ac:14: installing './compile' configure.ac:7: installing './missing' src/Makefile.am: installing './depcomp' >>> host-vde2 2.3.2 Patching libtool patching file /tmp/instance-5/output-1/build/host-vde2-2.3.2/ltmain.sh Hunk #1 succeeded at 2694 (offset 7 lines). Hunk #2 succeeded at 4284 (offset 7 lines). Hunk #3 succeeded at 6579 (offset 25 lines). Hunk #4 succeeded at 6589 (offset 25 lines). Hunk #5 succeeded at 6882 (offset 25 lines). Hunk #6 succeeded at 7174 (offset 25 lines). Hunk #7 succeeded at 8140 (offset 28 lines). Hunk #8 succeeded at 10769 (offset 59 lines). (cd /tmp/instance-5/output-1/build/host-vde2-2.3.2/ && rm -rf config.cache; PATH="/tmp/instance-5/output-1/host/bin:/tmp/instance-5/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PKG_CONFIG="/tmp/instance-5/output-1/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/tmp/instance-5/output-1/host/lib/pkgconfig:/tmp/instance-5/output-1/host/share/pkgconfig" AR="/usr/bin/ar" AS="/usr/bin/as" LD="/usr/bin/ld" NM="/usr/bin/nm" CC="/tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc" GCC="/tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc" CXX="/tmp/instance-5/output-1/host/bin/ccache /usr/bin/g++" CPP="/usr/bin/cpp" OBJCOPY="/usr/bin/objcopy" RANLIB="/usr/bin/ranlib" CPPFLAGS="-I/tmp/instance-5/output-1/host/include" CFLAGS="-O2 -I/tmp/instance-5/output-1/host/include" CXXFLAGS="-O2 -I/tmp/instance-5/output-1/host/include" LDFLAGS="-L/tmp/instance-5/output-1/host/lib -Wl,-rpath,/tmp/instance-5/output-1/host/lib" INTLTOOL_PERL=/usr/bin/perl CFLAGS="-O2 -I/tmp/instance-5/output-1/host/include" LDFLAGS="-L/tmp/instance-5/output-1/host/lib -Wl,-rpath,/tmp/instance-5/output-1/host/lib" CONFIG_SITE=/dev/null ./configure --prefix="/tmp/instance-5/output-1/host" --sysconfdir="/tmp/instance-5/output-1/host/etc" --localstatedir="/tmp/instance-5/output-1/host/var" --enable-shared --disable-static --disable-gtk-doc --disable-gtk-doc-html --disable-doc --disable-docs --disable-documentation --disable-debug --with-xmlto=no --with-fop=no --disable-nls --disable-dependency-tracking --disable-cryptcab --disable-experimental --disable-kernel-switch --disable-pcap --disable-profile --disable-python --enable-tuntap ) configure: WARNING: unrecognized options: --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --disable-debug, --with-xmlto, --with-fop, --disable-nls checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes 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 whether make supports nested variables... (cached) yes checking for gcc... /tmp/instance-5/output-1/host/bin/ccache /usr/bin/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... no checking for suffix of object files... o checking whether the compiler supports GNU C... yes checking whether /tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc accepts -g... yes checking for /tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc option to enable C11 features... none needed checking whether /tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc understands -c and -o together... yes checking whether make supports the include directive... yes (GNU style) checking dependency style of /tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc... none checking whether ln -s works... yes checking build system type... x86_64-pc-linux-gnu checking host system type... x86_64-pc-linux-gnu checking how to print strings... printf checking for a sed that does not truncate output... /usr/bin/sed checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for fgrep... /usr/bin/grep -F checking for ld used by /tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm checking the name lister (/usr/bin/nm) interface... BSD nm checking the maximum length of command line arguments... 1572864 checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop checking for /usr/bin/ld option to reload object files... -r checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for archiver @FILE support... @ checking for strip... strip checking for ranlib... /usr/bin/ranlib checking command to parse /usr/bin/nm output from /tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc object... ok checking for sysroot... no checking for a working dd... /usr/bin/dd checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1 checking for mt... mt checking if mt is a manifest tool... no 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 sys/time.h... yes checking for vfork.h... no checking for sys/select.h... yes checking for sys/socket.h... yes checking for dlfcn.h... yes checking for objdir... .libs checking if /tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc supports -fno-rtti -fno-exceptions... no checking for /tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc option to produce PIC... -fPIC -DPIC checking if /tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc PIC flag -fPIC -DPIC works... yes checking if /tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc static flag -static works... yes checking if /tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc supports -c -o file.o... yes checking if /tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc supports -c -o file.o... (cached) yes checking whether the /tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no checking for dlopen in -ldl... yes checking for EVP_EncryptInit in -lcrypto... yes checking for pcap_open_dead in -lpcap... no checking for egrep... (cached) /usr/bin/grep -E checking for sys/wait.h that is POSIX.1 compatible... yes checking for arpa/inet.h... yes checking for fcntl.h... yes checking for netdb.h... yes checking for netinet/in.h... yes checking for stddef.h... yes checking for stdint.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for strings.h... (cached) yes checking for sys/ioctl.h... yes checking for sys/param.h... yes checking for sys/socket.h... (cached) yes checking for sys/time.h... (cached) yes checking for syslog.h... yes checking for termio.h... yes checking for termios.h... yes checking for unistd.h... (cached) yes checking for sys/filio.h... no checking for sys/bitypes.h... yes checking for sys/wait.h... (cached) yes checking for sys/select.h... (cached) yes checking for sys/signal.h... yes checking for sys/stropts.h... no checking for termios.h... (cached) yes checking for sys/type32.h... no checking for syslimits.h... no checking for sys/syslimits.h... no checking for openssl/blowfish.h... yes checking for an ANSI C-conforming const... yes checking for inline... inline checking whether byte ordering is bigendian... no checking for mode_t... yes checking for pid_t... yes checking for size_t... yes checking how to run the C preprocessor... /usr/bin/cpp checking for uid_t in sys/types.h... yes checking for working chown... yes checking for fork... yes checking for vfork... yes checking for vprintf... yes checking for working fork... yes checking for working vfork... (cached) yes checking whether /tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc needs -traditional... no checking for GNU libc compatible malloc... yes checking for working memcmp... yes checking for GNU libc compatible realloc... yes checking types of arguments for select... int,fd_set *,struct timeval * checking for atexit... yes checking for dup2... yes checking for gethostbyname... yes checking for gethostname... yes checking for gettimeofday... yes checking for inet_ntoa... yes checking for memmove... yes checking for memset... yes checking for putenv... yes checking for select... yes checking for setenv... yes checking for socket... yes checking for strchr... yes checking for strdup... yes checking for strerror... yes checking for strstr... yes checking for uname... yes checking for inet_aton... yes checking for sprintf... yes checking for readv... yes checking for random... yes checking for srandom... yes checking for index... yes checking for bcmp... yes checking for drand48... yes checking for memmove... (cached) yes checking for gethostid... yes checking for revoke... no checking for fchmod... yes checking for getopt_long_only... yes checking for funopen... no checking for open_memstream... yes checking for strndup... yes checking for poll... yes checking for poll sanity... yes checking size of char... 1 checking size of short... 2 checking size of int... 4 checking size of char *... 8 checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating doc/Makefile config.status: creating include/Makefile config.status: creating man/Makefile config.status: creating src/Makefile config.status: creating src/lib/Makefile config.status: creating src/lib/vdesnmp.pc config.status: creating src/lib/vdemgmt.pc config.status: creating src/lib/vdeplug.pc config.status: creating src/lib/vdehist.pc config.status: creating src/lib/python/Makefile config.status: creating src/vde_switch/Makefile config.status: creating src/kvde_switch/Makefile config.status: creating src/vde_over_ns/Makefile config.status: creating src/common/Makefile config.status: creating src/vdetaplib/Makefile config.status: creating src/vde_l3/Makefile config.status: creating src/vde_cryptcab/Makefile config.status: creating src/slirpvde/Makefile config.status: creating src/vde_switch/plugins/Makefile config.status: creating include/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, --disable-debug, --with-xmlto, --with-fop, --disable-nls Configure results: - VDE CryptCab............ disabled - Python Libraries........ disabled + TAP support............. enabled - pcap support............ disabled - Experimental features... disabled - Profiling options....... disabled - Kernel switch........... disabled configure: WARNING: Python libraries support has been disabled because python is not installed on your system, or because it could not be found. Please install it if you want Python libraries to be compiled and installed. Type 'make' to compile vde2 2.3.2, or type 'make V=1' for verbose compiling and then type 'make install' to install it into /tmp/instance-5/output-1/host >>> host-vde2 2.3.2 Building PATH="/tmp/instance-5/output-1/host/bin:/tmp/instance-5/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PKG_CONFIG="/tmp/instance-5/output-1/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/tmp/instance-5/output-1/host/lib/pkgconfig:/tmp/instance-5/output-1/host/share/pkgconfig" /home/autobuild/make/make -j1 -C /tmp/instance-5/output-1/build/host-vde2-2.3.2/ make[1]: Entering directory '/tmp/instance-5/output-1/build/host-vde2-2.3.2' Making all in include make[2]: Entering directory '/tmp/instance-5/output-1/build/host-vde2-2.3.2/include' /home/autobuild/make/make all-am make[3]: Entering directory '/tmp/instance-5/output-1/build/host-vde2-2.3.2/include' make[3]: Leaving directory '/tmp/instance-5/output-1/build/host-vde2-2.3.2/include' make[2]: Leaving directory '/tmp/instance-5/output-1/build/host-vde2-2.3.2/include' Making all in src make[2]: Entering directory '/tmp/instance-5/output-1/build/host-vde2-2.3.2/src' Making all in common make[3]: Entering directory '/tmp/instance-5/output-1/build/host-vde2-2.3.2/src/common' CC cmdparse.lo CC canonicalize.lo canonicalize.c: In function 'vde_realpath': canonicalize.c:54:6: warning: variable 'validstat' set but not used [-Wunused-but-set-variable] 54 | int validstat = 0; | ^~~~~~~~~ CCLD libvdecommon.la /usr/bin/ar: `u' modifier ignored since `D' is the default (see `U') make[3]: Leaving directory '/tmp/instance-5/output-1/build/host-vde2-2.3.2/src/common' Making all in lib make[3]: Entering directory '/tmp/instance-5/output-1/build/host-vde2-2.3.2/src/lib' make[4]: Entering directory '/tmp/instance-5/output-1/build/host-vde2-2.3.2/src/lib' CC libvdemgmt.lo CCLD libvdemgmt.la CC libvdesnmp.lo libvdesnmp.c: In function 'counters_parse': libvdesnmp.c:264:7: warning: 'strncpy' specified bound depends on the length of the source argument [-Wstringop-overflow=] 264 | strncpy(pl->desc, portdesc, strlen(portdesc)-1); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ libvdesnmp.c:264:35: note: length computed here 264 | strncpy(pl->desc, portdesc, strlen(portdesc)-1); | ^~~~~~~~~~~~~~~~ CCLD libvdesnmp.la CC libvdeplug.lo libvdeplug.c: In function 'vde_open_real': libvdeplug.c:483:47: warning: taking address of packed member of 'struct request_v3' may result in an unaligned pointer value [-Waddress-of-packed-member] 483 | res=bind(conn->fddata, (struct sockaddr *) &req.sock, sizeof (req.sock)); | ^~~~~~~~~ libvdeplug.c:498:51: warning: taking address of packed member of 'struct request_v3' may result in an unaligned pointer value [-Waddress-of-packed-member] 498 | res = bind(conn->fddata, (struct sockaddr *) &req.sock, sizeof (req.sock)); | ^~~~~~~~~ CCLD libvdeplug.la CC libvdehist.lo CCLD libvdehist.la make[4]: Leaving directory '/tmp/instance-5/output-1/build/host-vde2-2.3.2/src/lib' make[3]: Leaving directory '/tmp/instance-5/output-1/build/host-vde2-2.3.2/src/lib' Making all in vde_switch make[3]: Entering directory '/tmp/instance-5/output-1/build/host-vde2-2.3.2/src/vde_switch' make[4]: Entering directory '/tmp/instance-5/output-1/build/host-vde2-2.3.2/src/vde_switch' CC hash.o CC port.o port.c: In function 'vlanremove': port.c:1130:17: warning: variable 'i' set but not used [-Wunused-but-set-variable] 1130 | register int i,used=0; | ^ CC vde_switch.o CC sockutils.o CC qtimer.o CC datasock.o datasock.c: In function 'handle_io': datasock.c:244:42: warning: taking address of packed member of 'struct request_v3' may result in an unaligned pointer value [-Waddress-of-packed-member] 244 | ep=new_port_v1_v3(fd, req->v3.type, &(req->v3.sock)); | ^~~~~~~~~~~~~~~ datasock.c:256:42: warning: taking address of packed member of 'struct request_v1' may result in an unaligned pointer value [-Waddress-of-packed-member] 256 | ep=new_port_v1_v3(fd, req->v1.type, &(req->v1.u.new_control.name)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ datasock.c: In function 'cleanup': datasock.c:323:50: warning: '%s' directive output may be truncated writing up to 4095 bytes into a region of size 108 [-Wformat-truncation=] 323 | snprintf(clun.sun_path,sizeof(clun.sun_path),"%s/%03d.%d",ctl_socket,portno,fd); | ^~ ~~~~~~~~~~ datasock.c:323:49: note: directive argument in the range [0, 2147483647] 323 | snprintf(clun.sun_path,sizeof(clun.sun_path),"%s/%03d.%d",ctl_socket,portno,fd); | ^~~~~~~~~~~~ datasock.c:323:4: note: 'snprintf' output between 7 and 4119 bytes into a destination of size 108 323 | snprintf(clun.sun_path,sizeof(clun.sun_path),"%s/%03d.%d",ctl_socket,portno,fd); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ datasock.c:311:49: warning: '%s' directive output may be truncated writing up to 4095 bytes into a region of size 108 [-Wformat-truncation=] 311 | snprintf(clun.sun_path,sizeof(clun.sun_path),"%s/ctl",ctl_socket); | ^~ ~~~~~~~~~~ datasock.c:311:3: note: 'snprintf' output between 5 and 4100 bytes into a destination of size 108 311 | snprintf(clun.sun_path,sizeof(clun.sun_path),"%s/ctl",ctl_socket); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ datasock.c: In function 'new_port_v1_v3': datasock.c:167:54: warning: '%s' directive output may be truncated writing up to 4095 bytes into a region of size 108 [-Wformat-truncation=] 167 | snprintf(sun_in.sun_path,sizeof(sun_in.sun_path),"%s/%03d.%d",ctl_socket,portno,fd_data); | ^~ ~~~~~~~~~~ datasock.c:167:53: note: directive argument in the range [0, 2147483647] 167 | snprintf(sun_in.sun_path,sizeof(sun_in.sun_path),"%s/%03d.%d",ctl_socket,portno,fd_data); | ^~~~~~~~~~~~ datasock.c:167:4: note: 'snprintf' output between 7 and 4119 bytes into a destination of size 108 167 | snprintf(sun_in.sun_path,sizeof(sun_in.sun_path),"%s/%03d.%d",ctl_socket,portno,fd_data); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ datasock.c: In function 'init': datasock.c:457:46: warning: '%s' directive output may be truncated writing up to 4095 bytes into a region of size 108 [-Wformat-truncation=] 457 | snprintf(sun.sun_path,sizeof(sun.sun_path),"%s/ctl",ctl_socket); | ^~ ~~~~~~~~~~ datasock.c:457:2: note: 'snprintf' output between 5 and 4100 bytes into a destination of size 108 457 | snprintf(sun.sun_path,sizeof(sun.sun_path),"%s/ctl",ctl_socket); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC consmgmt.o consmgmt.c:932:13: warning: 'sighupmgmt' defined but not used [-Wunused-function] 932 | static void sighupmgmt(int signo) | ^~~~~~~~~~ CC fstp.o CC packetq.o CC tuntap.o CCLD vde_switch make[4]: Leaving directory '/tmp/instance-5/output-1/build/host-vde2-2.3.2/src/vde_switch' make[3]: Leaving directory '/tmp/instance-5/output-1/build/host-vde2-2.3.2/src/vde_switch' Making all in vde_over_ns make[3]: Entering directory '/tmp/instance-5/output-1/build/host-vde2-2.3.2/src/vde_over_ns' CC vde_over_ns.o CC dns.o dns.c: In function 'dns_constructpacket': dns.c:434:32: warning: variable 'ancount' set but not used [-Wunused-but-set-variable] 434 | int len, *offsets, qdcount, ancount, i; | ^~~~~~~ CC encode.o CC pstack.o CC queue.o CC util.o CC vde_io.o CCLD vde_over_ns make[3]: Leaving directory '/tmp/instance-5/output-1/build/host-vde2-2.3.2/src/vde_over_ns' Making all in vde_l3 make[3]: Entering directory '/tmp/instance-5/output-1/build/host-vde2-2.3.2/src/vde_l3' CC vde_l3.o vde_l3.c: In function 'arp_reply': vde_l3.c:539:14: warning: taking address of packed member of 'struct arp_header' may result in an unaligned pointer value [-Waddress-of-packed-member] 539 | swap_ipaddr(&(ah->s_addr), &(ah->d_addr)); | ^~~~~~~~~~~~~ vde_l3.c:539:29: warning: taking address of packed member of 'struct arp_header' may result in an unaligned pointer value [-Waddress-of-packed-member] 539 | swap_ipaddr(&(ah->s_addr), &(ah->d_addr)); | ^~~~~~~~~~~~~ CCLD vde_l3 CC pfifo.lo CCLD pfifo.la CC tbf.lo CCLD tbf.la CC bfifo.lo CCLD bfifo.la make[3]: Leaving directory '/tmp/instance-5/output-1/build/host-vde2-2.3.2/src/vde_l3' Making all in slirpvde make[3]: Entering directory '/tmp/instance-5/output-1/build/host-vde2-2.3.2/src/slirpvde' CC misc.o misc.c: In function 'u_sleep': misc.c:328:12: warning: passing argument 2 to 'restrict'-qualified parameter aliases with arguments 3, 4 [-Wrestrict] 328 | select(0, &fdset, &fdset, &fdset, &t); | ^~~~~~ ~~~~~~ ~~~~~~ CC cksum.o CC if.o CC ip_icmp.o CC ip_input.o CC ip_output.o CC mbuf.o CC sbuf.o CC slirp.o In file included from slirp.h:179, from slirp.c:27: slirp.c: In function 'slirp_init': libslirp.h:12:24: warning: 'strncpy' specified bound 33 equals destination size [-Wstringop-truncation] 12 | #define pstrcpy(d,l,s) strncpy((d),(s),(l)) | ^~~~~~~~~~~~~~~~~~~~ slirp.c:221:9: note: in expansion of macro 'pstrcpy' 221 | pstrcpy(slirp->client_hostname, sizeof(slirp->client_hostname), | ^~~~~~~ CC socket.o CC tcp_input.o CC tcp_output.o CC tcp_subr.o tcp_subr.c: In function 'tcp_fconnect': tcp_subr.c:341:4: warning: 'strncpy' specified bound 108 equals destination size [-Wstringop-truncation] 341 | strncpy(addr.sun_path,path,UNIX_PATH_MAX); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC tcp_timer.o CC udp.o CC bootp.o CC tcp2unix.o CC tftp.o tftp.c: In function 'tftp_send_error': tftp.c:164:7: warning: variable 'nobytes' set but not used [-Wunused-but-set-variable] 164 | int nobytes; | ^~~~~~~ In file included from ./slirp.h:179, from tftp.c:25: ./libslirp.h:12:24: warning: 'strncpy' specified bound 512 equals destination size [-Wstringop-truncation] 12 | #define pstrcpy(d,l,s) strncpy((d),(s),(l)) | ^~~~~~~~~~~~~~~~~~~~ tftp.c:180:3: note: in expansion of macro 'pstrcpy' 180 | pstrcpy((char *)tp->x.tp_error.tp_msg, sizeof(tp->x.tp_error.tp_msg), msg); | ^~~~~~~ CC slirpvde.o CCLD slirpvde make[3]: Leaving directory '/tmp/instance-5/output-1/build/host-vde2-2.3.2/src/slirpvde' make[3]: Entering directory '/tmp/instance-5/output-1/build/host-vde2-2.3.2/src' CC dpipe.o CCLD dpipe CC unixcmd.o CCLD unixcmd CC unixterm.o CCLD unixterm CC vde_autolink.o CCLD vde_autolink CC vde_plug2tap.o CCLD vde_plug2tap CC vde_plug.o CCLD vde_plug CC vdeq.o CCLD vdeq CC wirefilter.o wirefilter.c: In function 'markov_compute': wirefilter.c:136:13: warning: type of 'i' defaults to 'int' [-Wimplicit-int] 136 | static void markov_compute(i) | ^~~~~~~~~~~~~~ CCLD wirefilter CC vdeterm.o CCLD vdeterm make[3]: Leaving directory '/tmp/instance-5/output-1/build/host-vde2-2.3.2/src' make[2]: Leaving directory '/tmp/instance-5/output-1/build/host-vde2-2.3.2/src' Making all in man make[2]: Entering directory '/tmp/instance-5/output-1/build/host-vde2-2.3.2/man' sed 's/%PKGLIBDIR%/\/tmp\/instance-5\/output-1\/host\/lib\/vde2/g' \ ./vdetaplib.1.in > ./vdetaplib.1 make[2]: Leaving directory '/tmp/instance-5/output-1/build/host-vde2-2.3.2/man' Making all in doc make[2]: Entering directory '/tmp/instance-5/output-1/build/host-vde2-2.3.2/doc' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/tmp/instance-5/output-1/build/host-vde2-2.3.2/doc' make[2]: Entering directory '/tmp/instance-5/output-1/build/host-vde2-2.3.2' make[2]: Nothing to be done for 'all-am'. make[2]: Leaving directory '/tmp/instance-5/output-1/build/host-vde2-2.3.2' make[1]: Leaving directory '/tmp/instance-5/output-1/build/host-vde2-2.3.2' >>> host-vde2 2.3.2 Installing to host directory PATH="/tmp/instance-5/output-1/host/bin:/tmp/instance-5/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PKG_CONFIG="/tmp/instance-5/output-1/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/tmp/instance-5/output-1/host/lib/pkgconfig:/tmp/instance-5/output-1/host/share/pkgconfig" /home/autobuild/make/make -j1 install -C /tmp/instance-5/output-1/build/host-vde2-2.3.2/ make[1]: Entering directory '/tmp/instance-5/output-1/build/host-vde2-2.3.2' Making install in include make[2]: Entering directory '/tmp/instance-5/output-1/build/host-vde2-2.3.2/include' make[3]: Entering directory '/tmp/instance-5/output-1/build/host-vde2-2.3.2/include' make[3]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/tmp/instance-5/output-1/host/include' /usr/bin/install -c -m 644 libvdesnmp.h libvdemgmt.h '/tmp/instance-5/output-1/host/include' /usr/bin/mkdir -p '/tmp/instance-5/output-1/host/include' /usr/bin/install -c -m 644 libvdeplug.h libvdeplug_dyn.h libvdehist.h '/tmp/instance-5/output-1/host/include/.' make[3]: Leaving directory '/tmp/instance-5/output-1/build/host-vde2-2.3.2/include' make[2]: Leaving directory '/tmp/instance-5/output-1/build/host-vde2-2.3.2/include' Making install in src make[2]: Entering directory '/tmp/instance-5/output-1/build/host-vde2-2.3.2/src' Making install in common make[3]: Entering directory '/tmp/instance-5/output-1/build/host-vde2-2.3.2/src/common' make[4]: Entering directory '/tmp/instance-5/output-1/build/host-vde2-2.3.2/src/common' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/tmp/instance-5/output-1/build/host-vde2-2.3.2/src/common' make[3]: Leaving directory '/tmp/instance-5/output-1/build/host-vde2-2.3.2/src/common' Making install in lib make[3]: Entering directory '/tmp/instance-5/output-1/build/host-vde2-2.3.2/src/lib' make[4]: Entering directory '/tmp/instance-5/output-1/build/host-vde2-2.3.2/src/lib' make[5]: Entering directory '/tmp/instance-5/output-1/build/host-vde2-2.3.2/src/lib' /usr/bin/mkdir -p '/tmp/instance-5/output-1/host/lib' /bin/bash ../../libtool --mode=install /usr/bin/install -c libvdemgmt.la libvdesnmp.la libvdeplug.la libvdehist.la '/tmp/instance-5/output-1/host/lib' libtool: install: /usr/bin/install -c .libs/libvdemgmt.so.0.0.1 /tmp/instance-5/output-1/host/lib/libvdemgmt.so.0.0.1 libtool: install: (cd /tmp/instance-5/output-1/host/lib && { ln -s -f libvdemgmt.so.0.0.1 libvdemgmt.so.0 || { rm -f libvdemgmt.so.0 && ln -s libvdemgmt.so.0.0.1 libvdemgmt.so.0; }; }) libtool: install: (cd /tmp/instance-5/output-1/host/lib && { ln -s -f libvdemgmt.so.0.0.1 libvdemgmt.so || { rm -f libvdemgmt.so && ln -s libvdemgmt.so.0.0.1 libvdemgmt.so; }; }) libtool: install: /usr/bin/install -c .libs/libvdemgmt.lai /tmp/instance-5/output-1/host/lib/libvdemgmt.la libtool: install: /usr/bin/install -c .libs/libvdesnmp.so.0.0.1 /tmp/instance-5/output-1/host/lib/libvdesnmp.so.0.0.1 libtool: install: (cd /tmp/instance-5/output-1/host/lib && { ln -s -f libvdesnmp.so.0.0.1 libvdesnmp.so.0 || { rm -f libvdesnmp.so.0 && ln -s libvdesnmp.so.0.0.1 libvdesnmp.so.0; }; }) libtool: install: (cd /tmp/instance-5/output-1/host/lib && { ln -s -f libvdesnmp.so.0.0.1 libvdesnmp.so || { rm -f libvdesnmp.so && ln -s libvdesnmp.so.0.0.1 libvdesnmp.so; }; }) libtool: install: /usr/bin/install -c .libs/libvdesnmp.lai /tmp/instance-5/output-1/host/lib/libvdesnmp.la libtool: install: /usr/bin/install -c .libs/libvdeplug.so.3.0.1 /tmp/instance-5/output-1/host/lib/libvdeplug.so.3.0.1 libtool: install: (cd /tmp/instance-5/output-1/host/lib && { ln -s -f libvdeplug.so.3.0.1 libvdeplug.so.3 || { rm -f libvdeplug.so.3 && ln -s libvdeplug.so.3.0.1 libvdeplug.so.3; }; }) libtool: install: (cd /tmp/instance-5/output-1/host/lib && { ln -s -f libvdeplug.so.3.0.1 libvdeplug.so || { rm -f libvdeplug.so && ln -s libvdeplug.so.3.0.1 libvdeplug.so; }; }) libtool: install: /usr/bin/install -c .libs/libvdeplug.lai /tmp/instance-5/output-1/host/lib/libvdeplug.la libtool: install: /usr/bin/install -c .libs/libvdehist.so.0.0.1 /tmp/instance-5/output-1/host/lib/libvdehist.so.0.0.1 libtool: install: (cd /tmp/instance-5/output-1/host/lib && { ln -s -f libvdehist.so.0.0.1 libvdehist.so.0 || { rm -f libvdehist.so.0 && ln -s libvdehist.so.0.0.1 libvdehist.so.0; }; }) libtool: install: (cd /tmp/instance-5/output-1/host/lib && { ln -s -f libvdehist.so.0.0.1 libvdehist.so || { rm -f libvdehist.so && ln -s libvdehist.so.0.0.1 libvdehist.so; }; }) libtool: install: /usr/bin/install -c .libs/libvdehist.lai /tmp/instance-5/output-1/host/lib/libvdehist.la libtool: finish: PATH="/tmp/instance-5/output-1/host/bin:/tmp/instance-5/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /tmp/instance-5/output-1/host/lib ---------------------------------------------------------------------- Libraries have been installed in: /tmp/instance-5/output-1/host/lib If you ever happen to want to link against installed libraries in a given directory, LIBDIR, you must either use libtool, and specify the full pathname of the library, or use the '-LLIBDIR' flag during linking and do at least one of the following: - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable during execution - add LIBDIR to the 'LD_RUN_PATH' environment variable during linking - use the '-Wl,-rpath -Wl,LIBDIR' linker flag - have your system administrator add LIBDIR to '/etc/ld.so.conf' See any operating system documentation about shared libraries for more information, such as the ld(1) and ld.so(8) manual pages. ---------------------------------------------------------------------- /usr/bin/mkdir -p '/tmp/instance-5/output-1/host/lib/pkgconfig' /usr/bin/install -c -m 644 vdesnmp.pc vdemgmt.pc vdeplug.pc vdehist.pc '/tmp/instance-5/output-1/host/lib/pkgconfig' make[5]: Leaving directory '/tmp/instance-5/output-1/build/host-vde2-2.3.2/src/lib' make[4]: Leaving directory '/tmp/instance-5/output-1/build/host-vde2-2.3.2/src/lib' make[3]: Leaving directory '/tmp/instance-5/output-1/build/host-vde2-2.3.2/src/lib' Making install in vde_switch make[3]: Entering directory '/tmp/instance-5/output-1/build/host-vde2-2.3.2/src/vde_switch' make[4]: Entering directory '/tmp/instance-5/output-1/build/host-vde2-2.3.2/src/vde_switch' make[5]: Entering directory '/tmp/instance-5/output-1/build/host-vde2-2.3.2/src/vde_switch' /usr/bin/mkdir -p '/tmp/instance-5/output-1/host/bin' /bin/bash ../../libtool --mode=install /usr/bin/install -c vde_switch '/tmp/instance-5/output-1/host/bin' libtool: install: /usr/bin/install -c vde_switch /tmp/instance-5/output-1/host/bin/vde_switch make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/tmp/instance-5/output-1/build/host-vde2-2.3.2/src/vde_switch' make[4]: Leaving directory '/tmp/instance-5/output-1/build/host-vde2-2.3.2/src/vde_switch' make[3]: Leaving directory '/tmp/instance-5/output-1/build/host-vde2-2.3.2/src/vde_switch' Making install in vde_over_ns make[3]: Entering directory '/tmp/instance-5/output-1/build/host-vde2-2.3.2/src/vde_over_ns' make[4]: Entering directory '/tmp/instance-5/output-1/build/host-vde2-2.3.2/src/vde_over_ns' /usr/bin/mkdir -p '/tmp/instance-5/output-1/host/bin' /bin/bash ../../libtool --mode=install /usr/bin/install -c vde_over_ns '/tmp/instance-5/output-1/host/bin' libtool: install: /usr/bin/install -c vde_over_ns /tmp/instance-5/output-1/host/bin/vde_over_ns make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/tmp/instance-5/output-1/build/host-vde2-2.3.2/src/vde_over_ns' make[3]: Leaving directory '/tmp/instance-5/output-1/build/host-vde2-2.3.2/src/vde_over_ns' Making install in vde_l3 make[3]: Entering directory '/tmp/instance-5/output-1/build/host-vde2-2.3.2/src/vde_l3' make[4]: Entering directory '/tmp/instance-5/output-1/build/host-vde2-2.3.2/src/vde_l3' /usr/bin/mkdir -p '/tmp/instance-5/output-1/host/bin' /bin/bash ../../libtool --tag=disable-static --mode=install /usr/bin/install -c vde_l3 '/tmp/instance-5/output-1/host/bin' libtool: install: /usr/bin/install -c vde_l3 /tmp/instance-5/output-1/host/bin/vde_l3 /usr/bin/mkdir -p '/tmp/instance-5/output-1/host/lib/vde2/vde_l3' /bin/bash ../../libtool --tag=disable-static --mode=install /usr/bin/install -c pfifo.la tbf.la bfifo.la '/tmp/instance-5/output-1/host/lib/vde2/vde_l3' libtool: install: /usr/bin/install -c .libs/pfifo.so /tmp/instance-5/output-1/host/lib/vde2/vde_l3/pfifo.so libtool: install: /usr/bin/install -c .libs/pfifo.lai /tmp/instance-5/output-1/host/lib/vde2/vde_l3/pfifo.la libtool: install: /usr/bin/install -c .libs/tbf.so /tmp/instance-5/output-1/host/lib/vde2/vde_l3/tbf.so libtool: install: /usr/bin/install -c .libs/tbf.lai /tmp/instance-5/output-1/host/lib/vde2/vde_l3/tbf.la libtool: install: /usr/bin/install -c .libs/bfifo.so /tmp/instance-5/output-1/host/lib/vde2/vde_l3/bfifo.so libtool: install: /usr/bin/install -c .libs/bfifo.lai /tmp/instance-5/output-1/host/lib/vde2/vde_l3/bfifo.la libtool: finish: PATH="/tmp/instance-5/output-1/host/bin:/tmp/instance-5/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /tmp/instance-5/output-1/host/lib/vde2/vde_l3 ---------------------------------------------------------------------- Libraries have been installed in: /tmp/instance-5/output-1/host/lib/vde2/vde_l3 If you ever happen to want to link against installed libraries in a given directory, LIBDIR, you must either use libtool, and specify the full pathname of the library, or use the '-LLIBDIR' flag during linking and do at least one of the following: - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable during execution - add LIBDIR to the 'LD_RUN_PATH' environment variable during linking - use the '-Wl,-rpath -Wl,LIBDIR' linker flag - have your system administrator add LIBDIR to '/etc/ld.so.conf' See any operating system documentation about shared libraries for more information, such as the ld(1) and ld.so(8) manual pages. ---------------------------------------------------------------------- make[4]: Leaving directory '/tmp/instance-5/output-1/build/host-vde2-2.3.2/src/vde_l3' make[3]: Leaving directory '/tmp/instance-5/output-1/build/host-vde2-2.3.2/src/vde_l3' Making install in slirpvde make[3]: Entering directory '/tmp/instance-5/output-1/build/host-vde2-2.3.2/src/slirpvde' make[4]: Entering directory '/tmp/instance-5/output-1/build/host-vde2-2.3.2/src/slirpvde' /usr/bin/mkdir -p '/tmp/instance-5/output-1/host/bin' /bin/bash ../../libtool --mode=install /usr/bin/install -c slirpvde '/tmp/instance-5/output-1/host/bin' libtool: install: /usr/bin/install -c slirpvde /tmp/instance-5/output-1/host/bin/slirpvde make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/tmp/instance-5/output-1/build/host-vde2-2.3.2/src/slirpvde' make[3]: Leaving directory '/tmp/instance-5/output-1/build/host-vde2-2.3.2/src/slirpvde' make[3]: Entering directory '/tmp/instance-5/output-1/build/host-vde2-2.3.2/src' make[4]: Entering directory '/tmp/instance-5/output-1/build/host-vde2-2.3.2/src' /usr/bin/mkdir -p '/tmp/instance-5/output-1/host/bin' /bin/bash ../libtool --mode=install /usr/bin/install -c dpipe unixcmd unixterm vde_autolink vde_plug2tap vde_plug vdeq wirefilter vdeterm '/tmp/instance-5/output-1/host/bin' libtool: install: /usr/bin/install -c dpipe /tmp/instance-5/output-1/host/bin/dpipe libtool: install: /usr/bin/install -c unixcmd /tmp/instance-5/output-1/host/bin/unixcmd libtool: install: /usr/bin/install -c unixterm /tmp/instance-5/output-1/host/bin/unixterm libtool: install: /usr/bin/install -c vde_autolink /tmp/instance-5/output-1/host/bin/vde_autolink libtool: install: /usr/bin/install -c vde_plug2tap /tmp/instance-5/output-1/host/bin/vde_plug2tap libtool: install: /usr/bin/install -c vde_plug /tmp/instance-5/output-1/host/bin/vde_plug libtool: install: /usr/bin/install -c vdeq /tmp/instance-5/output-1/host/bin/vdeq libtool: install: /usr/bin/install -c wirefilter /tmp/instance-5/output-1/host/bin/wirefilter libtool: install: /usr/bin/install -c vdeterm /tmp/instance-5/output-1/host/bin/vdeterm /home/autobuild/make/make install-exec-hook make[5]: Entering directory '/tmp/instance-5/output-1/build/host-vde2-2.3.2/src' rm -f /tmp/instance-5/output-1/host/bin/vdecmd (cd /tmp/instance-5/output-1/host/bin && ln -s unixcmd vdecmd) rm -f /tmp/instance-5/output-1/host/bin/vdeqemu /tmp/instance-5/output-1/host/bin/vdekvm (cd /tmp/instance-5/output-1/host/bin && ln -s vdeq vdeqemu && ln -s vdeq vdekvm ) rm -f /tmp/instance-5/output-1/host/bin/vdeo rm -f /tmp/instance-5/output-1/host/bin/vdeoqemu make[5]: Leaving directory '/tmp/instance-5/output-1/build/host-vde2-2.3.2/src' make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/tmp/instance-5/output-1/build/host-vde2-2.3.2/src' make[3]: Leaving directory '/tmp/instance-5/output-1/build/host-vde2-2.3.2/src' make[2]: Leaving directory '/tmp/instance-5/output-1/build/host-vde2-2.3.2/src' Making install in man make[2]: Entering directory '/tmp/instance-5/output-1/build/host-vde2-2.3.2/man' make[3]: Entering directory '/tmp/instance-5/output-1/build/host-vde2-2.3.2/man' make[3]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/tmp/instance-5/output-1/host/share/man/man1' /usr/bin/install -c -m 644 dpipe.1 slirpvde.1 unixterm.1 vde_plug.1 vdeq.1 vde_switch.1 wirefilter.1 vde_cryptcab.1 vde_plug2tap.1 vde_over_ns.1 vde_l3.1 vde_autolink.1 unixcmd.1 vdeterm.1 vdetaplib.1 '/tmp/instance-5/output-1/host/share/man/man1' /usr/bin/mkdir -p '/tmp/instance-5/output-1/host/share/man/man8' /usr/bin/install -c -m 644 vde_tunctl.8 '/tmp/instance-5/output-1/host/share/man/man8' /home/autobuild/make/make install-data-hook make[4]: Entering directory '/tmp/instance-5/output-1/build/host-vde2-2.3.2/man' rm -f /tmp/instance-5/output-1/host/share/man/man1/vdeqemu.1 rm -f /tmp/instance-5/output-1/host/share/man/man1/vdekvm.1 rm -f /tmp/instance-5/output-1/host/share/man/man1/vdecmd.1 (cd /tmp/instance-5/output-1/host/share/man/man1 && ln -s vdeq.1 vdeqemu.1) (cd /tmp/instance-5/output-1/host/share/man/man1 && ln -s vdeq.1 vdekvm.1) (cd /tmp/instance-5/output-1/host/share/man/man1 && ln -s unixcmd.1 vdecmd.1) make[4]: Leaving directory '/tmp/instance-5/output-1/build/host-vde2-2.3.2/man' make[3]: Leaving directory '/tmp/instance-5/output-1/build/host-vde2-2.3.2/man' make[2]: Leaving directory '/tmp/instance-5/output-1/build/host-vde2-2.3.2/man' Making install in doc make[2]: Entering directory '/tmp/instance-5/output-1/build/host-vde2-2.3.2/doc' make[3]: Entering directory '/tmp/instance-5/output-1/build/host-vde2-2.3.2/doc' make[3]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/tmp/instance-5/output-1/host/etc/vde2/libvdemgmt/' /usr/bin/install -c -m 644 libvdemgmt/asyncrecv.rc libvdemgmt/closemachine.rc libvdemgmt/openmachine.rc libvdemgmt/sendcmd.rc '/tmp/instance-5/output-1/host/etc/vde2/libvdemgmt/' /usr/bin/mkdir -p '/tmp/instance-5/output-1/host/etc/vde2/' /usr/bin/install -c -m 644 vdecmd '/tmp/instance-5/output-1/host/etc/vde2/' make[3]: Leaving directory '/tmp/instance-5/output-1/build/host-vde2-2.3.2/doc' make[2]: Leaving directory '/tmp/instance-5/output-1/build/host-vde2-2.3.2/doc' make[2]: Entering directory '/tmp/instance-5/output-1/build/host-vde2-2.3.2' make[3]: Entering directory '/tmp/instance-5/output-1/build/host-vde2-2.3.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-5/output-1/build/host-vde2-2.3.2' make[2]: Leaving directory '/tmp/instance-5/output-1/build/host-vde2-2.3.2' make[1]: Leaving directory '/tmp/instance-5/output-1/build/host-vde2-2.3.2' >>> host-qemu 7.2.0 Downloading wget --passive-ftp -nd -t 3 -O '/tmp/instance-5/output-1/build/.qemu-7.2.0.tar.xz.ROLvv8/output' 'http://download.qemu.org/qemu-7.2.0.tar.xz' --2023-02-20 00:30:38-- http://download.qemu.org/qemu-7.2.0.tar.xz Resolving download.qemu.org (download.qemu.org)... 84.17.63.145, 2a02:6ea0:d700::2 Connecting to download.qemu.org (download.qemu.org)|84.17.63.145|:80... connected. HTTP request sent, awaiting response... 301 Moved Permanently Location: https://download.qemu.org/qemu-7.2.0.tar.xz [following] --2023-02-20 00:30:38-- https://download.qemu.org/qemu-7.2.0.tar.xz Connecting to download.qemu.org (download.qemu.org)|84.17.63.145|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 122408576 (117M) [application/octet-stream] Saving to: '/tmp/instance-5/output-1/build/.qemu-7.2.0.tar.xz.ROLvv8/output' 0K .......... .......... .......... .......... .......... 0% 4.95M 24s 50K .......... .......... .......... .......... .......... 0% 20.6M 15s 100K .......... .......... .......... .......... .......... 0% 40.7M 11s 150K .......... .......... .......... .......... .......... 0% 29.3M 9s 200K .......... .......... .......... .......... .......... 0% 38.0M 8s 250K .......... .......... .......... .......... .......... 0% 66.6M 7s 300K .......... .......... .......... .......... .......... 0% 55.0M 6s 350K .......... .......... .......... .......... .......... 0% 6.17M 8s 400K .......... .......... .......... .......... .......... 0% 169M 7s 450K .......... .......... .......... .......... .......... 0% 200M 6s 500K .......... .......... .......... .......... .......... 0% 205M 6s 550K .......... .......... .......... .......... .......... 0% 197M 5s 600K .......... .......... .......... .......... .......... 0% 196M 5s 650K .......... .......... .......... .......... .......... 0% 214M 5s 700K .......... .......... .......... .......... .......... 0% 224M 4s 750K .......... .......... .......... .......... .......... 0% 173M 4s 800K .......... .......... .......... .......... .......... 0% 259M 4s 850K .......... .......... .......... .......... .......... 0% 10.6M 4s 900K .......... .......... .......... .......... .......... 0% 170M 4s 950K .......... .......... .......... .......... .......... 0% 183M 4s 1000K .......... .......... .......... .......... .......... 0% 181M 4s 1050K .......... .......... .......... .......... .......... 0% 251M 4s 1100K .......... .......... .......... .......... .......... 0% 8.26M 4s 1150K .......... .......... .......... .......... .......... 1% 151M 4s 1200K .......... .......... .......... .......... .......... 1% 222M 4s 1250K .......... .......... .......... .......... .......... 1% 218M 4s 1300K .......... .......... .......... .......... .......... 1% 184M 4s 1350K .......... .......... .......... .......... .......... 1% 182M 3s 1400K .......... .......... .......... .......... .......... 1% 215M 3s 1450K .......... .......... .......... .......... .......... 1% 190M 3s 1500K .......... .......... .......... .......... .......... 1% 222M 3s 1550K .......... .......... .......... .......... .......... 1% 160M 3s 1600K .......... .......... .......... .......... .......... 1% 163M 3s 1650K .......... .......... .......... .......... .......... 1% 214M 3s 1700K .......... .......... .......... .......... .......... 1% 12.6M 3s 1750K .......... .......... .......... .......... .......... 1% 178M 3s 1800K .......... .......... .......... .......... .......... 1% 168M 3s 1850K .......... .......... .......... .......... .......... 1% 6.79M 3s 1900K .......... .......... .......... .......... .......... 1% 198M 3s 1950K .......... .......... .......... .......... .......... 1% 113M 3s 2000K .......... .......... .......... .......... .......... 1% 202M 3s 2050K .......... .......... .......... .......... .......... 1% 206M 3s 2100K .......... .......... .......... .......... .......... 1% 190M 3s 2150K .......... .......... .......... .......... .......... 1% 163M 3s 2200K .......... .......... .......... .......... .......... 1% 191M 3s 2250K .......... .......... .......... .......... .......... 1% 118M 3s 2300K .......... .......... .......... .......... .......... 1% 149M 3s 2350K .......... .......... .......... .......... .......... 2% 190M 3s 2400K .......... .......... .......... .......... .......... 2% 3.68M 3s 2450K .......... .......... .......... .......... .......... 2% 202M 3s 2500K .......... .......... .......... .......... .......... 2% 174M 3s 2550K .......... .......... .......... .......... .......... 2% 139M 3s 2600K .......... .......... .......... .......... .......... 2% 151M 3s 2650K .......... .......... .......... .......... .......... 2% 203M 3s 2700K .......... .......... .......... .......... .......... 2% 187M 3s 2750K .......... .......... .......... .......... .......... 2% 129M 3s 2800K .......... .......... .......... .......... .......... 2% 222M 3s 2850K .......... .......... .......... .......... .......... 2% 145M 3s 2900K .......... .......... .......... .......... .......... 2% 172M 3s 2950K .......... .......... .......... .......... .......... 2% 202M 3s 3000K .......... .......... .......... .......... .......... 2% 228M 3s 3050K .......... .......... .......... .......... .......... 2% 175M 3s 3100K .......... .......... .......... .......... .......... 2% 185M 3s 3150K .......... .......... .......... .......... .......... 2% 155M 3s 3200K .......... .......... .......... .......... .......... 2% 216M 3s 3250K .......... .......... .......... .......... .......... 2% 202M 3s 3300K .......... .......... .......... .......... .......... 2% 181M 3s 3350K .......... .......... .......... .......... .......... 2% 46.5M 3s 3400K .......... .......... .......... .......... .......... 2% 200M 3s 3450K .......... .......... .......... .......... .......... 2% 188M 3s 3500K .......... .......... .......... .......... .......... 2% 253M 3s 3550K .......... .......... .......... .......... .......... 3% 212M 2s 3600K .......... .......... .......... .......... .......... 3% 234M 2s 3650K .......... .......... .......... .......... .......... 3% 208M 2s 3700K .......... .......... .......... .......... .......... 3% 147M 2s 3750K .......... .......... .......... .......... .......... 3% 187M 2s 3800K .......... .......... .......... .......... .......... 3% 241M 2s 3850K .......... .......... .......... .......... .......... 3% 149M 2s 3900K .......... .......... .......... .......... .......... 3% 200M 2s 3950K .......... .......... .......... .......... .......... 3% 166M 2s 4000K .......... .......... .......... .......... .......... 3% 260M 2s 4050K .......... .......... .......... .......... .......... 3% 226M 2s 4100K .......... .......... .......... .......... .......... 3% 191M 2s 4150K .......... .......... .......... .......... .......... 3% 196M 2s 4200K .......... .......... .......... .......... .......... 3% 221M 2s 4250K .......... .......... .......... .......... .......... 3% 223M 2s 4300K .......... .......... .......... .......... .......... 3% 206M 2s 4350K .......... .......... .......... .......... .......... 3% 164M 2s 4400K .......... .......... .......... .......... .......... 3% 201M 2s 4450K .......... .......... .......... .......... .......... 3% 233M 2s 4500K .......... .......... .......... .......... .......... 3% 6.91M 2s 4550K .......... .......... .......... .......... .......... 3% 222M 2s 4600K .......... .......... .......... .......... .......... 3% 205M 2s 4650K .......... .......... .......... .......... .......... 3% 239M 2s 4700K .......... .......... .......... .......... .......... 3% 255M 2s 4750K .......... .......... .......... .......... .......... 4% 199M 2s 4800K .......... .......... .......... .......... .......... 4% 244M 2s 4850K .......... .......... .......... .......... .......... 4% 210M 2s 4900K .......... .......... .......... .......... .......... 4% 217M 2s 4950K .......... .......... .......... .......... .......... 4% 168M 2s 5000K .......... .......... .......... .......... .......... 4% 249M 2s 5050K .......... .......... .......... .......... .......... 4% 235M 2s 5100K .......... .......... .......... .......... .......... 4% 209M 2s 5150K .......... .......... .......... .......... .......... 4% 184M 2s 5200K .......... .......... .......... .......... .......... 4% 213M 2s 5250K .......... .......... .......... .......... .......... 4% 247M 2s 5300K .......... .......... .......... .......... .......... 4% 240M 2s 5350K .......... .......... .......... .......... .......... 4% 226M 2s 5400K .......... .......... .......... .......... .......... 4% 210M 2s 5450K .......... .......... .......... .......... .......... 4% 239M 2s 5500K .......... .......... .......... .......... .......... 4% 223M 2s 5550K .......... .......... .......... .......... .......... 4% 194M 2s 5600K .......... .......... .......... .......... .......... 4% 200M 2s 5650K .......... .......... .......... .......... .......... 4% 197M 2s 5700K .......... .......... .......... .......... .......... 4% 236M 2s 5750K .......... .......... .......... .......... .......... 4% 221M 2s 5800K .......... .......... .......... .......... .......... 4% 250M 2s 5850K .......... .......... .......... .......... .......... 4% 259M 2s 5900K .......... .......... .......... .......... .......... 4% 168M 2s 5950K .......... .......... .......... .......... .......... 5% 137M 2s 6000K .......... .......... .......... .......... .......... 5% 231M 2s 6050K .......... .......... .......... .......... .......... 5% 248M 2s 6100K .......... .......... .......... .......... .......... 5% 198M 2s 6150K .......... .......... .......... .......... .......... 5% 163M 2s 6200K .......... .......... .......... .......... .......... 5% 193M 2s 6250K .......... .......... .......... .......... .......... 5% 220M 2s 6300K .......... .......... .......... .......... .......... 5% 268M 2s 6350K .......... .......... .......... .......... .......... 5% 178M 2s 6400K .......... .......... .......... .......... .......... 5% 10.8M 2s 6450K .......... .......... .......... .......... .......... 5% 197M 2s 6500K .......... .......... .......... .......... .......... 5% 211M 2s 6550K .......... .......... .......... .......... .......... 5% 235M 2s 6600K .......... .......... .......... .......... .......... 5% 269M 2s 6650K .......... .......... .......... .......... .......... 5% 223M 2s 6700K .......... .......... .......... .......... .......... 5% 210M 2s 6750K .......... .......... .......... .......... .......... 5% 186M 2s 6800K .......... .......... .......... .......... .......... 5% 237M 2s 6850K .......... .......... .......... .......... .......... 5% 273M 2s 6900K .......... .......... .......... .......... .......... 5% 41.1M 2s 6950K .......... .......... .......... .......... .......... 5% 212M 2s 7000K .......... .......... .......... .......... .......... 5% 267M 2s 7050K .......... .......... .......... .......... .......... 5% 156M 2s 7100K .......... .......... .......... .......... .......... 5% 78.0M 2s 7150K .......... .......... .......... .......... .......... 6% 96.9M 2s 7200K .......... .......... .......... .......... .......... 6% 74.8M 2s 7250K .......... .......... .......... .......... .......... 6% 58.1M 2s 7300K .......... .......... .......... .......... .......... 6% 118M 2s 7350K .......... .......... .......... .......... .......... 6% 44.3M 2s 7400K .......... .......... .......... .......... .......... 6% 177M 2s 7450K .......... .......... .......... .......... .......... 6% 67.2M 2s 7500K .......... .......... .......... .......... .......... 6% 131M 2s 7550K .......... .......... .......... .......... .......... 6% 37.1M 2s 7600K .......... .......... .......... .......... .......... 6% 121M 2s 7650K .......... .......... .......... .......... .......... 6% 103M 2s 7700K .......... .......... .......... .......... .......... 6% 54.8M 2s 7750K .......... .......... .......... .......... .......... 6% 113M 2s 7800K .......... .......... .......... .......... .......... 6% 56.8M 2s 7850K .......... .......... .......... .......... .......... 6% 52.9M 2s 7900K .......... .......... .......... .......... .......... 6% 152M 2s 7950K .......... .......... .......... .......... .......... 6% 81.2M 2s 8000K .......... .......... .......... .......... .......... 6% 26.3M 2s 8050K .......... .......... .......... .......... .......... 6% 193M 2s 8100K .......... .......... .......... .......... .......... 6% 190M 2s 8150K .......... .......... .......... .......... .......... 6% 78.8M 2s 8200K .......... .......... .......... .......... .......... 6% 132M 2s 8250K .......... .......... .......... .......... .......... 6% 42.9M 2s 8300K .......... .......... .......... .......... .......... 6% 106M 2s 8350K .......... .......... .......... .......... .......... 7% 75.0M 2s 8400K .......... .......... .......... .......... .......... 7% 42.7M 2s 8450K .......... .......... .......... .......... .......... 7% 179M 2s 8500K .......... .......... .......... .......... .......... 7% 57.7M 2s 8550K .......... .......... .......... .......... .......... 7% 83.5M 2s 8600K .......... .......... .......... .......... .......... 7% 72.7M 2s 8650K .......... .......... .......... .......... .......... 7% 110M 2s 8700K .......... .......... .......... .......... .......... 7% 15.9M 2s 8750K .......... .......... .......... .......... .......... 7% 159M 2s 8800K .......... .......... .......... .......... .......... 7% 235M 2s 8850K .......... .......... .......... .......... .......... 7% 165M 2s 8900K .......... .......... .......... .......... .......... 7% 186M 2s 8950K .......... .......... .......... .......... .......... 7% 172M 2s 9000K .......... .......... .......... .......... .......... 7% 260M 2s 9050K .......... .......... .......... .......... .......... 7% 9.55M 2s 9100K .......... .......... .......... .......... .......... 7% 202M 2s 9150K .......... .......... .......... .......... .......... 7% 195M 2s 9200K .......... .......... .......... .......... .......... 7% 224M 2s 9250K .......... .......... .......... .......... .......... 7% 239M 2s 9300K .......... .......... .......... .......... .......... 7% 215M 2s 9350K .......... .......... .......... .......... .......... 7% 205M 2s 9400K .......... .......... .......... .......... .......... 7% 236M 2s 9450K .......... .......... .......... .......... .......... 7% 238M 2s 9500K .......... .......... .......... .......... .......... 7% 239M 2s 9550K .......... .......... .......... .......... .......... 8% 171M 2s 9600K .......... .......... .......... .......... .......... 8% 226M 2s 9650K .......... .......... .......... .......... .......... 8% 232M 2s 9700K .......... .......... .......... .......... .......... 8% 216M 2s 9750K .......... .......... .......... .......... .......... 8% 214M 2s 9800K .......... .......... .......... .......... .......... 8% 242M 2s 9850K .......... .......... .......... .......... .......... 8% 27.1M 2s 9900K .......... .......... .......... .......... .......... 8% 189M 2s 9950K .......... .......... .......... .......... .......... 8% 194M 2s 10000K .......... .......... .......... .......... .......... 8% 227M 2s 10050K .......... .......... .......... .......... .......... 8% 217M 2s 10100K .......... .......... .......... .......... .......... 8% 212M 2s 10150K .......... .......... .......... .......... .......... 8% 6.96M 2s 10200K .......... .......... .......... .......... .......... 8% 187M 2s 10250K .......... .......... .......... .......... .......... 8% 238M 2s 10300K .......... .......... .......... .......... .......... 8% 204M 2s 10350K .......... .......... .......... .......... .......... 8% 155M 2s 10400K .......... .......... .......... .......... .......... 8% 213M 2s 10450K .......... .......... .......... .......... .......... 8% 225M 2s 10500K .......... .......... .......... .......... .......... 8% 202M 2s 10550K .......... .......... .......... .......... .......... 8% 194M 2s 10600K .......... .......... .......... .......... .......... 8% 221M 2s 10650K .......... .......... .......... .......... .......... 8% 224M 2s 10700K .......... .......... .......... .......... .......... 8% 225M 2s 10750K .......... .......... .......... .......... .......... 9% 183M 2s 10800K .......... .......... .......... .......... .......... 9% 203M 2s 10850K .......... .......... .......... .......... .......... 9% 227M 2s 10900K .......... .......... .......... .......... .......... 9% 234M 2s 10950K .......... .......... .......... .......... .......... 9% 182M 2s 11000K .......... .......... .......... .......... .......... 9% 206M 2s 11050K .......... .......... .......... .......... .......... 9% 236M 2s 11100K .......... .......... .......... .......... .......... 9% 226M 2s 11150K .......... .......... .......... .......... .......... 9% 153M 1s 11200K .......... .......... .......... .......... .......... 9% 249M 1s 11250K .......... .......... .......... .......... .......... 9% 136M 1s 11300K .......... .......... .......... .......... .......... 9% 121M 1s 11350K .......... .......... .......... .......... .......... 9% 69.2M 1s 11400K .......... .......... .......... .......... .......... 9% 119M 1s 11450K .......... .......... .......... .......... .......... 9% 40.1M 1s 11500K .......... .......... .......... .......... .......... 9% 213M 1s 11550K .......... .......... .......... .......... .......... 9% 120M 1s 11600K .......... .......... .......... .......... .......... 9% 69.7M 1s 11650K .......... .......... .......... .......... .......... 9% 130M 1s 11700K .......... .......... .......... .......... .......... 9% 44.4M 1s 11750K .......... .......... .......... .......... .......... 9% 202M 1s 11800K .......... .......... .......... .......... .......... 9% 213M 1s 11850K .......... .......... .......... .......... .......... 9% 125M 1s 11900K .......... .......... .......... .......... .......... 9% 76.0M 1s 11950K .......... .......... .......... .......... .......... 10% 60.7M 1s 12000K .......... .......... .......... .......... .......... 10% 145M 1s 12050K .......... .......... .......... .......... .......... 10% 74.8M 1s 12100K .......... .......... .......... .......... .......... 10% 96.0M 1s 12150K .......... .......... .......... .......... .......... 10% 90.9M 1s 12200K .......... .......... .......... .......... .......... 10% 54.2M 1s 12250K .......... .......... .......... .......... .......... 10% 226M 1s 12300K .......... .......... .......... .......... .......... 10% 138M 1s 12350K .......... .......... .......... .......... .......... 10% 87.4M 1s 12400K .......... .......... .......... .......... .......... 10% 72.2M 1s 12450K .......... .......... .......... .......... .......... 10% 108M 1s 12500K .......... .......... .......... .......... .......... 10% 69.8M 1s 12550K .......... .......... .......... .......... .......... 10% 104M 1s 12600K .......... .......... .......... .......... .......... 10% 67.6M 1s 12650K .......... .......... .......... .......... .......... 10% 59.4M 1s 12700K .......... .......... .......... .......... .......... 10% 194M 1s 12750K .......... .......... .......... .......... .......... 10% 28.0M 1s 12800K .......... .......... .......... .......... .......... 10% 108M 1s 12850K .......... .......... .......... .......... .......... 10% 68.7M 1s 12900K .......... .......... .......... .......... .......... 10% 29.2M 1s 12950K .......... .......... .......... .......... .......... 10% 179M 1s 13000K .......... .......... .......... .......... .......... 10% 205M 1s 13050K .......... .......... .......... .......... .......... 10% 214M 1s 13100K .......... .......... .......... .......... .......... 11% 401M 1s 13150K .......... .......... .......... .......... .......... 11% 40.5M 1s 13200K .......... .......... .......... .......... .......... 11% 359M 1s 13250K .......... .......... .......... .......... .......... 11% 133M 1s 13300K .......... .......... .......... .......... .......... 11% 52.4M 1s 13350K .......... .......... .......... .......... .......... 11% 197M 1s 13400K .......... .......... .......... .......... .......... 11% 22.4M 1s 13450K .......... .......... .......... .......... .......... 11% 271M 1s 13500K .......... .......... .......... .......... .......... 11% 334M 1s 13550K .......... .......... .......... .......... .......... 11% 279M 1s 13600K .......... .......... .......... .......... .......... 11% 217M 1s 13650K .......... .......... .......... .......... .......... 11% 64.4M 1s 13700K .......... .......... .......... .......... .......... 11% 322M 1s 13750K .......... .......... .......... .......... .......... 11% 68.5M 1s 13800K .......... .......... .......... .......... .......... 11% 104M 1s 13850K .......... .......... .......... .......... .......... 11% 79.7M 1s 13900K .......... .......... .......... .......... .......... 11% 94.1M 1s 13950K .......... .......... .......... .......... .......... 11% 72.7M 1s 14000K .......... .......... .......... .......... .......... 11% 84.2M 1s 14050K .......... .......... .......... .......... .......... 11% 118M 1s 14100K .......... .......... .......... .......... .......... 11% 59.4M 1s 14150K .......... .......... .......... .......... .......... 11% 107M 1s 14200K .......... .......... .......... .......... .......... 11% 17.1M 1s 14250K .......... .......... .......... .......... .......... 11% 247M 1s 14300K .......... .......... .......... .......... .......... 12% 266M 1s 14350K .......... .......... .......... .......... .......... 12% 235M 1s 14400K .......... .......... .......... .......... .......... 12% 385M 1s 14450K .......... .......... .......... .......... .......... 12% 377M 1s 14500K .......... .......... .......... .......... .......... 12% 322M 1s 14550K .......... .......... .......... .......... .......... 12% 48.1M 1s 14600K .......... .......... .......... .......... .......... 12% 232M 1s 14650K .......... .......... .......... .......... .......... 12% 200M 1s 14700K .......... .......... .......... .......... .......... 12% 131M 1s 14750K .......... .......... .......... .......... .......... 12% 55.7M 1s 14800K .......... .......... .......... .......... .......... 12% 76.2M 1s 14850K .......... .......... .......... .......... .......... 12% 122M 1s 14900K .......... .......... .......... .......... .......... 12% 48.7M 1s 14950K .......... .......... .......... .......... .......... 12% 200M 1s 15000K .......... .......... .......... .......... .......... 12% 119M 1s 15050K .......... .......... .......... .......... .......... 12% 119M 1s 15100K .......... .......... .......... .......... .......... 12% 67.6M 1s 15150K .......... .......... .......... .......... .......... 12% 51.1M 1s 15200K .......... .......... .......... .......... .......... 12% 68.8M 1s 15250K .......... .......... .......... .......... .......... 12% 137M 1s 15300K .......... .......... .......... .......... .......... 12% 116M 1s 15350K .......... .......... .......... .......... .......... 12% 37.2M 1s 15400K .......... .......... .......... .......... .......... 12% 266M 1s 15450K .......... .......... .......... .......... .......... 12% 16.7M 1s 15500K .......... .......... .......... .......... .......... 13% 191M 1s 15550K .......... .......... .......... .......... .......... 13% 184M 1s 15600K .......... .......... .......... .......... .......... 13% 259M 1s 15650K .......... .......... .......... .......... .......... 13% 205M 1s 15700K .......... .......... .......... .......... .......... 13% 189M 1s 15750K .......... .......... .......... .......... .......... 13% 176M 1s 15800K .......... .......... .......... .......... .......... 13% 254M 1s 15850K .......... .......... .......... .......... .......... 13% 286M 1s 15900K .......... .......... .......... .......... .......... 13% 25.0M 1s 15950K .......... .......... .......... .......... .......... 13% 198M 1s 16000K .......... .......... .......... .......... .......... 13% 187M 1s 16050K .......... .......... .......... .......... .......... 13% 191M 1s 16100K .......... .......... .......... .......... .......... 13% 186M 1s 16150K .......... .......... .......... .......... .......... 13% 10.6M 1s 16200K .......... .......... .......... .......... .......... 13% 228M 1s 16250K .......... .......... .......... .......... .......... 13% 227M 1s 16300K .......... .......... .......... .......... .......... 13% 253M 1s 16350K .......... .......... .......... .......... .......... 13% 213M 1s 16400K .......... .......... .......... .......... .......... 13% 247M 1s 16450K .......... .......... .......... .......... .......... 13% 269M 1s 16500K .......... .......... .......... .......... .......... 13% 266M 1s 16550K .......... .......... .......... .......... .......... 13% 239M 1s 16600K .......... .......... .......... .......... .......... 13% 275M 1s 16650K .......... .......... .......... .......... .......... 13% 287M 1s 16700K .......... .......... .......... .......... .......... 14% 71.9M 1s 16750K .......... .......... .......... .......... .......... 14% 222M 1s 16800K .......... .......... .......... .......... .......... 14% 36.0M 1s 16850K .......... .......... .......... .......... .......... 14% 264M 1s 16900K .......... .......... .......... .......... .......... 14% 240M 1s 16950K .......... .......... .......... .......... .......... 14% 53.8M 1s 17000K .......... .......... .......... .......... .......... 14% 268M 1s 17050K .......... .......... .......... .......... .......... 14% 152M 1s 17100K .......... .......... .......... .......... .......... 14% 20.0M 1s 17150K .......... .......... .......... .......... .......... 14% 197M 1s 17200K .......... .......... .......... .......... .......... 14% 253M 1s 17250K .......... .......... .......... .......... .......... 14% 242M 1s 17300K .......... .......... .......... .......... .......... 14% 246M 1s 17350K .......... .......... .......... .......... .......... 14% 234M 1s 17400K .......... .......... .......... .......... .......... 14% 97.8M 1s 17450K .......... .......... .......... .......... .......... 14% 101M 1s 17500K .......... .......... .......... .......... .......... 14% 69.8M 1s 17550K .......... .......... .......... .......... .......... 14% 82.0M 1s 17600K .......... .......... .......... .......... .......... 14% 67.5M 1s 17650K .......... .......... .......... .......... .......... 14% 66.0M 1s 17700K .......... .......... .......... .......... .......... 14% 117M 1s 17750K .......... .......... .......... .......... .......... 14% 59.4M 1s 17800K .......... .......... .......... .......... .......... 14% 128M 1s 17850K .......... .......... .......... .......... .......... 14% 53.3M 1s 17900K .......... .......... .......... .......... .......... 15% 116M 1s 17950K .......... .......... .......... .......... .......... 15% 21.9M 1s 18000K .......... .......... .......... .......... .......... 15% 273M 1s 18050K .......... .......... .......... .......... .......... 15% 293M 1s 18100K .......... .......... .......... .......... .......... 15% 268M 1s 18150K .......... .......... .......... .......... .......... 15% 207M 1s 18200K .......... .......... .......... .......... .......... 15% 47.4M 1s 18250K .......... .......... .......... .......... .......... 15% 70.8M 1s 18300K .......... .......... .......... .......... .......... 15% 64.1M 1s 18350K .......... .......... .......... .......... .......... 15% 59.7M 1s 18400K .......... .......... .......... .......... .......... 15% 58.5M 1s 18450K .......... .......... .......... .......... .......... 15% 351M 1s 18500K .......... .......... .......... .......... .......... 15% 99.7M 1s 18550K .......... .......... .......... .......... .......... 15% 68.1M 1s 18600K .......... .......... .......... .......... .......... 15% 107M 1s 18650K .......... .......... .......... .......... .......... 15% 60.8M 1s 18700K .......... .......... .......... .......... .......... 15% 70.4M 1s 18750K .......... .......... .......... .......... .......... 15% 85.2M 1s 18800K .......... .......... .......... .......... .......... 15% 47.8M 1s 18850K .......... .......... .......... .......... .......... 15% 128M 1s 18900K .......... .......... .......... .......... .......... 15% 44.2M 1s 18950K .......... .......... .......... .......... .......... 15% 181M 1s 19000K .......... .......... .......... .......... .......... 15% 79.2M 1s 19050K .......... .......... .......... .......... .......... 15% 104M 1s 19100K .......... .......... .......... .......... .......... 16% 44.2M 1s 19150K .......... .......... .......... .......... .......... 16% 147M 1s 19200K .......... .......... .......... .......... .......... 16% 104M 1s 19250K .......... .......... .......... .......... .......... 16% 61.9M 1s 19300K .......... .......... .......... .......... .......... 16% 141M 1s 19350K .......... .......... .......... .......... .......... 16% 57.6M 1s 19400K .......... .......... .......... .......... .......... 16% 108M 1s 19450K .......... .......... .......... .......... .......... 16% 59.4M 1s 19500K .......... .......... .......... .......... .......... 16% 58.1M 1s 19550K .......... .......... .......... .......... .......... 16% 81.9M 1s 19600K .......... .......... .......... .......... .......... 16% 5.51M 1s 19650K .......... .......... .......... .......... .......... 16% 206M 1s 19700K .......... .......... .......... .......... .......... 16% 223M 1s 19750K .......... .......... .......... .......... .......... 16% 207M 1s 19800K .......... .......... .......... .......... .......... 16% 272M 1s 19850K .......... .......... .......... .......... .......... 16% 272M 1s 19900K .......... .......... .......... .......... .......... 16% 274M 1s 19950K .......... .......... .......... .......... .......... 16% 205M 1s 20000K .......... .......... .......... .......... .......... 16% 266M 1s 20050K .......... .......... .......... .......... .......... 16% 266M 1s 20100K .......... .......... .......... .......... .......... 16% 281M 1s 20150K .......... .......... .......... .......... .......... 16% 238M 1s 20200K .......... .......... .......... .......... .......... 16% 25.7M 1s 20250K .......... .......... .......... .......... .......... 16% 123M 1s 20300K .......... .......... .......... .......... .......... 17% 52.0M 1s 20350K .......... .......... .......... .......... .......... 17% 201M 1s 20400K .......... .......... .......... .......... .......... 17% 161M 1s 20450K .......... .......... .......... .......... .......... 17% 24.9M 1s 20500K .......... .......... .......... .......... .......... 17% 171M 1s 20550K .......... .......... .......... .......... .......... 17% 188M 1s 20600K .......... .......... .......... .......... .......... 17% 270M 1s 20650K .......... .......... .......... .......... .......... 17% 190M 1s 20700K .......... .......... .......... .......... .......... 17% 150M 1s 20750K .......... .......... .......... .......... .......... 17% 49.3M 1s 20800K .......... .......... .......... .......... .......... 17% 56.0M 1s 20850K .......... .......... .......... .......... .......... 17% 119M 1s 20900K .......... .......... .......... .......... .......... 17% 67.8M 1s 20950K .......... .......... .......... .......... .......... 17% 4.82M 1s 21000K .......... .......... .......... .......... .......... 17% 145M 1s 21050K .......... .......... .......... .......... .......... 17% 165M 1s 21100K .......... .......... .......... .......... .......... 17% 83.6M 1s 21150K .......... .......... .......... .......... .......... 17% 71.1M 1s 21200K .......... .......... .......... .......... .......... 17% 129M 1s 21250K .......... .......... .......... .......... .......... 17% 56.5M 1s 21300K .......... .......... .......... .......... .......... 17% 72.4M 1s 21350K .......... .......... .......... .......... .......... 17% 121M 1s 21400K .......... .......... .......... .......... .......... 17% 112M 1s 21450K .......... .......... .......... .......... .......... 17% 66.3M 1s 21500K .......... .......... .......... .......... .......... 18% 115M 1s 21550K .......... .......... .......... .......... .......... 18% 62.6M 1s 21600K .......... .......... .......... .......... .......... 18% 131M 1s 21650K .......... .......... .......... .......... .......... 18% 79.1M 1s 21700K .......... .......... .......... .......... .......... 18% 118M 1s 21750K .......... .......... .......... .......... .......... 18% 62.2M 1s 21800K .......... .......... .......... .......... .......... 18% 89.2M 1s 21850K .......... .......... .......... .......... .......... 18% 87.2M 1s 21900K .......... .......... .......... .......... .......... 18% 111M 1s 21950K .......... .......... .......... .......... .......... 18% 62.2M 1s 22000K .......... .......... .......... .......... .......... 18% 71.5M 1s 22050K .......... .......... .......... .......... .......... 18% 62.7M 1s 22100K .......... .......... .......... .......... .......... 18% 195M 1s 22150K .......... .......... .......... .......... .......... 18% 127M 1s 22200K .......... .......... .......... .......... .......... 18% 72.6M 1s 22250K .......... .......... .......... .......... .......... 18% 46.6M 1s 22300K .......... .......... .......... .......... .......... 18% 237M 1s 22350K .......... .......... .......... .......... .......... 18% 61.7M 1s 22400K .......... .......... .......... .......... .......... 18% 107M 1s 22450K .......... .......... .......... .......... .......... 18% 75.4M 1s 22500K .......... .......... .......... .......... .......... 18% 76.5M 1s 22550K .......... .......... .......... .......... .......... 18% 92.3M 1s 22600K .......... .......... .......... .......... .......... 18% 118M 1s 22650K .......... .......... .......... .......... .......... 18% 43.2M 1s 22700K .......... .......... .......... .......... .......... 19% 245M 1s 22750K .......... .......... .......... .......... .......... 19% 103M 1s 22800K .......... .......... .......... .......... .......... 19% 84.7M 1s 22850K .......... .......... .......... .......... .......... 19% 96.7M 1s 22900K .......... .......... .......... .......... .......... 19% 101M 1s 22950K .......... .......... .......... .......... .......... 19% 117M 1s 23000K .......... .......... .......... .......... .......... 19% 73.3M 1s 23050K .......... .......... .......... .......... .......... 19% 122M 1s 23100K .......... .......... .......... .......... .......... 19% 73.3M 1s 23150K .......... .......... .......... .......... .......... 19% 56.8M 1s 23200K .......... .......... .......... .......... .......... 19% 108M 1s 23250K .......... .......... .......... .......... .......... 19% 72.1M 1s 23300K .......... .......... .......... .......... .......... 19% 109M 1s 23350K .......... .......... .......... .......... .......... 19% 68.3M 1s 23400K .......... .......... .......... .......... .......... 19% 112M 1s 23450K .......... .......... .......... .......... .......... 19% 84.5M 1s 23500K .......... .......... .......... .......... .......... 19% 127M 1s 23550K .......... .......... .......... .......... .......... 19% 62.6M 1s 23600K .......... .......... .......... .......... .......... 19% 62.0M 1s 23650K .......... .......... .......... .......... .......... 19% 115M 1s 23700K .......... .......... .......... .......... .......... 19% 55.8M 1s 23750K .......... .......... .......... .......... .......... 19% 144M 1s 23800K .......... .......... .......... .......... .......... 19% 83.8M 1s 23850K .......... .......... .......... .......... .......... 19% 124M 1s 23900K .......... .......... .......... .......... .......... 20% 75.0M 1s 23950K .......... .......... .......... .......... .......... 20% 63.6M 1s 24000K .......... .......... .......... .......... .......... 20% 117M 1s 24050K .......... .......... .......... .......... .......... 20% 84.2M 1s 24100K .......... .......... .......... .......... .......... 20% 143M 1s 24150K .......... .......... .......... .......... .......... 20% 82.7M 1s 24200K .......... .......... .......... .......... .......... 20% 118M 1s 24250K .......... .......... .......... .......... .......... 20% 65.6M 1s 24300K .......... .......... .......... .......... .......... 20% 122M 1s 24350K .......... .......... .......... .......... .......... 20% 60.6M 1s 24400K .......... .......... .......... .......... .......... 20% 71.2M 1s 24450K .......... .......... .......... .......... .......... 20% 32.6M 1s 24500K .......... .......... .......... .......... .......... 20% 238M 1s 24550K .......... .......... .......... .......... .......... 20% 177M 1s 24600K .......... .......... .......... .......... .......... 20% 175M 1s 24650K .......... .......... .......... .......... .......... 20% 211M 1s 24700K .......... .......... .......... .......... .......... 20% 44.0M 1s 24750K .......... .......... .......... .......... .......... 20% 170M 1s 24800K .......... .......... .......... .......... .......... 20% 164M 1s 24850K .......... .......... .......... .......... .......... 20% 64.7M 1s 24900K .......... .......... .......... .......... .......... 20% 111M 1s 24950K .......... .......... .......... .......... .......... 20% 29.2M 1s 25000K .......... .......... .......... .......... .......... 20% 220M 1s 25050K .......... .......... .......... .......... .......... 20% 227M 1s 25100K .......... .......... .......... .......... .......... 21% 219M 1s 25150K .......... .......... .......... .......... .......... 21% 165M 1s 25200K .......... .......... .......... .......... .......... 21% 46.2M 1s 25250K .......... .......... .......... .......... .......... 21% 197M 1s 25300K .......... .......... .......... .......... .......... 21% 94.1M 1s 25350K .......... .......... .......... .......... .......... 21% 108M 1s 25400K .......... .......... .......... .......... .......... 21% 71.5M 1s 25450K .......... .......... .......... .......... .......... 21% 116M 1s 25500K .......... .......... .......... .......... .......... 21% 85.0M 1s 25550K .......... .......... .......... .......... .......... 21% 78.4M 1s 25600K .......... .......... .......... .......... .......... 21% 87.8M 1s 25650K .......... .......... .......... .......... .......... 21% 73.9M 1s 25700K .......... .......... .......... .......... .......... 21% 81.3M 1s 25750K .......... .......... .......... .......... .......... 21% 103M 1s 25800K .......... .......... .......... .......... .......... 21% 108M 1s 25850K .......... .......... .......... .......... .......... 21% 17.0M 1s 25900K .......... .......... .......... .......... .......... 21% 221M 1s 25950K .......... .......... .......... .......... .......... 21% 162M 1s 26000K .......... .......... .......... .......... .......... 21% 236M 1s 26050K .......... .......... .......... .......... .......... 21% 235M 1s 26100K .......... .......... .......... .......... .......... 21% 253M 1s 26150K .......... .......... .......... .......... .......... 21% 202M 1s 26200K .......... .......... .......... .......... .......... 21% 221M 1s 26250K .......... .......... .......... .......... .......... 22% 241M 1s 26300K .......... .......... .......... .......... .......... 22% 99.8M 1s 26350K .......... .......... .......... .......... .......... 22% 99.3M 1s 26400K .......... .......... .......... .......... .......... 22% 74.9M 1s 26450K .......... .......... .......... .......... .......... 22% 129M 1s 26500K .......... .......... .......... .......... .......... 22% 74.1M 1s 26550K .......... .......... .......... .......... .......... 22% 74.2M 1s 26600K .......... .......... .......... .......... .......... 22% 125M 1s 26650K .......... .......... .......... .......... .......... 22% 75.1M 1s 26700K .......... .......... .......... .......... .......... 22% 128M 1s 26750K .......... .......... .......... .......... .......... 22% 64.4M 1s 26800K .......... .......... .......... .......... .......... 22% 128M 1s 26850K .......... .......... .......... .......... .......... 22% 62.1M 1s 26900K .......... .......... .......... .......... .......... 22% 214M 1s 26950K .......... .......... .......... .......... .......... 22% 92.4M 1s 27000K .......... .......... .......... .......... .......... 22% 49.0M 1s 27050K .......... .......... .......... .......... .......... 22% 184M 1s 27100K .......... .......... .......... .......... .......... 22% 131M 1s 27150K .......... .......... .......... .......... .......... 22% 91.8M 1s 27200K .......... .......... .......... .......... .......... 22% 75.6M 1s 27250K .......... .......... .......... .......... .......... 22% 111M 1s 27300K .......... .......... .......... .......... .......... 22% 68.5M 1s 27350K .......... .......... .......... .......... .......... 22% 104M 1s 27400K .......... .......... .......... .......... .......... 22% 74.8M 1s 27450K .......... .......... .......... .......... .......... 23% 78.3M 1s 27500K .......... .......... .......... .......... .......... 23% 112M 1s 27550K .......... .......... .......... .......... .......... 23% 58.5M 1s 27600K .......... .......... .......... .......... .......... 23% 116M 1s 27650K .......... .......... .......... .......... .......... 23% 67.1M 1s 27700K .......... .......... .......... .......... .......... 23% 110M 1s 27750K .......... .......... .......... .......... .......... 23% 70.7M 1s 27800K .......... .......... .......... .......... .......... 23% 127M 1s 27850K .......... .......... .......... .......... .......... 23% 68.7M 1s 27900K .......... .......... .......... .......... .......... 23% 63.1M 1s 27950K .......... .......... .......... .......... .......... 23% 94.9M 1s 28000K .......... .......... .......... .......... .......... 23% 78.6M 1s 28050K .......... .......... .......... .......... .......... 23% 112M 1s 28100K .......... .......... .......... .......... .......... 23% 75.2M 1s 28150K .......... .......... .......... .......... .......... 23% 106M 1s 28200K .......... .......... .......... .......... .......... 23% 63.7M 1s 28250K .......... .......... .......... .......... .......... 23% 78.8M 1s 28300K .......... .......... .......... .......... .......... 23% 116M 1s 28350K .......... .......... .......... .......... .......... 23% 65.1M 1s 28400K .......... .......... .......... .......... .......... 23% 117M 1s 28450K .......... .......... .......... .......... .......... 23% 71.9M 1s 28500K .......... .......... .......... .......... .......... 23% 114M 1s 28550K .......... .......... .......... .......... .......... 23% 75.9M 1s 28600K .......... .......... .......... .......... .......... 23% 103M 1s 28650K .......... .......... .......... .......... .......... 24% 79.1M 1s 28700K .......... .......... .......... .......... .......... 24% 87.8M 1s 28750K .......... .......... .......... .......... .......... 24% 79.5M 1s 28800K .......... .......... .......... .......... .......... 24% 83.5M 1s 28850K .......... .......... .......... .......... .......... 24% 97.2M 1s 28900K .......... .......... .......... .......... .......... 24% 100M 1s 28950K .......... .......... .......... .......... .......... 24% 112M 1s 29000K .......... .......... .......... .......... .......... 24% 71.3M 1s 29050K .......... .......... .......... .......... .......... 24% 131M 1s 29100K .......... .......... .......... .......... .......... 24% 66.5M 1s 29150K .......... .......... .......... .......... .......... 24% 55.5M 1s 29200K .......... .......... .......... .......... .......... 24% 117M 1s 29250K .......... .......... .......... .......... .......... 24% 68.8M 1s 29300K .......... .......... .......... .......... .......... 24% 116M 1s 29350K .......... .......... .......... .......... .......... 24% 70.0M 1s 29400K .......... .......... .......... .......... .......... 24% 115M 1s 29450K .......... .......... .......... .......... .......... 24% 72.8M 1s 29500K .......... .......... .......... .......... .......... 24% 104M 1s 29550K .......... .......... .......... .......... .......... 24% 68.7M 1s 29600K .......... .......... .......... .......... .......... 24% 84.3M 1s 29650K .......... .......... .......... .......... .......... 24% 109M 1s 29700K .......... .......... .......... .......... .......... 24% 65.0M 1s 29750K .......... .......... .......... .......... .......... 24% 113M 1s 29800K .......... .......... .......... .......... .......... 24% 73.6M 1s 29850K .......... .......... .......... .......... .......... 25% 117M 1s 29900K .......... .......... .......... .......... .......... 25% 73.0M 1s 29950K .......... .......... .......... .......... .......... 25% 68.3M 1s 30000K .......... .......... .......... .......... .......... 25% 107M 1s 30050K .......... .......... .......... .......... .......... 25% 80.5M 1s 30100K .......... .......... .......... .......... .......... 25% 104M 1s 30150K .......... .......... .......... .......... .......... 25% 74.6M 1s 30200K .......... .......... .......... .......... .......... 25% 117M 1s 30250K .......... .......... .......... .......... .......... 25% 78.9M 1s 30300K .......... .......... .......... .......... .......... 25% 108M 1s 30350K .......... .......... .......... .......... .......... 25% 25.8M 1s 30400K .......... .......... .......... .......... .......... 25% 392M 1s 30450K .......... .......... .......... .......... .......... 25% 451M 1s 30500K .......... .......... .......... .......... .......... 25% 246M 1s 30550K .......... .......... .......... .......... .......... 25% 134M 1s 30600K .......... .......... .......... .......... .......... 25% 64.4M 1s 30650K .......... .......... .......... .......... .......... 25% 111M 1s 30700K .......... .......... .......... .......... .......... 25% 67.7M 1s 30750K .......... .......... .......... .......... .......... 25% 57.6M 1s 30800K .......... .......... .......... .......... .......... 25% 112M 1s 30850K .......... .......... .......... .......... .......... 25% 81.1M 1s 30900K .......... .......... .......... .......... .......... 25% 111M 1s 30950K .......... .......... .......... .......... .......... 25% 70.6M 1s 31000K .......... .......... .......... .......... .......... 25% 121M 1s 31050K .......... .......... .......... .......... .......... 26% 11.0M 1s 31100K .......... .......... .......... .......... .......... 26% 202M 1s 31150K .......... .......... .......... .......... .......... 26% 183M 1s 31200K .......... .......... .......... .......... .......... 26% 226M 1s 31250K .......... .......... .......... .......... .......... 26% 206M 1s 31300K .......... .......... .......... .......... .......... 26% 207M 1s 31350K .......... .......... .......... .......... .......... 26% 215M 1s 31400K .......... .......... .......... .......... .......... 26% 208M 1s 31450K .......... .......... .......... .......... .......... 26% 219M 1s 31500K .......... .......... .......... .......... .......... 26% 213M 1s 31550K .......... .......... .......... .......... .......... 26% 203M 1s 31600K .......... .......... .......... .......... .......... 26% 210M 1s 31650K .......... .......... .......... .......... .......... 26% 238M 1s 31700K .......... .......... .......... .......... .......... 26% 210M 1s 31750K .......... .......... .......... .......... .......... 26% 97.9M 1s 31800K .......... .......... .......... .......... .......... 26% 127M 1s 31850K .......... .......... .......... .......... .......... 26% 97.9M 1s 31900K .......... .......... .......... .......... .......... 26% 105M 1s 31950K .......... .......... .......... .......... .......... 26% 52.1M 1s 32000K .......... .......... .......... .......... .......... 26% 76.7M 1s 32050K .......... .......... .......... .......... .......... 26% 107M 1s 32100K .......... .......... .......... .......... .......... 26% 68.3M 1s 32150K .......... .......... .......... .......... .......... 26% 102M 1s 32200K .......... .......... .......... .......... .......... 26% 74.4M 1s 32250K .......... .......... .......... .......... .......... 27% 106M 1s 32300K .......... .......... .......... .......... .......... 27% 66.0M 1s 32350K .......... .......... .......... .......... .......... 27% 55.1M 1s 32400K .......... .......... .......... .......... .......... 27% 105M 1s 32450K .......... .......... .......... .......... .......... 27% 65.1M 1s 32500K .......... .......... .......... .......... .......... 27% 129M 1s 32550K .......... .......... .......... .......... .......... 27% 64.6M 1s 32600K .......... .......... .......... .......... .......... 27% 110M 1s 32650K .......... .......... .......... .......... .......... 27% 7.63M 1s 32700K .......... .......... .......... .......... .......... 27% 195M 1s 32750K .......... .......... .......... .......... .......... 27% 193M 1s 32800K .......... .......... .......... .......... .......... 27% 209M 1s 32850K .......... .......... .......... .......... .......... 27% 213M 1s 32900K .......... .......... .......... .......... .......... 27% 236M 1s 32950K .......... .......... .......... .......... .......... 27% 215M 1s 33000K .......... .......... .......... .......... .......... 27% 256M 1s 33050K .......... .......... .......... .......... .......... 27% 208M 1s 33100K .......... .......... .......... .......... .......... 27% 214M 1s 33150K .......... .......... .......... .......... .......... 27% 177M 1s 33200K .......... .......... .......... .......... .......... 27% 258M 1s 33250K .......... .......... .......... .......... .......... 27% 226M 1s 33300K .......... .......... .......... .......... .......... 27% 239M 1s 33350K .......... .......... .......... .......... .......... 27% 203M 1s 33400K .......... .......... .......... .......... .......... 27% 212M 1s 33450K .......... .......... .......... .......... .......... 28% 236M 1s 33500K .......... .......... .......... .......... .......... 28% 225M 1s 33550K .......... .......... .......... .......... .......... 28% 186M 1s 33600K .......... .......... .......... .......... .......... 28% 33.4M 1s 33650K .......... .......... .......... .......... .......... 28% 211M 1s 33700K .......... .......... .......... .......... .......... 28% 210M 1s 33750K .......... .......... .......... .......... .......... 28% 202M 1s 33800K .......... .......... .......... .......... .......... 28% 116M 1s 33850K .......... .......... .......... .......... .......... 28% 126M 1s 33900K .......... .......... .......... .......... .......... 28% 76.5M 1s 33950K .......... .......... .......... .......... .......... 28% 97.6M 1s 34000K .......... .......... .......... .......... .......... 28% 74.6M 1s 34050K .......... .......... .......... .......... .......... 28% 76.7M 1s 34100K .......... .......... .......... .......... .......... 28% 126M 1s 34150K .......... .......... .......... .......... .......... 28% 60.7M 1s 34200K .......... .......... .......... .......... .......... 28% 127M 1s 34250K .......... .......... .......... .......... .......... 28% 63.8M 1s 34300K .......... .......... .......... .......... .......... 28% 124M 1s 34350K .......... .......... .......... .......... .......... 28% 68.5M 1s 34400K .......... .......... .......... .......... .......... 28% 119M 1s 34450K .......... .......... .......... .......... .......... 28% 69.1M 1s 34500K .......... .......... .......... .......... .......... 28% 66.5M 1s 34550K .......... .......... .......... .......... .......... 28% 111M 1s 34600K .......... .......... .......... .......... .......... 28% 71.0M 1s 34650K .......... .......... .......... .......... .......... 29% 12.0M 1s 34700K .......... .......... .......... .......... .......... 29% 209M 1s 34750K .......... .......... .......... .......... .......... 29% 146M 1s 34800K .......... .......... .......... .......... .......... 29% 187M 1s 34850K .......... .......... .......... .......... .......... 29% 237M 1s 34900K .......... .......... .......... .......... .......... 29% 269M 1s 34950K .......... .......... .......... .......... .......... 29% 173M 1s 35000K .......... .......... .......... .......... .......... 29% 197M 1s 35050K .......... .......... .......... .......... .......... 29% 192M 1s 35100K .......... .......... .......... .......... .......... 29% 242M 1s 35150K .......... .......... .......... .......... .......... 29% 187M 1s 35200K .......... .......... .......... .......... .......... 29% 219M 1s 35250K .......... .......... .......... .......... .......... 29% 208M 1s 35300K .......... .......... .......... .......... .......... 29% 222M 1s 35350K .......... .......... .......... .......... .......... 29% 10.0M 1s 35400K .......... .......... .......... .......... .......... 29% 189M 1s 35450K .......... .......... .......... .......... .......... 29% 209M 1s 35500K .......... .......... .......... .......... .......... 29% 217M 1s 35550K .......... .......... .......... .......... .......... 29% 178M 1s 35600K .......... .......... .......... .......... .......... 29% 187M 1s 35650K .......... .......... .......... .......... .......... 29% 203M 1s 35700K .......... .......... .......... .......... .......... 29% 201M 1s 35750K .......... .......... .......... .......... .......... 29% 216M 1s 35800K .......... .......... .......... .......... .......... 29% 213M 1s 35850K .......... .......... .......... .......... .......... 30% 195M 1s 35900K .......... .......... .......... .......... .......... 30% 219M 1s 35950K .......... .......... .......... .......... .......... 30% 193M 1s 36000K .......... .......... .......... .......... .......... 30% 191M 1s 36050K .......... .......... .......... .......... .......... 30% 204M 1s 36100K .......... .......... .......... .......... .......... 30% 232M 1s 36150K .......... .......... .......... .......... .......... 30% 64.3M 1s 36200K .......... .......... .......... .......... .......... 30% 29.3M 1s 36250K .......... .......... .......... .......... .......... 30% 257M 1s 36300K .......... .......... .......... .......... .......... 30% 281M 1s 36350K .......... .......... .......... .......... .......... 30% 227M 1s 36400K .......... .......... .......... .......... .......... 30% 39.6M 1s 36450K .......... .......... .......... .......... .......... 30% 226M 1s 36500K .......... .......... .......... .......... .......... 30% 222M 1s 36550K .......... .......... .......... .......... .......... 30% 200M 1s 36600K .......... .......... .......... .......... .......... 30% 6.69M 1s 36650K .......... .......... .......... .......... .......... 30% 257M 1s 36700K .......... .......... .......... .......... .......... 30% 263M 1s 36750K .......... .......... .......... .......... .......... 30% 221M 1s 36800K .......... .......... .......... .......... .......... 30% 283M 1s 36850K .......... .......... .......... .......... .......... 30% 247M 1s 36900K .......... .......... .......... .......... .......... 30% 277M 1s 36950K .......... .......... .......... .......... .......... 30% 257M 1s 37000K .......... .......... .......... .......... .......... 30% 284M 1s 37050K .......... .......... .......... .......... .......... 31% 289M 1s 37100K .......... .......... .......... .......... .......... 31% 284M 1s 37150K .......... .......... .......... .......... .......... 31% 229M 1s 37200K .......... .......... .......... .......... .......... 31% 280M 1s 37250K .......... .......... .......... .......... .......... 31% 273M 1s 37300K .......... .......... .......... .......... .......... 31% 45.5M 1s 37350K .......... .......... .......... .......... .......... 31% 141M 1s 37400K .......... .......... .......... .......... .......... 31% 25.6M 1s 37450K .......... .......... .......... .......... .......... 31% 237M 1s 37500K .......... .......... .......... .......... .......... 31% 232M 1s 37550K .......... .......... .......... .......... .......... 31% 167M 1s 37600K .......... .......... .......... .......... .......... 31% 86.1M 1s 37650K .......... .......... .......... .......... .......... 31% 85.5M 1s 37700K .......... .......... .......... .......... .......... 31% 88.7M 1s 37750K .......... .......... .......... .......... .......... 31% 29.6M 1s 37800K .......... .......... .......... .......... .......... 31% 201M 1s 37850K .......... .......... .......... .......... .......... 31% 223M 1s 37900K .......... .......... .......... .......... .......... 31% 241M 1s 37950K .......... .......... .......... .......... .......... 31% 8.71M 1s 38000K .......... .......... .......... .......... .......... 31% 200M 1s 38050K .......... .......... .......... .......... .......... 31% 196M 1s 38100K .......... .......... .......... .......... .......... 31% 210M 1s 38150K .......... .......... .......... .......... .......... 31% 217M 1s 38200K .......... .......... .......... .......... .......... 31% 276M 1s 38250K .......... .......... .......... .......... .......... 32% 274M 1s 38300K .......... .......... .......... .......... .......... 32% 268M 1s 38350K .......... .......... .......... .......... .......... 32% 222M 1s 38400K .......... .......... .......... .......... .......... 32% 271M 1s 38450K .......... .......... .......... .......... .......... 32% 276M 1s 38500K .......... .......... .......... .......... .......... 32% 276M 1s 38550K .......... .......... .......... .......... .......... 32% 243M 1s 38600K .......... .......... .......... .......... .......... 32% 275M 1s 38650K .......... .......... .......... .......... .......... 32% 8.89M 1s 38700K .......... .......... .......... .......... .......... 32% 210M 1s 38750K .......... .......... .......... .......... .......... 32% 180M 1s 38800K .......... .......... .......... .......... .......... 32% 206M 1s 38850K .......... .......... .......... .......... .......... 32% 268M 1s 38900K .......... .......... .......... .......... .......... 32% 268M 1s 38950K .......... .......... .......... .......... .......... 32% 262M 1s 39000K .......... .......... .......... .......... .......... 32% 285M 1s 39050K .......... .......... .......... .......... .......... 32% 289M 1s 39100K .......... .......... .......... .......... .......... 32% 292M 1s 39150K .......... .......... .......... .......... .......... 32% 21.8M 1s 39200K .......... .......... .......... .......... .......... 32% 210M 1s 39250K .......... .......... .......... .......... .......... 32% 119M 1s 39300K .......... .......... .......... .......... .......... 32% 81.8M 1s 39350K .......... .......... .......... .......... .......... 32% 79.7M 1s 39400K .......... .......... .......... .......... .......... 33% 82.2M 1s 39450K .......... .......... .......... .......... .......... 33% 80.5M 1s 39500K .......... .......... .......... .......... .......... 33% 88.4M 1s 39550K .......... .......... .......... .......... .......... 33% 62.9M 1s 39600K .......... .......... .......... .......... .......... 33% 71.2M 1s 39650K .......... .......... .......... .......... .......... 33% 80.4M 1s 39700K .......... .......... .......... .......... .......... 33% 121M 1s 39750K .......... .......... .......... .......... .......... 33% 61.0M 1s 39800K .......... .......... .......... .......... .......... 33% 112M 1s 39850K .......... .......... .......... .......... .......... 33% 10.7M 1s 39900K .......... .......... .......... .......... .......... 33% 178M 1s 39950K .......... .......... .......... .......... .......... 33% 173M 1s 40000K .......... .......... .......... .......... .......... 33% 198M 1s 40050K .......... .......... .......... .......... .......... 33% 201M 1s 40100K .......... .......... .......... .......... .......... 33% 210M 1s 40150K .......... .......... .......... .......... .......... 33% 210M 1s 40200K .......... .......... .......... .......... .......... 33% 196M 1s 40250K .......... .......... .......... .......... .......... 33% 200M 1s 40300K .......... .......... .......... .......... .......... 33% 223M 1s 40350K .......... .......... .......... .......... .......... 33% 174M 1s 40400K .......... .......... .......... .......... .......... 33% 206M 1s 40450K .......... .......... .......... .......... .......... 33% 203M 1s 40500K .......... .......... .......... .......... .......... 33% 236M 1s 40550K .......... .......... .......... .......... .......... 33% 196M 1s 40600K .......... .......... .......... .......... .......... 34% 28.9M 1s 40650K .......... .......... .......... .......... .......... 34% 193M 1s 40700K .......... .......... .......... .......... .......... 34% 206M 1s 40750K .......... .......... .......... .......... .......... 34% 200M 1s 40800K .......... .......... .......... .......... .......... 34% 210M 1s 40850K .......... .......... .......... .......... .......... 34% 8.45M 1s 40900K .......... .......... .......... .......... .......... 34% 184M 1s 40950K .......... .......... .......... .......... .......... 34% 188M 1s 41000K .......... .......... .......... .......... .......... 34% 225M 1s 41050K .......... .......... .......... .......... .......... 34% 245M 1s 41100K .......... .......... .......... .......... .......... 34% 238M 1s 41150K .......... .......... .......... .......... .......... 34% 223M 1s 41200K .......... .......... .......... .......... .......... 34% 269M 1s 41250K .......... .......... .......... .......... .......... 34% 276M 1s 41300K .......... .......... .......... .......... .......... 34% 260M 1s 41350K .......... .......... .......... .......... .......... 34% 242M 1s 41400K .......... .......... .......... .......... .......... 34% 264M 1s 41450K .......... .......... .......... .......... .......... 34% 253M 1s 41500K .......... .......... .......... .......... .......... 34% 277M 1s 41550K .......... .......... .......... .......... .......... 34% 36.7M 1s 41600K .......... .......... .......... .......... .......... 34% 74.3M 1s 41650K .......... .......... .......... .......... .......... 34% 86.4M 1s 41700K .......... .......... .......... .......... .......... 34% 85.4M 1s 41750K .......... .......... .......... .......... .......... 34% 78.0M 1s 41800K .......... .......... .......... .......... .......... 35% 129M 1s 41850K .......... .......... .......... .......... .......... 35% 62.7M 1s 41900K .......... .......... .......... .......... .......... 35% 115M 1s 41950K .......... .......... .......... .......... .......... 35% 27.9M 1s 42000K .......... .......... .......... .......... .......... 35% 201M 1s 42050K .......... .......... .......... .......... .......... 35% 173M 1s 42100K .......... .......... .......... .......... .......... 35% 179M 1s 42150K .......... .......... .......... .......... .......... 35% 198M 1s 42200K .......... .......... .......... .......... .......... 35% 91.6M 1s 42250K .......... .......... .......... .......... .......... 35% 114M 1s 42300K .......... .......... .......... .......... .......... 35% 86.6M 1s 42350K .......... .......... .......... .......... .......... 35% 65.1M 1s 42400K .......... .......... .......... .......... .......... 35% 105M 1s 42450K .......... .......... .......... .......... .......... 35% 74.2M 1s 42500K .......... .......... .......... .......... .......... 35% 116M 1s 42550K .......... .......... .......... .......... .......... 35% 30.8M 1s 42600K .......... .......... .......... .......... .......... 35% 107M 1s 42650K .......... .......... .......... .......... .......... 35% 68.3M 1s 42700K .......... .......... .......... .......... .......... 35% 75.9M 1s 42750K .......... .......... .......... .......... .......... 35% 98.4M 1s 42800K .......... .......... .......... .......... .......... 35% 78.9M 1s 42850K .......... .......... .......... .......... .......... 35% 130M 1s 42900K .......... .......... .......... .......... .......... 35% 67.1M 1s 42950K .......... .......... .......... .......... .......... 35% 28.6M 1s 43000K .......... .......... .......... .......... .......... 36% 190M 1s 43050K .......... .......... .......... .......... .......... 36% 190M 1s 43100K .......... .......... .......... .......... .......... 36% 234M 1s 43150K .......... .......... .......... .......... .......... 36% 175M 1s 43200K .......... .......... .......... .......... .......... 36% 102M 1s 43250K .......... .......... .......... .......... .......... 36% 75.7M 1s 43300K .......... .......... .......... .......... .......... 36% 125M 1s 43350K .......... .......... .......... .......... .......... 36% 68.6M 1s 43400K .......... .......... .......... .......... .......... 36% 112M 1s 43450K .......... .......... .......... .......... .......... 36% 7.37M 1s 43500K .......... .......... .......... .......... .......... 36% 210M 1s 43550K .......... .......... .......... .......... .......... 36% 178M 1s 43600K .......... .......... .......... .......... .......... 36% 229M 1s 43650K .......... .......... .......... .......... .......... 36% 205M 1s 43700K .......... .......... .......... .......... .......... 36% 208M 1s 43750K .......... .......... .......... .......... .......... 36% 220M 1s 43800K .......... .......... .......... .......... .......... 36% 203M 1s 43850K .......... .......... .......... .......... .......... 36% 206M 1s 43900K .......... .......... .......... .......... .......... 36% 202M 1s 43950K .......... .......... .......... .......... .......... 36% 187M 1s 44000K .......... .......... .......... .......... .......... 36% 232M 1s 44050K .......... .......... .......... .......... .......... 36% 210M 1s 44100K .......... .......... .......... .......... .......... 36% 206M 1s 44150K .......... .......... .......... .......... .......... 36% 184M 1s 44200K .......... .......... .......... .......... .......... 37% 255M 1s 44250K .......... .......... .......... .......... .......... 37% 204M 1s 44300K .......... .......... .......... .......... .......... 37% 232M 1s 44350K .......... .......... .......... .......... .......... 37% 211M 1s 44400K .......... .......... .......... .......... .......... 37% 201M 1s 44450K .......... .......... .......... .......... .......... 37% 216M 1s 44500K .......... .......... .......... .......... .......... 37% 241M 1s 44550K .......... .......... .......... .......... .......... 37% 92.8M 1s 44600K .......... .......... .......... .......... .......... 37% 77.9M 1s 44650K .......... .......... .......... .......... .......... 37% 123M 1s 44700K .......... .......... .......... .......... .......... 37% 77.6M 1s 44750K .......... .......... .......... .......... .......... 37% 83.8M 1s 44800K .......... .......... .......... .......... .......... 37% 82.1M 1s 44850K .......... .......... .......... .......... .......... 37% 111M 1s 44900K .......... .......... .......... .......... .......... 37% 96.4M 1s 44950K .......... .......... .......... .......... .......... 37% 72.1M 1s 45000K .......... .......... .......... .......... .......... 37% 111M 1s 45050K .......... .......... .......... .......... .......... 37% 81.7M 1s 45100K .......... .......... .......... .......... .......... 37% 116M 1s 45150K .......... .......... .......... .......... .......... 37% 10.6M 1s 45200K .......... .......... .......... .......... .......... 37% 209M 1s 45250K .......... .......... .......... .......... .......... 37% 204M 1s 45300K .......... .......... .......... .......... .......... 37% 217M 1s 45350K .......... .......... .......... .......... .......... 37% 214M 1s 45400K .......... .......... .......... .......... .......... 38% 233M 1s 45450K .......... .......... .......... .......... .......... 38% 215M 1s 45500K .......... .......... .......... .......... .......... 38% 210M 1s 45550K .......... .......... .......... .......... .......... 38% 179M 1s 45600K .......... .......... .......... .......... .......... 38% 258M 1s 45650K .......... .......... .......... .......... .......... 38% 214M 1s 45700K .......... .......... .......... .......... .......... 38% 227M 1s 45750K .......... .......... .......... .......... .......... 38% 222M 1s 45800K .......... .......... .......... .......... .......... 38% 232M 1s 45850K .......... .......... .......... .......... .......... 38% 202M 1s 45900K .......... .......... .......... .......... .......... 38% 208M 1s 45950K .......... .......... .......... .......... .......... 38% 24.3M 1s 46000K .......... .......... .......... .......... .......... 38% 221M 1s 46050K .......... .......... .......... .......... .......... 38% 131M 1s 46100K .......... .......... .......... .......... .......... 38% 215M 1s 46150K .......... .......... .......... .......... .......... 38% 198M 1s 46200K .......... .......... .......... .......... .......... 38% 208M 1s 46250K .......... .......... .......... .......... .......... 38% 125M 1s 46300K .......... .......... .......... .......... .......... 38% 68.7M 1s 46350K .......... .......... .......... .......... .......... 38% 59.0M 1s 46400K .......... .......... .......... .......... .......... 38% 109M 1s 46450K .......... .......... .......... .......... .......... 38% 63.6M 1s 46500K .......... .......... .......... .......... .......... 38% 114M 1s 46550K .......... .......... .......... .......... .......... 38% 74.4M 1s 46600K .......... .......... .......... .......... .......... 39% 113M 1s 46650K .......... .......... .......... .......... .......... 39% 78.5M 1s 46700K .......... .......... .......... .......... .......... 39% 124M 1s 46750K .......... .......... .......... .......... .......... 39% 57.6M 1s 46800K .......... .......... .......... .......... .......... 39% 79.1M 1s 46850K .......... .......... .......... .......... .......... 39% 107M 1s 46900K .......... .......... .......... .......... .......... 39% 77.7M 1s 46950K .......... .......... .......... .......... .......... 39% 96.9M 1s 47000K .......... .......... .......... .......... .......... 39% 76.3M 1s 47050K .......... .......... .......... .......... .......... 39% 114M 1s 47100K .......... .......... .......... .......... .......... 39% 35.9M 1s 47150K .......... .......... .......... .......... .......... 39% 163M 1s 47200K .......... .......... .......... .......... .......... 39% 200M 1s 47250K .......... .......... .......... .......... .......... 39% 67.0M 1s 47300K .......... .......... .......... .......... .......... 39% 118M 1s 47350K .......... .......... .......... .......... .......... 39% 64.6M 1s 47400K .......... .......... .......... .......... .......... 39% 124M 1s 47450K .......... .......... .......... .......... .......... 39% 63.6M 1s 47500K .......... .......... .......... .......... .......... 39% 137M 1s 47550K .......... .......... .......... .......... .......... 39% 61.8M 1s 47600K .......... .......... .......... .......... .......... 39% 77.6M 1s 47650K .......... .......... .......... .......... .......... 39% 123M 1s 47700K .......... .......... .......... .......... .......... 39% 65.5M 1s 47750K .......... .......... .......... .......... .......... 39% 109M 1s 47800K .......... .......... .......... .......... .......... 40% 80.1M 1s 47850K .......... .......... .......... .......... .......... 40% 117M 1s 47900K .......... .......... .......... .......... .......... 40% 22.7M 1s 47950K .......... .......... .......... .......... .......... 40% 186M 1s 48000K .......... .......... .......... .......... .......... 40% 177M 1s 48050K .......... .......... .......... .......... .......... 40% 190M 1s 48100K .......... .......... .......... .......... .......... 40% 207M 1s 48150K .......... .......... .......... .......... .......... 40% 22.2M 1s 48200K .......... .......... .......... .......... .......... 40% 243M 1s 48250K .......... .......... .......... .......... .......... 40% 221M 1s 48300K .......... .......... .......... .......... .......... 40% 248M 1s 48350K .......... .......... .......... .......... .......... 40% 204M 1s 48400K .......... .......... .......... .......... .......... 40% 249M 1s 48450K .......... .......... .......... .......... .......... 40% 248M 1s 48500K .......... .......... .......... .......... .......... 40% 70.2M 1s 48550K .......... .......... .......... .......... .......... 40% 100M 1s 48600K .......... .......... .......... .......... .......... 40% 71.3M 1s 48650K .......... .......... .......... .......... .......... 40% 123M 1s 48700K .......... .......... .......... .......... .......... 40% 39.8M 1s 48750K .......... .......... .......... .......... .......... 40% 168M 1s 48800K .......... .......... .......... .......... .......... 40% 204M 1s 48850K .......... .......... .......... .......... .......... 40% 28.7M 1s 48900K .......... .......... .......... .......... .......... 40% 197M 1s 48950K .......... .......... .......... .......... .......... 40% 203M 1s 49000K .......... .......... .......... .......... .......... 41% 203M 1s 49050K .......... .......... .......... .......... .......... 41% 223M 1s 49100K .......... .......... .......... .......... .......... 41% 141M 1s 49150K .......... .......... .......... .......... .......... 41% 79.0M 1s 49200K .......... .......... .......... .......... .......... 41% 75.7M 1s 49250K .......... .......... .......... .......... .......... 41% 94.4M 1s 49300K .......... .......... .......... .......... .......... 41% 18.6M 1s 49350K .......... .......... .......... .......... .......... 41% 181M 1s 49400K .......... .......... .......... .......... .......... 41% 189M 1s 49450K .......... .......... .......... .......... .......... 41% 184M 1s 49500K .......... .......... .......... .......... .......... 41% 215M 1s 49550K .......... .......... .......... .......... .......... 41% 132M 1s 49600K .......... .......... .......... .......... .......... 41% 175M 1s 49650K .......... .......... .......... .......... .......... 41% 212M 1s 49700K .......... .......... .......... .......... .......... 41% 226M 1s 49750K .......... .......... .......... .......... .......... 41% 164M 1s 49800K .......... .......... .......... .......... .......... 41% 62.3M 1s 49850K .......... .......... .......... .......... .......... 41% 293M 1s 49900K .......... .......... .......... .......... .......... 41% 107M 1s 49950K .......... .......... .......... .......... .......... 41% 67.0M 1s 50000K .......... .......... .......... .......... .......... 41% 58.7M 1s 50050K .......... .......... .......... .......... .......... 41% 171M 1s 50100K .......... .......... .......... .......... .......... 41% 52.8M 1s 50150K .......... .......... .......... .......... .......... 41% 110M 1s 50200K .......... .......... .......... .......... .......... 42% 67.0M 1s 50250K .......... .......... .......... .......... .......... 42% 109M 1s 50300K .......... .......... .......... .......... .......... 42% 75.1M 1s 50350K .......... .......... .......... .......... .......... 42% 61.5M 1s 50400K .......... .......... .......... .......... .......... 42% 125M 1s 50450K .......... .......... .......... .......... .......... 42% 65.6M 1s 50500K .......... .......... .......... .......... .......... 42% 111M 1s 50550K .......... .......... .......... .......... .......... 42% 68.4M 1s 50600K .......... .......... .......... .......... .......... 42% 135M 1s 50650K .......... .......... .......... .......... .......... 42% 58.1M 1s 50700K .......... .......... .......... .......... .......... 42% 132M 1s 50750K .......... .......... .......... .......... .......... 42% 60.7M 1s 50800K .......... .......... .......... .......... .......... 42% 95.5M 1s 50850K .......... .......... .......... .......... .......... 42% 120M 1s 50900K .......... .......... .......... .......... .......... 42% 61.6M 1s 50950K .......... .......... .......... .......... .......... 42% 128M 1s 51000K .......... .......... .......... .......... .......... 42% 66.8M 1s 51050K .......... .......... .......... .......... .......... 42% 129M 1s 51100K .......... .......... .......... .......... .......... 42% 69.5M 1s 51150K .......... .......... .......... .......... .......... 42% 66.0M 1s 51200K .......... .......... .......... .......... .......... 42% 111M 1s 51250K .......... .......... .......... .......... .......... 42% 69.3M 1s 51300K .......... .......... .......... .......... .......... 42% 128M 1s 51350K .......... .......... .......... .......... .......... 42% 74.6M 1s 51400K .......... .......... .......... .......... .......... 43% 124M 1s 51450K .......... .......... .......... .......... .......... 43% 87.8M 1s 51500K .......... .......... .......... .......... .......... 43% 116M 1s 51550K .......... .......... .......... .......... .......... 43% 63.0M 1s 51600K .......... .......... .......... .......... .......... 43% 84.4M 1s 51650K .......... .......... .......... .......... .......... 43% 116M 1s 51700K .......... .......... .......... .......... .......... 43% 69.8M 1s 51750K .......... .......... .......... .......... .......... 43% 123M 1s 51800K .......... .......... .......... .......... .......... 43% 94.7M 1s 51850K .......... .......... .......... .......... .......... 43% 123M 1s 51900K .......... .......... .......... .......... .......... 43% 87.4M 1s 51950K .......... .......... .......... .......... .......... 43% 58.4M 1s 52000K .......... .......... .......... .......... .......... 43% 112M 1s 52050K .......... .......... .......... .......... .......... 43% 80.3M 1s 52100K .......... .......... .......... .......... .......... 43% 119M 1s 52150K .......... .......... .......... .......... .......... 43% 73.1M 1s 52200K .......... .......... .......... .......... .......... 43% 115M 1s 52250K .......... .......... .......... .......... .......... 43% 79.9M 1s 52300K .......... .......... .......... .......... .......... 43% 114M 1s 52350K .......... .......... .......... .......... .......... 43% 63.9M 1s 52400K .......... .......... .......... .......... .......... 43% 71.9M 1s 52450K .......... .......... .......... .......... .......... 43% 112M 1s 52500K .......... .......... .......... .......... .......... 43% 81.5M 1s 52550K .......... .......... .......... .......... .......... 44% 98.9M 1s 52600K .......... .......... .......... .......... .......... 44% 56.4M 1s 52650K .......... .......... .......... .......... .......... 44% 106M 1s 52700K .......... .......... .......... .......... .......... 44% 19.3M 1s 52750K .......... .......... .......... .......... .......... 44% 174M 1s 52800K .......... .......... .......... .......... .......... 44% 175M 1s 52850K .......... .......... .......... .......... .......... 44% 206M 1s 52900K .......... .......... .......... .......... .......... 44% 191M 1s 52950K .......... .......... .......... .......... .......... 44% 211M 1s 53000K .......... .......... .......... .......... .......... 44% 183M 1s 53050K .......... .......... .......... .......... .......... 44% 184M 1s 53100K .......... .......... .......... .......... .......... 44% 198M 1s 53150K .......... .......... .......... .......... .......... 44% 76.2M 1s 53200K .......... .......... .......... .......... .......... 44% 76.4M 1s 53250K .......... .......... .......... .......... .......... 44% 108M 1s 53300K .......... .......... .......... .......... .......... 44% 87.1M 1s 53350K .......... .......... .......... .......... .......... 44% 102M 1s 53400K .......... .......... .......... .......... .......... 44% 42.6M 1s 53450K .......... .......... .......... .......... .......... 44% 200M 1s 53500K .......... .......... .......... .......... .......... 44% 186M 1s 53550K .......... .......... .......... .......... .......... 44% 67.2M 1s 53600K .......... .......... .......... .......... .......... 44% 119M 1s 53650K .......... .......... .......... .......... .......... 44% 84.9M 1s 53700K .......... .......... .......... .......... .......... 44% 116M 1s 53750K .......... .......... .......... .......... .......... 45% 57.8M 1s 53800K .......... .......... .......... .......... .......... 45% 141M 1s 53850K .......... .......... .......... .......... .......... 45% 52.4M 1s 53900K .......... .......... .......... .......... .......... 45% 244M 1s 53950K .......... .......... .......... .......... .......... 45% 37.0M 1s 54000K .......... .......... .......... .......... .......... 45% 173M 1s 54050K .......... .......... .......... .......... .......... 45% 189M 1s 54100K .......... .......... .......... .......... .......... 45% 184M 1s 54150K .......... .......... .......... .......... .......... 45% 3.71M 1s 54200K .......... .......... .......... .......... .......... 45% 158M 1s 54250K .......... .......... .......... .......... .......... 45% 233M 1s 54300K .......... .......... .......... .......... .......... 45% 174M 1s 54350K .......... .......... .......... .......... .......... 45% 133M 1s 54400K .......... .......... .......... .......... .......... 45% 203M 1s 54450K .......... .......... .......... .......... .......... 45% 187M 1s 54500K .......... .......... .......... .......... .......... 45% 200M 1s 54550K .......... .......... .......... .......... .......... 45% 178M 1s 54600K .......... .......... .......... .......... .......... 45% 211M 1s 54650K .......... .......... .......... .......... .......... 45% 231M 1s 54700K .......... .......... .......... .......... .......... 45% 192M 1s 54750K .......... .......... .......... .......... .......... 45% 188M 1s 54800K .......... .......... .......... .......... .......... 45% 217M 1s 54850K .......... .......... .......... .......... .......... 45% 59.2M 1s 54900K .......... .......... .......... .......... .......... 45% 219M 1s 54950K .......... .......... .......... .......... .......... 46% 150M 1s 55000K .......... .......... .......... .......... .......... 46% 177M 1s 55050K .......... .......... .......... .......... .......... 46% 221M 1s 55100K .......... .......... .......... .......... .......... 46% 228M 1s 55150K .......... .......... .......... .......... .......... 46% 150M 1s 55200K .......... .......... .......... .......... .......... 46% 196M 1s 55250K .......... .......... .......... .......... .......... 46% 218M 1s 55300K .......... .......... .......... .......... .......... 46% 223M 1s 55350K .......... .......... .......... .......... .......... 46% 182M 1s 55400K .......... .......... .......... .......... .......... 46% 209M 1s 55450K .......... .......... .......... .......... .......... 46% 209M 1s 55500K .......... .......... .......... .......... .......... 46% 216M 1s 55550K .......... .......... .......... .......... .......... 46% 162M 1s 55600K .......... .......... .......... .......... .......... 46% 217M 1s 55650K .......... .......... .......... .......... .......... 46% 219M 1s 55700K .......... .......... .......... .......... .......... 46% 234M 1s 55750K .......... .......... .......... .......... .......... 46% 189M 1s 55800K .......... .......... .......... .......... .......... 46% 232M 1s 55850K .......... .......... .......... .......... .......... 46% 200M 1s 55900K .......... .......... .......... .......... .......... 46% 227M 1s 55950K .......... .......... .......... .......... .......... 46% 151M 1s 56000K .......... .......... .......... .......... .......... 46% 193M 1s 56050K .......... .......... .......... .......... .......... 46% 208M 1s 56100K .......... .......... .......... .......... .......... 46% 264M 1s 56150K .......... .......... .......... .......... .......... 47% 182M 1s 56200K .......... .......... .......... .......... .......... 47% 188M 1s 56250K .......... .......... .......... .......... .......... 47% 215M 1s 56300K .......... .......... .......... .......... .......... 47% 246M 1s 56350K .......... .......... .......... .......... .......... 47% 172M 1s 56400K .......... .......... .......... .......... .......... 47% 190M 1s 56450K .......... .......... .......... .......... .......... 47% 198M 1s 56500K .......... .......... .......... .......... .......... 47% 53.4M 1s 56550K .......... .......... .......... .......... .......... 47% 168M 1s 56600K .......... .......... .......... .......... .......... 47% 132M 1s 56650K .......... .......... .......... .......... .......... 47% 110M 1s 56700K .......... .......... .......... .......... .......... 47% 11.1M 1s 56750K .......... .......... .......... .......... .......... 47% 163M 1s 56800K .......... .......... .......... .......... .......... 47% 241M 1s 56850K .......... .......... .......... .......... .......... 47% 209M 1s 56900K .......... .......... .......... .......... .......... 47% 189M 1s 56950K .......... .......... .......... .......... .......... 47% 162M 1s 57000K .......... .......... .......... .......... .......... 47% 265M 1s 57050K .......... .......... .......... .......... .......... 47% 177M 1s 57100K .......... .......... .......... .......... .......... 47% 173M 1s 57150K .......... .......... .......... .......... .......... 47% 161M 1s 57200K .......... .......... .......... .......... .......... 47% 231M 1s 57250K .......... .......... .......... .......... .......... 47% 209M 1s 57300K .......... .......... .......... .......... .......... 47% 187M 1s 57350K .......... .......... .......... .......... .......... 48% 204M 1s 57400K .......... .......... .......... .......... .......... 48% 114M 1s 57450K .......... .......... .......... .......... .......... 48% 121M 1s 57500K .......... .......... .......... .......... .......... 48% 75.8M 1s 57550K .......... .......... .......... .......... .......... 48% 100M 1s 57600K .......... .......... .......... .......... .......... 48% 89.6M 1s 57650K .......... .......... .......... .......... .......... 48% 122M 1s 57700K .......... .......... .......... .......... .......... 48% 63.6M 1s 57750K .......... .......... .......... .......... .......... 48% 114M 1s 57800K .......... .......... .......... .......... .......... 48% 78.3M 1s 57850K .......... .......... .......... .......... .......... 48% 94.1M 1s 57900K .......... .......... .......... .......... .......... 48% 122M 1s 57950K .......... .......... .......... .......... .......... 48% 62.3M 1s 58000K .......... .......... .......... .......... .......... 48% 117M 1s 58050K .......... .......... .......... .......... .......... 48% 4.95M 1s 58100K .......... .......... .......... .......... .......... 48% 120M 1s 58150K .......... .......... .......... .......... .......... 48% 3.13M 1s 58200K .......... .......... .......... .......... .......... 48% 158M 1s 58250K .......... .......... .......... .......... .......... 48% 206M 1s 58300K .......... .......... .......... .......... .......... 48% 182M 1s 58350K .......... .......... .......... .......... .......... 48% 144M 1s 58400K .......... .......... .......... .......... .......... 48% 214M 1s 58450K .......... .......... .......... .......... .......... 48% 234M 1s 58500K .......... .......... .......... .......... .......... 48% 198M 1s 58550K .......... .......... .......... .......... .......... 49% 175M 1s 58600K .......... .......... .......... .......... .......... 49% 200M 1s 58650K .......... .......... .......... .......... .......... 49% 167M 1s 58700K .......... .......... .......... .......... .......... 49% 167M 1s 58750K .......... .......... .......... .......... .......... 49% 145M 1s 58800K .......... .......... .......... .......... .......... 49% 251M 1s 58850K .......... .......... .......... .......... .......... 49% 238M 1s 58900K .......... .......... .......... .......... .......... 49% 152M 1s 58950K .......... .......... .......... .......... .......... 49% 154M 1s 59000K .......... .......... .......... .......... .......... 49% 184M 1s 59050K .......... .......... .......... .......... .......... 49% 247M 1s 59100K .......... .......... .......... .......... .......... 49% 239M 1s 59150K .......... .......... .......... .......... .......... 49% 133M 1s 59200K .......... .......... .......... .......... .......... 49% 172M 1s 59250K .......... .......... .......... .......... .......... 49% 197M 1s 59300K .......... .......... .......... .......... .......... 49% 246M 1s 59350K .......... .......... .......... .......... .......... 49% 177M 1s 59400K .......... .......... .......... .......... .......... 49% 181M 1s 59450K .......... .......... .......... .......... .......... 49% 184M 1s 59500K .......... .......... .......... .......... .......... 49% 218M 1s 59550K .......... .......... .......... .......... .......... 49% 152M 1s 59600K .......... .......... .......... .......... .......... 49% 169M 1s 59650K .......... .......... .......... .......... .......... 49% 174M 1s 59700K .......... .......... .......... .......... .......... 49% 239M 1s 59750K .......... .......... .......... .......... .......... 50% 111M 1s 59800K .......... .......... .......... .......... .......... 50% 101M 1s 59850K .......... .......... .......... .......... .......... 50% 203M 1s 59900K .......... .......... .......... .......... .......... 50% 161M 1s 59950K .......... .......... .......... .......... .......... 50% 78.7M 1s 60000K .......... .......... .......... .......... .......... 50% 214M 1s 60050K .......... .......... .......... .......... .......... 50% 162M 1s 60100K .......... .......... .......... .......... .......... 50% 162M 1s 60150K .......... .......... .......... .......... .......... 50% 190M 1s 60200K .......... .......... .......... .......... .......... 50% 241M 1s 60250K .......... .......... .......... .......... .......... 50% 164M 1s 60300K .......... .......... .......... .......... .......... 50% 173M 1s 60350K .......... .......... .......... .......... .......... 50% 165M 1s 60400K .......... .......... .......... .......... .......... 50% 244M 1s 60450K .......... .......... .......... .......... .......... 50% 164M 1s 60500K .......... .......... .......... .......... .......... 50% 130M 1s 60550K .......... .......... .......... .......... .......... 50% 203M 1s 60600K .......... .......... .......... .......... .......... 50% 263M 1s 60650K .......... .......... .......... .......... .......... 50% 100M 1s 60700K .......... .......... .......... .......... .......... 50% 113M 1s 60750K .......... .......... .......... .......... .......... 50% 48.1M 1s 60800K .......... .......... .......... .......... .......... 50% 69.1M 1s 60850K .......... .......... .......... .......... .......... 50% 112M 1s 60900K .......... .......... .......... .......... .......... 50% 56.4M 1s 60950K .......... .......... .......... .......... .......... 51% 108M 1s 61000K .......... .......... .......... .......... .......... 51% 66.4M 1s 61050K .......... .......... .......... .......... .......... 51% 110M 1s 61100K .......... .......... .......... .......... .......... 51% 44.1M 1s 61150K .......... .......... .......... .......... .......... 51% 42.0M 1s 61200K .......... .......... .......... .......... .......... 51% 108M 1s 61250K .......... .......... .......... .......... .......... 51% 45.7M 1s 61300K .......... .......... .......... .......... .......... 51% 112M 1s 61350K .......... .......... .......... .......... .......... 51% 30.3M 1s 61400K .......... .......... .......... .......... .......... 51% 245M 1s 61450K .......... .......... .......... .......... .......... 51% 12.5M 1s 61500K .......... .......... .......... .......... .......... 51% 194M 1s 61550K .......... .......... .......... .......... .......... 51% 169M 1s 61600K .......... .......... .......... .......... .......... 51% 206M 1s 61650K .......... .......... .......... .......... .......... 51% 234M 1s 61700K .......... .......... .......... .......... .......... 51% 260M 1s 61750K .......... .......... .......... .......... .......... 51% 232M 1s 61800K .......... .......... .......... .......... .......... 51% 19.8M 1s 61850K .......... .......... .......... .......... .......... 51% 184M 1s 61900K .......... .......... .......... .......... .......... 51% 224M 1s 61950K .......... .......... .......... .......... .......... 51% 189M 1s 62000K .......... .......... .......... .......... .......... 51% 248M 1s 62050K .......... .......... .......... .......... .......... 51% 197M 1s 62100K .......... .......... .......... .......... .......... 51% 17.6M 1s 62150K .......... .......... .......... .......... .......... 52% 205M 1s 62200K .......... .......... .......... .......... .......... 52% 220M 1s 62250K .......... .......... .......... .......... .......... 52% 254M 1s 62300K .......... .......... .......... .......... .......... 52% 258M 1s 62350K .......... .......... .......... .......... .......... 52% 203M 1s 62400K .......... .......... .......... .......... .......... 52% 51.2M 1s 62450K .......... .......... .......... .......... .......... 52% 227M 1s 62500K .......... .......... .......... .......... .......... 52% 177M 1s 62550K .......... .......... .......... .......... .......... 52% 93.6M 1s 62600K .......... .......... .......... .......... .......... 52% 46.8M 1s 62650K .......... .......... .......... .......... .......... 52% 196M 1s 62700K .......... .......... .......... .......... .......... 52% 12.8M 1s 62750K .......... .......... .......... .......... .......... 52% 153M 1s 62800K .......... .......... .......... .......... .......... 52% 223M 1s 62850K .......... .......... .......... .......... .......... 52% 249M 1s 62900K .......... .......... .......... .......... .......... 52% 169M 1s 62950K .......... .......... .......... .......... .......... 52% 145M 1s 63000K .......... .......... .......... .......... .......... 52% 177M 1s 63050K .......... .......... .......... .......... .......... 52% 255M 1s 63100K .......... .......... .......... .......... .......... 52% 266M 1s 63150K .......... .......... .......... .......... .......... 52% 68.5M 1s 63200K .......... .......... .......... .......... .......... 52% 51.3M 1s 63250K .......... .......... .......... .......... .......... 52% 109M 1s 63300K .......... .......... .......... .......... .......... 52% 53.3M 1s 63350K .......... .......... .......... .......... .......... 53% 101M 1s 63400K .......... .......... .......... .......... .......... 53% 61.4M 1s 63450K .......... .......... .......... .......... .......... 53% 122M 1s 63500K .......... .......... .......... .......... .......... 53% 54.0M 1s 63550K .......... .......... .......... .......... .......... 53% 42.3M 1s 63600K .......... .......... .......... .......... .......... 53% 227M 1s 63650K .......... .......... .......... .......... .......... 53% 78.1M 1s 63700K .......... .......... .......... .......... .......... 53% 121M 1s 63750K .......... .......... .......... .......... .......... 53% 47.5M 1s 63800K .......... .......... .......... .......... .......... 53% 53.7M 1s 63850K .......... .......... .......... .......... .......... 53% 148M 1s 63900K .......... .......... .......... .......... .......... 53% 118M 1s 63950K .......... .......... .......... .......... .......... 53% 50.4M 1s 64000K .......... .......... .......... .......... .......... 53% 53.9M 1s 64050K .......... .......... .......... .......... .......... 53% 129M 1s 64100K .......... .......... .......... .......... .......... 53% 64.5M 1s 64150K .......... .......... .......... .......... .......... 53% 62.6M 1s 64200K .......... .......... .......... .......... .......... 53% 124M 1s 64250K .......... .......... .......... .......... .......... 53% 97.2M 1s 64300K .......... .......... .......... .......... .......... 53% 89.5M 1s 64350K .......... .......... .......... .......... .......... 53% 52.2M 1s 64400K .......... .......... .......... .......... .......... 53% 130M 1s 64450K .......... .......... .......... .......... .......... 53% 55.9M 1s 64500K .......... .......... .......... .......... .......... 53% 46.4M 1s 64550K .......... .......... .......... .......... .......... 54% 198M 1s 64600K .......... .......... .......... .......... .......... 54% 158M 1s 64650K .......... .......... .......... .......... .......... 54% 42.6M 1s 64700K .......... .......... .......... .......... .......... 54% 206M 1s 64750K .......... .......... .......... .......... .......... 54% 40.9M 1s 64800K .......... .......... .......... .......... .......... 54% 170M 1s 64850K .......... .......... .......... .......... .......... 54% 119M 1s 64900K .......... .......... .......... .......... .......... 54% 46.7M 1s 64950K .......... .......... .......... .......... .......... 54% 107M 1s 65000K .......... .......... .......... .......... .......... 54% 53.3M 1s 65050K .......... .......... .......... .......... .......... 54% 113M 1s 65100K .......... .......... .......... .......... .......... 54% 50.1M 1s 65150K .......... .......... .......... .......... .......... 54% 98.7M 1s 65200K .......... .......... .......... .......... .......... 54% 18.4M 1s 65250K .......... .......... .......... .......... .......... 54% 261M 1s 65300K .......... .......... .......... .......... .......... 54% 284M 1s 65350K .......... .......... .......... .......... .......... 54% 229M 1s 65400K .......... .......... .......... .......... .......... 54% 289M 1s 65450K .......... .......... .......... .......... .......... 54% 263M 1s 65500K .......... .......... .......... .......... .......... 54% 120M 1s 65550K .......... .......... .......... .......... .......... 54% 56.2M 1s 65600K .......... .......... .......... .......... .......... 54% 108M 1s 65650K .......... .......... .......... .......... .......... 54% 68.6M 1s 65700K .......... .......... .......... .......... .......... 55% 66.6M 1s 65750K .......... .......... .......... .......... .......... 55% 111M 1s 65800K .......... .......... .......... .......... .......... 55% 61.9M 1s 65850K .......... .......... .......... .......... .......... 55% 113M 1s 65900K .......... .......... .......... .......... .......... 55% 55.1M 1s 65950K .......... .......... .......... .......... .......... 55% 85.0M 1s 66000K .......... .......... .......... .......... .......... 55% 57.9M 1s 66050K .......... .......... .......... .......... .......... 55% 59.8M 1s 66100K .......... .......... .......... .......... .......... 55% 116M 1s 66150K .......... .......... .......... .......... .......... 55% 72.4M 1s 66200K .......... .......... .......... .......... .......... 55% 61.7M 1s 66250K .......... .......... .......... .......... .......... 55% 124M 1s 66300K .......... .......... .......... .......... .......... 55% 118M 1s 66350K .......... .......... .......... .......... .......... 55% 47.8M 1s 66400K .......... .......... .......... .......... .......... 55% 118M 1s 66450K .......... .......... .......... .......... .......... 55% 89.1M 1s 66500K .......... .......... .......... .......... .......... 55% 77.4M 1s 66550K .......... .......... .......... .......... .......... 55% 103M 1s 66600K .......... .......... .......... .......... .......... 55% 66.3M 1s 66650K .......... .......... .......... .......... .......... 55% 82.2M 1s 66700K .......... .......... .......... .......... .......... 55% 79.6M 1s 66750K .......... .......... .......... .......... .......... 55% 41.5M 1s 66800K .......... .......... .......... .......... .......... 55% 189M 1s 66850K .......... .......... .......... .......... .......... 55% 141M 1s 66900K .......... .......... .......... .......... .......... 56% 43.9M 1s 66950K .......... .......... .......... .......... .......... 56% 140M 1s 67000K .......... .......... .......... .......... .......... 56% 55.6M 1s 67050K .......... .......... .......... .......... .......... 56% 178M 1s 67100K .......... .......... .......... .......... .......... 56% 156M 1s 67150K .......... .......... .......... .......... .......... 56% 50.7M 1s 67200K .......... .......... .......... .......... .......... 56% 108M 1s 67250K .......... .......... .......... .......... .......... 56% 63.8M 1s 67300K .......... .......... .......... .......... .......... 56% 97.7M 1s 67350K .......... .......... .......... .......... .......... 56% 69.2M 1s 67400K .......... .......... .......... .......... .......... 56% 64.2M 1s 67450K .......... .......... .......... .......... .......... 56% 160M 1s 67500K .......... .......... .......... .......... .......... 56% 55.3M 1s 67550K .......... .......... .......... .......... .......... 56% 90.8M 1s 67600K .......... .......... .......... .......... .......... 56% 59.5M 1s 67650K .......... .......... .......... .......... .......... 56% 130M 1s 67700K .......... .......... .......... .......... .......... 56% 55.6M 1s 67750K .......... .......... .......... .......... .......... 56% 106M 1s 67800K .......... .......... .......... .......... .......... 56% 6.02M 1s 67850K .......... .......... .......... .......... .......... 56% 226M 1s 67900K .......... .......... .......... .......... .......... 56% 254M 1s 67950K .......... .......... .......... .......... .......... 56% 191M 1s 68000K .......... .......... .......... .......... .......... 56% 239M 1s 68050K .......... .......... .......... .......... .......... 56% 253M 1s 68100K .......... .......... .......... .......... .......... 57% 261M 1s 68150K .......... .......... .......... .......... .......... 57% 226M 1s 68200K .......... .......... .......... .......... .......... 57% 216M 1s 68250K .......... .......... .......... .......... .......... 57% 245M 1s 68300K .......... .......... .......... .......... .......... 57% 174M 1s 68350K .......... .......... .......... .......... .......... 57% 196M 1s 68400K .......... .......... .......... .......... .......... 57% 253M 1s 68450K .......... .......... .......... .......... .......... 57% 202M 1s 68500K .......... .......... .......... .......... .......... 57% 237M 1s 68550K .......... .......... .......... .......... .......... 57% 242M 1s 68600K .......... .......... .......... .......... .......... 57% 248M 1s 68650K .......... .......... .......... .......... .......... 57% 144M 1s 68700K .......... .......... .......... .......... .......... 57% 196M 1s 68750K .......... .......... .......... .......... .......... 57% 130M 1s 68800K .......... .......... .......... .......... .......... 57% 203M 1s 68850K .......... .......... .......... .......... .......... 57% 251M 1s 68900K .......... .......... .......... .......... .......... 57% 123M 1s 68950K .......... .......... .......... .......... .......... 57% 31.9M 1s 69000K .......... .......... .......... .......... .......... 57% 188M 1s 69050K .......... .......... .......... .......... .......... 57% 181M 1s 69100K .......... .......... .......... .......... .......... 57% 209M 1s 69150K .......... .......... .......... .......... .......... 57% 104M 1s 69200K .......... .......... .......... .......... .......... 57% 113M 1s 69250K .......... .......... .......... .......... .......... 57% 63.9M 1s 69300K .......... .......... .......... .......... .......... 58% 131M 1s 69350K .......... .......... .......... .......... .......... 58% 58.7M 1s 69400K .......... .......... .......... .......... .......... 58% 73.6M 1s 69450K .......... .......... .......... .......... .......... 58% 133M 1s 69500K .......... .......... .......... .......... .......... 58% 68.5M 1s 69550K .......... .......... .......... .......... .......... 58% 91.9M 1s 69600K .......... .......... .......... .......... .......... 58% 67.1M 1s 69650K .......... .......... .......... .......... .......... 58% 141M 1s 69700K .......... .......... .......... .......... .......... 58% 66.1M 1s 69750K .......... .......... .......... .......... .......... 58% 140M 1s 69800K .......... .......... .......... .......... .......... 58% 76.9M 1s 69850K .......... .......... .......... .......... .......... 58% 70.4M 1s 69900K .......... .......... .......... .......... .......... 58% 137M 1s 69950K .......... .......... .......... .......... .......... 58% 55.0M 1s 70000K .......... .......... .......... .......... .......... 58% 115M 1s 70050K .......... .......... .......... .......... .......... 58% 78.1M 1s 70100K .......... .......... .......... .......... .......... 58% 114M 1s 70150K .......... .......... .......... .......... .......... 58% 75.2M 1s 70200K .......... .......... .......... .......... .......... 58% 109M 1s 70250K .......... .......... .......... .......... .......... 58% 65.4M 1s 70300K .......... .......... .......... .......... .......... 58% 63.4M 1s 70350K .......... .......... .......... .......... .......... 58% 96.7M 1s 70400K .......... .......... .......... .......... .......... 58% 78.7M 1s 70450K .......... .......... .......... .......... .......... 58% 116M 1s 70500K .......... .......... .......... .......... .......... 59% 33.8M 1s 70550K .......... .......... .......... .......... .......... 59% 217M 1s 70600K .......... .......... .......... .......... .......... 59% 214M 1s 70650K .......... .......... .......... .......... .......... 59% 230M 1s 70700K .......... .......... .......... .......... .......... 59% 70.3M 1s 70750K .......... .......... .......... .......... .......... 59% 51.5M 1s 70800K .......... .......... .......... .......... .......... 59% 212M 1s 70850K .......... .......... .......... .......... .......... 59% 90.6M 1s 70900K .......... .......... .......... .......... .......... 59% 119M 1s 70950K .......... .......... .......... .......... .......... 59% 64.6M 1s 71000K .......... .......... .......... .......... .......... 59% 111M 1s 71050K .......... .......... .......... .......... .......... 59% 81.7M 1s 71100K .......... .......... .......... .......... .......... 59% 61.2M 1s 71150K .......... .......... .......... .......... .......... 59% 103M 1s 71200K .......... .......... .......... .......... .......... 59% 68.1M 1s 71250K .......... .......... .......... .......... .......... 59% 115M 1s 71300K .......... .......... .......... .......... .......... 59% 57.6M 1s 71350K .......... .......... .......... .......... .......... 59% 101M 1s 71400K .......... .......... .......... .......... .......... 59% 21.1M 1s 71450K .......... .......... .......... .......... .......... 59% 215M 1s 71500K .......... .......... .......... .......... .......... 59% 223M 1s 71550K .......... .......... .......... .......... .......... 59% 202M 1s 71600K .......... .......... .......... .......... .......... 59% 248M 1s 71650K .......... .......... .......... .......... .......... 59% 213M 1s 71700K .......... .......... .......... .......... .......... 60% 137M 1s 71750K .......... .......... .......... .......... .......... 60% 59.7M 1s 71800K .......... .......... .......... .......... .......... 60% 120M 1s 71850K .......... .......... .......... .......... .......... 60% 59.3M 1s 71900K .......... .......... .......... .......... .......... 60% 62.1M 1s 71950K .......... .......... .......... .......... .......... 60% 92.8M 1s 72000K .......... .......... .......... .......... .......... 60% 69.9M 1s 72050K .......... .......... .......... .......... .......... 60% 113M 1s 72100K .......... .......... .......... .......... .......... 60% 73.1M 1s 72150K .......... .......... .......... .......... .......... 60% 108M 1s 72200K .......... .......... .......... .......... .......... 60% 72.2M 1s 72250K .......... .......... .......... .......... .......... 60% 112M 1s 72300K .......... .......... .......... .......... .......... 60% 66.2M 1s 72350K .......... .......... .......... .......... .......... 60% 63.3M 1s 72400K .......... .......... .......... .......... .......... 60% 129M 1s 72450K .......... .......... .......... .......... .......... 60% 75.1M 1s 72500K .......... .......... .......... .......... .......... 60% 127M 1s 72550K .......... .......... .......... .......... .......... 60% 42.6M 1s 72600K .......... .......... .......... .......... .......... 60% 271M 1s 72650K .......... .......... .......... .......... .......... 60% 97.0M 1s 72700K .......... .......... .......... .......... .......... 60% 92.9M 1s 72750K .......... .......... .......... .......... .......... 60% 89.8M 1s 72800K .......... .......... .......... .......... .......... 60% 75.6M 1s 72850K .......... .......... .......... .......... .......... 60% 100M 1s 72900K .......... .......... .......... .......... .......... 61% 62.0M 1s 72950K .......... .......... .......... .......... .......... 61% 102M 1s 73000K .......... .......... .......... .......... .......... 61% 74.9M 1s 73050K .......... .......... .......... .......... .......... 61% 149M 1s 73100K .......... .......... .......... .......... .......... 61% 66.6M 1s 73150K .......... .......... .......... .......... .......... 61% 67.4M 1s 73200K .......... .......... .......... .......... .......... 61% 118M 1s 73250K .......... .......... .......... .......... .......... 61% 76.7M 1s 73300K .......... .......... .......... .......... .......... 61% 127M 1s 73350K .......... .......... .......... .......... .......... 61% 73.3M 1s 73400K .......... .......... .......... .......... .......... 61% 124M 1s 73450K .......... .......... .......... .......... .......... 61% 76.3M 1s 73500K .......... .......... .......... .......... .......... 61% 75.6M 1s 73550K .......... .......... .......... .......... .......... 61% 62.6M 1s 73600K .......... .......... .......... .......... .......... 61% 149M 1s 73650K .......... .......... .......... .......... .......... 61% 115M 1s 73700K .......... .......... .......... .......... .......... 61% 64.3M 1s 73750K .......... .......... .......... .......... .......... 61% 122M 1s 73800K .......... .......... .......... .......... .......... 61% 31.1M 1s 73850K .......... .......... .......... .......... .......... 61% 177M 1s 73900K .......... .......... .......... .......... .......... 61% 173M 1s 73950K .......... .......... .......... .......... .......... 61% 76.0M 1s 74000K .......... .......... .......... .......... .......... 61% 110M 1s 74050K .......... .......... .......... .......... .......... 61% 74.2M 1s 74100K .......... .......... .......... .......... .......... 62% 112M 1s 74150K .......... .......... .......... .......... .......... 62% 61.7M 1s 74200K .......... .......... .......... .......... .......... 62% 116M 1s 74250K .......... .......... .......... .......... .......... 62% 53.9M 1s 74300K .......... .......... .......... .......... .......... 62% 123M 1s 74350K .......... .......... .......... .......... .......... 62% 88.6M 1s 74400K .......... .......... .......... .......... .......... 62% 75.6M 1s 74450K .......... .......... .......... .......... .......... 62% 46.9M 1s 74500K .......... .......... .......... .......... .......... 62% 192M 1s 74550K .......... .......... .......... .......... .......... 62% 116M 1s 74600K .......... .......... .......... .......... .......... 62% 64.1M 1s 74650K .......... .......... .......... .......... .......... 62% 121M 1s 74700K .......... .......... .......... .......... .......... 62% 60.4M 1s 74750K .......... .......... .......... .......... .......... 62% 65.1M 1s 74800K .......... .......... .......... .......... .......... 62% 109M 1s 74850K .......... .......... .......... .......... .......... 62% 58.9M 1s 74900K .......... .......... .......... .......... .......... 62% 123M 1s 74950K .......... .......... .......... .......... .......... 62% 55.0M 1s 75000K .......... .......... .......... .......... .......... 62% 117M 1s 75050K .......... .......... .......... .......... .......... 62% 58.6M 1s 75100K .......... .......... .......... .......... .......... 62% 113M 1s 75150K .......... .......... .......... .......... .......... 62% 63.3M 1s 75200K .......... .......... .......... .......... .......... 62% 67.5M 1s 75250K .......... .......... .......... .......... .......... 62% 119M 1s 75300K .......... .......... .......... .......... .......... 63% 66.0M 1s 75350K .......... .......... .......... .......... .......... 63% 108M 1s 75400K .......... .......... .......... .......... .......... 63% 64.2M 1s 75450K .......... .......... .......... .......... .......... 63% 112M 1s 75500K .......... .......... .......... .......... .......... 63% 73.1M 1s 75550K .......... .......... .......... .......... .......... 63% 63.6M 1s 75600K .......... .......... .......... .......... .......... 63% 107M 1s 75650K .......... .......... .......... .......... .......... 63% 65.6M 1s 75700K .......... .......... .......... .......... .......... 63% 97.7M 1s 75750K .......... .......... .......... .......... .......... 63% 72.0M 1s 75800K .......... .......... .......... .......... .......... 63% 116M 1s 75850K .......... .......... .......... .......... .......... 63% 43.7M 1s 75900K .......... .......... .......... .......... .......... 63% 259M 1s 75950K .......... .......... .......... .......... .......... 63% 82.9M 1s 76000K .......... .......... .......... .......... .......... 63% 51.3M 1s 76050K .......... .......... .......... .......... .......... 63% 122M 1s 76100K .......... .......... .......... .......... .......... 63% 59.5M 1s 76150K .......... .......... .......... .......... .......... 63% 113M 1s 76200K .......... .......... .......... .......... .......... 63% 62.6M 1s 76250K .......... .......... .......... .......... .......... 63% 143M 1s 76300K .......... .......... .......... .......... .......... 63% 33.5M 1s 76350K .......... .......... .......... .......... .......... 63% 78.5M 1s 76400K .......... .......... .......... .......... .......... 63% 231M 1s 76450K .......... .......... .......... .......... .......... 63% 197M 1s 76500K .......... .......... .......... .......... .......... 64% 107M 1s 76550K .......... .......... .......... .......... .......... 64% 59.9M 1s 76600K .......... .......... .......... .......... .......... 64% 111M 1s 76650K .......... .......... .......... .......... .......... 64% 68.7M 1s 76700K .......... .......... .......... .......... .......... 64% 147M 1s 76750K .......... .......... .......... .......... .......... 64% 58.9M 1s 76800K .......... .......... .......... .......... .......... 64% 73.4M 1s 76850K .......... .......... .......... .......... .......... 64% 111M 1s 76900K .......... .......... .......... .......... .......... 64% 64.3M 1s 76950K .......... .......... .......... .......... .......... 64% 112M 1s 77000K .......... .......... .......... .......... .......... 64% 70.4M 1s 77050K .......... .......... .......... .......... .......... 64% 115M 1s 77100K .......... .......... .......... .......... .......... 64% 70.8M 1s 77150K .......... .......... .......... .......... .......... 64% 57.2M 1s 77200K .......... .......... .......... .......... .......... 64% 117M 1s 77250K .......... .......... .......... .......... .......... 64% 59.7M 1s 77300K .......... .......... .......... .......... .......... 64% 110M 1s 77350K .......... .......... .......... .......... .......... 64% 64.3M 1s 77400K .......... .......... .......... .......... .......... 64% 107M 1s 77450K .......... .......... .......... .......... .......... 64% 70.6M 1s 77500K .......... .......... .......... .......... .......... 64% 125M 1s 77550K .......... .......... .......... .......... .......... 64% 19.5M 1s 77600K .......... .......... .......... .......... .......... 64% 241M 1s 77650K .......... .......... .......... .......... .......... 64% 208M 1s 77700K .......... .......... .......... .......... .......... 65% 226M 1s 77750K .......... .......... .......... .......... .......... 65% 249M 1s 77800K .......... .......... .......... .......... .......... 65% 132M 1s 77850K .......... .......... .......... .......... .......... 65% 126M 1s 77900K .......... .......... .......... .......... .......... 65% 57.7M 1s 77950K .......... .......... .......... .......... .......... 65% 84.0M 1s 78000K .......... .......... .......... .......... .......... 65% 67.5M 1s 78050K .......... .......... .......... .......... .......... 65% 72.4M 1s 78100K .......... .......... .......... .......... .......... 65% 92.9M 1s 78150K .......... .......... .......... .......... .......... 65% 63.0M 1s 78200K .......... .......... .......... .......... .......... 65% 127M 1s 78250K .......... .......... .......... .......... .......... 65% 57.0M 1s 78300K .......... .......... .......... .......... .......... 65% 123M 1s 78350K .......... .......... .......... .......... .......... 65% 54.3M 1s 78400K .......... .......... .......... .......... .......... 65% 128M 1s 78450K .......... .......... .......... .......... .......... 65% 58.9M 1s 78500K .......... .......... .......... .......... .......... 65% 63.5M 1s 78550K .......... .......... .......... .......... .......... 65% 116M 1s 78600K .......... .......... .......... .......... .......... 65% 59.7M 1s 78650K .......... .......... .......... .......... .......... 65% 117M 1s 78700K .......... .......... .......... .......... .......... 65% 25.0M 1s 78750K .......... .......... .......... .......... .......... 65% 205M 1s 78800K .......... .......... .......... .......... .......... 65% 263M 0s 78850K .......... .......... .......... .......... .......... 66% 266M 0s 78900K .......... .......... .......... .......... .......... 66% 34.6M 0s 78950K .......... .......... .......... .......... .......... 66% 229M 0s 79000K .......... .......... .......... .......... .......... 66% 263M 0s 79050K .......... .......... .......... .......... .......... 66% 20.6M 0s 79100K .......... .......... .......... .......... .......... 66% 206M 0s 79150K .......... .......... .......... .......... .......... 66% 191M 0s 79200K .......... .......... .......... .......... .......... 66% 228M 0s 79250K .......... .......... .......... .......... .......... 66% 238M 0s 79300K .......... .......... .......... .......... .......... 66% 419M 0s 79350K .......... .......... .......... .......... .......... 66% 88.6M 0s 79400K .......... .......... .......... .......... .......... 66% 125M 0s 79450K .......... .......... .......... .......... .......... 66% 75.6M 0s 79500K .......... .......... .......... .......... .......... 66% 62.1M 0s 79550K .......... .......... .......... .......... .......... 66% 99.8M 0s 79600K .......... .......... .......... .......... .......... 66% 76.0M 0s 79650K .......... .......... .......... .......... .......... 66% 95.9M 0s 79700K .......... .......... .......... .......... .......... 66% 70.0M 0s 79750K .......... .......... .......... .......... .......... 66% 119M 0s 79800K .......... .......... .......... .......... .......... 66% 59.0M 0s 79850K .......... .......... .......... .......... .......... 66% 57.2M 0s 79900K .......... .......... .......... .......... .......... 66% 123M 0s 79950K .......... .......... .......... .......... .......... 66% 52.2M 0s 80000K .......... .......... .......... .......... .......... 66% 108M 0s 80050K .......... .......... .......... .......... .......... 67% 11.1M 0s 80100K .......... .......... .......... .......... .......... 67% 188M 0s 80150K .......... .......... .......... .......... .......... 67% 183M 0s 80200K .......... .......... .......... .......... .......... 67% 209M 0s 80250K .......... .......... .......... .......... .......... 67% 198M 0s 80300K .......... .......... .......... .......... .......... 67% 196M 0s 80350K .......... .......... .......... .......... .......... 67% 167M 0s 80400K .......... .......... .......... .......... .......... 67% 230M 0s 80450K .......... .......... .......... .......... .......... 67% 172M 0s 80500K .......... .......... .......... .......... .......... 67% 187M 0s 80550K .......... .......... .......... .......... .......... 67% 181M 0s 80600K .......... .......... .......... .......... .......... 67% 251M 0s 80650K .......... .......... .......... .......... .......... 67% 189M 0s 80700K .......... .......... .......... .......... .......... 67% 204M 0s 80750K .......... .......... .......... .......... .......... 67% 10.1M 0s 80800K .......... .......... .......... .......... .......... 67% 212M 0s 80850K .......... .......... .......... .......... .......... 67% 216M 0s 80900K .......... .......... .......... .......... .......... 67% 215M 0s 80950K .......... .......... .......... .......... .......... 67% 181M 0s 81000K .......... .......... .......... .......... .......... 67% 233M 0s 81050K .......... .......... .......... .......... .......... 67% 237M 0s 81100K .......... .......... .......... .......... .......... 67% 207M 0s 81150K .......... .......... .......... .......... .......... 67% 178M 0s 81200K .......... .......... .......... .......... .......... 67% 221M 0s 81250K .......... .......... .......... .......... .......... 68% 269M 0s 81300K .......... .......... .......... .......... .......... 68% 187M 0s 81350K .......... .......... .......... .......... .......... 68% 169M 0s 81400K .......... .......... .......... .......... .......... 68% 190M 0s 81450K .......... .......... .......... .......... .......... 68% 206M 0s 81500K .......... .......... .......... .......... .......... 68% 10.7M 0s 81550K .......... .......... .......... .......... .......... 68% 149M 0s 81600K .......... .......... .......... .......... .......... 68% 222M 0s 81650K .......... .......... .......... .......... .......... 68% 198M 0s 81700K .......... .......... .......... .......... .......... 68% 259M 0s 81750K .......... .......... .......... .......... .......... 68% 238M 0s 81800K .......... .......... .......... .......... .......... 68% 253M 0s 81850K .......... .......... .......... .......... .......... 68% 266M 0s 81900K .......... .......... .......... .......... .......... 68% 262M 0s 81950K .......... .......... .......... .......... .......... 68% 8.17M 0s 82000K .......... .......... .......... .......... .......... 68% 273M 0s 82050K .......... .......... .......... .......... .......... 68% 235M 0s 82100K .......... .......... .......... .......... .......... 68% 298M 0s 82150K .......... .......... .......... .......... .......... 68% 219M 0s 82200K .......... .......... .......... .......... .......... 68% 185M 0s 82250K .......... .......... .......... .......... .......... 68% 202M 0s 82300K .......... .......... .......... .......... .......... 68% 267M 0s 82350K .......... .......... .......... .......... .......... 68% 268M 0s 82400K .......... .......... .......... .......... .......... 68% 397M 0s 82450K .......... .......... .......... .......... .......... 69% 23.2M 0s 82500K .......... .......... .......... .......... .......... 69% 184M 0s 82550K .......... .......... .......... .......... .......... 69% 17.4M 0s 82600K .......... .......... .......... .......... .......... 69% 213M 0s 82650K .......... .......... .......... .......... .......... 69% 215M 0s 82700K .......... .......... .......... .......... .......... 69% 227M 0s 82750K .......... .......... .......... .......... .......... 69% 174M 0s 82800K .......... .......... .......... .......... .......... 69% 213M 0s 82850K .......... .......... .......... .......... .......... 69% 262M 0s 82900K .......... .......... .......... .......... .......... 69% 159M 0s 82950K .......... .......... .......... .......... .......... 69% 56.7M 0s 83000K .......... .......... .......... .......... .......... 69% 183M 0s 83050K .......... .......... .......... .......... .......... 69% 5.69M 0s 83100K .......... .......... .......... .......... .......... 69% 242M 0s 83150K .......... .......... .......... .......... .......... 69% 216M 0s 83200K .......... .......... .......... .......... .......... 69% 256M 0s 83250K .......... .......... .......... .......... .......... 69% 261M 0s 83300K .......... .......... .......... .......... .......... 69% 263M 0s 83350K .......... .......... .......... .......... .......... 69% 240M 0s 83400K .......... .......... .......... .......... .......... 69% 274M 0s 83450K .......... .......... .......... .......... .......... 69% 265M 0s 83500K .......... .......... .......... .......... .......... 69% 232M 0s 83550K .......... .......... .......... .......... .......... 69% 208M 0s 83600K .......... .......... .......... .......... .......... 69% 33.5M 0s 83650K .......... .......... .......... .......... .......... 70% 198M 0s 83700K .......... .......... .......... .......... .......... 70% 21.8M 0s 83750K .......... .......... .......... .......... .......... 70% 233M 0s 83800K .......... .......... .......... .......... .......... 70% 277M 0s 83850K .......... .......... .......... .......... .......... 70% 274M 0s 83900K .......... .......... .......... .......... .......... 70% 22.7M 0s 83950K .......... .......... .......... .......... .......... 70% 39.9M 0s 84000K .......... .......... .......... .......... .......... 70% 247M 0s 84050K .......... .......... .......... .......... .......... 70% 12.8M 0s 84100K .......... .......... .......... .......... .......... 70% 226M 0s 84150K .......... .......... .......... .......... .......... 70% 168M 0s 84200K .......... .......... .......... .......... .......... 70% 230M 0s 84250K .......... .......... .......... .......... .......... 70% 219M 0s 84300K .......... .......... .......... .......... .......... 70% 269M 0s 84350K .......... .......... .......... .......... .......... 70% 220M 0s 84400K .......... .......... .......... .......... .......... 70% 163M 0s 84450K .......... .......... .......... .......... .......... 70% 20.4M 0s 84500K .......... .......... .......... .......... .......... 70% 272M 0s 84550K .......... .......... .......... .......... .......... 70% 267M 0s 84600K .......... .......... .......... .......... .......... 70% 300M 0s 84650K .......... .......... .......... .......... .......... 70% 297M 0s 84700K .......... .......... .......... .......... .......... 70% 15.1M 0s 84750K .......... .......... .......... .......... .......... 70% 151M 0s 84800K .......... .......... .......... .......... .......... 70% 168M 0s 84850K .......... .......... .......... .......... .......... 71% 164M 0s 84900K .......... .......... .......... .......... .......... 71% 241M 0s 84950K .......... .......... .......... .......... .......... 71% 198M 0s 85000K .......... .......... .......... .......... .......... 71% 181M 0s 85050K .......... .......... .......... .......... .......... 71% 200M 0s 85100K .......... .......... .......... .......... .......... 71% 200M 0s 85150K .......... .......... .......... .......... .......... 71% 201M 0s 85200K .......... .......... .......... .......... .......... 71% 173M 0s 85250K .......... .......... .......... .......... .......... 71% 8.99M 0s 85300K .......... .......... .......... .......... .......... 71% 225M 0s 85350K .......... .......... .......... .......... .......... 71% 179M 0s 85400K .......... .......... .......... .......... .......... 71% 209M 0s 85450K .......... .......... .......... .......... .......... 71% 210M 0s 85500K .......... .......... .......... .......... .......... 71% 258M 0s 85550K .......... .......... .......... .......... .......... 71% 220M 0s 85600K .......... .......... .......... .......... .......... 71% 201M 0s 85650K .......... .......... .......... .......... .......... 71% 204M 0s 85700K .......... .......... .......... .......... .......... 71% 234M 0s 85750K .......... .......... .......... .......... .......... 71% 211M 0s 85800K .......... .......... .......... .......... .......... 71% 210M 0s 85850K .......... .......... .......... .......... .......... 71% 205M 0s 85900K .......... .......... .......... .......... .......... 71% 235M 0s 85950K .......... .......... .......... .......... .......... 71% 198M 0s 86000K .......... .......... .......... .......... .......... 71% 59.5M 0s 86050K .......... .......... .......... .......... .......... 72% 12.4M 0s 86100K .......... .......... .......... .......... .......... 72% 221M 0s 86150K .......... .......... .......... .......... .......... 72% 168M 0s 86200K .......... .......... .......... .......... .......... 72% 191M 0s 86250K .......... .......... .......... .......... .......... 72% 181M 0s 86300K .......... .......... .......... .......... .......... 72% 228M 0s 86350K .......... .......... .......... .......... .......... 72% 230M 0s 86400K .......... .......... .......... .......... .......... 72% 195M 0s 86450K .......... .......... .......... .......... .......... 72% 189M 0s 86500K .......... .......... .......... .......... .......... 72% 180M 0s 86550K .......... .......... .......... .......... .......... 72% 34.7M 0s 86600K .......... .......... .......... .......... .......... 72% 12.2M 0s 86650K .......... .......... .......... .......... .......... 72% 33.6M 0s 86700K .......... .......... .......... .......... .......... 72% 170M 0s 86750K .......... .......... .......... .......... .......... 72% 163M 0s 86800K .......... .......... .......... .......... .......... 72% 34.2M 0s 86850K .......... .......... .......... .......... .......... 72% 198M 0s 86900K .......... .......... .......... .......... .......... 72% 196M 0s 86950K .......... .......... .......... .......... .......... 72% 185M 0s 87000K .......... .......... .......... .......... .......... 72% 12.7M 0s 87050K .......... .......... .......... .......... .......... 72% 184M 0s 87100K .......... .......... .......... .......... .......... 72% 202M 0s 87150K .......... .......... .......... .......... .......... 72% 156M 0s 87200K .......... .......... .......... .......... .......... 72% 198M 0s 87250K .......... .......... .......... .......... .......... 73% 235M 0s 87300K .......... .......... .......... .......... .......... 73% 250M 0s 87350K .......... .......... .......... .......... .......... 73% 184M 0s 87400K .......... .......... .......... .......... .......... 73% 195M 0s 87450K .......... .......... .......... .......... .......... 73% 192M 0s 87500K .......... .......... .......... .......... .......... 73% 229M 0s 87550K .......... .......... .......... .......... .......... 73% 8.50M 0s 87600K .......... .......... .......... .......... .......... 73% 187M 0s 87650K .......... .......... .......... .......... .......... 73% 237M 0s 87700K .......... .......... .......... .......... .......... 73% 201M 0s 87750K .......... .......... .......... .......... .......... 73% 194M 0s 87800K .......... .......... .......... .......... .......... 73% 195M 0s 87850K .......... .......... .......... .......... .......... 73% 259M 0s 87900K .......... .......... .......... .......... .......... 73% 235M 0s 87950K .......... .......... .......... .......... .......... 73% 177M 0s 88000K .......... .......... .......... .......... .......... 73% 209M 0s 88050K .......... .......... .......... .......... .......... 73% 221M 0s 88100K .......... .......... .......... .......... .......... 73% 246M 0s 88150K .......... .......... .......... .......... .......... 73% 184M 0s 88200K .......... .......... .......... .......... .......... 73% 187M 0s 88250K .......... .......... .......... .......... .......... 73% 222M 0s 88300K .......... .......... .......... .......... .......... 73% 215M 0s 88350K .......... .......... .......... .......... .......... 73% 10.3M 0s 88400K .......... .......... .......... .......... .......... 73% 197M 0s 88450K .......... .......... .......... .......... .......... 74% 237M 0s 88500K .......... .......... .......... .......... .......... 74% 272M 0s 88550K .......... .......... .......... .......... .......... 74% 209M 0s 88600K .......... .......... .......... .......... .......... 74% 240M 0s 88650K .......... .......... .......... .......... .......... 74% 221M 0s 88700K .......... .......... .......... .......... .......... 74% 235M 0s 88750K .......... .......... .......... .......... .......... 74% 175M 0s 88800K .......... .......... .......... .......... .......... 74% 263M 0s 88850K .......... .......... .......... .......... .......... 74% 276M 0s 88900K .......... .......... .......... .......... .......... 74% 8.55M 0s 88950K .......... .......... .......... .......... .......... 74% 190M 0s 89000K .......... .......... .......... .......... .......... 74% 214M 0s 89050K .......... .......... .......... .......... .......... 74% 166M 0s 89100K .......... .......... .......... .......... .......... 74% 226M 0s 89150K .......... .......... .......... .......... .......... 74% 153M 0s 89200K .......... .......... .......... .......... .......... 74% 199M 0s 89250K .......... .......... .......... .......... .......... 74% 253M 0s 89300K .......... .......... .......... .......... .......... 74% 264M 0s 89350K .......... .......... .......... .......... .......... 74% 239M 0s 89400K .......... .......... .......... .......... .......... 74% 272M 0s 89450K .......... .......... .......... .......... .......... 74% 5.92M 0s 89500K .......... .......... .......... .......... .......... 74% 252M 0s 89550K .......... .......... .......... .......... .......... 74% 214M 0s 89600K .......... .......... .......... .......... .......... 74% 260M 0s 89650K .......... .......... .......... .......... .......... 75% 275M 0s 89700K .......... .......... .......... .......... .......... 75% 281M 0s 89750K .......... .......... .......... .......... .......... 75% 255M 0s 89800K .......... .......... .......... .......... .......... 75% 260M 0s 89850K .......... .......... .......... .......... .......... 75% 278M 0s 89900K .......... .......... .......... .......... .......... 75% 283M 0s 89950K .......... .......... .......... .......... .......... 75% 226M 0s 90000K .......... .......... .......... .......... .......... 75% 261M 0s 90050K .......... .......... .......... .......... .......... 75% 15.5M 0s 90100K .......... .......... .......... .......... .......... 75% 222M 0s 90150K .......... .......... .......... .......... .......... 75% 225M 0s 90200K .......... .......... .......... .......... .......... 75% 260M 0s 90250K .......... .......... .......... .......... .......... 75% 15.8M 0s 90300K .......... .......... .......... .......... .......... 75% 211M 0s 90350K .......... .......... .......... .......... .......... 75% 159M 0s 90400K .......... .......... .......... .......... .......... 75% 205M 0s 90450K .......... .......... .......... .......... .......... 75% 249M 0s 90500K .......... .......... .......... .......... .......... 75% 271M 0s 90550K .......... .......... .......... .......... .......... 75% 254M 0s 90600K .......... .......... .......... .......... .......... 75% 133M 0s 90650K .......... .......... .......... .......... .......... 75% 68.5M 0s 90700K .......... .......... .......... .......... .......... 75% 53.2M 0s 90750K .......... .......... .......... .......... .......... 75% 111M 0s 90800K .......... .......... .......... .......... .......... 75% 68.5M 0s 90850K .......... .......... .......... .......... .......... 76% 114M 0s 90900K .......... .......... .......... .......... .......... 76% 65.5M 0s 90950K .......... .......... .......... .......... .......... 76% 75.3M 0s 91000K .......... .......... .......... .......... .......... 76% 105M 0s 91050K .......... .......... .......... .......... .......... 76% 62.2M 0s 91100K .......... .......... .......... .......... .......... 76% 111M 0s 91150K .......... .......... .......... .......... .......... 76% 28.7M 0s 91200K .......... .......... .......... .......... .......... 76% 227M 0s 91250K .......... .......... .......... .......... .......... 76% 276M 0s 91300K .......... .......... .......... .......... .......... 76% 88.6M 0s 91350K .......... .......... .......... .......... .......... 76% 27.9M 0s 91400K .......... .......... .......... .......... .......... 76% 205M 0s 91450K .......... .......... .......... .......... .......... 76% 232M 0s 91500K .......... .......... .......... .......... .......... 76% 102M 0s 91550K .......... .......... .......... .......... .......... 76% 98.6M 0s 91600K .......... .......... .......... .......... .......... 76% 59.4M 0s 91650K .......... .......... .......... .......... .......... 76% 111M 0s 91700K .......... .......... .......... .......... .......... 76% 38.0M 0s 91750K .......... .......... .......... .......... .......... 76% 214M 0s 91800K .......... .......... .......... .......... .......... 76% 12.3M 0s 91850K .......... .......... .......... .......... .......... 76% 162M 0s 91900K .......... .......... .......... .......... .......... 76% 177M 0s 91950K .......... .......... .......... .......... .......... 76% 204M 0s 92000K .......... .......... .......... .......... .......... 77% 244M 0s 92050K .......... .......... .......... .......... .......... 77% 178M 0s 92100K .......... .......... .......... .......... .......... 77% 190M 0s 92150K .......... .......... .......... .......... .......... 77% 200M 0s 92200K .......... .......... .......... .......... .......... 77% 238M 0s 92250K .......... .......... .......... .......... .......... 77% 179M 0s 92300K .......... .......... .......... .......... .......... 77% 175M 0s 92350K .......... .......... .......... .......... .......... 77% 155M 0s 92400K .......... .......... .......... .......... .......... 77% 98.8M 0s 92450K .......... .......... .......... .......... .......... 77% 112M 0s 92500K .......... .......... .......... .......... .......... 77% 50.3M 0s 92550K .......... .......... .......... .......... .......... 77% 178M 0s 92600K .......... .......... .......... .......... .......... 77% 44.5M 0s 92650K .......... .......... .......... .......... .......... 77% 208M 0s 92700K .......... .......... .......... .......... .......... 77% 55.0M 0s 92750K .......... .......... .......... .......... .......... 77% 31.7M 0s 92800K .......... .......... .......... .......... .......... 77% 206M 0s 92850K .......... .......... .......... .......... .......... 77% 241M 0s 92900K .......... .......... .......... .......... .......... 77% 253M 0s 92950K .......... .......... .......... .......... .......... 77% 60.4M 0s 93000K .......... .......... .......... .......... .......... 77% 95.4M 0s 93050K .......... .......... .......... .......... .......... 77% 119M 0s 93100K .......... .......... .......... .......... .......... 77% 65.9M 0s 93150K .......... .......... .......... .......... .......... 77% 25.2M 0s 93200K .......... .......... .......... .......... .......... 78% 251M 0s 93250K .......... .......... .......... .......... .......... 78% 259M 0s 93300K .......... .......... .......... .......... .......... 78% 266M 0s 93350K .......... .......... .......... .......... .......... 78% 246M 0s 93400K .......... .......... .......... .......... .......... 78% 14.3M 0s 93450K .......... .......... .......... .......... .......... 78% 198M 0s 93500K .......... .......... .......... .......... .......... 78% 241M 0s 93550K .......... .......... .......... .......... .......... 78% 192M 0s 93600K .......... .......... .......... .......... .......... 78% 237M 0s 93650K .......... .......... .......... .......... .......... 78% 221M 0s 93700K .......... .......... .......... .......... .......... 78% 244M 0s 93750K .......... .......... .......... .......... .......... 78% 227M 0s 93800K .......... .......... .......... .......... .......... 78% 233M 0s 93850K .......... .......... .......... .......... .......... 78% 95.8M 0s 93900K .......... .......... .......... .......... .......... 78% 52.8M 0s 93950K .......... .......... .......... .......... .......... 78% 174M 0s 94000K .......... .......... .......... .......... .......... 78% 46.1M 0s 94050K .......... .......... .......... .......... .......... 78% 224M 0s 94100K .......... .......... .......... .......... .......... 78% 213M 0s 94150K .......... .......... .......... .......... .......... 78% 128M 0s 94200K .......... .......... .......... .......... .......... 78% 75.9M 0s 94250K .......... .......... .......... .......... .......... 78% 55.8M 0s 94300K .......... .......... .......... .......... .......... 78% 173M 0s 94350K .......... .......... .......... .......... .......... 78% 64.9M 0s 94400K .......... .......... .......... .......... .......... 79% 24.4M 0s 94450K .......... .......... .......... .......... .......... 79% 243M 0s 94500K .......... .......... .......... .......... .......... 79% 249M 0s 94550K .......... .......... .......... .......... .......... 79% 191M 0s 94600K .......... .......... .......... .......... .......... 79% 183M 0s 94650K .......... .......... .......... .......... .......... 79% 216M 0s 94700K .......... .......... .......... .......... .......... 79% 84.7M 0s 94750K .......... .......... .......... .......... .......... 79% 90.1M 0s 94800K .......... .......... .......... .......... .......... 79% 77.5M 0s 94850K .......... .......... .......... .......... .......... 79% 114M 0s 94900K .......... .......... .......... .......... .......... 79% 79.2M 0s 94950K .......... .......... .......... .......... .......... 79% 107M 0s 95000K .......... .......... .......... .......... .......... 79% 74.3M 0s 95050K .......... .......... .......... .......... .......... 79% 68.7M 0s 95100K .......... .......... .......... .......... .......... 79% 122M 0s 95150K .......... .......... .......... .......... .......... 79% 61.8M 0s 95200K .......... .......... .......... .......... .......... 79% 118M 0s 95250K .......... .......... .......... .......... .......... 79% 67.9M 0s 95300K .......... .......... .......... .......... .......... 79% 140M 0s 95350K .......... .......... .......... .......... .......... 79% 22.5M 0s 95400K .......... .......... .......... .......... .......... 79% 241M 0s 95450K .......... .......... .......... .......... .......... 79% 208M 0s 95500K .......... .......... .......... .......... .......... 79% 249M 0s 95550K .......... .......... .......... .......... .......... 79% 216M 0s 95600K .......... .......... .......... .......... .......... 80% 67.8M 0s 95650K .......... .......... .......... .......... .......... 80% 219M 0s 95700K .......... .......... .......... .......... .......... 80% 35.4M 0s 95750K .......... .......... .......... .......... .......... 80% 177M 0s 95800K .......... .......... .......... .......... .......... 80% 207M 0s 95850K .......... .......... .......... .......... .......... 80% 234M 0s 95900K .......... .......... .......... .......... .......... 80% 79.2M 0s 95950K .......... .......... .......... .......... .......... 80% 54.5M 0s 96000K .......... .......... .......... .......... .......... 80% 118M 0s 96050K .......... .......... .......... .......... .......... 80% 63.0M 0s 96100K .......... .......... .......... .......... .......... 80% 120M 0s 96150K .......... .......... .......... .......... .......... 80% 59.4M 0s 96200K .......... .......... .......... .......... .......... 80% 116M 0s 96250K .......... .......... .......... .......... .......... 80% 60.6M 0s 96300K .......... .......... .......... .......... .......... 80% 42.3M 0s 96350K .......... .......... .......... .......... .......... 80% 127M 0s 96400K .......... .......... .......... .......... .......... 80% 47.8M 0s 96450K .......... .......... .......... .......... .......... 80% 179M 0s 96500K .......... .......... .......... .......... .......... 80% 163M 0s 96550K .......... .......... .......... .......... .......... 80% 173M 0s 96600K .......... .......... .......... .......... .......... 80% 53.2M 0s 96650K .......... .......... .......... .......... .......... 80% 182M 0s 96700K .......... .......... .......... .......... .......... 80% 71.8M 0s 96750K .......... .......... .......... .......... .......... 80% 55.5M 0s 96800K .......... .......... .......... .......... .......... 81% 116M 0s 96850K .......... .......... .......... .......... .......... 81% 42.0M 0s 96900K .......... .......... .......... .......... .......... 81% 258M 0s 96950K .......... .......... .......... .......... .......... 81% 200M 0s 97000K .......... .......... .......... .......... .......... 81% 160M 0s 97050K .......... .......... .......... .......... .......... 81% 70.5M 0s 97100K .......... .......... .......... .......... .......... 81% 93.4M 0s 97150K .......... .......... .......... .......... .......... 81% 37.9M 0s 97200K .......... .......... .......... .......... .......... 81% 255M 0s 97250K .......... .......... .......... .......... .......... 81% 141M 0s 97300K .......... .......... .......... .......... .......... 81% 50.8M 0s 97350K .......... .......... .......... .......... .......... 81% 207M 0s 97400K .......... .......... .......... .......... .......... 81% 83.2M 0s 97450K .......... .......... .......... .......... .......... 81% 199M 0s 97500K .......... .......... .......... .......... .......... 81% 89.4M 0s 97550K .......... .......... .......... .......... .......... 81% 45.3M 0s 97600K .......... .......... .......... .......... .......... 81% 213M 0s 97650K .......... .......... .......... .......... .......... 81% 135M 0s 97700K .......... .......... .......... .......... .......... 81% 115M 0s 97750K .......... .......... .......... .......... .......... 81% 35.2M 0s 97800K .......... .......... .......... .......... .......... 81% 268M 0s 97850K .......... .......... .......... .......... .......... 81% 245M 0s 97900K .......... .......... .......... .......... .......... 81% 144M 0s 97950K .......... .......... .......... .......... .......... 81% 60.1M 0s 98000K .......... .......... .......... .......... .......... 82% 79.6M 0s 98050K .......... .......... .......... .......... .......... 82% 133M 0s 98100K .......... .......... .......... .......... .......... 82% 76.5M 0s 98150K .......... .......... .......... .......... .......... 82% 103M 0s 98200K .......... .......... .......... .......... .......... 82% 45.6M 0s 98250K .......... .......... .......... .......... .......... 82% 191M 0s 98300K .......... .......... .......... .......... .......... 82% 105M 0s 98350K .......... .......... .......... .......... .......... 82% 71.0M 0s 98400K .......... .......... .......... .......... .......... 82% 112M 0s 98450K .......... .......... .......... .......... .......... 82% 66.6M 0s 98500K .......... .......... .......... .......... .......... 82% 120M 0s 98550K .......... .......... .......... .......... .......... 82% 61.5M 0s 98600K .......... .......... .......... .......... .......... 82% 116M 0s 98650K .......... .......... .......... .......... .......... 82% 85.9M 0s 98700K .......... .......... .......... .......... .......... 82% 116M 0s 98750K .......... .......... .......... .......... .......... 82% 71.5M 0s 98800K .......... .......... .......... .......... .......... 82% 76.5M 0s 98850K .......... .......... .......... .......... .......... 82% 123M 0s 98900K .......... .......... .......... .......... .......... 82% 69.6M 0s 98950K .......... .......... .......... .......... .......... 82% 103M 0s 99000K .......... .......... .......... .......... .......... 82% 67.2M 0s 99050K .......... .......... .......... .......... .......... 82% 115M 0s 99100K .......... .......... .......... .......... .......... 82% 72.9M 0s 99150K .......... .......... .......... .......... .......... 82% 94.0M 0s 99200K .......... .......... .......... .......... .......... 83% 80.5M 0s 99250K .......... .......... .......... .......... .......... 83% 129M 0s 99300K .......... .......... .......... .......... .......... 83% 75.6M 0s 99350K .......... .......... .......... .......... .......... 83% 8.20M 0s 99400K .......... .......... .......... .......... .......... 83% 182M 0s 99450K .......... .......... .......... .......... .......... 83% 199M 0s 99500K .......... .......... .......... .......... .......... 83% 181M 0s 99550K .......... .......... .......... .......... .......... 83% 154M 0s 99600K .......... .......... .......... .......... .......... 83% 231M 0s 99650K .......... .......... .......... .......... .......... 83% 189M 0s 99700K .......... .......... .......... .......... .......... 83% 203M 0s 99750K .......... .......... .......... .......... .......... 83% 170M 0s 99800K .......... .......... .......... .......... .......... 83% 238M 0s 99850K .......... .......... .......... .......... .......... 83% 205M 0s 99900K .......... .......... .......... .......... .......... 83% 174M 0s 99950K .......... .......... .......... .......... .......... 83% 168M 0s 100000K .......... .......... .......... .......... .......... 83% 233M 0s 100050K .......... .......... .......... .......... .......... 83% 211M 0s 100100K .......... .......... .......... .......... .......... 83% 211M 0s 100150K .......... .......... .......... .......... .......... 83% 173M 0s 100200K .......... .......... .......... .......... .......... 83% 229M 0s 100250K .......... .......... .......... .......... .......... 83% 244M 0s 100300K .......... .......... .......... .......... .......... 83% 220M 0s 100350K .......... .......... .......... .......... .......... 83% 186M 0s 100400K .......... .......... .......... .......... .......... 84% 210M 0s 100450K .......... .......... .......... .......... .......... 84% 78.1M 0s 100500K .......... .......... .......... .......... .......... 84% 126M 0s 100550K .......... .......... .......... .......... .......... 84% 72.4M 0s 100600K .......... .......... .......... .......... .......... 84% 76.3M 0s 100650K .......... .......... .......... .......... .......... 84% 124M 0s 100700K .......... .......... .......... .......... .......... 84% 76.1M 0s 100750K .......... .......... .......... .......... .......... 84% 92.9M 0s 100800K .......... .......... .......... .......... .......... 84% 70.6M 0s 100850K .......... .......... .......... .......... .......... 84% 108M 0s 100900K .......... .......... .......... .......... .......... 84% 34.2M 0s 100950K .......... .......... .......... .......... .......... 84% 161M 0s 101000K .......... .......... .......... .......... .......... 84% 195M 0s 101050K .......... .......... .......... .......... .......... 84% 113M 0s 101100K .......... .......... .......... .......... .......... 84% 110M 0s 101150K .......... .......... .......... .......... .......... 84% 63.9M 0s 101200K .......... .......... .......... .......... .......... 84% 113M 0s 101250K .......... .......... .......... .......... .......... 84% 79.6M 0s 101300K .......... .......... .......... .......... .......... 84% 109M 0s 101350K .......... .......... .......... .......... .......... 84% 80.2M 0s 101400K .......... .......... .......... .......... .......... 84% 75.5M 0s 101450K .......... .......... .......... .......... .......... 84% 125M 0s 101500K .......... .......... .......... .......... .......... 84% 94.7M 0s 101550K .......... .......... .......... .......... .......... 84% 101M 0s 101600K .......... .......... .......... .......... .......... 85% 74.0M 0s 101650K .......... .......... .......... .......... .......... 85% 111M 0s 101700K .......... .......... .......... .......... .......... 85% 76.1M 0s 101750K .......... .......... .......... .......... .......... 85% 110M 0s 101800K .......... .......... .......... .......... .......... 85% 60.2M 0s 101850K .......... .......... .......... .......... .......... 85% 112M 0s 101900K .......... .......... .......... .......... .......... 85% 70.9M 0s 101950K .......... .......... .......... .......... .......... 85% 65.7M 0s 102000K .......... .......... .......... .......... .......... 85% 104M 0s 102050K .......... .......... .......... .......... .......... 85% 75.9M 0s 102100K .......... .......... .......... .......... .......... 85% 128M 0s 102150K .......... .......... .......... .......... .......... 85% 73.2M 0s 102200K .......... .......... .......... .......... .......... 85% 124M 0s 102250K .......... .......... .......... .......... .......... 85% 81.6M 0s 102300K .......... .......... .......... .......... .......... 85% 76.8M 0s 102350K .......... .......... .......... .......... .......... 85% 86.6M 0s 102400K .......... .......... .......... .......... .......... 85% 83.1M 0s 102450K .......... .......... .......... .......... .......... 85% 115M 0s 102500K .......... .......... .......... .......... .......... 85% 80.8M 0s 102550K .......... .......... .......... .......... .......... 85% 113M 0s 102600K .......... .......... .......... .......... .......... 85% 71.0M 0s 102650K .......... .......... .......... .......... .......... 85% 121M 0s 102700K .......... .......... .......... .......... .......... 85% 46.6M 0s 102750K .......... .......... .......... .......... .......... 85% 107M 0s 102800K .......... .......... .......... .......... .......... 86% 120M 0s 102850K .......... .......... .......... .......... .......... 86% 75.9M 0s 102900K .......... .......... .......... .......... .......... 86% 110M 0s 102950K .......... .......... .......... .......... .......... 86% 67.9M 0s 103000K .......... .......... .......... .......... .......... 86% 46.1M 0s 103050K .......... .......... .......... .......... .......... 86% 212M 0s 103100K .......... .......... .......... .......... .......... 86% 211M 0s 103150K .......... .......... .......... .......... .......... 86% 99.1M 0s 103200K .......... .......... .......... .......... .......... 86% 68.8M 0s 103250K .......... .......... .......... .......... .......... 86% 122M 0s 103300K .......... .......... .......... .......... .......... 86% 68.8M 0s 103350K .......... .......... .......... .......... .......... 86% 117M 0s 103400K .......... .......... .......... .......... .......... 86% 79.9M 0s 103450K .......... .......... .......... .......... .......... 86% 111M 0s 103500K .......... .......... .......... .......... .......... 86% 91.4M 0s 103550K .......... .......... .......... .......... .......... 86% 62.4M 0s 103600K .......... .......... .......... .......... .......... 86% 112M 0s 103650K .......... .......... .......... .......... .......... 86% 68.2M 0s 103700K .......... .......... .......... .......... .......... 86% 114M 0s 103750K .......... .......... .......... .......... .......... 86% 71.8M 0s 103800K .......... .......... .......... .......... .......... 86% 123M 0s 103850K .......... .......... .......... .......... .......... 86% 40.3M 0s 103900K .......... .......... .......... .......... .......... 86% 167M 0s 103950K .......... .......... .......... .......... .......... 87% 156M 0s 104000K .......... .......... .......... .......... .......... 87% 81.3M 0s 104050K .......... .......... .......... .......... .......... 87% 124M 0s 104100K .......... .......... .......... .......... .......... 87% 73.7M 0s 104150K .......... .......... .......... .......... .......... 87% 40.8M 0s 104200K .......... .......... .......... .......... .......... 87% 166M 0s 104250K .......... .......... .......... .......... .......... 87% 242M 0s 104300K .......... .......... .......... .......... .......... 87% 62.3M 0s 104350K .......... .......... .......... .......... .......... 87% 101M 0s 104400K .......... .......... .......... .......... .......... 87% 111M 0s 104450K .......... .......... .......... .......... .......... 87% 77.1M 0s 104500K .......... .......... .......... .......... .......... 87% 112M 0s 104550K .......... .......... .......... .......... .......... 87% 67.1M 0s 104600K .......... .......... .......... .......... .......... 87% 118M 0s 104650K .......... .......... .......... .......... .......... 87% 35.3M 0s 104700K .......... .......... .......... .......... .......... 87% 160M 0s 104750K .......... .......... .......... .......... .......... 87% 149M 0s 104800K .......... .......... .......... .......... .......... 87% 113M 0s 104850K .......... .......... .......... .......... .......... 87% 114M 0s 104900K .......... .......... .......... .......... .......... 87% 81.2M 0s 104950K .......... .......... .......... .......... .......... 87% 111M 0s 105000K .......... .......... .......... .......... .......... 87% 71.1M 0s 105050K .......... .......... .......... .......... .......... 87% 106M 0s 105100K .......... .......... .......... .......... .......... 87% 69.4M 0s 105150K .......... .......... .......... .......... .......... 88% 101M 0s 105200K .......... .......... .......... .......... .......... 88% 63.9M 0s 105250K .......... .......... .......... .......... .......... 88% 63.1M 0s 105300K .......... .......... .......... .......... .......... 88% 116M 0s 105350K .......... .......... .......... .......... .......... 88% 69.0M 0s 105400K .......... .......... .......... .......... .......... 88% 104M 0s 105450K .......... .......... .......... .......... .......... 88% 65.9M 0s 105500K .......... .......... .......... .......... .......... 88% 123M 0s 105550K .......... .......... .......... .......... .......... 88% 57.7M 0s 105600K .......... .......... .......... .......... .......... 88% 69.8M 0s 105650K .......... .......... .......... .......... .......... 88% 113M 0s 105700K .......... .......... .......... .......... .......... 88% 12.7M 0s 105750K .......... .......... .......... .......... .......... 88% 171M 0s 105800K .......... .......... .......... .......... .......... 88% 175M 0s 105850K .......... .......... .......... .......... .......... 88% 204M 0s 105900K .......... .......... .......... .......... .......... 88% 212M 0s 105950K .......... .......... .......... .......... .......... 88% 195M 0s 106000K .......... .......... .......... .......... .......... 88% 175M 0s 106050K .......... .......... .......... .......... .......... 88% 189M 0s 106100K .......... .......... .......... .......... .......... 88% 203M 0s 106150K .......... .......... .......... .......... .......... 88% 227M 0s 106200K .......... .......... .......... .......... .......... 88% 178M 0s 106250K .......... .......... .......... .......... .......... 88% 210M 0s 106300K .......... .......... .......... .......... .......... 88% 185M 0s 106350K .......... .......... .......... .......... .......... 89% 37.9M 0s 106400K .......... .......... .......... .......... .......... 89% 213M 0s 106450K .......... .......... .......... .......... .......... 89% 200M 0s 106500K .......... .......... .......... .......... .......... 89% 98.6M 0s 106550K .......... .......... .......... .......... .......... 89% 123M 0s 106600K .......... .......... .......... .......... .......... 89% 70.9M 0s 106650K .......... .......... .......... .......... .......... 89% 103M 0s 106700K .......... .......... .......... .......... .......... 89% 94.0M 0s 106750K .......... .......... .......... .......... .......... 89% 78.1M 0s 106800K .......... .......... .......... .......... .......... 89% 94.7M 0s 106850K .......... .......... .......... .......... .......... 89% 68.9M 0s 106900K .......... .......... .......... .......... .......... 89% 113M 0s 106950K .......... .......... .......... .......... .......... 89% 38.0M 0s 107000K .......... .......... .......... .......... .......... 89% 184M 0s 107050K .......... .......... .......... .......... .......... 89% 207M 0s 107100K .......... .......... .......... .......... .......... 89% 17.0M 0s 107150K .......... .......... .......... .......... .......... 89% 179M 0s 107200K .......... .......... .......... .......... .......... 89% 247M 0s 107250K .......... .......... .......... .......... .......... 89% 247M 0s 107300K .......... .......... .......... .......... .......... 89% 252M 0s 107350K .......... .......... .......... .......... .......... 89% 268M 0s 107400K .......... .......... .......... .......... .......... 89% 220M 0s 107450K .......... .......... .......... .......... .......... 89% 259M 0s 107500K .......... .......... .......... .......... .......... 89% 248M 0s 107550K .......... .......... .......... .......... .......... 90% 17.3M 0s 107600K .......... .......... .......... .......... .......... 90% 272M 0s 107650K .......... .......... .......... .......... .......... 90% 246M 0s 107700K .......... .......... .......... .......... .......... 90% 257M 0s 107750K .......... .......... .......... .......... .......... 90% 231M 0s 107800K .......... .......... .......... .......... .......... 90% 164M 0s 107850K .......... .......... .......... .......... .......... 90% 241M 0s 107900K .......... .......... .......... .......... .......... 90% 196M 0s 107950K .......... .......... .......... .......... .......... 90% 159M 0s 108000K .......... .......... .......... .......... .......... 90% 160M 0s 108050K .......... .......... .......... .......... .......... 90% 35.6M 0s 108100K .......... .......... .......... .......... .......... 90% 187M 0s 108150K .......... .......... .......... .......... .......... 90% 190M 0s 108200K .......... .......... .......... .......... .......... 90% 101M 0s 108250K .......... .......... .......... .......... .......... 90% 116M 0s 108300K .......... .......... .......... .......... .......... 90% 73.1M 0s 108350K .......... .......... .......... .......... .......... 90% 88.0M 0s 108400K .......... .......... .......... .......... .......... 90% 74.9M 0s 108450K .......... .......... .......... .......... .......... 90% 37.2M 0s 108500K .......... .......... .......... .......... .......... 90% 152M 0s 108550K .......... .......... .......... .......... .......... 90% 165M 0s 108600K .......... .......... .......... .......... .......... 90% 194M 0s 108650K .......... .......... .......... .......... .......... 90% 35.7M 0s 108700K .......... .......... .......... .......... .......... 90% 193M 0s 108750K .......... .......... .......... .......... .......... 91% 164M 0s 108800K .......... .......... .......... .......... .......... 91% 197M 0s 108850K .......... .......... .......... .......... .......... 91% 72.7M 0s 108900K .......... .......... .......... .......... .......... 91% 108M 0s 108950K .......... .......... .......... .......... .......... 91% 70.8M 0s 109000K .......... .......... .......... .......... .......... 91% 71.4M 0s 109050K .......... .......... .......... .......... .......... 91% 115M 0s 109100K .......... .......... .......... .......... .......... 91% 89.3M 0s 109150K .......... .......... .......... .......... .......... 91% 93.6M 0s 109200K .......... .......... .......... .......... .......... 91% 71.6M 0s 109250K .......... .......... .......... .......... .......... 91% 96.2M 0s 109300K .......... .......... .......... .......... .......... 91% 69.5M 0s 109350K .......... .......... .......... .......... .......... 91% 106M 0s 109400K .......... .......... .......... .......... .......... 91% 74.8M 0s 109450K .......... .......... .......... .......... .......... 91% 38.5M 0s 109500K .......... .......... .......... .......... .......... 91% 212M 0s 109550K .......... .......... .......... .......... .......... 91% 61.2M 0s 109600K .......... .......... .......... .......... .......... 91% 236M 0s 109650K .......... .......... .......... .......... .......... 91% 84.8M 0s 109700K .......... .......... .......... .......... .......... 91% 221M 0s 109750K .......... .......... .......... .......... .......... 91% 86.9M 0s 109800K .......... .......... .......... .......... .......... 91% 98.8M 0s 109850K .......... .......... .......... .......... .......... 91% 84.2M 0s 109900K .......... .......... .......... .......... .......... 91% 67.3M 0s 109950K .......... .......... .......... .......... .......... 92% 93.4M 0s 110000K .......... .......... .......... .......... .......... 92% 73.7M 0s 110050K .......... .......... .......... .......... .......... 92% 113M 0s 110100K .......... .......... .......... .......... .......... 92% 72.3M 0s 110150K .......... .......... .......... .......... .......... 92% 105M 0s 110200K .......... .......... .......... .......... .......... 92% 78.2M 0s 110250K .......... .......... .......... .......... .......... 92% 106M 0s 110300K .......... .......... .......... .......... .......... 92% 74.5M 0s 110350K .......... .......... .......... .......... .......... 92% 61.3M 0s 110400K .......... .......... .......... .......... .......... 92% 122M 0s 110450K .......... .......... .......... .......... .......... 92% 61.1M 0s 110500K .......... .......... .......... .......... .......... 92% 133M 0s 110550K .......... .......... .......... .......... .......... 92% 79.0M 0s 110600K .......... .......... .......... .......... .......... 92% 45.2M 0s 110650K .......... .......... .......... .......... .......... 92% 256M 0s 110700K .......... .......... .......... .......... .......... 92% 283M 0s 110750K .......... .......... .......... .......... .......... 92% 12.8M 0s 110800K .......... .......... .......... .......... .......... 92% 230M 0s 110850K .......... .......... .......... .......... .......... 92% 245M 0s 110900K .......... .......... .......... .......... .......... 92% 245M 0s 110950K .......... .......... .......... .......... .......... 92% 203M 0s 111000K .......... .......... .......... .......... .......... 92% 178M 0s 111050K .......... .......... .......... .......... .......... 92% 200M 0s 111100K .......... .......... .......... .......... .......... 92% 209M 0s 111150K .......... .......... .......... .......... .......... 93% 151M 0s 111200K .......... .......... .......... .......... .......... 93% 192M 0s 111250K .......... .......... .......... .......... .......... 93% 218M 0s 111300K .......... .......... .......... .......... .......... 93% 226M 0s 111350K .......... .......... .......... .......... .......... 93% 166M 0s 111400K .......... .......... .......... .......... .......... 93% 9.90M 0s 111450K .......... .......... .......... .......... .......... 93% 161M 0s 111500K .......... .......... .......... .......... .......... 93% 169M 0s 111550K .......... .......... .......... .......... .......... 93% 164M 0s 111600K .......... .......... .......... .......... .......... 93% 261M 0s 111650K .......... .......... .......... .......... .......... 93% 205M 0s 111700K .......... .......... .......... .......... .......... 93% 187M 0s 111750K .......... .......... .......... .......... .......... 93% 192M 0s 111800K .......... .......... .......... .......... .......... 93% 217M 0s 111850K .......... .......... .......... .......... .......... 93% 213M 0s 111900K .......... .......... .......... .......... .......... 93% 188M 0s 111950K .......... .......... .......... .......... .......... 93% 165M 0s 112000K .......... .......... .......... .......... .......... 93% 219M 0s 112050K .......... .......... .......... .......... .......... 93% 234M 0s 112100K .......... .......... .......... .......... .......... 93% 207M 0s 112150K .......... .......... .......... .......... .......... 93% 191M 0s 112200K .......... .......... .......... .......... .......... 93% 84.4M 0s 112250K .......... .......... .......... .......... .......... 93% 242M 0s 112300K .......... .......... .......... .......... .......... 93% 116M 0s 112350K .......... .......... .......... .......... .......... 94% 69.5M 0s 112400K .......... .......... .......... .......... .......... 94% 77.1M 0s 112450K .......... .......... .......... .......... .......... 94% 79.2M 0s 112500K .......... .......... .......... .......... .......... 94% 123M 0s 112550K .......... .......... .......... .......... .......... 94% 66.6M 0s 112600K .......... .......... .......... .......... .......... 94% 123M 0s 112650K .......... .......... .......... .......... .......... 94% 77.8M 0s 112700K .......... .......... .......... .......... .......... 94% 116M 0s 112750K .......... .......... .......... .......... .......... 94% 57.3M 0s 112800K .......... .......... .......... .......... .......... 94% 61.9M 0s 112850K .......... .......... .......... .......... .......... 94% 154M 0s 112900K .......... .......... .......... .......... .......... 94% 10.6M 0s 112950K .......... .......... .......... .......... .......... 94% 156M 0s 113000K .......... .......... .......... .......... .......... 94% 175M 0s 113050K .......... .......... .......... .......... .......... 94% 180M 0s 113100K .......... .......... .......... .......... .......... 94% 256M 0s 113150K .......... .......... .......... .......... .......... 94% 164M 0s 113200K .......... .......... .......... .......... .......... 94% 190M 0s 113250K .......... .......... .......... .......... .......... 94% 191M 0s 113300K .......... .......... .......... .......... .......... 94% 242M 0s 113350K .......... .......... .......... .......... .......... 94% 202M 0s 113400K .......... .......... .......... .......... .......... 94% 208M 0s 113450K .......... .......... .......... .......... .......... 94% 188M 0s 113500K .......... .......... .......... .......... .......... 94% 207M 0s 113550K .......... .......... .......... .......... .......... 95% 174M 0s 113600K .......... .......... .......... .......... .......... 95% 216M 0s 113650K .......... .......... .......... .......... .......... 95% 224M 0s 113700K .......... .......... .......... .......... .......... 95% 94.7M 0s 113750K .......... .......... .......... .......... .......... 95% 89.4M 0s 113800K .......... .......... .......... .......... .......... 95% 83.6M 0s 113850K .......... .......... .......... .......... .......... 95% 95.9M 0s 113900K .......... .......... .......... .......... .......... 95% 79.4M 0s 113950K .......... .......... .......... .......... .......... 95% 67.0M 0s 114000K .......... .......... .......... .......... .......... 95% 116M 0s 114050K .......... .......... .......... .......... .......... 95% 74.4M 0s 114100K .......... .......... .......... .......... .......... 95% 79.4M 0s 114150K .......... .......... .......... .......... .......... 95% 113M 0s 114200K .......... .......... .......... .......... .......... 95% 65.6M 0s 114250K .......... .......... .......... .......... .......... 95% 112M 0s 114300K .......... .......... .......... .......... .......... 95% 71.1M 0s 114350K .......... .......... .......... .......... .......... 95% 96.4M 0s 114400K .......... .......... .......... .......... .......... 95% 67.2M 0s 114450K .......... .......... .......... .......... .......... 95% 109M 0s 114500K .......... .......... .......... .......... .......... 95% 81.0M 0s 114550K .......... .......... .......... .......... .......... 95% 69.1M 0s 114600K .......... .......... .......... .......... .......... 95% 117M 0s 114650K .......... .......... .......... .......... .......... 95% 71.0M 0s 114700K .......... .......... .......... .......... .......... 95% 124M 0s 114750K .......... .......... .......... .......... .......... 96% 62.3M 0s 114800K .......... .......... .......... .......... .......... 96% 112M 0s 114850K .......... .......... .......... .......... .......... 96% 82.5M 0s 114900K .......... .......... .......... .......... .......... 96% 109M 0s 114950K .......... .......... .......... .......... .......... 96% 79.4M 0s 115000K .......... .......... .......... .......... .......... 96% 77.1M 0s 115050K .......... .......... .......... .......... .......... 96% 93.2M 0s 115100K .......... .......... .......... .......... .......... 96% 94.4M 0s 115150K .......... .......... .......... .......... .......... 96% 103M 0s 115200K .......... .......... .......... .......... .......... 96% 64.9M 0s 115250K .......... .......... .......... .......... .......... 96% 122M 0s 115300K .......... .......... .......... .......... .......... 96% 74.0M 0s 115350K .......... .......... .......... .......... .......... 96% 64.3M 0s 115400K .......... .......... .......... .......... .......... 96% 117M 0s 115450K .......... .......... .......... .......... .......... 96% 58.6M 0s 115500K .......... .......... .......... .......... .......... 96% 144M 0s 115550K .......... .......... .......... .......... .......... 96% 42.3M 0s 115600K .......... .......... .......... .......... .......... 96% 255M 0s 115650K .......... .......... .......... .......... .......... 96% 127M 0s 115700K .......... .......... .......... .......... .......... 96% 112M 0s 115750K .......... .......... .......... .......... .......... 96% 58.5M 0s 115800K .......... .......... .......... .......... .......... 96% 86.8M 0s 115850K .......... .......... .......... .......... .......... 96% 125M 0s 115900K .......... .......... .......... .......... .......... 96% 73.9M 0s 115950K .......... .......... .......... .......... .......... 97% 109M 0s 116000K .......... .......... .......... .......... .......... 97% 63.1M 0s 116050K .......... .......... .......... .......... .......... 97% 126M 0s 116100K .......... .......... .......... .......... .......... 97% 74.6M 0s 116150K .......... .......... .......... .......... .......... 97% 123M 0s 116200K .......... .......... .......... .......... .......... 97% 92.0M 0s 116250K .......... .......... .......... .......... .......... 97% 76.7M 0s 116300K .......... .......... .......... .......... .......... 97% 112M 0s 116350K .......... .......... .......... .......... .......... 97% 59.0M 0s 116400K .......... .......... .......... .......... .......... 97% 141M 0s 116450K .......... .......... .......... .......... .......... 97% 70.4M 0s 116500K .......... .......... .......... .......... .......... 97% 114M 0s 116550K .......... .......... .......... .......... .......... 97% 74.9M 0s 116600K .......... .......... .......... .......... .......... 97% 65.6M 0s 116650K .......... .......... .......... .......... .......... 97% 116M 0s 116700K .......... .......... .......... .......... .......... 97% 71.6M 0s 116750K .......... .......... .......... .......... .......... 97% 89.3M 0s 116800K .......... .......... .......... .......... .......... 97% 80.1M 0s 116850K .......... .......... .......... .......... .......... 97% 113M 0s 116900K .......... .......... .......... .......... .......... 97% 67.0M 0s 116950K .......... .......... .......... .......... .......... 97% 106M 0s 117000K .......... .......... .......... .......... .......... 97% 77.7M 0s 117050K .......... .......... .......... .......... .......... 97% 64.4M 0s 117100K .......... .......... .......... .......... .......... 98% 120M 0s 117150K .......... .......... .......... .......... .......... 98% 63.8M 0s 117200K .......... .......... .......... .......... .......... 98% 113M 0s 117250K .......... .......... .......... .......... .......... 98% 75.5M 0s 117300K .......... .......... .......... .......... .......... 98% 109M 0s 117350K .......... .......... .......... .......... .......... 98% 71.4M 0s 117400K .......... .......... .......... .......... .......... 98% 112M 0s 117450K .......... .......... .......... .......... .......... 98% 73.6M 0s 117500K .......... .......... .......... .......... .......... 98% 67.0M 0s 117550K .......... .......... .......... .......... .......... 98% 110M 0s 117600K .......... .......... .......... .......... .......... 98% 71.4M 0s 117650K .......... .......... .......... .......... .......... 98% 113M 0s 117700K .......... .......... .......... .......... .......... 98% 90.9M 0s 117750K .......... .......... .......... .......... .......... 98% 114M 0s 117800K .......... .......... .......... .......... .......... 98% 72.2M 0s 117850K .......... .......... .......... .......... .......... 98% 125M 0s 117900K .......... .......... .......... .......... .......... 98% 41.7M 0s 117950K .......... .......... .......... .......... .......... 98% 167M 0s 118000K .......... .......... .......... .......... .......... 98% 233M 0s 118050K .......... .......... .......... .......... .......... 98% 79.3M 0s 118100K .......... .......... .......... .......... .......... 98% 124M 0s 118150K .......... .......... .......... .......... .......... 98% 33.5M 0s 118200K .......... .......... .......... .......... .......... 98% 223M 0s 118250K .......... .......... .......... .......... .......... 98% 258M 0s 118300K .......... .......... .......... .......... .......... 99% 95.3M 0s 118350K .......... .......... .......... .......... .......... 99% 144M 0s 118400K .......... .......... .......... .......... .......... 99% 27.8M 0s 118450K .......... .......... .......... .......... .......... 99% 219M 0s 118500K .......... .......... .......... .......... .......... 99% 225M 0s 118550K .......... .......... .......... .......... .......... 99% 224M 0s 118600K .......... .......... .......... .......... .......... 99% 229M 0s 118650K .......... .......... .......... .......... .......... 99% 79.9M 0s 118700K .......... .......... .......... .......... .......... 99% 118M 0s 118750K .......... .......... .......... .......... .......... 99% 81.0M 0s 118800K .......... .......... .......... .......... .......... 99% 37.5M 0s 118850K .......... .......... .......... .......... .......... 99% 189M 0s 118900K .......... .......... .......... .......... .......... 99% 208M 0s 118950K .......... .......... .......... .......... .......... 99% 174M 0s 119000K .......... .......... .......... .......... .......... 99% 146M 0s 119050K .......... .......... .......... .......... .......... 99% 42.5M 0s 119100K .......... .......... .......... .......... .......... 99% 178M 0s 119150K .......... .......... .......... .......... .......... 99% 161M 0s 119200K .......... .......... .......... .......... .......... 99% 70.5M 0s 119250K .......... .......... .......... .......... .......... 99% 108M 0s 119300K .......... .......... .......... .......... .......... 99% 52.1M 0s 119350K .......... .......... .......... .......... .......... 99% 172M 0s 119400K .......... .......... .......... .......... .......... 99% 115M 0s 119450K .......... .......... .......... .......... .......... 99% 110M 0s 119500K .......... .......... .......... ......... 100% 79.4M=1.5s 2023-02-20 00:30:40 (80.4 MB/s) - '/tmp/instance-5/output-1/build/.qemu-7.2.0.tar.xz.ROLvv8/output' saved [122408576/122408576] qemu-7.2.0.tar.xz: OK (sha256: 5b49ce2687744dad494ae90a898c52204a3406e84d072482a1e1be854eeb2157) >>> host-qemu 7.2.0 Extracting xzcat /tmp/instance-5/dl/qemu/qemu-7.2.0.tar.xz | tar --strip-components=1 -C /tmp/instance-5/output-1/build/host-qemu-7.2.0 -xf - >>> host-qemu 7.2.0 Patching Applying 0001-tests-fp-disable-fp-bench-build-by-default.patch using patch: patching file tests/fp/meson.build Hunk #1 succeeded at 639 (offset 3 lines). Applying 0002-softmmu-qemu-seccomp.c-add-missing-header-for-CLONE_.patch using patch: patching file softmmu/qemu-seccomp.c Applying 0003-target-sh4-Mask-restore-of-env-flags-from-tb-flags.patch using patch: patching file target/sh4/cpu.c >>> host-qemu 7.2.0 Configuring unset TARGET_DIR; cd /tmp/instance-5/output-1/build/host-qemu-7.2.0; PATH="/tmp/instance-5/output-1/host/bin:/tmp/instance-5/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PKG_CONFIG="/tmp/instance-5/output-1/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/tmp/instance-5/output-1/host/lib/pkgconfig:/tmp/instance-5/output-1/host/share/pkgconfig" AR="/usr/bin/ar" AS="/usr/bin/as" LD="/usr/bin/ld" NM="/usr/bin/nm" CC="/tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc" GCC="/tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc" CXX="/tmp/instance-5/output-1/host/bin/ccache /usr/bin/g++" CPP="/usr/bin/cpp" OBJCOPY="/usr/bin/objcopy" RANLIB="/usr/bin/ranlib" CPPFLAGS="-I/tmp/instance-5/output-1/host/include" CFLAGS="-O2 -I/tmp/instance-5/output-1/host/include" CXXFLAGS="-O2 -I/tmp/instance-5/output-1/host/include" LDFLAGS="-L/tmp/instance-5/output-1/host/lib -Wl,-rpath,/tmp/instance-5/output-1/host/lib" INTLTOOL_PERL=/usr/bin/perl CPP="/tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc -E" ./configure --target-list="sh4-linux-user" --prefix="/tmp/instance-5/output-1/host" --interp-prefix=/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot --cc="/tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc" --host-cc="/tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc" --extra-cflags="-O2 -I/tmp/instance-5/output-1/host/include" --extra-ldflags="-L/tmp/instance-5/output-1/host/lib -Wl,-rpath,/tmp/instance-5/output-1/host/lib" --meson=/tmp/instance-5/output-1/host/bin/meson --ninja=/tmp/instance-5/output-1/host/bin/ninja --disable-alsa --disable-bpf --disable-bzip2 --disable-containers --disable-coreaudio --disable-curl --disable-dbus-display --disable-docs --disable-dsound --disable-jack --disable-libssh --disable-linux-aio --disable-linux-io-uring --disable-netmap --disable-oss --disable-pa --disable-sdl --disable-selinux --disable-vde --disable-vhost-user-blk-server --disable-virtiofsd --disable-vnc-jpeg --disable-png --disable-vnc-sasl --enable-slirp --enable-tools --disable-system --enable-linux-user --enable-vde --disable-virtfs --disable-cap-ng --disable-libusb Using './build' as the directory for build output The Meson build system Version: 1.0.0 Source dir: /tmp/instance-5/output-1/build/host-qemu-7.2.0 Build dir: /tmp/instance-5/output-1/build/host-qemu-7.2.0/build Build type: native build Project name: qemu Project version: 7.2.0 C compiler for the host machine: /tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc -m64 -mcx16 (gcc 10.2.1 "gcc (Debian 10.2.1-6) 10.2.1 20210110") C linker for the host machine: /tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc -m64 -mcx16 ld.bfd 2.35.2 Host machine cpu family: x86_64 Host machine cpu: x86_64 Program scripts/symlink-install-tree.py found: YES (/tmp/instance-5/output-1/host/bin/python3 /tmp/instance-5/output-1/build/host-qemu-7.2.0/scripts/symlink-install-tree.py) Program sh found: YES (/usr/bin/sh) Program python3 found: YES (/tmp/instance-5/output-1/host/bin/python3) Program iasl found: NO Compiler for C supports link arguments -Wl,-z,relro: YES Compiler for C supports link arguments -Wl,-z,now: YES C++ compiler for the host machine: /tmp/instance-5/output-1/host/bin/ccache /usr/bin/g++ -m64 -mcx16 (gcc 10.2.1 "g++ (Debian 10.2.1-6) 10.2.1 20210110") C++ linker for the host machine: /tmp/instance-5/output-1/host/bin/ccache /usr/bin/g++ -m64 -mcx16 ld.bfd 2.35.2 Compiler for C++ supports link arguments -Wl,--warn-common: YES Program cgcc found: NO Library m found: YES Run-time dependency threads found: YES Library util found: YES Run-time dependency appleframeworks found: NO (tried framework) Found pkg-config: /tmp/instance-5/output-1/host/bin/pkg-config (1.6.3) Run-time dependency pixman-1 found: YES 0.42.2 Run-time dependency zlib found: YES 1.2.13 Library aio skipped: feature linux_aio disabled Dependency liburing skipped: feature linux_io_uring disabled Run-time dependency libnfs found: NO (tried pkgconfig) Run-time dependency appleframeworks found: NO (tried framework) Run-time dependency appleframeworks found: NO (tried framework) Run-time dependency libseccomp found: NO (tried pkgconfig) Library cap-ng skipped: feature cap_ng disabled Run-time dependency xkbcommon found: NO (tried pkgconfig) Run-time dependency slirp found: YES 4.7.0 Has header "libvdeplug.h" : YES Library vdeplug found: YES Dependency libpulse skipped: feature pa disabled Dependency alsa skipped: feature alsa disabled Dependency jack skipped: feature jack disabled Library rt found: YES Run-time dependency libiscsi found: NO (tried pkgconfig) Run-time dependency libzstd found: YES 1.5.2 Run-time dependency virglrenderer found: NO (tried pkgconfig) Run-time dependency blkio found: NO (tried pkgconfig) Dependency libcurl skipped: feature curl disabled Run-time dependency libudev found: NO (tried pkgconfig) Library mpathpersist found: NO Dependency sdl2 skipped: feature sdl disabled Library rados found: NO Has header "rbd/librbd.h" : NO Run-time dependency glusterfs-api found: NO (tried pkgconfig) Dependency libssh skipped: feature libssh disabled Library bz2 skipped: feature bzip2 disabled Has header "lzfse.h" : NO Has header "dsound.h" : NO Dependency appleframeworks (modules: CoreAudio) skipped: feature coreaudio disabled Run-time dependency epoxy found: NO (tried pkgconfig) Has header "epoxy/egl.h" with dependency epoxy: NO Run-time dependency gmp found: YES 6.2.1 Has header "numa.h" : YES Library numa found: YES Dependency libusb-1.0 skipped: feature libusb disabled Run-time dependency libkeyutils found: NO (tried pkgconfig) Checking for function "gettid" : YES Dependency libselinux skipped: feature selinux disabled Run-time dependency fuse3 found: NO (tried pkgconfig) Dependency libbpf skipped: feature bpf disabled Has header "sys/epoll.h" : YES Has header "linux/magic.h" : YES Has header "valgrind/valgrind.h" : NO Has header "linux/btrfs.h" : YES Has header "libdrm/drm.h" : NO Has header "pty.h" : YES Has header "sys/disk.h" : NO Has header "sys/ioccom.h" : NO Has header "sys/kcov.h" : NO Checking for function "close_range" : NO Checking for function "accept4" : YES Checking for function "clock_adjtime" : YES Checking for function "dup3" : YES Checking for function "fallocate" : YES Checking for function "posix_fallocate" : YES Checking for function "posix_memalign" : YES Checking for function "_aligned_malloc" : NO Checking for function "valloc" : YES Checking for function "memalign" : YES Checking for function "ppoll" : YES Checking for function "preadv" : YES Checking for function "pthread_fchdir_np" : NO Checking for function "sendfile" : YES Checking for function "setns" : YES Checking for function "unshare" : YES Checking for function "syncfs" : YES Checking for function "sync_file_range" : YES Checking for function "timerfd_create" : YES Checking for function "copy_file_range" : YES Checking for function "getifaddrs" : YES Checking for function "openpty" with dependency -lutil: YES Checking for function "strchrnul" : YES Checking for function "system" : YES Header "byteswap.h" has symbol "bswap_32" : YES Header "sys/epoll.h" has symbol "epoll_create1" : YES Header "linux/falloc.h" has symbol "FALLOC_FL_PUNCH_HOLE" : YES Header "linux/falloc.h" has symbol "FALLOC_FL_KEEP_SIZE" : YES Header "linux/falloc.h" has symbol "FALLOC_FL_ZERO_RANGE" : YES Has header "linux/fiemap.h" : YES Header "linux/fs.h" has symbol "FS_IOC_FIEMAP" : YES Checking for function "getrandom" : YES Header "sys/random.h" has symbol "GRND_NONBLOCK" : YES Header "sys/inotify.h" has symbol "inotify_init" : YES Header "sys/inotify.h" has symbol "inotify_init1" : YES Header "machine/bswap.h" has symbol "bswap32" : NO Header "sys/prctl.h" has symbol "PR_SET_TIMERSLACK" : YES Header "linux/rtnetlink.h" has symbol "IFLA_PROTO_DOWN" : YES Header "sys/sysmacros.h" has symbol "makedev" : YES Header "getopt.h" has symbol "optreset" : NO Header "netinet/in.h" has symbol "IPPROTO_MPTCP" : NO Header "sys/mount.h" has symbol "FSCONFIG_SET_FLAG" : NO Checking whether type "struct sigevent" has member "sigev_notify_thread_id" : NO Checking whether type "struct stat" has member "st_atim" : YES Checking for type "struct iovec" : YES Checking for type "struct utmpx" : YES Header "linux/vm_sockets.h" has symbol "AF_VSOCK" : YES Program scripts/minikconf.py found: YES (/tmp/instance-5/output-1/host/bin/python3 /tmp/instance-5/output-1/build/host-qemu-7.2.0/scripts/minikconf.py) Configuring sh4-linux-user-config-target.h using configuration Program scripts/make-config-poison.sh found: YES (/tmp/instance-5/output-1/build/host-qemu-7.2.0/scripts/make-config-poison.sh) Run-time dependency capstone found: NO (tried pkgconfig) Configuring config-host.h using configuration Program scripts/hxtool found: YES (/tmp/instance-5/output-1/build/host-qemu-7.2.0/scripts/hxtool) Program scripts/shaderinclude.pl found: YES (/usr/bin/env perl /tmp/instance-5/output-1/build/host-qemu-7.2.0/scripts/shaderinclude.pl) Program scripts/qapi-gen.py found: YES (/tmp/instance-5/output-1/host/bin/python3 /tmp/instance-5/output-1/build/host-qemu-7.2.0/scripts/qapi-gen.py) Program scripts/qemu-version.sh found: YES (/tmp/instance-5/output-1/build/host-qemu-7.2.0/scripts/qemu-version.sh) Executing subproject libvhost-user libvhost-user| Project name: libvhost-user libvhost-user| Project version: undefined libvhost-user| C compiler for the host machine: /tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc -m64 -mcx16 (gcc 10.2.1 "gcc (Debian 10.2.1-6) 10.2.1 20210110") libvhost-user| C linker for the host machine: /tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc -m64 -mcx16 ld.bfd 2.35.2 libvhost-user| Dependency threads found: YES unknown (cached) libvhost-user| Dependency glib-2.0 found: YES 2.72.3 (overridden) libvhost-user| Build targets in project: 7 libvhost-user| Subproject libvhost-user finished. Executing subproject libvduse libvduse| Project name: libvduse libvduse| Project version: undefined libvduse| C compiler for the host machine: /tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc -m64 -mcx16 (gcc 10.2.1 "gcc (Debian 10.2.1-6) 10.2.1 20210110") libvduse| C linker for the host machine: /tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc -m64 -mcx16 ld.bfd 2.35.2 libvduse| Build targets in project: 8 libvduse| Subproject libvduse finished. Program scripts/decodetree.py found: YES (/tmp/instance-5/output-1/host/bin/python3 /tmp/instance-5/output-1/build/host-qemu-7.2.0/scripts/decodetree.py) Program ../scripts/modules/module_block.py found: YES (/tmp/instance-5/output-1/host/bin/python3 /tmp/instance-5/output-1/build/host-qemu-7.2.0/block/../scripts/modules/module_block.py) Program ../scripts/block-coroutine-wrapper.py found: YES (/tmp/instance-5/output-1/host/bin/python3 /tmp/instance-5/output-1/build/host-qemu-7.2.0/block/../scripts/block-coroutine-wrapper.py) Program scripts/modinfo-collect.py found: YES (/tmp/instance-5/output-1/build/host-qemu-7.2.0/scripts/modinfo-collect.py) Program scripts/modinfo-generate.py found: YES (/tmp/instance-5/output-1/build/host-qemu-7.2.0/scripts/modinfo-generate.py) Program nm found: YES Program scripts/undefsym.py found: YES (/tmp/instance-5/output-1/host/bin/python3 /tmp/instance-5/output-1/build/host-qemu-7.2.0/scripts/undefsym.py) Program scripts/feature_to_c.sh found: YES (/bin/sh /tmp/instance-5/output-1/build/host-qemu-7.2.0/scripts/feature_to_c.sh) Program qemu-keymap found: NO Program sphinx-build-3 sphinx-build skipped: feature docs disabled Program bash found: YES 5.1.4 (/usr/bin/bash) Program diff found: YES (/usr/bin/diff) Program dbus-daemon found: YES (/usr/bin/dbus-daemon) Found CMake: /tmp/instance-5/output-1/host/bin/cmake (3.22.3) Run-time dependency gvnc-1.0 found: NO (tried pkgconfig and cmake) Program initrd-stress.sh found: YES (/tmp/instance-5/output-1/build/host-qemu-7.2.0/tests/migration/initrd-stress.sh) Build targets in project: 282 qemu 7.2.0 Directories Install prefix : /tmp/instance-5/output-1/host BIOS directory : share/qemu firmware path : share/qemu-firmware binary directory : /tmp/instance-5/output-1/host/bin library directory : /tmp/instance-5/output-1/host/lib/x86_64-linux-gnu module directory : lib/x86_64-linux-gnu/qemu libexec directory : /tmp/instance-5/output-1/host/libexec include directory : /tmp/instance-5/output-1/host/include config directory : /tmp/instance-5/output-1/host/etc local state directory : /tmp/instance-5/output-1/host/var Manual directory : /tmp/instance-5/output-1/host/share/man Doc directory : /tmp/instance-5/output-1/host/share/doc Build directory : /tmp/instance-5/output-1/build/host-qemu-7.2.0/build Source path : /tmp/instance-5/output-1/build/host-qemu-7.2.0 GIT submodules : ui/keycodemapdb tests/fp/berkeley-testfloat-3 tests/fp/berkeley-softfloat-3 dtc Host binaries git : git make : make python : /tmp/instance-5/output-1/host/bin/python3 (version: 3.11) sphinx-build : NO iasl : NO genisoimage : /tmp/instance-5/output-1/host/bin/genisoimage Configurable features Documentation : NO system-mode emulation : NO user-mode emulation : YES block layer : YES Install blobs : YES module support : NO fuzzing support : NO Trace backends : log D-Bus display : NO QOM debugging : NO vhost-kernel support : YES vhost-net support : YES vhost-user support : YES vhost-user-crypto support : YES vhost-user-blk server support: NO vhost-vdpa support : YES build guest agent : YES Compilation host CPU : x86_64 host endianness : little C compiler : /tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc -m64 -mcx16 Host C compiler : /tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc -m64 -mcx16 C++ compiler : /tmp/instance-5/output-1/host/bin/ccache /usr/bin/g++ -m64 -mcx16 CFLAGS : -O2 -I/tmp/instance-5/output-1/host/include -O2 -I/tmp/instance-5/output-1/host/include -O2 -g CXXFLAGS : -O2 -I/tmp/instance-5/output-1/host/include -O2 -I/tmp/instance-5/output-1/host/include -O2 -g LDFLAGS : -O2 -I/tmp/instance-5/output-1/host/include -L/tmp/instance-5/output-1/host/lib -Wl,-rpath,/tmp/instance-5/output-1/host/lib -O2 -I/tmp/instance-5/output-1/host/include -L/tmp/instance-5/output-1/host/lib -Wl,-rpath,/tmp/instance-5/output-1/host/lib QEMU_CFLAGS : -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wundef -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -fno-common -fwrapv -Wold-style-declaration -Wold-style-definition -Wtype-limits -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wempty-body -Wnested-externs -Wendif-labels -Wexpansion-to-defined -Wimplicit-fallthrough=2 -Wno-missing-include-dirs -Wno-shift-negative-value -Wno-psabi -fstack-protector-strong QEMU_CXXFLAGS : -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wundef -Wwrite-strings -fno-strict-aliasing -fno-common -fwrapv -Wtype-limits -Wformat-security -Wformat-y2k -Winit-self -Wignored-qualifiers -Wempty-body -Wendif-labels -Wexpansion-to-defined -Wimplicit-fallthrough=2 -Wno-missing-include-dirs -Wno-shift-negative-value -Wno-psabi -fstack-protector-strong QEMU_OBJCFLAGS : QEMU_LDFLAGS : -fstack-protector-strong -Wl,-z,relro -Wl,-z,now -Wl,--warn-common profiler : NO link-time optimization (LTO) : NO PIE : YES static build : NO malloc trim support : YES membarrier : NO debug stack usage : NO mutex debugging : NO memory allocator : system avx2 optimization : YES avx512f optimization : NO gprof enabled : NO gcov : NO thread sanitizer : NO CFI support : NO strip binaries : NO sparse : NO mingw32 support : NO Targets and accelerators TCG support : YES TCG backend : native (x86_64) TCG plugins : YES TCG debug enabled : NO target list : sh4-linux-user Block layer support coroutine backend : ucontext coroutine pool : YES Block whitelist (rw) : Block whitelist (ro) : Use block whitelist in tools : NO VirtFS support : NO build virtiofs daemon : NO Live block migration : YES replication support : YES bochs support : YES cloop support : YES dmg support : YES qcow v1 support : YES vdi support : YES vvfat support : YES qed support : YES parallels support : YES FUSE exports : NO VDUSE block exports : YES Crypto TLS priority : NORMAL GNUTLS support : NO libgcrypt : NO nettle : NO AF_ALG support : NO rng-none : NO Linux keyring : YES Dependencies SDL support : NO SDL image support : NO GTK support : NO pixman : YES 0.42.2 VTE support : NO slirp support : YES 4.7.0 libtasn1 : NO PAM : NO iconv support : NO curses support : NO virgl support : NO blkio support : NO curl support : NO Multipath support : NO PNG support : NO VNC support : NO OSS support : NO sndio support : NO ALSA support : NO PulseAudio support : NO JACK support : NO brlapi support : NO vde support : YES netmap support : NO l2tpv3 support : NO Linux AIO support : NO Linux io_uring support : NO ATTR/XATTR support : YES RDMA support : NO PVRDMA support : NO fdt support : NO libcap-ng support : NO bpf support : NO spice protocol support : NO rbd support : NO smartcard support : NO U2F support : NO libusb : NO usb net redir : NO OpenGL support (epoxy) : NO GBM : NO libiscsi support : NO libnfs support : NO seccomp support : NO GlusterFS support : NO TPM support : YES libssh support : NO lzo support : NO snappy support : NO bzip2 support : NO lzfse support : NO zstd support : YES 1.5.2 NUMA host support : YES capstone : NO libpmem support : NO libdaxctl support : NO libudev : NO FUSE lseek : NO selinux : NO Subprojects libvduse : YES libvhost-user : YES User defined options Native files : config-meson.cross prefix : /tmp/instance-5/output-1/host alsa : disabled bpf : disabled bzip2 : disabled cap_ng : disabled coreaudio : disabled curl : disabled dbus_display : disabled docs : disabled dsound : disabled interp_prefix : /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot jack : disabled libssh : disabled libusb : disabled linux_aio : disabled linux_io_uring : disabled netmap : disabled oss : disabled pa : disabled png : disabled sdl : disabled selinux : disabled slirp : enabled tools : enabled vde : enabled vfio_user_server : disabled vhost_user_blk_server : disabled virtfs : disabled virtiofsd : disabled vnc_jpeg : disabled vnc_sasl : disabled Found ninja-1.11.1.git.kitware.jobserver-1 at /tmp/instance-5/output-1/host/bin/ninja Running postconf script '/tmp/instance-5/output-1/host/bin/python3 /tmp/instance-5/output-1/build/host-qemu-7.2.0/scripts/symlink-install-tree.py' >>> host-qemu 7.2.0 Building unset TARGET_DIR; PATH="/tmp/instance-5/output-1/host/bin:/tmp/instance-5/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PKG_CONFIG="/tmp/instance-5/output-1/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/tmp/instance-5/output-1/host/lib/pkgconfig:/tmp/instance-5/output-1/host/share/pkgconfig" /home/autobuild/make/make -j1 -C /tmp/instance-5/output-1/build/host-qemu-7.2.0 make[1]: Entering directory '/tmp/instance-5/output-1/build/host-qemu-7.2.0' changing dir to build for /home/autobuild/make/make ""... make[2]: Entering directory '/tmp/instance-5/output-1/build/host-qemu-7.2.0/build' /tmp/instance-5/output-1/host/bin/ninja build.ninja && touch build.ninja.stamp ninja: no work to do. /tmp/instance-5/output-1/host/bin/meson introspect --targets --tests --benchmarks | /tmp/instance-5/output-1/host/bin/python3 -B scripts/mtest2make.py > Makefile.mtest [1/1436] Generating config-poison.h with a custom command (wrapped by meson to capture output) [2/1436] Generating qemu-version.h with a custom command (wrapped by meson to capture output) [3/1436] Generating qemu-options.def with a custom command (wrapped by meson to capture output) [4/1436] Generating qemu-img-cmds.h with a custom command (wrapped by meson to capture output) [5/1436] Compiling C object subprojects/libvhost-user/libvhost-user.a.p/libvhost-user.c.o [6/1436] Linking static target subprojects/libvhost-user/libvhost-user.a [7/1436] Compiling C object subprojects/libvhost-user/link-test.p/link-test.c.o [8/1436] Linking target subprojects/libvhost-user/link-test [9/1436] Compiling C object subprojects/libvhost-user/libvhost-user-glib.a.p/libvhost-user-glib.c.o [10/1436] Linking static target subprojects/libvhost-user/libvhost-user-glib.a [11/1436] Compiling C object subprojects/libvduse/libvduse.a.p/libvduse.c.o [12/1436] Linking static target subprojects/libvduse/libvduse.a [13/1436] Generating qapi/shared QAPI source files with a custom command [14/1436] Generating trace/trace-root.h with a custom command [15/1436] Generating trace/trace-root.c with a custom command [16/1436] Generating trace/trace-crypto.h with a custom command [17/1436] Generating trace/trace-crypto.c with a custom command [18/1436] Generating trace/trace-qapi.h with a custom command [19/1436] Generating trace/trace-qapi.c with a custom command [20/1436] Generating trace/trace-qom.h with a custom command [21/1436] Generating trace/trace-qom.c with a custom command [22/1436] Generating trace/trace-monitor.h with a custom command [23/1436] Generating trace/trace-monitor.c with a custom command [24/1436] Generating trace/trace-util.h with a custom command [25/1436] Generating trace/trace-util.c with a custom command [26/1436] Generating trace/trace-gdbstub.h with a custom command [27/1436] Generating trace/trace-gdbstub.c with a custom command [28/1436] Generating trace/trace-linux_user.h with a custom command [29/1436] Generating trace/trace-linux_user.c with a custom command [30/1436] Generating trace/trace-authz.h with a custom command [31/1436] Generating trace/trace-authz.c with a custom command [32/1436] Generating trace/trace-block.h with a custom command [33/1436] Generating trace/trace-block.c with a custom command [34/1436] Generating trace/trace-io.h with a custom command [35/1436] Generating trace/trace-io.c with a custom command [36/1436] Generating trace/trace-nbd.h with a custom command [37/1436] Generating trace/trace-nbd.c with a custom command [38/1436] Generating trace/trace-scsi.h with a custom command [39/1436] Generating trace/trace-scsi.c with a custom command [40/1436] Generating trace/trace-accel_tcg.h with a custom command [41/1436] Generating trace/trace-accel_tcg.c with a custom command [42/1436] Generating trace/trace-hw_core.h with a custom command [43/1436] Generating trace/trace-hw_core.c with a custom command [44/1436] Generating trace/trace-target_arm.h with a custom command [45/1436] Generating trace/trace-target_arm.c with a custom command [46/1436] Generating trace/trace-target_arm_hvf.h with a custom command [47/1436] Generating trace/trace-target_arm_hvf.c with a custom command [48/1436] Generating trace/trace-target_hppa.h with a custom command [49/1436] Generating trace/trace-target_hppa.c with a custom command [50/1436] Generating trace/trace-target_i386.h with a custom command [51/1436] Generating trace/trace-target_i386.c with a custom command [52/1436] Generating trace/trace-target_i386_kvm.h with a custom command [53/1436] Generating trace/trace-target_i386_kvm.c with a custom command [54/1436] Generating trace/trace-target_mips_tcg.h with a custom command [55/1436] Generating trace/trace-target_mips_tcg.c with a custom command [56/1436] Generating trace/trace-target_nios2.h with a custom command [57/1436] Generating trace/trace-target_nios2.c with a custom command [58/1436] Generating trace/trace-target_ppc.h with a custom command [59/1436] Generating trace/trace-target_ppc.c with a custom command [60/1436] Generating trace/trace-target_riscv.h with a custom command [61/1436] Generating trace/trace-target_riscv.c with a custom command [62/1436] Generating trace/trace-target_s390x.h with a custom command [63/1436] Generating trace/trace-target_s390x.c with a custom command [64/1436] Generating trace/trace-target_s390x_kvm.h with a custom command [65/1436] Generating trace/trace-target_s390x_kvm.c with a custom command [66/1436] Generating trace/trace-target_sparc.h with a custom command [67/1436] Generating trace/trace-target_sparc.c with a custom command [68/1436] Generating trace/trace-qapi_commands_authz_trace_events.h with a custom command [69/1436] Generating trace/trace-qapi_commands_authz_trace_events.c with a custom command [70/1436] Generating trace/trace-qapi_commands_block_trace_events.h with a custom command [71/1436] Generating trace/trace-qapi_commands_block_trace_events.c with a custom command [72/1436] Generating trace/trace-qapi_commands_block_core_trace_events.h with a custom command [73/1436] Generating trace/trace-qapi_commands_block_core_trace_events.c with a custom command [74/1436] Generating trace/trace-qapi_commands_block_export_trace_events.h with a custom command [75/1436] Generating trace/trace-qapi_commands_block_export_trace_events.c with a custom command [76/1436] Generating trace/trace-qapi_commands_char_trace_events.h with a custom command [77/1436] Generating trace/trace-qapi_commands_char_trace_events.c with a custom command [78/1436] Generating trace/trace-qapi_commands_common_trace_events.h with a custom command [79/1436] Generating trace/trace-qapi_commands_common_trace_events.c with a custom command [80/1436] Generating trace/trace-qapi_commands_compat_trace_events.h with a custom command [81/1436] Generating trace/trace-qapi_commands_compat_trace_events.c with a custom command [82/1436] Generating trace/trace-qapi_commands_control_trace_events.h with a custom command [83/1436] Generating trace/trace-qapi_commands_control_trace_events.c with a custom command [84/1436] Generating trace/trace-qapi_commands_crypto_trace_events.h with a custom command [85/1436] Generating trace/trace-qapi_commands_crypto_trace_events.c with a custom command [86/1436] Generating trace/trace-qapi_commands_dump_trace_events.h with a custom command [87/1436] Generating trace/trace-qapi_commands_dump_trace_events.c with a custom command [88/1436] Generating trace/trace-qapi_commands_error_trace_events.h with a custom command [89/1436] Generating trace/trace-qapi_commands_error_trace_events.c with a custom command [90/1436] Generating trace/trace-qapi_commands_introspect_trace_events.h with a custom command [91/1436] Generating trace/trace-qapi_commands_introspect_trace_events.c with a custom command [92/1436] Generating trace/trace-qapi_commands_job_trace_events.h with a custom command [93/1436] Generating trace/trace-qapi_commands_job_trace_events.c with a custom command [94/1436] Generating trace/trace-qapi_commands_machine_trace_events.h with a custom command [95/1436] Generating trace/trace-qapi_commands_machine_trace_events.c with a custom command [96/1436] Generating trace/trace-qapi_commands_migration_trace_events.h with a custom command [97/1436] Generating trace/trace-qapi_commands_migration_trace_events.c with a custom command [98/1436] Generating trace/trace-qapi_commands_misc_trace_events.h with a custom command [99/1436] Generating trace/trace-qapi_commands_misc_trace_events.c with a custom command [100/1436] Generating trace/trace-qapi_commands_net_trace_events.h with a custom command [101/1436] Generating trace/trace-qapi_commands_net_trace_events.c with a custom command [102/1436] Generating trace/trace-qapi_commands_pragma_trace_events.h with a custom command [103/1436] Generating trace/trace-qapi_commands_pragma_trace_events.c with a custom command [104/1436] Generating trace/trace-qapi_commands_qom_trace_events.h with a custom command [105/1436] Generating trace/trace-qapi_commands_qom_trace_events.c with a custom command [106/1436] Generating trace/trace-qapi_commands_replay_trace_events.h with a custom command [107/1436] Generating trace/trace-qapi_commands_replay_trace_events.c with a custom command [108/1436] Generating trace/trace-qapi_commands_run_state_trace_events.h with a custom command [109/1436] Generating trace/trace-qapi_commands_run_state_trace_events.c with a custom command [110/1436] Generating trace/trace-qapi_commands_sockets_trace_events.h with a custom command [111/1436] Generating trace/trace-qapi_commands_sockets_trace_events.c with a custom command [112/1436] Generating trace/trace-qapi_commands_stats_trace_events.h with a custom command [113/1436] Generating trace/trace-qapi_commands_stats_trace_events.c with a custom command [114/1436] Generating trace/trace-qapi_commands_trace_trace_events.h with a custom command [115/1436] Generating trace/trace-qapi_commands_trace_trace_events.c with a custom command [116/1436] Generating trace/trace-qapi_commands_transaction_trace_events.h with a custom command [117/1436] Generating trace/trace-qapi_commands_transaction_trace_events.c with a custom command [118/1436] Generating trace/trace-qapi_commands_virtio_trace_events.h with a custom command [119/1436] Generating trace/trace-qapi_commands_virtio_trace_events.c with a custom command [120/1436] Generating trace/trace-qapi_commands_yank_trace_events.h with a custom command [121/1436] Generating trace/trace-qapi_commands_yank_trace_events.c with a custom command [122/1436] Generating trace/trace-qapi_commands_ui_trace_events.h with a custom command [123/1436] Generating trace/trace-qapi_commands_ui_trace_events.c with a custom command [124/1436] Generating trace/trace-qapi_commands_machine_target_trace_events.h with a custom command [125/1436] Generating trace/trace-qapi_commands_machine_target_trace_events.c with a custom command [126/1436] Generating trace/trace-qapi_commands_misc_target_trace_events.h with a custom command [127/1436] Generating trace/trace-qapi_commands_misc_target_trace_events.c with a custom command [128/1436] Generating trace/trace-events-all with a custom command (wrapped by meson to capture output) [129/1436] Generating ui/shader/texture-blit-frag.h with a custom command (wrapped by meson to capture output) [130/1436] Generating ui/shader/texture-blit-vert.h with a custom command (wrapped by meson to capture output) [131/1436] Generating ui/shader/texture-blit-flip-vert.h with a custom command (wrapped by meson to capture output) [132/1436] Compiling C object libqom.fa.p/qom_container.c.o [133/1436] Compiling C object libqom.fa.p/qom_object.c.o [134/1436] Compiling C object libqom.fa.p/qom_object_interfaces.c.o [135/1436] Compiling C object libqom.fa.p/qom_qom-qobject.c.o [136/1436] Compiling C object libqom.fa.p/hw_nvram_fw_cfg-interface.c.o [137/1436] Linking static target libqom.fa [138/1436] Compiling C object libevent-loop-base.a.p/event-loop-base.c.o [139/1436] Linking static target libevent-loop-base.a [140/1436] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-builtin-types.c.o [141/1436] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-builtin-visit.c.o [142/1436] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-types-authz.c.o [143/1436] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-visit-authz.c.o [144/1436] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-events-authz.c.o [145/1436] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-commands-authz.c.o [146/1436] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-types-block.c.o [147/1436] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-visit-block.c.o [148/1436] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-events-block.c.o [149/1436] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-commands-block.c.o [150/1436] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-types-block-core.c.o [151/1436] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-visit-block-core.c.o [152/1436] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-events-block-core.c.o [153/1436] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-commands-block-core.c.o [154/1436] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-types-block-export.c.o [155/1436] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-visit-block-export.c.o [156/1436] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-events-block-export.c.o [157/1436] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-commands-block-export.c.o [158/1436] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-types-char.c.o [159/1436] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-visit-char.c.o [160/1436] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-events-char.c.o [161/1436] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-commands-char.c.o [162/1436] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-types-common.c.o [163/1436] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-visit-common.c.o [164/1436] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-events-common.c.o [165/1436] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-commands-common.c.o [166/1436] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-types-compat.c.o [167/1436] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-visit-compat.c.o [168/1436] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-events-compat.c.o [169/1436] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-commands-compat.c.o [170/1436] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-types-control.c.o [171/1436] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-visit-control.c.o [172/1436] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-events-control.c.o [173/1436] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-commands-control.c.o [174/1436] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-types-crypto.c.o [175/1436] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-visit-crypto.c.o [176/1436] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-events-crypto.c.o [177/1436] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-commands-crypto.c.o [178/1436] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-types-dump.c.o [179/1436] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-visit-dump.c.o [180/1436] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-events-dump.c.o [181/1436] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-commands-dump.c.o [182/1436] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-types-error.c.o [183/1436] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-visit-error.c.o [184/1436] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-events-error.c.o [185/1436] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-commands-error.c.o [186/1436] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-types-introspect.c.o [187/1436] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-visit-introspect.c.o [188/1436] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-events-introspect.c.o [189/1436] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-commands-introspect.c.o [190/1436] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-types-job.c.o [191/1436] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-visit-job.c.o [192/1436] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-events-job.c.o [193/1436] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-commands-job.c.o [194/1436] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-types-machine.c.o [195/1436] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-visit-machine.c.o [196/1436] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-events-machine.c.o [197/1436] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-commands-machine.c.o [198/1436] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-types-migration.c.o [199/1436] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-visit-migration.c.o [200/1436] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-events-migration.c.o [201/1436] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-commands-migration.c.o [202/1436] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-types-misc.c.o [203/1436] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-visit-misc.c.o [204/1436] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-events-misc.c.o [205/1436] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-commands-misc.c.o [206/1436] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-types-net.c.o [207/1436] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-visit-net.c.o [208/1436] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-events-net.c.o [209/1436] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-commands-net.c.o [210/1436] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-types-pragma.c.o [211/1436] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-visit-pragma.c.o [212/1436] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-events-pragma.c.o [213/1436] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-commands-pragma.c.o [214/1436] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-types-qom.c.o [215/1436] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-visit-qom.c.o [216/1436] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-events-qom.c.o [217/1436] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-commands-qom.c.o [218/1436] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-types-replay.c.o [219/1436] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-visit-replay.c.o [220/1436] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-events-replay.c.o [221/1436] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-commands-replay.c.o [222/1436] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-types-run-state.c.o [223/1436] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-visit-run-state.c.o [224/1436] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-events-run-state.c.o [225/1436] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-commands-run-state.c.o [226/1436] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-types-sockets.c.o [227/1436] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-visit-sockets.c.o [228/1436] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-events-sockets.c.o [229/1436] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-commands-sockets.c.o [230/1436] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-types-stats.c.o [231/1436] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-visit-stats.c.o [232/1436] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-events-stats.c.o [233/1436] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-commands-stats.c.o [234/1436] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-types-trace.c.o [235/1436] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-visit-trace.c.o [236/1436] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-events-trace.c.o [237/1436] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-commands-trace.c.o [238/1436] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-types-transaction.c.o [239/1436] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-visit-transaction.c.o [240/1436] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-events-transaction.c.o [241/1436] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-commands-transaction.c.o [242/1436] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-types-virtio.c.o [243/1436] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-visit-virtio.c.o [244/1436] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-events-virtio.c.o [245/1436] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-commands-virtio.c.o [246/1436] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-types-yank.c.o [247/1436] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-visit-yank.c.o [248/1436] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-events-yank.c.o [249/1436] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-commands-yank.c.o [250/1436] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-types-ui.c.o [251/1436] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-visit-ui.c.o [252/1436] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-events-ui.c.o [253/1436] Compiling C object libqemuutil.a.p/meson-generated_.._qapi_qapi-commands-ui.c.o [254/1436] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-root.c.o [255/1436] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-crypto.c.o [256/1436] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-qapi.c.o [257/1436] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-qom.c.o [258/1436] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-monitor.c.o [259/1436] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-util.c.o [260/1436] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-gdbstub.c.o [261/1436] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-linux_user.c.o [262/1436] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-authz.c.o [263/1436] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-block.c.o [264/1436] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-io.c.o [265/1436] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-nbd.c.o [266/1436] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-scsi.c.o [267/1436] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-accel_tcg.c.o [268/1436] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-hw_core.c.o [269/1436] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-target_arm.c.o [270/1436] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-target_arm_hvf.c.o [271/1436] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-target_hppa.c.o [272/1436] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-target_i386.c.o [273/1436] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-target_i386_kvm.c.o [274/1436] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-target_mips_tcg.c.o [275/1436] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-target_nios2.c.o [276/1436] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-target_ppc.c.o [277/1436] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-target_riscv.c.o [278/1436] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-target_s390x.c.o [279/1436] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-target_s390x_kvm.c.o [280/1436] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-target_sparc.c.o [281/1436] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-qapi_commands_authz_trace_events.c.o [282/1436] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-qapi_commands_block_trace_events.c.o [283/1436] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-qapi_commands_block_core_trace_events.c.o [284/1436] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-qapi_commands_block_export_trace_events.c.o [285/1436] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-qapi_commands_char_trace_events.c.o [286/1436] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-qapi_commands_common_trace_events.c.o [287/1436] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-qapi_commands_compat_trace_events.c.o [288/1436] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-qapi_commands_control_trace_events.c.o [289/1436] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-qapi_commands_crypto_trace_events.c.o [290/1436] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-qapi_commands_dump_trace_events.c.o [291/1436] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-qapi_commands_error_trace_events.c.o [292/1436] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-qapi_commands_introspect_trace_events.c.o [293/1436] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-qapi_commands_job_trace_events.c.o [294/1436] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-qapi_commands_machine_trace_events.c.o [295/1436] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-qapi_commands_migration_trace_events.c.o [296/1436] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-qapi_commands_misc_trace_events.c.o [297/1436] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-qapi_commands_net_trace_events.c.o [298/1436] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-qapi_commands_pragma_trace_events.c.o [299/1436] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-qapi_commands_qom_trace_events.c.o [300/1436] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-qapi_commands_replay_trace_events.c.o [301/1436] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-qapi_commands_run_state_trace_events.c.o [302/1436] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-qapi_commands_sockets_trace_events.c.o [303/1436] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-qapi_commands_stats_trace_events.c.o [304/1436] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-qapi_commands_trace_trace_events.c.o [305/1436] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-qapi_commands_transaction_trace_events.c.o [306/1436] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-qapi_commands_virtio_trace_events.c.o [307/1436] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-qapi_commands_yank_trace_events.c.o [308/1436] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-qapi_commands_ui_trace_events.c.o [309/1436] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-qapi_commands_machine_target_trace_events.c.o [310/1436] Compiling C object libqemuutil.a.p/meson-generated_.._trace_trace-qapi_commands_misc_target_trace_events.c.o [311/1436] Compiling C object libqemuutil.a.p/qapi_opts-visitor.c.o [312/1436] Compiling C object libqemuutil.a.p/qapi_qapi-clone-visitor.c.o [313/1436] Compiling C object libqemuutil.a.p/qapi_qapi-dealloc-visitor.c.o [314/1436] Compiling C object libqemuutil.a.p/qapi_qapi-forward-visitor.c.o [315/1436] Compiling C object libqemuutil.a.p/qapi_qapi-util.c.o [316/1436] Compiling C object libqemuutil.a.p/qapi_qapi-visit-core.c.o [317/1436] Compiling C object libqemuutil.a.p/qapi_qobject-input-visitor.c.o [318/1436] Compiling C object libqemuutil.a.p/qapi_qobject-output-visitor.c.o [319/1436] Compiling C object libqemuutil.a.p/qapi_string-input-visitor.c.o [320/1436] Compiling C object libqemuutil.a.p/qapi_string-output-visitor.c.o [321/1436] Compiling C object libqemuutil.a.p/qapi_qmp-dispatch.c.o [322/1436] Compiling C object libqemuutil.a.p/qapi_qmp-event.c.o [323/1436] Compiling C object libqemuutil.a.p/qapi_qmp-registry.c.o [324/1436] Compiling C object libqemuutil.a.p/qobject_qnull.c.o [325/1436] Compiling C object libqemuutil.a.p/qobject_qnum.c.o [326/1436] Compiling C object libqemuutil.a.p/qobject_qstring.c.o [327/1436] Compiling C object libqemuutil.a.p/qobject_qdict.c.o [328/1436] Compiling C object libqemuutil.a.p/qobject_qlist.c.o [329/1436] Compiling C object libqemuutil.a.p/qobject_qbool.c.o [330/1436] Compiling C object libqemuutil.a.p/qobject_qlit.c.o [331/1436] Compiling C object libqemuutil.a.p/qobject_qjson.c.o [332/1436] Compiling C object libqemuutil.a.p/qobject_qobject.c.o [333/1436] Compiling C object libqemuutil.a.p/qobject_json-writer.c.o [334/1436] Compiling C object libqemuutil.a.p/qobject_json-lexer.c.o [335/1436] Compiling C object libqemuutil.a.p/qobject_json-streamer.c.o [336/1436] Compiling C object libqemuutil.a.p/qobject_json-parser.c.o [337/1436] Compiling C object libqemuutil.a.p/qobject_block-qdict.c.o [338/1436] Compiling C object libqemuutil.a.p/util_osdep.c.o [339/1436] Compiling C object libqemuutil.a.p/util_cutils.c.o [340/1436] Compiling C object libqemuutil.a.p/util_unicode.c.o [341/1436] Compiling C object libqemuutil.a.p/util_qemu-timer-common.c.o [342/1436] Compiling C object libqemuutil.a.p/util_thread-context.c.o [343/1436] Compiling C object libqemuutil.a.p/util_async-teardown.c.o [344/1436] Compiling C object libqemuutil.a.p/util_aio-posix.c.o [345/1436] Compiling C object libqemuutil.a.p/util_fdmon-poll.c.o [346/1436] Compiling C object libqemuutil.a.p/util_fdmon-epoll.c.o [347/1436] Compiling C object libqemuutil.a.p/util_compatfd.c.o [348/1436] Compiling C object libqemuutil.a.p/util_event_notifier-posix.c.o [349/1436] Compiling C object libqemuutil.a.p/util_mmap-alloc.c.o [350/1436] Compiling C object libqemuutil.a.p/util_oslib-posix.c.o [351/1436] Compiling C object libqemuutil.a.p/util_qemu-thread-posix.c.o [352/1436] Compiling C object libqemuutil.a.p/util_memfd.c.o [353/1436] Compiling C object libqemuutil.a.p/util_envlist.c.o [354/1436] Compiling C object libqemuutil.a.p/util_path.c.o [355/1436] Compiling C object libqemuutil.a.p/util_module.c.o [356/1436] Compiling C object libqemuutil.a.p/util_host-utils.c.o [357/1436] Compiling C object libqemuutil.a.p/util_bitmap.c.o [358/1436] Compiling C object libqemuutil.a.p/util_bitops.c.o [359/1436] Compiling C object libqemuutil.a.p/util_fifo8.c.o [360/1436] Compiling C object libqemuutil.a.p/util_cacheflush.c.o [361/1436] Compiling C object libqemuutil.a.p/util_error.c.o [362/1436] Compiling C object libqemuutil.a.p/util_error-report.c.o [363/1436] Compiling C object libqemuutil.a.p/util_qemu-print.c.o [364/1436] Compiling C object libqemuutil.a.p/util_id.c.o [365/1436] Compiling C object libqemuutil.a.p/util_qemu-config.c.o [366/1436] Compiling C object libqemuutil.a.p/util_notify.c.o [367/1436] Compiling C object libqemuutil.a.p/util_qemu-option.c.o [368/1436] Compiling C object libqemuutil.a.p/util_qemu-progress.c.o [369/1436] Compiling C object libqemuutil.a.p/util_keyval.c.o [370/1436] Compiling C object libqemuutil.a.p/util_crc32c.c.o [371/1436] Compiling C object libqemuutil.a.p/util_uuid.c.o [372/1436] Compiling C object libqemuutil.a.p/util_getauxval.c.o [373/1436] Compiling C object libqemuutil.a.p/util_rcu.c.o [374/1436] Compiling C object libqemuutil.a.p/util_log.c.o [375/1436] Compiling C object libqemuutil.a.p/util_qdist.c.o [376/1436] Compiling C object libqemuutil.a.p/util_qht.c.o [377/1436] Compiling C object libqemuutil.a.p/util_qsp.c.o [378/1436] Compiling C object libqemuutil.a.p/util_range.c.o [379/1436] Compiling C object libqemuutil.a.p/util_stats64.c.o [380/1436] Compiling C object libqemuutil.a.p/util_systemd.c.o [381/1436] Compiling C object libqemuutil.a.p/util_transactions.c.o [382/1436] Compiling C object libqemuutil.a.p/util_drm.c.o [383/1436] Compiling C object libqemuutil.a.p/util_guest-random.c.o [384/1436] Compiling C object libqemuutil.a.p/util_yank.c.o [385/1436] Compiling C object libqemuutil.a.p/util_int128.c.o [386/1436] Compiling C object libqemuutil.a.p/util_memalign.c.o [387/1436] Compiling C object libqemuutil.a.p/util_selfmap.c.o [388/1436] Compiling C object libqemuutil.a.p/util_aiocb.c.o [389/1436] Compiling C object libqemuutil.a.p/util_async.c.o [390/1436] Compiling C object libqemuutil.a.p/util_base64.c.o [391/1436] Compiling C object libqemuutil.a.p/util_lockcnt.c.o [392/1436] Compiling C object libqemuutil.a.p/util_main-loop.c.o [393/1436] Compiling C object libqemuutil.a.p/util_qemu-coroutine.c.o [394/1436] Compiling C object libqemuutil.a.p/util_qemu-coroutine-lock.c.o [395/1436] Compiling C object libqemuutil.a.p/util_qemu-coroutine-io.c.o [396/1436] Compiling C object libqemuutil.a.p/util_coroutine-ucontext.c.o [397/1436] Compiling C object libqemuutil.a.p/util_thread-pool.c.o [398/1436] Compiling C object libqemuutil.a.p/util_qemu-timer.c.o [399/1436] Compiling C object libqemuutil.a.p/util_qemu-sockets.c.o [400/1436] Compiling C object libqemuutil.a.p/util_aio-wait.c.o [401/1436] Compiling C object libqemuutil.a.p/util_buffer.c.o [402/1436] Compiling C object libqemuutil.a.p/util_bufferiszero.c.o [403/1436] Compiling C object libqemuutil.a.p/util_hbitmap.c.o [404/1436] Compiling C object libqemuutil.a.p/util_hexdump.c.o [405/1436] Compiling C object libqemuutil.a.p/util_iova-tree.c.o [406/1436] Compiling C object libqemuutil.a.p/util_iov.c.o [407/1436] Compiling C object libqemuutil.a.p/util_uri.c.o [408/1436] Compiling C object libqemuutil.a.p/util_nvdimm-utils.c.o [409/1436] Compiling C object libqemuutil.a.p/util_vhost-user-server.c.o [410/1436] Compiling C object libqemuutil.a.p/util_block-helpers.c.o [411/1436] Compiling C object libqemuutil.a.p/util_qemu-coroutine-sleep.c.o [412/1436] Compiling C object libqemuutil.a.p/util_qemu-co-shared-resource.c.o [413/1436] Compiling C object libqemuutil.a.p/util_qemu-co-timeout.c.o [414/1436] Compiling C object libqemuutil.a.p/util_readline.c.o [415/1436] Compiling C object libqemuutil.a.p/util_throttle.c.o [416/1436] Compiling C object libqemuutil.a.p/util_timed-average.c.o [417/1436] Compiling C object libqemuutil.a.p/util_filemonitor-inotify.c.o [418/1436] Compiling C object libqemuutil.a.p/util_vfio-helpers.c.o [419/1436] Compiling C object libqemuutil.a.p/crypto_sm4.c.o [420/1436] Compiling C object libqemuutil.a.p/crypto_aes.c.o [421/1436] Compiling C object libqemuutil.a.p/crypto_init.c.o [422/1436] Compiling C object libqemuutil.a.p/crypto_random-platform.c.o [423/1436] Compiling C object libqemuutil.a.p/trace_control.c.o [424/1436] Compiling C object libqemuutil.a.p/trace_qmp.c.o [425/1436] Compiling C object libqemuutil.a.p/stubs_bdrv-next-monitor-owned.c.o [426/1436] Compiling C object libqemuutil.a.p/stubs_blk-commit-all.c.o [427/1436] Compiling C object libqemuutil.a.p/stubs_blk-exp-close-all.c.o [428/1436] Compiling C object libqemuutil.a.p/stubs_blockdev-close-all-bdrv-states.c.o [429/1436] Compiling C object libqemuutil.a.p/stubs_change-state-handler.c.o [430/1436] Compiling C object libqemuutil.a.p/stubs_cmos.c.o [431/1436] Compiling C object libqemuutil.a.p/stubs_cpu-get-clock.c.o [432/1436] Compiling C object libqemuutil.a.p/stubs_cpus-get-virtual-clock.c.o [433/1436] Compiling C object libqemuutil.a.p/stubs_qemu-timer-notify-cb.c.o [434/1436] Compiling C object libqemuutil.a.p/stubs_icount.c.o [435/1436] Compiling C object libqemuutil.a.p/stubs_dump.c.o [436/1436] Compiling C object libqemuutil.a.p/stubs_error-printf.c.o [437/1436] Compiling C object libqemuutil.a.p/stubs_fdset.c.o [438/1436] Compiling C object libqemuutil.a.p/stubs_gdbstub.c.o [439/1436] Compiling C object libqemuutil.a.p/stubs_get-vm-name.c.o [440/1436] Compiling C object libqemuutil.a.p/stubs_iothread-lock.c.o [441/1436] Compiling C object libqemuutil.a.p/stubs_iothread-lock-block.c.o [442/1436] Compiling C object libqemuutil.a.p/stubs_isa-bus.c.o [443/1436] Compiling C object libqemuutil.a.p/stubs_is-daemonized.c.o [444/1436] Compiling C object libqemuutil.a.p/stubs_migr-blocker.c.o [445/1436] Compiling C object libqemuutil.a.p/stubs_module-opts.c.o [446/1436] Compiling C object libqemuutil.a.p/stubs_monitor.c.o [447/1436] Compiling C object libqemuutil.a.p/stubs_monitor-core.c.o [448/1436] Compiling C object libqemuutil.a.p/stubs_physmem.c.o [449/1436] Compiling C object libqemuutil.a.p/stubs_qmp_memory_device.c.o [450/1436] Compiling C object libqemuutil.a.p/stubs_qmp-command-available.c.o [451/1436] Compiling C object libqemuutil.a.p/stubs_qmp-quit.c.o [452/1436] Compiling C object libqemuutil.a.p/stubs_qtest.c.o [453/1436] Compiling C object libqemuutil.a.p/stubs_ram-block.c.o [454/1436] Compiling C object libqemuutil.a.p/stubs_ramfb.c.o [455/1436] Compiling C object libqemuutil.a.p/stubs_replay.c.o [456/1436] Compiling C object libqemuutil.a.p/stubs_runstate-check.c.o [457/1436] Compiling C object libqemuutil.a.p/stubs_sysbus.c.o [458/1436] Compiling C object libqemuutil.a.p/stubs_target-get-monitor-def.c.o [459/1436] Compiling C object libqemuutil.a.p/stubs_target-monitor-defs.c.o [460/1436] Compiling C object libqemuutil.a.p/stubs_trace-control.c.o [461/1436] Compiling C object libqemuutil.a.p/stubs_uuid.c.o [462/1436] Compiling C object libqemuutil.a.p/stubs_vmgenid.c.o [463/1436] Compiling C object libqemuutil.a.p/stubs_vmstate.c.o [464/1436] Compiling C object libqemuutil.a.p/stubs_vm-stop.c.o [465/1436] Compiling C object libqemuutil.a.p/stubs_win32-kbd-hook.c.o [466/1436] Compiling C object libqemuutil.a.p/stubs_cpu-synchronize-state.c.o [467/1436] Compiling C object libqemuutil.a.p/stubs_replay-tools.c.o [468/1436] Compiling C object libqemuutil.a.p/stubs_qdev.c.o [469/1436] Compiling C object libqemuutil.a.p/stubs_vfio-user-obj.c.o [470/1436] Linking static target libqemuutil.a [471/1436] Generating block/module_block.h with a custom command [472/1436] Generating block/block-gen.c with a custom command [473/1436] Generating block.syms with a custom command (wrapped by meson to capture output) [474/1436] Generating qemu.syms with a custom command (wrapped by meson to capture output) [475/1436] Compiling C object libauthz.fa.p/authz_base.c.o [476/1436] Compiling C object libauthz.fa.p/authz_list.c.o [477/1436] Compiling C object libauthz.fa.p/authz_listfile.c.o [478/1436] Compiling C object libauthz.fa.p/authz_simple.c.o [479/1436] Linking static target libauthz.fa [480/1436] Compiling C object libcrypto.fa.p/crypto_afsplit.c.o [481/1436] Compiling C object libcrypto.fa.p/crypto_akcipher.c.o [482/1436] Compiling C object libcrypto.fa.p/crypto_block-luks.c.o [483/1436] Compiling C object libcrypto.fa.p/crypto_block-qcow.c.o [484/1436] Compiling C object libcrypto.fa.p/crypto_block.c.o [485/1436] Compiling C object libcrypto.fa.p/crypto_cipher.c.o [486/1436] Compiling C object libcrypto.fa.p/crypto_der.c.o [487/1436] Compiling C object libcrypto.fa.p/crypto_hash.c.o [488/1436] Compiling C object libcrypto.fa.p/crypto_hmac.c.o [489/1436] Compiling C object libcrypto.fa.p/crypto_ivgen-essiv.c.o [490/1436] Compiling C object libcrypto.fa.p/crypto_ivgen-plain.c.o [491/1436] Compiling C object libcrypto.fa.p/crypto_ivgen-plain64.c.o [492/1436] Compiling C object libcrypto.fa.p/crypto_ivgen.c.o [493/1436] Compiling C object libcrypto.fa.p/crypto_pbkdf.c.o [494/1436] Compiling C object libcrypto.fa.p/crypto_secret_common.c.o [495/1436] Compiling C object libcrypto.fa.p/crypto_secret.c.o [496/1436] Compiling C object libcrypto.fa.p/crypto_tlscreds.c.o [497/1436] Compiling C object libcrypto.fa.p/crypto_tlscredsanon.c.o [498/1436] Compiling C object libcrypto.fa.p/crypto_tlscredspsk.c.o [499/1436] Compiling C object libcrypto.fa.p/crypto_tlscredsx509.c.o [500/1436] Compiling C object libcrypto.fa.p/crypto_tlssession.c.o [501/1436] Compiling C object libcrypto.fa.p/crypto_rsakey.c.o [502/1436] Compiling C object libcrypto.fa.p/crypto_hash-glib.c.o [503/1436] Compiling C object libcrypto.fa.p/crypto_hmac-glib.c.o [504/1436] Compiling C object libcrypto.fa.p/crypto_pbkdf-stub.c.o [505/1436] Compiling C object libcrypto.fa.p/crypto_secret_keyring.c.o [506/1436] Linking static target libcrypto.fa [507/1436] Compiling C object libio.fa.p/io_channel-buffer.c.o [508/1436] Compiling C object libio.fa.p/io_channel-command.c.o [509/1436] Compiling C object libio.fa.p/io_channel-file.c.o [510/1436] Compiling C object libio.fa.p/io_channel-null.c.o [511/1436] Compiling C object libio.fa.p/io_channel-socket.c.o [512/1436] Compiling C object libio.fa.p/io_channel-tls.c.o [513/1436] Compiling C object libio.fa.p/io_channel-util.c.o [514/1436] Compiling C object libio.fa.p/io_channel-watch.c.o [515/1436] Compiling C object libio.fa.p/io_channel-websock.c.o [516/1436] Compiling C object libio.fa.p/io_channel.c.o [517/1436] Compiling C object libio.fa.p/io_dns-resolver.c.o [518/1436] Compiling C object libio.fa.p/io_net-listener.c.o [519/1436] Compiling C object libio.fa.p/io_task.c.o [520/1436] Linking static target libio.fa [521/1436] Compiling C object libblock.fa.p/meson-generated_.._block_block-gen.c.o [522/1436] Compiling C object libblock.fa.p/block.c.o [523/1436] Compiling C object libblock.fa.p/blockjob.c.o [524/1436] Compiling C object libblock.fa.p/job.c.o [525/1436] Compiling C object libblock.fa.p/qemu-io-cmds.c.o [526/1436] Compiling C object libblock.fa.p/replication.c.o [527/1436] Compiling C object libblock.fa.p/nbd_client.c.o [528/1436] Compiling C object libblock.fa.p/nbd_client-connection.c.o [529/1436] Compiling C object libblock.fa.p/nbd_common.c.o [530/1436] Compiling C object libblock.fa.p/scsi_utils.c.o [531/1436] Compiling C object libblock.fa.p/scsi_pr-manager.c.o [532/1436] Compiling C object libblock.fa.p/scsi_pr-manager-helper.c.o [533/1436] Compiling C object libblock.fa.p/block_accounting.c.o [534/1436] Compiling C object libblock.fa.p/block_aio_task.c.o [535/1436] Compiling C object libblock.fa.p/block_amend.c.o [536/1436] Compiling C object libblock.fa.p/block_backup.c.o [537/1436] Compiling C object libblock.fa.p/block_copy-before-write.c.o [538/1436] Compiling C object libblock.fa.p/block_blkdebug.c.o [539/1436] Compiling C object libblock.fa.p/block_blklogwrites.c.o [540/1436] Compiling C object libblock.fa.p/block_blkverify.c.o [541/1436] Compiling C object libblock.fa.p/block_block-backend.c.o [542/1436] Compiling C object libblock.fa.p/block_block-copy.c.o [543/1436] Compiling C object libblock.fa.p/block_commit.c.o [544/1436] Compiling C object libblock.fa.p/block_copy-on-read.c.o [545/1436] Compiling C object libblock.fa.p/block_preallocate.c.o [546/1436] Compiling C object libblock.fa.p/block_progress_meter.c.o [547/1436] Compiling C object libblock.fa.p/block_create.c.o [548/1436] Compiling C object libblock.fa.p/block_crypto.c.o [549/1436] Compiling C object libblock.fa.p/block_dirty-bitmap.c.o [550/1436] Compiling C object libblock.fa.p/block_filter-compress.c.o [551/1436] Compiling C object libblock.fa.p/block_io.c.o [552/1436] Compiling C object libblock.fa.p/block_mirror.c.o [553/1436] Compiling C object libblock.fa.p/block_nbd.c.o [554/1436] Compiling C object libblock.fa.p/block_null.c.o [555/1436] Compiling C object libblock.fa.p/block_qapi.c.o [556/1436] Compiling C object libblock.fa.p/block_qcow2-bitmap.c.o [557/1436] Compiling C object libblock.fa.p/block_qcow2-cache.c.o [558/1436] Compiling C object libblock.fa.p/block_qcow2-cluster.c.o [559/1436] Compiling C object libblock.fa.p/block_qcow2-refcount.c.o [560/1436] Compiling C object libblock.fa.p/block_qcow2-snapshot.c.o [561/1436] Compiling C object libblock.fa.p/block_qcow2-threads.c.o [562/1436] Compiling C object libblock.fa.p/block_qcow2.c.o [563/1436] Compiling C object libblock.fa.p/block_quorum.c.o [564/1436] Compiling C object libblock.fa.p/block_raw-format.c.o [565/1436] Compiling C object libblock.fa.p/block_reqlist.c.o [566/1436] Compiling C object libblock.fa.p/block_snapshot.c.o [567/1436] Compiling C object libblock.fa.p/block_snapshot-access.c.o [568/1436] Compiling C object libblock.fa.p/block_throttle-groups.c.o [569/1436] Compiling C object libblock.fa.p/block_throttle.c.o [570/1436] Compiling C object libblock.fa.p/block_vhdx-endian.c.o [571/1436] Compiling C object libblock.fa.p/block_vhdx-log.c.o [572/1436] Compiling C object libblock.fa.p/block_vhdx.c.o [573/1436] Compiling C object libblock.fa.p/block_vmdk.c.o [574/1436] Compiling C object libblock.fa.p/block_vpc.c.o [575/1436] Compiling C object libblock.fa.p/block_write-threshold.c.o [576/1436] Compiling C object libblock.fa.p/block_qcow.c.o [577/1436] Compiling C object libblock.fa.p/block_vdi.c.o [578/1436] Compiling C object libblock.fa.p/block_cloop.c.o [579/1436] Compiling C object libblock.fa.p/block_bochs.c.o [580/1436] Compiling C object libblock.fa.p/block_vvfat.c.o [581/1436] Compiling C object libblock.fa.p/block_dmg.c.o [582/1436] Compiling C object libblock.fa.p/block_qed-check.c.o [583/1436] Compiling C object libblock.fa.p/block_qed-cluster.c.o [584/1436] Compiling C object libblock.fa.p/block_qed-l2-cache.c.o [585/1436] Compiling C object libblock.fa.p/block_qed-table.c.o [586/1436] Compiling C object libblock.fa.p/block_qed.c.o [587/1436] Compiling C object libblock.fa.p/block_parallels.c.o [588/1436] Compiling C object libblock.fa.p/block_parallels-ext.c.o [589/1436] Compiling C object libblock.fa.p/block_file-posix.c.o [590/1436] Compiling C object libblock.fa.p/block_nvme.c.o [591/1436] Compiling C object libblock.fa.p/block_replication.c.o [592/1436] Compiling C object libblock.fa.p/block_stream.c.o [593/1436] Compiling C object libblock.fa.p/block_monitor_bitmap-qmp-cmds.c.o [594/1436] Linking static target libblock.fa [595/1436] Compiling C object libblockdev.fa.p/nbd_server.c.o [596/1436] Compiling C object libblockdev.fa.p/block_export_export.c.o [597/1436] Compiling C object libblockdev.fa.p/block_export_vduse-blk.c.o [598/1436] Compiling C object libblockdev.fa.p/block_export_virtio-blk-handler.c.o [599/1436] Compiling C object libblockdev.fa.p/blockdev.c.o [600/1436] Compiling C object libblockdev.fa.p/blockdev-nbd.c.o [601/1436] Compiling C object libblockdev.fa.p/iothread.c.o [602/1436] Compiling C object libblockdev.fa.p/job-qmp.c.o [603/1436] Compiling C object libblockdev.fa.p/os-posix.c.o [604/1436] Linking static target libblockdev.fa [605/1436] Compiling C object libqmp.fa.p/qom_qom-qmp-cmds.c.o [606/1436] Compiling C object libqmp.fa.p/monitor_monitor.c.o [607/1436] Compiling C object libqmp.fa.p/monitor_qmp.c.o [608/1436] Compiling C object libqmp.fa.p/monitor_qmp-cmds-control.c.o [609/1436] Linking static target libqmp.fa [610/1436] Compiling C object libchardev.fa.p/chardev_char-fe.c.o [611/1436] Compiling C object libchardev.fa.p/chardev_char-file.c.o [612/1436] Compiling C object libchardev.fa.p/chardev_char-io.c.o [613/1436] Compiling C object libchardev.fa.p/chardev_char-mux.c.o [614/1436] Compiling C object libchardev.fa.p/chardev_char-null.c.o [615/1436] Compiling C object libchardev.fa.p/chardev_char-pipe.c.o [616/1436] Compiling C object libchardev.fa.p/chardev_char-ringbuf.c.o [617/1436] Compiling C object libchardev.fa.p/chardev_char-serial.c.o [618/1436] Compiling C object libchardev.fa.p/chardev_char-socket.c.o [619/1436] Compiling C object libchardev.fa.p/chardev_char-stdio.c.o [620/1436] Compiling C object libchardev.fa.p/chardev_char-udp.c.o [621/1436] Compiling C object libchardev.fa.p/chardev_char.c.o [622/1436] Compiling C object libchardev.fa.p/chardev_char-fd.c.o [623/1436] Compiling C object libchardev.fa.p/chardev_char-parallel.c.o [624/1436] Compiling C object libchardev.fa.p/chardev_char-pty.c.o [625/1436] Linking static target libchardev.fa [626/1436] Compiling C object libhwcore.fa.p/hw_core_bus.c.o [627/1436] Compiling C object libhwcore.fa.p/hw_core_qdev-properties.c.o [628/1436] Compiling C object libhwcore.fa.p/hw_core_qdev.c.o [629/1436] Compiling C object libhwcore.fa.p/hw_core_reset.c.o [630/1436] Compiling C object libhwcore.fa.p/hw_core_resettable.c.o [631/1436] Compiling C object libhwcore.fa.p/hw_core_vmstate-if.c.o [632/1436] Compiling C object libhwcore.fa.p/hw_core_irq.c.o [633/1436] Compiling C object libhwcore.fa.p/hw_core_clock.c.o [634/1436] Compiling C object libhwcore.fa.p/hw_core_qdev-clock.c.o [635/1436] Compiling C object libhwcore.fa.p/hw_core_hotplug-stubs.c.o [636/1436] Linking static target libhwcore.fa [637/1436] Compiling C object libcommon.fa.p/hw_core_cpu-common.c.o [638/1436] Compiling C object libcommon.fa.p/hw_core_machine-smp.c.o [639/1436] Compiling C object libcommon.fa.p/cpus-common.c.o [640/1436] Compiling C object libcommon.fa.p/page-vary-common.c.o [641/1436] Compiling C object libcommon.fa.p/disas_sh4.c.o [642/1436] Compiling C object libcommon.fa.p/gdbstub_user.c.o [643/1436] Compiling C object libcommon.fa.p/accel_accel-user.c.o [644/1436] Compiling C object libcommon.fa.p/common-user_safe-syscall.S.o [645/1436] Compiling C object libcommon.fa.p/common-user_safe-syscall-error.c.o [646/1436] Generating 'libqemu-sh4-linux-user.fa.p/syscall_nr.h'. [647/1436] Compiling C object libqemu-sh4-linux-user.fa.p/linux-user_sh4_signal.c.o [648/1436] Compiling C object libqemu-sh4-linux-user.fa.p/linux-user_sh4_cpu_loop.c.o [649/1436] Compiling C object libqemu-sh4-linux-user.fa.p/target_sh4_cpu.c.o [650/1436] Compiling C object libqemu-sh4-linux-user.fa.p/target_sh4_gdbstub.c.o [651/1436] Compiling C object libqemu-sh4-linux-user.fa.p/target_sh4_helper.c.o [652/1436] Compiling C object libqemu-sh4-linux-user.fa.p/target_sh4_op_helper.c.o [653/1436] Compiling C object libqemu-sh4-linux-user.fa.p/target_sh4_translate.c.o [654/1436] Compiling C object libqemu-sh4-linux-user.fa.p/trace_control-target.c.o [655/1436] Compiling C object libqemu-sh4-linux-user.fa.p/gdbstub_gdbstub.c.o [656/1436] Compiling C object libqemu-sh4-linux-user.fa.p/cpu.c.o [657/1436] Compiling C object libqemu-sh4-linux-user.fa.p/disas.c.o [658/1436] Compiling C object libqemu-sh4-linux-user.fa.p/page-vary.c.o [659/1436] Compiling C object libqemu-sh4-linux-user.fa.p/tcg_optimize.c.o [660/1436] Compiling C object libqemu-sh4-linux-user.fa.p/tcg_region.c.o [661/1436] Compiling C object libqemu-sh4-linux-user.fa.p/tcg_tcg.c.o [662/1436] Compiling C object libqemu-sh4-linux-user.fa.p/tcg_tcg-common.c.o [663/1436] Compiling C object libqemu-sh4-linux-user.fa.p/tcg_tcg-op.c.o [664/1436] Compiling C object libqemu-sh4-linux-user.fa.p/tcg_tcg-op-gvec.c.o [665/1436] Compiling C object libqemu-sh4-linux-user.fa.p/tcg_tcg-op-vec.c.o [666/1436] Compiling C object libqemu-sh4-linux-user.fa.p/fpu_softfloat.c.o [667/1436] Compiling C object libqemu-sh4-linux-user.fa.p/accel_accel-common.c.o [668/1436] Compiling C object libqemu-sh4-linux-user.fa.p/accel_tcg_tcg-all.c.o [669/1436] Compiling C object libqemu-sh4-linux-user.fa.p/accel_tcg_cpu-exec-common.c.o [670/1436] Compiling C object libqemu-sh4-linux-user.fa.p/accel_tcg_cpu-exec.c.o [671/1436] Compiling C object libqemu-sh4-linux-user.fa.p/accel_tcg_tb-maint.c.o [672/1436] Compiling C object libqemu-sh4-linux-user.fa.p/accel_tcg_tcg-runtime-gvec.c.o [673/1436] Compiling C object libqemu-sh4-linux-user.fa.p/accel_tcg_tcg-runtime.c.o [674/1436] Compiling C object libqemu-sh4-linux-user.fa.p/accel_tcg_translate-all.c.o [675/1436] Compiling C object libqemu-sh4-linux-user.fa.p/accel_tcg_translator.c.o [676/1436] Compiling C object libqemu-sh4-linux-user.fa.p/accel_tcg_user-exec.c.o [677/1436] Compiling C object libqemu-sh4-linux-user.fa.p/accel_tcg_user-exec-stub.c.o [678/1436] Compiling C object libqemu-sh4-linux-user.fa.p/accel_tcg_plugin-gen.c.o [679/1436] Compiling C object libqemu-sh4-linux-user.fa.p/plugins_loader.c.o [680/1436] Compiling C object libqemu-sh4-linux-user.fa.p/plugins_core.c.o [681/1436] Compiling C object libqemu-sh4-linux-user.fa.p/plugins_api.c.o [682/1436] Compiling C object libqemu-sh4-linux-user.fa.p/linux-user_elfload.c.o [683/1436] Compiling C object libqemu-sh4-linux-user.fa.p/linux-user_exit.c.o [684/1436] Compiling C object libqemu-sh4-linux-user.fa.p/linux-user_fd-trans.c.o [685/1436] Compiling C object libqemu-sh4-linux-user.fa.p/linux-user_linuxload.c.o [686/1436] Compiling C object libqemu-sh4-linux-user.fa.p/linux-user_main.c.o [687/1436] Compiling C object libqemu-sh4-linux-user.fa.p/linux-user_mmap.c.o [688/1436] Compiling C object libqemu-sh4-linux-user.fa.p/linux-user_signal.c.o [689/1436] Compiling C object libqemu-sh4-linux-user.fa.p/linux-user_strace.c.o [690/1436] Compiling C object libqemu-sh4-linux-user.fa.p/linux-user_syscall.c.o [691/1436] Compiling C object libqemu-sh4-linux-user.fa.p/linux-user_thunk.c.o [692/1436] Compiling C object libqemu-sh4-linux-user.fa.p/linux-user_uaccess.c.o [693/1436] Compiling C object libqemu-sh4-linux-user.fa.p/linux-user_uname.c.o [694/1436] Compiling C object libqemu-sh4-linux-user.fa.p/linux-user_flatload.c.o [695/1436] Linking target qemu-sh4 [696/1436] Generating qga/QGA QAPI files with a custom command [697/1436] Compiling C object qga/qemu-ga.p/meson-generated_.._qga-qapi-commands.c.o [698/1436] Compiling C object qga/qemu-ga.p/meson-generated_.._qga-qapi-emit-events.c.o [699/1436] Compiling C object qga/qemu-ga.p/meson-generated_.._qga-qapi-events.c.o [700/1436] Compiling C object qga/qemu-ga.p/meson-generated_.._qga-qapi-init-commands.c.o [701/1436] Compiling C object qga/qemu-ga.p/meson-generated_.._qga-qapi-introspect.c.o [702/1436] Compiling C object qga/qemu-ga.p/meson-generated_.._qga-qapi-types.c.o [703/1436] Compiling C object qga/qemu-ga.p/meson-generated_.._qga-qapi-visit.c.o [704/1436] Compiling C object qga/qemu-ga.p/commands.c.o [705/1436] Compiling C object qga/qemu-ga.p/guest-agent-command-state.c.o [706/1436] Compiling C object qga/qemu-ga.p/main.c.o [707/1436] Compiling C object qga/qemu-ga.p/cutils.c.o [708/1436] Compiling C object qga/qemu-ga.p/channel-posix.c.o [709/1436] Compiling C object qga/qemu-ga.p/commands-posix.c.o [710/1436] Compiling C object qga/qemu-ga.p/commands-posix-ssh.c.o [711/1436] Compiling C object qga/qemu-ga.p/commands-linux.c.o [712/1436] Linking target qga/qemu-ga [713/1436] Compiling C object qemu-img.p/qemu-img.c.o [714/1436] Linking target qemu-img [715/1436] Compiling C object qemu-io.p/qemu-io.c.o [716/1436] Linking target qemu-io [717/1436] Compiling C object qemu-nbd.p/qemu-nbd.c.o [718/1436] Linking target qemu-nbd [719/1436] Generating storage-daemon/qapi/QAPI files for qemu-storage-daemon with a custom command [720/1436] Compiling C object storage-daemon/qemu-storage-daemon.p/meson-generated_.._qapi_qapi-introspect.c.o [721/1436] Compiling C object storage-daemon/qemu-storage-daemon.p/meson-generated_.._qapi_qapi-types.c.o [722/1436] Compiling C object storage-daemon/qemu-storage-daemon.p/meson-generated_.._qapi_qapi-visit.c.o [723/1436] Compiling C object storage-daemon/qemu-storage-daemon.p/meson-generated_.._qapi_qapi-commands.c.o [724/1436] Compiling C object storage-daemon/qemu-storage-daemon.p/meson-generated_.._qapi_qapi-init-commands.c.o [725/1436] Compiling C object storage-daemon/qemu-storage-daemon.p/meson-generated_.._qapi_qapi-events.c.o [726/1436] Compiling C object storage-daemon/qemu-storage-daemon.p/meson-generated_.._qapi_qapi-emit-events.c.o [727/1436] Compiling C object storage-daemon/qemu-storage-daemon.p/qemu-storage-daemon.c.o [728/1436] Linking target storage-daemon/qemu-storage-daemon [729/1436] Compiling C object qemu-edid.p/qemu-edid.c.o [730/1436] Compiling C object qemu-edid.p/hw_display_edid-generate.c.o [731/1436] Linking target qemu-edid [732/1436] Compiling C object contrib/vhost-user-blk/vhost-user-blk.p/vhost-user-blk.c.o [733/1436] Linking target contrib/vhost-user-blk/vhost-user-blk [734/1436] Compiling C object contrib/vhost-user-input/vhost-user-input.p/main.c.o [735/1436] Linking target contrib/vhost-user-input/vhost-user-input [736/1436] Compiling C object qemu-bridge-helper.p/qemu-bridge-helper.c.o [737/1436] Linking target qemu-bridge-helper [738/1436] Compiling C object qemu-pr-helper.p/scsi_qemu-pr-helper.c.o [739/1436] Compiling C object qemu-pr-helper.p/scsi_utils.c.o [740/1436] Linking target qemu-pr-helper [741/1436] Compiling C object contrib/ivshmem-client/ivshmem-client.p/ivshmem-client.c.o [742/1436] Compiling C object contrib/ivshmem-client/ivshmem-client.p/main.c.o [743/1436] Linking target contrib/ivshmem-client/ivshmem-client [744/1436] Compiling C object contrib/ivshmem-server/ivshmem-server.p/ivshmem-server.c.o [745/1436] Compiling C object contrib/ivshmem-server/ivshmem-server.p/main.c.o [746/1436] Linking target contrib/ivshmem-server/ivshmem-server [747/1436] Compiling C object tests/bench/qht-bench.p/qht-bench.c.o [748/1436] Linking target tests/bench/qht-bench [749/1436] Compiling C object tests/bench/benchmark-crypto-hash.p/benchmark-crypto-hash.c.o [750/1436] Linking target tests/bench/benchmark-crypto-hash [751/1436] Compiling C object tests/bench/benchmark-crypto-hmac.p/benchmark-crypto-hmac.c.o [752/1436] Linking target tests/bench/benchmark-crypto-hmac [753/1436] Compiling C object tests/bench/benchmark-crypto-cipher.p/benchmark-crypto-cipher.c.o [754/1436] Linking target tests/bench/benchmark-crypto-cipher [755/1436] Compiling C object tests/bench/benchmark-crypto-akcipher.p/benchmark-crypto-akcipher.c.o [756/1436] Linking target tests/bench/benchmark-crypto-akcipher [757/1436] Generating tests/Test QAPI files with a custom command [758/1436] Generating tests/include/QAPI test (include) with a custom command [759/1436] Compiling C object tests/libtestqapi.a.p/meson-generated_.._qapi-builtin-types.c.o [760/1436] Compiling C object tests/libtestqapi.a.p/meson-generated_.._qapi-builtin-visit.c.o [761/1436] Compiling C object tests/libtestqapi.a.p/meson-generated_.._test-qapi-commands-sub-sub-module.c.o [762/1436] Compiling C object tests/libtestqapi.a.p/meson-generated_.._test-qapi-commands.c.o [763/1436] Compiling C object tests/libtestqapi.a.p/meson-generated_.._test-qapi-emit-events.c.o [764/1436] Compiling C object tests/libtestqapi.a.p/meson-generated_.._test-qapi-events-sub-sub-module.c.o [765/1436] Compiling C object tests/libtestqapi.a.p/meson-generated_.._test-qapi-events.c.o [766/1436] Compiling C object tests/libtestqapi.a.p/meson-generated_.._test-qapi-init-commands.c.o [767/1436] Compiling C object tests/libtestqapi.a.p/meson-generated_.._test-qapi-introspect.c.o [768/1436] Compiling C object tests/libtestqapi.a.p/meson-generated_.._test-qapi-types-sub-sub-module.c.o [769/1436] Compiling C object tests/libtestqapi.a.p/meson-generated_.._test-qapi-types.c.o [770/1436] Compiling C object tests/libtestqapi.a.p/meson-generated_.._test-qapi-visit-sub-sub-module.c.o [771/1436] Compiling C object tests/libtestqapi.a.p/meson-generated_.._test-qapi-visit.c.o [772/1436] Compiling C object tests/libtestqapi.a.p/meson-generated_.._include_test-qapi-commands-sub-module.c.o [773/1436] Compiling C object tests/libtestqapi.a.p/meson-generated_.._include_test-qapi-events-sub-module.c.o [774/1436] Compiling C object tests/libtestqapi.a.p/meson-generated_.._include_test-qapi-types-sub-module.c.o [775/1436] Compiling C object tests/libtestqapi.a.p/meson-generated_.._include_test-qapi-visit-sub-module.c.o [776/1436] Linking static target tests/libtestqapi.a [777/1436] Compiling C object tests/vhost-user-bridge.p/vhost-user-bridge.c.o [778/1436] Linking target tests/vhost-user-bridge [779/1436] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_uint128_inline.c.o [780/1436] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_uint128.c.o [781/1436] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_fail.c.o [782/1436] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_functions_common.c.o [783/1436] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_functionInfos.c.o [784/1436] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_standardFunctionInfos.c.o [785/1436] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_random.c.o [786/1436] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_genCases_common.c.o [787/1436] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_genCases_ui32.c.o [788/1436] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_genCases_ui64.c.o [789/1436] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_genCases_i32.c.o [790/1436] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_genCases_i64.c.o [791/1436] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_genCases_f16.c.o [792/1436] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_genCases_f32.c.o [793/1436] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_genCases_f64.c.o [794/1436] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_genCases_extF80.c.o [795/1436] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_genCases_f128.c.o [796/1436] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_genCases_writeTestsTotal.c.o [797/1436] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_verCases_inline.c.o [798/1436] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_verCases_common.c.o [799/1436] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_verCases_writeFunctionName.c.o [800/1436] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_readHex.c.o [801/1436] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_writeHex.c.o [802/1436] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_writeCase_a_ui32.c.o [803/1436] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_writeCase_a_ui64.c.o [804/1436] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_writeCase_a_f16.c.o [805/1436] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_writeCase_ab_f16.c.o [806/1436] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_writeCase_abc_f16.c.o [807/1436] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_writeCase_a_f32.c.o [808/1436] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_writeCase_ab_f32.c.o [809/1436] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_writeCase_abc_f32.c.o [810/1436] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_writeCase_a_f64.c.o [811/1436] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_writeCase_ab_f64.c.o [812/1436] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_writeCase_abc_f64.c.o [813/1436] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_writeCase_a_extF80M.c.o [814/1436] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_writeCase_ab_extF80M.c.o [815/1436] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_writeCase_a_f128M.c.o [816/1436] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_writeCase_ab_f128M.c.o [817/1436] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_writeCase_abc_f128M.c.o [818/1436] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_writeCase_z_bool.c.o [819/1436] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_writeCase_z_ui32.c.o [820/1436] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_writeCase_z_ui64.c.o [821/1436] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_writeCase_z_f16.c.o [822/1436] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_writeCase_z_f32.c.o [823/1436] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_writeCase_z_f64.c.o [824/1436] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_writeCase_z_extF80M.c.o [825/1436] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_writeCase_z_f128M.c.o [826/1436] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_testLoops_common.c.o [827/1436] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_test_a_ui32_z_f16.c.o [828/1436] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_test_a_ui32_z_f32.c.o [829/1436] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_test_a_ui32_z_f64.c.o [830/1436] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_test_a_ui32_z_extF80.c.o [831/1436] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_test_a_ui32_z_f128.c.o [832/1436] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_test_a_ui64_z_f16.c.o [833/1436] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_test_a_ui64_z_f32.c.o [834/1436] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_test_a_ui64_z_f64.c.o [835/1436] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_test_a_ui64_z_extF80.c.o [836/1436] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_test_a_ui64_z_f128.c.o [837/1436] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_test_a_i32_z_f16.c.o [838/1436] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_test_a_i32_z_f32.c.o [839/1436] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_test_a_i32_z_f64.c.o [840/1436] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_test_a_i32_z_extF80.c.o [841/1436] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_test_a_i32_z_f128.c.o [842/1436] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_test_a_i64_z_f16.c.o [843/1436] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_test_a_i64_z_f32.c.o [844/1436] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_test_a_i64_z_f64.c.o [845/1436] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_test_a_i64_z_extF80.c.o [846/1436] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_test_a_i64_z_f128.c.o [847/1436] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_test_a_f16_z_ui32_rx.c.o [848/1436] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_test_a_f16_z_ui64_rx.c.o [849/1436] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_test_a_f16_z_i32_rx.c.o [850/1436] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_test_a_f16_z_i64_rx.c.o [851/1436] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_test_a_f16_z_ui32_x.c.o [852/1436] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_test_a_f16_z_ui64_x.c.o [853/1436] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_test_a_f16_z_i32_x.c.o [854/1436] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_test_a_f16_z_i64_x.c.o [855/1436] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_test_a_f16_z_f32.c.o [856/1436] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_test_a_f16_z_f64.c.o [857/1436] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_test_a_f16_z_extF80.c.o [858/1436] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_test_a_f16_z_f128.c.o [859/1436] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_test_az_f16.c.o [860/1436] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_test_az_f16_rx.c.o [861/1436] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_test_abz_f16.c.o [862/1436] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_test_abcz_f16.c.o [863/1436] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_test_ab_f16_z_bool.c.o [864/1436] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_test_a_f32_z_ui32_rx.c.o [865/1436] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_test_a_f32_z_ui64_rx.c.o [866/1436] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_test_a_f32_z_i32_rx.c.o [867/1436] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_test_a_f32_z_i64_rx.c.o [868/1436] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_test_a_f32_z_ui32_x.c.o [869/1436] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_test_a_f32_z_ui64_x.c.o [870/1436] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_test_a_f32_z_i32_x.c.o [871/1436] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_test_a_f32_z_i64_x.c.o [872/1436] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_test_a_f32_z_f16.c.o [873/1436] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_test_a_f32_z_f64.c.o [874/1436] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_test_a_f32_z_extF80.c.o [875/1436] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_test_a_f32_z_f128.c.o [876/1436] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_test_az_f32.c.o [877/1436] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_test_az_f32_rx.c.o [878/1436] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_test_abz_f32.c.o [879/1436] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_test_abcz_f32.c.o [880/1436] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_test_ab_f32_z_bool.c.o [881/1436] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_test_a_f64_z_ui32_rx.c.o [882/1436] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_test_a_f64_z_ui64_rx.c.o [883/1436] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_test_a_f64_z_i32_rx.c.o [884/1436] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_test_a_f64_z_i64_rx.c.o [885/1436] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_test_a_f64_z_ui32_x.c.o [886/1436] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_test_a_f64_z_ui64_x.c.o [887/1436] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_test_a_f64_z_i32_x.c.o [888/1436] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_test_a_f64_z_i64_x.c.o [889/1436] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_test_a_f64_z_f16.c.o [890/1436] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_test_a_f64_z_f32.c.o [891/1436] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_test_a_f64_z_extF80.c.o [892/1436] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_test_a_f64_z_f128.c.o [893/1436] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_test_az_f64.c.o [894/1436] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_test_az_f64_rx.c.o [895/1436] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_test_abz_f64.c.o [896/1436] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_test_abcz_f64.c.o [897/1436] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_test_ab_f64_z_bool.c.o [898/1436] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_test_a_extF80_z_ui32_rx.c.o [899/1436] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_test_a_extF80_z_ui64_rx.c.o [900/1436] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_test_a_extF80_z_i32_rx.c.o [901/1436] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_test_a_extF80_z_i64_rx.c.o [902/1436] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_test_a_extF80_z_ui32_x.c.o [903/1436] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_test_a_extF80_z_ui64_x.c.o [904/1436] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_test_a_extF80_z_i32_x.c.o [905/1436] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_test_a_extF80_z_i64_x.c.o [906/1436] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_test_a_extF80_z_f16.c.o [907/1436] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_test_a_extF80_z_f32.c.o [908/1436] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_test_a_extF80_z_f64.c.o [909/1436] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_test_a_extF80_z_f128.c.o [910/1436] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_test_az_extF80.c.o [911/1436] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_test_az_extF80_rx.c.o [912/1436] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_test_abz_extF80.c.o [913/1436] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_test_ab_extF80_z_bool.c.o [914/1436] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_test_a_f128_z_ui32_rx.c.o [915/1436] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_test_a_f128_z_ui64_rx.c.o [916/1436] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_test_a_f128_z_i32_rx.c.o [917/1436] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_test_a_f128_z_i64_rx.c.o [918/1436] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_test_a_f128_z_ui32_x.c.o [919/1436] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_test_a_f128_z_ui64_x.c.o [920/1436] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_test_a_f128_z_i32_x.c.o [921/1436] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_test_a_f128_z_i64_x.c.o [922/1436] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_test_a_f128_z_f16.c.o [923/1436] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_test_a_f128_z_f32.c.o [924/1436] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_test_a_f128_z_f64.c.o [925/1436] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_test_a_f128_z_extF80.c.o [926/1436] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_test_az_f128.c.o [927/1436] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_test_az_f128_rx.c.o [928/1436] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_test_abz_f128.c.o [929/1436] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_test_abcz_f128.c.o [930/1436] Compiling C object tests/fp/libtestfloat.a.p/berkeley-testfloat-3_source_test_ab_f128_z_bool.c.o [931/1436] Linking static target tests/fp/libtestfloat.a [932/1436] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_s_eq128.c.o [933/1436] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_s_le128.c.o [934/1436] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_s_lt128.c.o [935/1436] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_s_shortShiftLeft128.c.o [936/1436] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_s_shortShiftRight128.c.o [937/1436] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_s_shortShiftRightJam64.c.o [938/1436] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_s_shortShiftRightJam64Extra.c.o [939/1436] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_s_shortShiftRightJam128.c.o [940/1436] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_s_shortShiftRightJam128Extra.c.o [941/1436] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_s_shiftRightJam32.c.o [942/1436] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_s_shiftRightJam64.c.o [943/1436] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_s_shiftRightJam64Extra.c.o [944/1436] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_s_shiftRightJam128.c.o [945/1436] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_s_shiftRightJam128Extra.c.o [946/1436] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_s_shiftRightJam256M.c.o [947/1436] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_s_countLeadingZeros8.c.o [948/1436] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_s_countLeadingZeros16.c.o [949/1436] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_s_countLeadingZeros32.c.o [950/1436] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_s_countLeadingZeros64.c.o [951/1436] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_s_add128.c.o [952/1436] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_s_add256M.c.o [953/1436] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_s_sub128.c.o [954/1436] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_s_sub256M.c.o [955/1436] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_s_mul64ByShifted32To128.c.o [956/1436] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_s_mul64To128.c.o [957/1436] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_s_mul128By32.c.o [958/1436] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_s_mul128To256M.c.o [959/1436] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_s_approxRecip_1Ks.c.o [960/1436] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_s_approxRecip32_1.c.o [961/1436] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_s_approxRecipSqrt_1Ks.c.o [962/1436] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_s_approxRecipSqrt32_1.c.o [963/1436] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_s_roundToUI32.c.o [964/1436] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_s_roundToUI64.c.o [965/1436] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_s_roundToI32.c.o [966/1436] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_s_roundToI64.c.o [967/1436] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_s_normSubnormalF16Sig.c.o [968/1436] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_s_roundPackToF16.c.o [969/1436] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_s_normRoundPackToF16.c.o [970/1436] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_s_addMagsF16.c.o [971/1436] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_s_subMagsF16.c.o [972/1436] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_s_mulAddF16.c.o [973/1436] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_s_normSubnormalF32Sig.c.o [974/1436] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_s_roundPackToF32.c.o [975/1436] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_s_normRoundPackToF32.c.o [976/1436] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_s_addMagsF32.c.o [977/1436] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_s_subMagsF32.c.o [978/1436] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_s_mulAddF32.c.o [979/1436] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_s_normSubnormalF64Sig.c.o [980/1436] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_s_roundPackToF64.c.o [981/1436] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_s_normRoundPackToF64.c.o [982/1436] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_s_addMagsF64.c.o [983/1436] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_s_subMagsF64.c.o [984/1436] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_s_mulAddF64.c.o [985/1436] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_s_normSubnormalExtF80Sig.c.o [986/1436] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_s_roundPackToExtF80.c.o [987/1436] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_s_normRoundPackToExtF80.c.o [988/1436] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_s_addMagsExtF80.c.o [989/1436] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_s_subMagsExtF80.c.o [990/1436] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_s_normSubnormalF128Sig.c.o [991/1436] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_s_roundPackToF128.c.o [992/1436] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_s_normRoundPackToF128.c.o [993/1436] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_s_addMagsF128.c.o [994/1436] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_s_subMagsF128.c.o [995/1436] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_s_mulAddF128.c.o [996/1436] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_softfloat_state.c.o [997/1436] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_ui32_to_f16.c.o [998/1436] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_ui32_to_f32.c.o [999/1436] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_ui32_to_f64.c.o [1000/1436] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_ui32_to_extF80.c.o [1001/1436] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_ui32_to_extF80M.c.o [1002/1436] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_ui32_to_f128.c.o [1003/1436] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_ui32_to_f128M.c.o [1004/1436] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_ui64_to_f16.c.o [1005/1436] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_ui64_to_f32.c.o [1006/1436] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_ui64_to_f64.c.o [1007/1436] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_ui64_to_extF80.c.o [1008/1436] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_ui64_to_extF80M.c.o [1009/1436] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_ui64_to_f128.c.o [1010/1436] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_ui64_to_f128M.c.o [1011/1436] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_i32_to_f16.c.o [1012/1436] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_i32_to_f32.c.o [1013/1436] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_i32_to_f64.c.o [1014/1436] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_i32_to_extF80.c.o [1015/1436] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_i32_to_extF80M.c.o [1016/1436] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_i32_to_f128.c.o [1017/1436] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_i32_to_f128M.c.o [1018/1436] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_i64_to_f16.c.o [1019/1436] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_i64_to_f32.c.o [1020/1436] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_i64_to_f64.c.o [1021/1436] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_i64_to_extF80.c.o [1022/1436] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_i64_to_extF80M.c.o [1023/1436] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_i64_to_f128.c.o [1024/1436] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_i64_to_f128M.c.o [1025/1436] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_f16_to_ui32.c.o [1026/1436] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_f16_to_ui64.c.o [1027/1436] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_f16_to_i32.c.o [1028/1436] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_f16_to_i64.c.o [1029/1436] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_f16_to_ui32_r_minMag.c.o [1030/1436] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_f16_to_ui64_r_minMag.c.o [1031/1436] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_f16_to_i32_r_minMag.c.o [1032/1436] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_f16_to_i64_r_minMag.c.o [1033/1436] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_f16_to_f32.c.o [1034/1436] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_f16_to_f64.c.o [1035/1436] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_f16_to_extF80.c.o [1036/1436] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_f16_to_extF80M.c.o [1037/1436] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_f16_to_f128.c.o [1038/1436] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_f16_to_f128M.c.o [1039/1436] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_f16_roundToInt.c.o [1040/1436] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_f16_add.c.o [1041/1436] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_f16_sub.c.o [1042/1436] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_f16_mul.c.o [1043/1436] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_f16_mulAdd.c.o [1044/1436] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_f16_div.c.o [1045/1436] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_f16_rem.c.o [1046/1436] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_f16_sqrt.c.o [1047/1436] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_f16_eq.c.o [1048/1436] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_f16_le.c.o [1049/1436] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_f16_lt.c.o [1050/1436] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_f16_eq_signaling.c.o [1051/1436] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_f16_le_quiet.c.o [1052/1436] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_f16_lt_quiet.c.o [1053/1436] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_f16_isSignalingNaN.c.o [1054/1436] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_f32_to_ui32.c.o [1055/1436] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_f32_to_ui64.c.o [1056/1436] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_f32_to_i32.c.o [1057/1436] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_f32_to_i64.c.o [1058/1436] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_f32_to_ui32_r_minMag.c.o [1059/1436] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_f32_to_ui64_r_minMag.c.o [1060/1436] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_f32_to_i32_r_minMag.c.o [1061/1436] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_f32_to_i64_r_minMag.c.o [1062/1436] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_f32_to_f16.c.o [1063/1436] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_f32_to_f64.c.o [1064/1436] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_f32_to_extF80.c.o [1065/1436] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_f32_to_extF80M.c.o [1066/1436] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_f32_to_f128.c.o [1067/1436] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_f32_to_f128M.c.o [1068/1436] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_f32_roundToInt.c.o [1069/1436] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_f32_add.c.o [1070/1436] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_f32_sub.c.o [1071/1436] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_f32_mul.c.o [1072/1436] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_f32_mulAdd.c.o [1073/1436] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_f32_div.c.o [1074/1436] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_f32_rem.c.o [1075/1436] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_f32_sqrt.c.o [1076/1436] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_f32_eq.c.o [1077/1436] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_f32_le.c.o [1078/1436] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_f32_lt.c.o [1079/1436] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_f32_eq_signaling.c.o [1080/1436] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_f32_le_quiet.c.o [1081/1436] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_f32_lt_quiet.c.o [1082/1436] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_f32_isSignalingNaN.c.o [1083/1436] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_f64_to_ui32.c.o [1084/1436] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_f64_to_ui64.c.o [1085/1436] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_f64_to_i32.c.o [1086/1436] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_f64_to_i64.c.o [1087/1436] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_f64_to_ui32_r_minMag.c.o [1088/1436] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_f64_to_ui64_r_minMag.c.o [1089/1436] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_f64_to_i32_r_minMag.c.o [1090/1436] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_f64_to_i64_r_minMag.c.o [1091/1436] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_f64_to_f16.c.o [1092/1436] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_f64_to_f32.c.o [1093/1436] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_f64_to_extF80.c.o [1094/1436] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_f64_to_extF80M.c.o [1095/1436] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_f64_to_f128.c.o [1096/1436] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_f64_to_f128M.c.o [1097/1436] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_f64_roundToInt.c.o [1098/1436] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_f64_add.c.o [1099/1436] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_f64_sub.c.o [1100/1436] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_f64_mul.c.o [1101/1436] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_f64_mulAdd.c.o [1102/1436] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_f64_div.c.o [1103/1436] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_f64_rem.c.o [1104/1436] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_f64_sqrt.c.o [1105/1436] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_f64_eq.c.o [1106/1436] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_f64_le.c.o [1107/1436] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_f64_lt.c.o [1108/1436] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_f64_eq_signaling.c.o [1109/1436] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_f64_le_quiet.c.o [1110/1436] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_f64_lt_quiet.c.o [1111/1436] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_f64_isSignalingNaN.c.o [1112/1436] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_extF80_to_ui32.c.o [1113/1436] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_extF80_to_ui64.c.o [1114/1436] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_extF80_to_i32.c.o [1115/1436] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_extF80_to_i64.c.o [1116/1436] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_extF80_to_ui32_r_minMag.c.o [1117/1436] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_extF80_to_ui64_r_minMag.c.o [1118/1436] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_extF80_to_i32_r_minMag.c.o [1119/1436] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_extF80_to_i64_r_minMag.c.o [1120/1436] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_extF80_to_f16.c.o [1121/1436] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_extF80_to_f32.c.o [1122/1436] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_extF80_to_f64.c.o [1123/1436] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_extF80_to_f128.c.o [1124/1436] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_extF80_roundToInt.c.o [1125/1436] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_extF80_add.c.o [1126/1436] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_extF80_sub.c.o [1127/1436] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_extF80_mul.c.o [1128/1436] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_extF80_div.c.o [1129/1436] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_extF80_rem.c.o [1130/1436] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_extF80_sqrt.c.o [1131/1436] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_extF80_eq.c.o [1132/1436] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_extF80_le.c.o [1133/1436] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_extF80_lt.c.o [1134/1436] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_extF80_eq_signaling.c.o [1135/1436] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_extF80_le_quiet.c.o [1136/1436] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_extF80_lt_quiet.c.o [1137/1436] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_extF80_isSignalingNaN.c.o [1138/1436] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_extF80M_to_ui32.c.o [1139/1436] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_extF80M_to_ui64.c.o [1140/1436] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_extF80M_to_i32.c.o [1141/1436] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_extF80M_to_i64.c.o [1142/1436] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_extF80M_to_ui32_r_minMag.c.o [1143/1436] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_extF80M_to_ui64_r_minMag.c.o [1144/1436] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_extF80M_to_i32_r_minMag.c.o [1145/1436] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_extF80M_to_i64_r_minMag.c.o [1146/1436] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_extF80M_to_f16.c.o [1147/1436] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_extF80M_to_f32.c.o [1148/1436] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_extF80M_to_f64.c.o [1149/1436] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_extF80M_to_f128M.c.o [1150/1436] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_extF80M_roundToInt.c.o [1151/1436] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_extF80M_add.c.o [1152/1436] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_extF80M_sub.c.o [1153/1436] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_extF80M_mul.c.o [1154/1436] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_extF80M_div.c.o [1155/1436] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_extF80M_rem.c.o [1156/1436] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_extF80M_sqrt.c.o [1157/1436] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_extF80M_eq.c.o [1158/1436] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_extF80M_le.c.o [1159/1436] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_extF80M_lt.c.o [1160/1436] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_extF80M_eq_signaling.c.o [1161/1436] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_extF80M_le_quiet.c.o [1162/1436] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_extF80M_lt_quiet.c.o [1163/1436] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_f128_to_ui32.c.o [1164/1436] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_f128_to_ui64.c.o [1165/1436] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_f128_to_i32.c.o [1166/1436] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_f128_to_i64.c.o [1167/1436] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_f128_to_ui32_r_minMag.c.o [1168/1436] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_f128_to_ui64_r_minMag.c.o [1169/1436] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_f128_to_i32_r_minMag.c.o [1170/1436] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_f128_to_i64_r_minMag.c.o [1171/1436] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_f128_to_f16.c.o [1172/1436] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_f128_to_f32.c.o [1173/1436] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_f128_to_extF80.c.o [1174/1436] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_f128_to_f64.c.o [1175/1436] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_f128_roundToInt.c.o [1176/1436] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_f128_add.c.o [1177/1436] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_f128_sub.c.o [1178/1436] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_f128_mul.c.o [1179/1436] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_f128_mulAdd.c.o [1180/1436] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_f128_div.c.o [1181/1436] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_f128_rem.c.o [1182/1436] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_f128_sqrt.c.o [1183/1436] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_f128_eq.c.o [1184/1436] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_f128_le.c.o [1185/1436] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_f128_lt.c.o [1186/1436] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_f128_eq_signaling.c.o [1187/1436] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_f128_le_quiet.c.o [1188/1436] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_f128_lt_quiet.c.o [1189/1436] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_f128_isSignalingNaN.c.o [1190/1436] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_f128M_to_ui32.c.o [1191/1436] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_f128M_to_ui64.c.o [1192/1436] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_f128M_to_i32.c.o [1193/1436] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_f128M_to_i64.c.o [1194/1436] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_f128M_to_ui32_r_minMag.c.o [1195/1436] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_f128M_to_ui64_r_minMag.c.o [1196/1436] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_f128M_to_i32_r_minMag.c.o [1197/1436] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_f128M_to_i64_r_minMag.c.o [1198/1436] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_f128M_to_f16.c.o [1199/1436] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_f128M_to_f32.c.o [1200/1436] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_f128M_to_extF80M.c.o [1201/1436] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_f128M_to_f64.c.o [1202/1436] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_f128M_roundToInt.c.o [1203/1436] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_f128M_add.c.o [1204/1436] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_f128M_sub.c.o [1205/1436] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_f128M_mul.c.o [1206/1436] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_f128M_mulAdd.c.o [1207/1436] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_f128M_div.c.o [1208/1436] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_f128M_rem.c.o [1209/1436] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_f128M_sqrt.c.o [1210/1436] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_f128M_eq.c.o [1211/1436] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_f128M_le.c.o [1212/1436] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_f128M_lt.c.o [1213/1436] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_f128M_eq_signaling.c.o [1214/1436] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_f128M_le_quiet.c.o [1215/1436] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_f128M_lt_quiet.c.o [1216/1436] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_8086-SSE_softfloat_raiseFlags.c.o [1217/1436] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_8086-SSE_s_f16UIToCommonNaN.c.o [1218/1436] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_8086-SSE_s_commonNaNToF16UI.c.o [1219/1436] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_8086-SSE_s_propagateNaNF16UI.c.o [1220/1436] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_8086-SSE_s_f32UIToCommonNaN.c.o [1221/1436] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_8086-SSE_s_commonNaNToF32UI.c.o [1222/1436] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_8086-SSE_s_propagateNaNF32UI.c.o [1223/1436] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_8086-SSE_s_f64UIToCommonNaN.c.o [1224/1436] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_8086-SSE_s_commonNaNToF64UI.c.o [1225/1436] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_8086-SSE_s_propagateNaNF64UI.c.o [1226/1436] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_8086-SSE_extF80M_isSignalingNaN.c.o [1227/1436] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_8086-SSE_s_extF80UIToCommonNaN.c.o [1228/1436] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_8086-SSE_s_commonNaNToExtF80UI.c.o [1229/1436] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_8086-SSE_s_propagateNaNExtF80UI.c.o [1230/1436] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_8086-SSE_f128M_isSignalingNaN.c.o [1231/1436] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_8086-SSE_s_f128UIToCommonNaN.c.o [1232/1436] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_8086-SSE_s_commonNaNToF128UI.c.o [1233/1436] Compiling C object tests/fp/libsoftfloat.a.p/berkeley-softfloat-3_source_8086-SSE_s_propagateNaNF128UI.c.o [1234/1436] Linking static target tests/fp/libsoftfloat.a [1235/1436] Compiling C object tests/fp/fp-test.p/fp-test.c.o [1236/1436] Compiling C object tests/fp/fp-test.p/berkeley-testfloat-3_source_slowfloat.c.o [1237/1436] Compiling C object tests/fp/fp-test.p/.._.._fpu_softfloat.c.o [1238/1436] Linking target tests/fp/fp-test [1239/1436] Compiling C object tests/fp/fp-test-log2.p/fp-test-log2.c.o [1240/1436] Compiling C object tests/fp/fp-test-log2.p/.._.._fpu_softfloat.c.o [1241/1436] Linking target tests/fp/fp-test-log2 [1242/1436] Compiling C object tests/plugin/libbb.so.p/bb.c.o [1243/1436] Linking target tests/plugin/libbb.so [1244/1436] Compiling C object tests/plugin/libempty.so.p/empty.c.o [1245/1436] Linking target tests/plugin/libempty.so [1246/1436] Compiling C object tests/plugin/libinsn.so.p/insn.c.o [1247/1436] Linking target tests/plugin/libinsn.so [1248/1436] Compiling C object tests/plugin/libmem.so.p/mem.c.o [1249/1436] Linking target tests/plugin/libmem.so [1250/1436] Compiling C object tests/plugin/libsyscall.so.p/syscall.c.o [1251/1436] Linking target tests/plugin/libsyscall.so [1252/1436] Compiling C object tests/unit/check-block-qdict.p/check-block-qdict.c.o [1253/1436] Linking target tests/unit/check-block-qdict [1254/1436] Compiling C object tests/unit/check-qdict.p/check-qdict.c.o [1255/1436] Linking target tests/unit/check-qdict [1256/1436] Compiling C object tests/unit/check-qnum.p/check-qnum.c.o [1257/1436] Linking target tests/unit/check-qnum [1258/1436] Compiling C object tests/unit/check-qstring.p/check-qstring.c.o [1259/1436] Linking target tests/unit/check-qstring [1260/1436] Compiling C object tests/unit/check-qlist.p/check-qlist.c.o [1261/1436] Linking target tests/unit/check-qlist [1262/1436] Compiling C object tests/unit/check-qnull.p/check-qnull.c.o [1263/1436] Linking target tests/unit/check-qnull [1264/1436] Compiling C object tests/unit/check-qobject.p/check-qobject.c.o [1265/1436] Linking target tests/unit/check-qobject [1266/1436] Compiling C object tests/unit/check-qjson.p/check-qjson.c.o [1267/1436] Linking target tests/unit/check-qjson [1268/1436] Compiling C object tests/unit/check-qlit.p/check-qlit.c.o [1269/1436] Linking target tests/unit/check-qlit [1270/1436] Compiling C object tests/unit/test-qobject-output-visitor.p/test-qobject-output-visitor.c.o [1271/1436] Linking target tests/unit/test-qobject-output-visitor [1272/1436] Compiling C object tests/unit/test-clone-visitor.p/test-clone-visitor.c.o [1273/1436] Linking target tests/unit/test-clone-visitor [1274/1436] Compiling C object tests/unit/test-qobject-input-visitor.p/test-qobject-input-visitor.c.o [1275/1436] Linking target tests/unit/test-qobject-input-visitor [1276/1436] Compiling C object tests/unit/test-forward-visitor.p/test-forward-visitor.c.o [1277/1436] Linking target tests/unit/test-forward-visitor [1278/1436] Compiling C object tests/unit/test-string-input-visitor.p/test-string-input-visitor.c.o [1279/1436] Linking target tests/unit/test-string-input-visitor [1280/1436] Compiling C object tests/unit/test-string-output-visitor.p/test-string-output-visitor.c.o [1281/1436] Linking target tests/unit/test-string-output-visitor [1282/1436] Compiling C object tests/unit/test-opts-visitor.p/test-opts-visitor.c.o [1283/1436] Linking target tests/unit/test-opts-visitor [1284/1436] Compiling C object tests/unit/test-visitor-serialization.p/test-visitor-serialization.c.o [1285/1436] Linking target tests/unit/test-visitor-serialization [1286/1436] Compiling C object tests/unit/test-bitmap.p/test-bitmap.c.o [1287/1436] Linking target tests/unit/test-bitmap [1288/1436] Compiling C object tests/unit/test-x86-cpuid.p/test-x86-cpuid.c.o [1289/1436] Linking target tests/unit/test-x86-cpuid [1290/1436] Compiling C object tests/unit/test-cutils.p/test-cutils.c.o [1291/1436] Linking target tests/unit/test-cutils [1292/1436] Compiling C object tests/unit/test-div128.p/test-div128.c.o [1293/1436] Linking target tests/unit/test-div128 [1294/1436] Compiling C object tests/unit/test-shift128.p/test-shift128.c.o [1295/1436] Linking target tests/unit/test-shift128 [1296/1436] Compiling C object tests/unit/test-mul64.p/test-mul64.c.o [1297/1436] Linking target tests/unit/test-mul64 [1298/1436] Compiling C object tests/unit/test-int128.p/test-int128.c.o [1299/1436] Linking target tests/unit/test-int128 [1300/1436] Compiling C object tests/unit/rcutorture.p/rcutorture.c.o [1301/1436] Linking target tests/unit/rcutorture [1302/1436] Compiling C object tests/unit/test-rcu-list.p/test-rcu-list.c.o [1303/1436] Linking target tests/unit/test-rcu-list [1304/1436] Compiling C object tests/unit/test-rcu-simpleq.p/test-rcu-simpleq.c.o [1305/1436] Linking target tests/unit/test-rcu-simpleq [1306/1436] Compiling C object tests/unit/test-rcu-tailq.p/test-rcu-tailq.c.o [1307/1436] Linking target tests/unit/test-rcu-tailq [1308/1436] Compiling C object tests/unit/test-rcu-slist.p/test-rcu-slist.c.o [1309/1436] Linking target tests/unit/test-rcu-slist [1310/1436] Compiling C object tests/unit/test-qdist.p/test-qdist.c.o [1311/1436] Linking target tests/unit/test-qdist [1312/1436] Compiling C object tests/unit/test-qht.p/test-qht.c.o [1313/1436] Linking target tests/unit/test-qht [1314/1436] Compiling C object tests/unit/test-bitops.p/test-bitops.c.o [1315/1436] Linking target tests/unit/test-bitops [1316/1436] Compiling C object tests/unit/test-bitcnt.p/test-bitcnt.c.o [1317/1436] Linking target tests/unit/test-bitcnt [1318/1436] Compiling C object tests/unit/test-qgraph.p/test-qgraph.c.o [1319/1436] Compiling C object tests/unit/test-qgraph.p/.._qtest_libqos_qgraph.c.o [1320/1436] Linking target tests/unit/test-qgraph [1321/1436] Compiling C object tests/unit/check-qom-interface.p/check-qom-interface.c.o [1322/1436] Linking target tests/unit/check-qom-interface [1323/1436] Compiling C object tests/unit/check-qom-proplist.p/check-qom-proplist.c.o [1324/1436] Linking target tests/unit/check-qom-proplist [1325/1436] Compiling C object tests/unit/test-qemu-opts.p/test-qemu-opts.c.o [1326/1436] Linking target tests/unit/test-qemu-opts [1327/1436] Compiling C object tests/unit/test-keyval.p/test-keyval.c.o [1328/1436] Linking target tests/unit/test-keyval [1329/1436] Compiling C object tests/unit/test-logging.p/test-logging.c.o [1330/1436] Linking target tests/unit/test-logging [1331/1436] Compiling C object tests/unit/test-uuid.p/test-uuid.c.o [1332/1436] Linking target tests/unit/test-uuid [1333/1436] Compiling C object tests/unit/ptimer-test.p/ptimer-test.c.o [1334/1436] Compiling C object tests/unit/ptimer-test.p/ptimer-test-stubs.c.o [1335/1436] Compiling C object tests/unit/ptimer-test.p/_tmp_instance-5_output-1_build_host-qemu-7.2.0_hw_core_ptimer.c.o [1336/1436] Linking target tests/unit/ptimer-test [1337/1436] Compiling C object tests/unit/test-qapi-util.p/test-qapi-util.c.o [1338/1436] Linking target tests/unit/test-qapi-util [1339/1436] Compiling C object tests/unit/test-smp-parse.p/test-smp-parse.c.o [1340/1436] Compiling C object tests/unit/test-smp-parse.p/_tmp_instance-5_output-1_build_host-qemu-7.2.0_hw_core_machine-smp.c.o [1341/1436] Linking target tests/unit/test-smp-parse [1342/1436] Compiling C object tests/unit/test-qmp-event.p/test-qmp-event.c.o [1343/1436] Linking target tests/unit/test-qmp-event [1344/1436] Compiling C object tests/unit/test-coroutine.p/test-coroutine.c.o [1345/1436] Compiling C object tests/unit/test-coroutine.p/iothread.c.o [1346/1436] Linking target tests/unit/test-coroutine [1347/1436] Compiling C object tests/unit/test-aio.p/test-aio.c.o [1348/1436] Compiling C object tests/unit/test-aio.p/iothread.c.o [1349/1436] Linking target tests/unit/test-aio [1350/1436] Compiling C object tests/unit/test-aio-multithread.p/test-aio-multithread.c.o [1351/1436] Compiling C object tests/unit/test-aio-multithread.p/iothread.c.o [1352/1436] Linking target tests/unit/test-aio-multithread [1353/1436] Compiling C object tests/unit/test-throttle.p/test-throttle.c.o [1354/1436] Compiling C object tests/unit/test-throttle.p/iothread.c.o [1355/1436] Linking target tests/unit/test-throttle [1356/1436] Compiling C object tests/unit/test-thread-pool.p/test-thread-pool.c.o [1357/1436] Compiling C object tests/unit/test-thread-pool.p/iothread.c.o [1358/1436] Linking target tests/unit/test-thread-pool [1359/1436] Compiling C object tests/unit/test-hbitmap.p/test-hbitmap.c.o [1360/1436] Compiling C object tests/unit/test-hbitmap.p/iothread.c.o [1361/1436] Linking target tests/unit/test-hbitmap [1362/1436] Compiling C object tests/unit/test-bdrv-drain.p/test-bdrv-drain.c.o [1363/1436] Compiling C object tests/unit/test-bdrv-drain.p/iothread.c.o [1364/1436] Linking target tests/unit/test-bdrv-drain [1365/1436] Compiling C object tests/unit/test-bdrv-graph-mod.p/test-bdrv-graph-mod.c.o [1366/1436] Compiling C object tests/unit/test-bdrv-graph-mod.p/iothread.c.o [1367/1436] Linking target tests/unit/test-bdrv-graph-mod [1368/1436] Compiling C object tests/unit/test-blockjob.p/test-blockjob.c.o [1369/1436] Compiling C object tests/unit/test-blockjob.p/iothread.c.o [1370/1436] Linking target tests/unit/test-blockjob [1371/1436] Compiling C object tests/unit/test-blockjob-txn.p/test-blockjob-txn.c.o [1372/1436] Compiling C object tests/unit/test-blockjob-txn.p/iothread.c.o [1373/1436] Linking target tests/unit/test-blockjob-txn [1374/1436] Compiling C object tests/unit/test-block-backend.p/test-block-backend.c.o [1375/1436] Compiling C object tests/unit/test-block-backend.p/iothread.c.o [1376/1436] Linking target tests/unit/test-block-backend [1377/1436] Compiling C object tests/unit/test-block-iothread.p/test-block-iothread.c.o [1378/1436] Compiling C object tests/unit/test-block-iothread.p/iothread.c.o [1379/1436] Linking target tests/unit/test-block-iothread [1380/1436] Compiling C object tests/unit/test-write-threshold.p/test-write-threshold.c.o [1381/1436] Compiling C object tests/unit/test-write-threshold.p/iothread.c.o [1382/1436] Linking target tests/unit/test-write-threshold [1383/1436] Compiling C object tests/unit/test-crypto-hash.p/test-crypto-hash.c.o [1384/1436] Linking target tests/unit/test-crypto-hash [1385/1436] Compiling C object tests/unit/test-crypto-hmac.p/test-crypto-hmac.c.o [1386/1436] Linking target tests/unit/test-crypto-hmac [1387/1436] Compiling C object tests/unit/test-crypto-cipher.p/test-crypto-cipher.c.o [1388/1436] Linking target tests/unit/test-crypto-cipher [1389/1436] Compiling C object tests/unit/test-crypto-akcipher.p/test-crypto-akcipher.c.o [1390/1436] Linking target tests/unit/test-crypto-akcipher [1391/1436] Compiling C object tests/unit/test-crypto-secret.p/test-crypto-secret.c.o [1392/1436] Linking target tests/unit/test-crypto-secret [1393/1436] Compiling C object tests/unit/test-crypto-der.p/test-crypto-der.c.o [1394/1436] Linking target tests/unit/test-crypto-der [1395/1436] Compiling C object tests/unit/test-authz-simple.p/test-authz-simple.c.o [1396/1436] Linking target tests/unit/test-authz-simple [1397/1436] Compiling C object tests/unit/test-authz-list.p/test-authz-list.c.o [1398/1436] Linking target tests/unit/test-authz-list [1399/1436] Compiling C object tests/unit/test-authz-listfile.p/test-authz-listfile.c.o [1400/1436] Linking target tests/unit/test-authz-listfile [1401/1436] Compiling C object tests/unit/test-io-task.p/test-io-task.c.o [1402/1436] Compiling C object tests/unit/test-io-task.p/iothread.c.o [1403/1436] Linking target tests/unit/test-io-task [1404/1436] Compiling C object tests/unit/test-io-channel-socket.p/test-io-channel-socket.c.o [1405/1436] Compiling C object tests/unit/test-io-channel-socket.p/socket-helpers.c.o [1406/1436] Compiling C object tests/unit/test-io-channel-socket.p/io-channel-helpers.c.o [1407/1436] Linking target tests/unit/test-io-channel-socket [1408/1436] Compiling C object tests/unit/test-io-channel-file.p/test-io-channel-file.c.o [1409/1436] Compiling C object tests/unit/test-io-channel-file.p/io-channel-helpers.c.o [1410/1436] Linking target tests/unit/test-io-channel-file [1411/1436] Compiling C object tests/unit/test-io-channel-command.p/test-io-channel-command.c.o [1412/1436] Compiling C object tests/unit/test-io-channel-command.p/io-channel-helpers.c.o [1413/1436] Linking target tests/unit/test-io-channel-command [1414/1436] Compiling C object tests/unit/test-io-channel-buffer.p/test-io-channel-buffer.c.o [1415/1436] Compiling C object tests/unit/test-io-channel-buffer.p/io-channel-helpers.c.o [1416/1436] Linking target tests/unit/test-io-channel-buffer [1417/1436] Compiling C object tests/unit/test-io-channel-null.p/test-io-channel-null.c.o [1418/1436] Linking target tests/unit/test-io-channel-null [1419/1436] Compiling C object tests/unit/test-crypto-ivgen.p/test-crypto-ivgen.c.o [1420/1436] Linking target tests/unit/test-crypto-ivgen [1421/1436] Compiling C object tests/unit/test-crypto-afsplit.p/test-crypto-afsplit.c.o [1422/1436] Linking target tests/unit/test-crypto-afsplit [1423/1436] Compiling C object tests/unit/test-crypto-block.p/test-crypto-block.c.o [1424/1436] Linking target tests/unit/test-crypto-block [1425/1436] Compiling C object tests/unit/test-image-locking.p/test-image-locking.c.o [1426/1436] Compiling C object tests/unit/test-image-locking.p/iothread.c.o [1427/1436] Linking target tests/unit/test-image-locking [1428/1436] Compiling C object tests/unit/test-replication.p/test-replication.c.o [1429/1436] Compiling C object tests/unit/test-replication.p/iothread.c.o [1430/1436] Linking target tests/unit/test-replication [1431/1436] Compiling C object tests/unit/test-fdmon-epoll.p/test-fdmon-epoll.c.o [1432/1436] Compiling C object tests/unit/test-fdmon-epoll.p/iothread.c.o [1433/1436] Linking target tests/unit/test-fdmon-epoll [1434/1436] Compiling C object tests/unit/test-qga.p/test-qga.c.o [1435/1436] Compiling C object tests/unit/test-qga.p/.._qtest_libqmp.c.o [1436/1436] Linking target tests/unit/test-qga make[2]: Leaving directory '/tmp/instance-5/output-1/build/host-qemu-7.2.0/build' changing dir to build for /home/autobuild/make/make ""... make[2]: Entering directory '/tmp/instance-5/output-1/build/host-qemu-7.2.0/build' [1/48] Generating qemu-version.h with a custom command (wrapped by meson to capture output) [2/32] Generating tests/include/QAPI test (include) with a custom command make[2]: Leaving directory '/tmp/instance-5/output-1/build/host-qemu-7.2.0/build' make[1]: Leaving directory '/tmp/instance-5/output-1/build/host-qemu-7.2.0' >>> host-qemu 7.2.0 Installing to host directory unset TARGET_DIR; PATH="/tmp/instance-5/output-1/host/bin:/tmp/instance-5/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PKG_CONFIG="/tmp/instance-5/output-1/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/tmp/instance-5/output-1/host/lib/pkgconfig:/tmp/instance-5/output-1/host/share/pkgconfig" /home/autobuild/make/make -j1 -C /tmp/instance-5/output-1/build/host-qemu-7.2.0 install make[1]: Entering directory '/tmp/instance-5/output-1/build/host-qemu-7.2.0' changing dir to build for /home/autobuild/make/make "install"... make[2]: Entering directory '/tmp/instance-5/output-1/build/host-qemu-7.2.0/build' [1/18] Generating qemu-version.h with a custom command (wrapped by meson to capture output) [1/2] Installing files. Installing trace/trace-events-all to /tmp/instance-5/output-1/host/share/qemu Installing qemu-sh4 to /tmp/instance-5/output-1/host/bin Installing qga/qemu-ga to /tmp/instance-5/output-1/host/bin Installing qemu-img to /tmp/instance-5/output-1/host/bin Installing qemu-io to /tmp/instance-5/output-1/host/bin Installing qemu-nbd to /tmp/instance-5/output-1/host/bin Installing storage-daemon/qemu-storage-daemon to /tmp/instance-5/output-1/host/bin Installing qemu-edid to /tmp/instance-5/output-1/host/bin Installing qemu-bridge-helper to /tmp/instance-5/output-1/host/libexec Installing qemu-pr-helper to /tmp/instance-5/output-1/host/bin Installing /tmp/instance-5/output-1/build/host-qemu-7.2.0/include/qemu/qemu-plugin.h to /tmp/instance-5/output-1/host/include/ Installing new directory /tmp/instance-5/output-1/host/var/run Installing /tmp/instance-5/output-1/build/host-qemu-7.2.0/pc-bios/bios.bin to /tmp/instance-5/output-1/host/share/qemu Installing /tmp/instance-5/output-1/build/host-qemu-7.2.0/pc-bios/bios-256k.bin to /tmp/instance-5/output-1/host/share/qemu Installing /tmp/instance-5/output-1/build/host-qemu-7.2.0/pc-bios/bios-microvm.bin to /tmp/instance-5/output-1/host/share/qemu Installing /tmp/instance-5/output-1/build/host-qemu-7.2.0/pc-bios/qboot.rom to /tmp/instance-5/output-1/host/share/qemu Installing /tmp/instance-5/output-1/build/host-qemu-7.2.0/pc-bios/sgabios.bin to /tmp/instance-5/output-1/host/share/qemu Installing /tmp/instance-5/output-1/build/host-qemu-7.2.0/pc-bios/vgabios.bin to /tmp/instance-5/output-1/host/share/qemu Installing /tmp/instance-5/output-1/build/host-qemu-7.2.0/pc-bios/vgabios-cirrus.bin to /tmp/instance-5/output-1/host/share/qemu Installing /tmp/instance-5/output-1/build/host-qemu-7.2.0/pc-bios/vgabios-stdvga.bin to /tmp/instance-5/output-1/host/share/qemu Installing /tmp/instance-5/output-1/build/host-qemu-7.2.0/pc-bios/vgabios-vmware.bin to /tmp/instance-5/output-1/host/share/qemu Installing /tmp/instance-5/output-1/build/host-qemu-7.2.0/pc-bios/vgabios-qxl.bin to /tmp/instance-5/output-1/host/share/qemu Installing /tmp/instance-5/output-1/build/host-qemu-7.2.0/pc-bios/vgabios-virtio.bin to /tmp/instance-5/output-1/host/share/qemu Installing /tmp/instance-5/output-1/build/host-qemu-7.2.0/pc-bios/vgabios-ramfb.bin to /tmp/instance-5/output-1/host/share/qemu Installing /tmp/instance-5/output-1/build/host-qemu-7.2.0/pc-bios/vgabios-bochs-display.bin to /tmp/instance-5/output-1/host/share/qemu Installing /tmp/instance-5/output-1/build/host-qemu-7.2.0/pc-bios/vgabios-ati.bin to /tmp/instance-5/output-1/host/share/qemu Installing /tmp/instance-5/output-1/build/host-qemu-7.2.0/pc-bios/openbios-sparc32 to /tmp/instance-5/output-1/host/share/qemu Installing /tmp/instance-5/output-1/build/host-qemu-7.2.0/pc-bios/openbios-sparc64 to /tmp/instance-5/output-1/host/share/qemu Installing /tmp/instance-5/output-1/build/host-qemu-7.2.0/pc-bios/openbios-ppc to /tmp/instance-5/output-1/host/share/qemu Installing /tmp/instance-5/output-1/build/host-qemu-7.2.0/pc-bios/QEMU,tcx.bin to /tmp/instance-5/output-1/host/share/qemu Installing /tmp/instance-5/output-1/build/host-qemu-7.2.0/pc-bios/QEMU,cgthree.bin to /tmp/instance-5/output-1/host/share/qemu Installing /tmp/instance-5/output-1/build/host-qemu-7.2.0/pc-bios/pxe-e1000.rom to /tmp/instance-5/output-1/host/share/qemu Installing /tmp/instance-5/output-1/build/host-qemu-7.2.0/pc-bios/pxe-eepro100.rom to /tmp/instance-5/output-1/host/share/qemu Installing /tmp/instance-5/output-1/build/host-qemu-7.2.0/pc-bios/pxe-ne2k_pci.rom to /tmp/instance-5/output-1/host/share/qemu Installing /tmp/instance-5/output-1/build/host-qemu-7.2.0/pc-bios/pxe-pcnet.rom to /tmp/instance-5/output-1/host/share/qemu Installing /tmp/instance-5/output-1/build/host-qemu-7.2.0/pc-bios/pxe-rtl8139.rom to /tmp/instance-5/output-1/host/share/qemu Installing /tmp/instance-5/output-1/build/host-qemu-7.2.0/pc-bios/pxe-virtio.rom to /tmp/instance-5/output-1/host/share/qemu Installing /tmp/instance-5/output-1/build/host-qemu-7.2.0/pc-bios/efi-e1000.rom to /tmp/instance-5/output-1/host/share/qemu Installing /tmp/instance-5/output-1/build/host-qemu-7.2.0/pc-bios/efi-eepro100.rom to /tmp/instance-5/output-1/host/share/qemu Installing /tmp/instance-5/output-1/build/host-qemu-7.2.0/pc-bios/efi-ne2k_pci.rom to /tmp/instance-5/output-1/host/share/qemu Installing /tmp/instance-5/output-1/build/host-qemu-7.2.0/pc-bios/efi-pcnet.rom to /tmp/instance-5/output-1/host/share/qemu Installing /tmp/instance-5/output-1/build/host-qemu-7.2.0/pc-bios/efi-rtl8139.rom to /tmp/instance-5/output-1/host/share/qemu Installing /tmp/instance-5/output-1/build/host-qemu-7.2.0/pc-bios/efi-virtio.rom to /tmp/instance-5/output-1/host/share/qemu Installing /tmp/instance-5/output-1/build/host-qemu-7.2.0/pc-bios/efi-e1000e.rom to /tmp/instance-5/output-1/host/share/qemu Installing /tmp/instance-5/output-1/build/host-qemu-7.2.0/pc-bios/efi-vmxnet3.rom to /tmp/instance-5/output-1/host/share/qemu Installing /tmp/instance-5/output-1/build/host-qemu-7.2.0/pc-bios/qemu-nsis.bmp to /tmp/instance-5/output-1/host/share/qemu Installing /tmp/instance-5/output-1/build/host-qemu-7.2.0/pc-bios/bamboo.dtb to /tmp/instance-5/output-1/host/share/qemu Installing /tmp/instance-5/output-1/build/host-qemu-7.2.0/pc-bios/canyonlands.dtb to /tmp/instance-5/output-1/host/share/qemu Installing /tmp/instance-5/output-1/build/host-qemu-7.2.0/pc-bios/petalogix-s3adsp1800.dtb to /tmp/instance-5/output-1/host/share/qemu Installing /tmp/instance-5/output-1/build/host-qemu-7.2.0/pc-bios/petalogix-ml605.dtb to /tmp/instance-5/output-1/host/share/qemu Installing /tmp/instance-5/output-1/build/host-qemu-7.2.0/pc-bios/multiboot.bin to /tmp/instance-5/output-1/host/share/qemu Installing /tmp/instance-5/output-1/build/host-qemu-7.2.0/pc-bios/multiboot_dma.bin to /tmp/instance-5/output-1/host/share/qemu Installing /tmp/instance-5/output-1/build/host-qemu-7.2.0/pc-bios/linuxboot.bin to /tmp/instance-5/output-1/host/share/qemu Installing /tmp/instance-5/output-1/build/host-qemu-7.2.0/pc-bios/linuxboot_dma.bin to /tmp/instance-5/output-1/host/share/qemu Installing /tmp/instance-5/output-1/build/host-qemu-7.2.0/pc-bios/kvmvapic.bin to /tmp/instance-5/output-1/host/share/qemu Installing /tmp/instance-5/output-1/build/host-qemu-7.2.0/pc-bios/pvh.bin to /tmp/instance-5/output-1/host/share/qemu Installing /tmp/instance-5/output-1/build/host-qemu-7.2.0/pc-bios/s390-ccw.img to /tmp/instance-5/output-1/host/share/qemu Installing /tmp/instance-5/output-1/build/host-qemu-7.2.0/pc-bios/s390-netboot.img to /tmp/instance-5/output-1/host/share/qemu Installing /tmp/instance-5/output-1/build/host-qemu-7.2.0/pc-bios/slof.bin to /tmp/instance-5/output-1/host/share/qemu Installing /tmp/instance-5/output-1/build/host-qemu-7.2.0/pc-bios/skiboot.lid to /tmp/instance-5/output-1/host/share/qemu Installing /tmp/instance-5/output-1/build/host-qemu-7.2.0/pc-bios/palcode-clipper to /tmp/instance-5/output-1/host/share/qemu Installing /tmp/instance-5/output-1/build/host-qemu-7.2.0/pc-bios/u-boot.e500 to /tmp/instance-5/output-1/host/share/qemu Installing /tmp/instance-5/output-1/build/host-qemu-7.2.0/pc-bios/u-boot-sam460-20100605.bin to /tmp/instance-5/output-1/host/share/qemu Installing /tmp/instance-5/output-1/build/host-qemu-7.2.0/pc-bios/qemu_vga.ndrv to /tmp/instance-5/output-1/host/share/qemu Installing /tmp/instance-5/output-1/build/host-qemu-7.2.0/pc-bios/edk2-licenses.txt to /tmp/instance-5/output-1/host/share/qemu Installing /tmp/instance-5/output-1/build/host-qemu-7.2.0/pc-bios/hppa-firmware.img to /tmp/instance-5/output-1/host/share/qemu Installing /tmp/instance-5/output-1/build/host-qemu-7.2.0/pc-bios/opensbi-riscv32-generic-fw_dynamic.bin to /tmp/instance-5/output-1/host/share/qemu Installing /tmp/instance-5/output-1/build/host-qemu-7.2.0/pc-bios/opensbi-riscv64-generic-fw_dynamic.bin to /tmp/instance-5/output-1/host/share/qemu Installing /tmp/instance-5/output-1/build/host-qemu-7.2.0/pc-bios/npcm7xx_bootrom.bin to /tmp/instance-5/output-1/host/share/qemu Installing /tmp/instance-5/output-1/build/host-qemu-7.2.0/pc-bios/vof.bin to /tmp/instance-5/output-1/host/share/qemu Installing /tmp/instance-5/output-1/build/host-qemu-7.2.0/pc-bios/vof-nvram.bin to /tmp/instance-5/output-1/host/share/qemu Installing /tmp/instance-5/output-1/build/host-qemu-7.2.0/pc-bios/keymaps/ar to /tmp/instance-5/output-1/host/share/qemu/keymaps Installing /tmp/instance-5/output-1/build/host-qemu-7.2.0/pc-bios/keymaps/bepo to /tmp/instance-5/output-1/host/share/qemu/keymaps Installing /tmp/instance-5/output-1/build/host-qemu-7.2.0/pc-bios/keymaps/cz to /tmp/instance-5/output-1/host/share/qemu/keymaps Installing /tmp/instance-5/output-1/build/host-qemu-7.2.0/pc-bios/keymaps/da to /tmp/instance-5/output-1/host/share/qemu/keymaps Installing /tmp/instance-5/output-1/build/host-qemu-7.2.0/pc-bios/keymaps/de to /tmp/instance-5/output-1/host/share/qemu/keymaps Installing /tmp/instance-5/output-1/build/host-qemu-7.2.0/pc-bios/keymaps/de-ch to /tmp/instance-5/output-1/host/share/qemu/keymaps Installing /tmp/instance-5/output-1/build/host-qemu-7.2.0/pc-bios/keymaps/en-gb to /tmp/instance-5/output-1/host/share/qemu/keymaps Installing /tmp/instance-5/output-1/build/host-qemu-7.2.0/pc-bios/keymaps/en-us to /tmp/instance-5/output-1/host/share/qemu/keymaps Installing /tmp/instance-5/output-1/build/host-qemu-7.2.0/pc-bios/keymaps/es to /tmp/instance-5/output-1/host/share/qemu/keymaps Installing /tmp/instance-5/output-1/build/host-qemu-7.2.0/pc-bios/keymaps/et to /tmp/instance-5/output-1/host/share/qemu/keymaps Installing /tmp/instance-5/output-1/build/host-qemu-7.2.0/pc-bios/keymaps/fi to /tmp/instance-5/output-1/host/share/qemu/keymaps Installing /tmp/instance-5/output-1/build/host-qemu-7.2.0/pc-bios/keymaps/fo to /tmp/instance-5/output-1/host/share/qemu/keymaps Installing /tmp/instance-5/output-1/build/host-qemu-7.2.0/pc-bios/keymaps/fr to /tmp/instance-5/output-1/host/share/qemu/keymaps Installing /tmp/instance-5/output-1/build/host-qemu-7.2.0/pc-bios/keymaps/fr-be to /tmp/instance-5/output-1/host/share/qemu/keymaps Installing /tmp/instance-5/output-1/build/host-qemu-7.2.0/pc-bios/keymaps/fr-ca to /tmp/instance-5/output-1/host/share/qemu/keymaps Installing /tmp/instance-5/output-1/build/host-qemu-7.2.0/pc-bios/keymaps/fr-ch to /tmp/instance-5/output-1/host/share/qemu/keymaps Installing /tmp/instance-5/output-1/build/host-qemu-7.2.0/pc-bios/keymaps/hr to /tmp/instance-5/output-1/host/share/qemu/keymaps Installing /tmp/instance-5/output-1/build/host-qemu-7.2.0/pc-bios/keymaps/hu to /tmp/instance-5/output-1/host/share/qemu/keymaps Installing /tmp/instance-5/output-1/build/host-qemu-7.2.0/pc-bios/keymaps/is to /tmp/instance-5/output-1/host/share/qemu/keymaps Installing /tmp/instance-5/output-1/build/host-qemu-7.2.0/pc-bios/keymaps/it to /tmp/instance-5/output-1/host/share/qemu/keymaps Installing /tmp/instance-5/output-1/build/host-qemu-7.2.0/pc-bios/keymaps/ja to /tmp/instance-5/output-1/host/share/qemu/keymaps Installing /tmp/instance-5/output-1/build/host-qemu-7.2.0/pc-bios/keymaps/lt to /tmp/instance-5/output-1/host/share/qemu/keymaps Installing /tmp/instance-5/output-1/build/host-qemu-7.2.0/pc-bios/keymaps/lv to /tmp/instance-5/output-1/host/share/qemu/keymaps Installing /tmp/instance-5/output-1/build/host-qemu-7.2.0/pc-bios/keymaps/mk to /tmp/instance-5/output-1/host/share/qemu/keymaps Installing /tmp/instance-5/output-1/build/host-qemu-7.2.0/pc-bios/keymaps/nl to /tmp/instance-5/output-1/host/share/qemu/keymaps Installing /tmp/instance-5/output-1/build/host-qemu-7.2.0/pc-bios/keymaps/no to /tmp/instance-5/output-1/host/share/qemu/keymaps Installing /tmp/instance-5/output-1/build/host-qemu-7.2.0/pc-bios/keymaps/pl to /tmp/instance-5/output-1/host/share/qemu/keymaps Installing /tmp/instance-5/output-1/build/host-qemu-7.2.0/pc-bios/keymaps/pt to /tmp/instance-5/output-1/host/share/qemu/keymaps Installing /tmp/instance-5/output-1/build/host-qemu-7.2.0/pc-bios/keymaps/pt-br to /tmp/instance-5/output-1/host/share/qemu/keymaps Installing /tmp/instance-5/output-1/build/host-qemu-7.2.0/pc-bios/keymaps/ru to /tmp/instance-5/output-1/host/share/qemu/keymaps Installing /tmp/instance-5/output-1/build/host-qemu-7.2.0/pc-bios/keymaps/th to /tmp/instance-5/output-1/host/share/qemu/keymaps Installing /tmp/instance-5/output-1/build/host-qemu-7.2.0/pc-bios/keymaps/tr to /tmp/instance-5/output-1/host/share/qemu/keymaps Installing /tmp/instance-5/output-1/build/host-qemu-7.2.0/pc-bios/keymaps/sl to /tmp/instance-5/output-1/host/share/qemu/keymaps Installing /tmp/instance-5/output-1/build/host-qemu-7.2.0/pc-bios/keymaps/sv to /tmp/instance-5/output-1/host/share/qemu/keymaps make[2]: Leaving directory '/tmp/instance-5/output-1/build/host-qemu-7.2.0/build' make[1]: Leaving directory '/tmp/instance-5/output-1/build/host-qemu-7.2.0' ln -sf ./qemu-system-sh4 /tmp/instance-5/output-1/host/bin/qemu-system >>> qprint 1.1 Downloading wget --passive-ftp -nd -t 3 -O '/tmp/instance-5/output-1/build/.qprint-1.1.tar.gz.yD960a/output' 'https://www.fourmilab.ch/webtools/qprint/qprint-1.1.tar.gz' --2023-02-20 00:41:07-- https://www.fourmilab.ch/webtools/qprint/qprint-1.1.tar.gz Resolving www.fourmilab.ch (www.fourmilab.ch)... 52.28.236.0, 2a05:d014:d43:3101:c6ee:ea42:3836:6cbf Connecting to www.fourmilab.ch (www.fourmilab.ch)|52.28.236.0|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 358575 (350K) [application/x-gzip] Saving to: '/tmp/instance-5/output-1/build/.qprint-1.1.tar.gz.yD960a/output' 0K .......... .......... .......... .......... .......... 14% 189K 2s 50K .......... .......... .......... .......... .......... 28% 391K 1s 100K .......... .......... .......... .......... .......... 42% 396K 1s 150K .......... .......... .......... .......... .......... 57% 130M 0s 200K .......... .......... .......... .......... .......... 71% 10.4M 0s 250K .......... .......... .......... .......... .......... 85% 45.2M 0s 300K .......... .......... .......... .......... .......... 99% 405K 0s 350K 100% 326G=0.6s 2023-02-20 00:41:08 (540 KB/s) - '/tmp/instance-5/output-1/build/.qprint-1.1.tar.gz.yD960a/output' saved [358575/358575] qprint-1.1.tar.gz: OK (sha256: ffa9ca1d51c871fb3b56a4bf0165418348cf080f01ff7e59cd04511b9665019c) >>> qprint 1.1 Extracting gzip -d -c /tmp/instance-5/dl/qprint/qprint-1.1.tar.gz | tar --strip-components=1 -C /tmp/instance-5/output-1/build/qprint-1.1 -xf - >>> qprint 1.1 Patching >>> qprint 1.1 Updating config.sub and config.guess for file in config.guess config.sub; do for i in $(find /tmp/instance-5/output-1/build/qprint-1.1 -name $file); do cp support/gnuconfig/$file $i; done; done >>> qprint 1.1 Patching libtool >>> qprint 1.1 Configuring (cd /tmp/instance-5/output-1/build/qprint-1.1/ && rm -rf config.cache && PATH="/tmp/instance-5/output-1/host/bin:/tmp/instance-5/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" AR="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-ar" AS="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-as" LD="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-ld" NM="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-nm" CC="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc" GCC="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc" CPP="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-cpp" CXX="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-g++" FC="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gfortran" F77="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gfortran" RANLIB="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-ranlib" READELF="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-readelf" STRIP="/bin/true" OBJCOPY="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-objcopy" OBJDUMP="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc" GCC_FOR_BUILD="/tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc" CXX_FOR_BUILD="/tmp/instance-5/output-1/host/bin/ccache /usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/tmp/instance-5/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/tmp/instance-5/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/tmp/instance-5/output-1/host/include" LDFLAGS_FOR_BUILD="-L/tmp/instance-5/output-1/host/lib -Wl,-rpath,/tmp/instance-5/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-as" DEFAULT_LINKER="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1" LDFLAGS="" FCFLAGS=" -Os -g0" FFLAGS=" -Os -g0" PKG_CONFIG="/tmp/instance-5/output-1/host/bin/pkg-config" STAGING_DIR="/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/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=no CONFIG_SITE=/dev/null ./configure --target=sh4a-buildroot-linux-gnu --host=sh4a-buildroot-linux-gnu --build=x86_64-pc-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 --disable-static --enable-shared ) configure: WARNING: unrecognized options: --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --with-xmlto, --with-fop, --disable-dependency-tracking, --enable-ipv6, --disable-nls, --disable-static, --enable-shared checking for sh4a-buildroot-linux-gnu-gcc... /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-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 we are using the GNU C compiler... yes checking whether /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc accepts -g... yes checking for /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc option to accept ISO C89... none needed checking for a BSD-compatible install... /usr/bin/install -c checking how to run the C preprocessor... /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-cpp checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking for unistd.h... (cached) yes checking for string.h... (cached) yes checking for strings.h... (cached) yes checking size of unsigned long long... 8 checking size of unsigned long... 4 checking for getopt... yes configure: creating ./config.status config.status: creating Makefile config.status: WARNING: 'Makefile.in' seems to ignore the --datarootdir setting config.status: creating config.h configure: WARNING: unrecognized options: --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --with-xmlto, --with-fop, --disable-dependency-tracking, --enable-ipv6, --disable-nls, --disable-static, --enable-shared >>> qprint 1.1 Building PATH="/tmp/instance-5/output-1/host/bin:/tmp/instance-5/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /home/autobuild/make/make -j1 -C /tmp/instance-5/output-1/build/qprint-1.1/ make[1]: Entering directory '/tmp/instance-5/output-1/build/qprint-1.1' /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -c qprint.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -c getopt.c -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc qprint.o getopt.o -o qprint -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 make[1]: Leaving directory '/tmp/instance-5/output-1/build/qprint-1.1' >>> qprint 1.1 Installing to target PATH="/tmp/instance-5/output-1/host/bin:/tmp/instance-5/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /home/autobuild/make/make -j1 DESTDIR=/tmp/instance-5/output-1/target install-bin -C /tmp/instance-5/output-1/build/qprint-1.1/ make[1]: Entering directory '/tmp/instance-5/output-1/build/qprint-1.1' /usr/bin/install -c qprint /tmp/instance-5/output-1/target/usr/bin/qprint make[1]: Leaving directory '/tmp/instance-5/output-1/build/qprint-1.1' >>> rabbitmq-c 0.11.0 Downloading wget --passive-ftp -nd -t 3 -O '/tmp/instance-5/output-1/build/.rabbitmq-c-0.11.0.tar.gz.K6pJTw/output' 'https://github.com/alanxz/rabbitmq-c/archive/v0.11.0/rabbitmq-c-0.11.0.tar.gz' --2023-02-20 00:41:14-- https://github.com/alanxz/rabbitmq-c/archive/v0.11.0/rabbitmq-c-0.11.0.tar.gz Resolving github.com (github.com)... 140.82.112.4 Connecting to github.com (github.com)|140.82.112.4|:443... connected. HTTP request sent, awaiting response... 302 Found Location: https://codeload.github.com/alanxz/rabbitmq-c/tar.gz/refs/tags/v0.11.0 [following] --2023-02-20 00:41:14-- https://codeload.github.com/alanxz/rabbitmq-c/tar.gz/refs/tags/v0.11.0 Resolving codeload.github.com (codeload.github.com)... 140.82.112.9 Connecting to codeload.github.com (codeload.github.com)|140.82.112.9|:443... connected. HTTP request sent, awaiting response... 200 OK Length: unspecified [application/x-gzip] Saving to: '/tmp/instance-5/output-1/build/.rabbitmq-c-0.11.0.tar.gz.K6pJTw/output' 0K .......... .......... .......... .......... .......... 500K 50K .......... .......... .......... .......... .......... 1.08M 100K .......... .......... .......... .......... .. 13.3M=0.1s 2023-02-20 00:41:14 (960 KB/s) - '/tmp/instance-5/output-1/build/.rabbitmq-c-0.11.0.tar.gz.K6pJTw/output' saved [145638] rabbitmq-c-0.11.0.tar.gz: OK (sha256: 437d45e0e35c18cf3e59bcfe5dfe37566547eb121e69fca64b98f5d2c1c2d424) >>> rabbitmq-c 0.11.0 Extracting gzip -d -c /tmp/instance-5/dl/rabbitmq-c/rabbitmq-c-0.11.0.tar.gz | tar --strip-components=1 -C /tmp/instance-5/output-1/build/rabbitmq-c-0.11.0 -xf - >>> rabbitmq-c 0.11.0 Patching >>> rabbitmq-c 0.11.0 Configuring (mkdir -p /tmp/instance-5/output-1/build/rabbitmq-c-0.11.0/ && cd /tmp/instance-5/output-1/build/rabbitmq-c-0.11.0/ && rm -f CMakeCache.txt && PATH="/tmp/instance-5/output-1/host/bin:/tmp/instance-5/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /tmp/instance-5/output-1/host/bin/cmake /tmp/instance-5/output-1/build/rabbitmq-c-0.11.0/ -G"Unix Makefiles" -DCMAKE_TOOLCHAIN_FILE="/tmp/instance-5/output-1/host/share/buildroot/toolchainfile.cmake" -DCMAKE_INSTALL_PREFIX="/usr" -DCMAKE_INSTALL_RUNSTATEDIR="/run" -DCMAKE_COLOR_MAKEFILE=OFF -DBUILD_DOC=OFF -DBUILD_DOCS=OFF -DBUILD_EXAMPLE=OFF -DBUILD_EXAMPLES=OFF -DBUILD_TEST=OFF -DBUILD_TESTS=OFF -DBUILD_TESTING=OFF -DBUILD_SHARED_LIBS=ON -DBUILD_API_DOCS=OFF -DBUILD_TOOLS_DOCS=OFF -DBUILD_STATIC_LIBS=OFF -DENABLE_SSL_SUPPORT=ON -DBUILD_TOOLS=ON ) -- The C compiler identification is GNU 11.3.0 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc - skipped -- Detecting C compile features -- Detecting C compile features - done -- Found C inline keyword: inline -- Looking for getaddrinfo -- Looking for getaddrinfo - found -- Looking for socket -- Looking for socket - found -- Looking for poll -- Looking for poll - found -- Looking for clock_gettime in rt -- Looking for clock_gettime in rt - found -- Looking for posix_spawnp in rt -- Looking for posix_spawnp in rt - found -- Found OpenSSL: /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/libcrypto.so (found suitable version "1.1.1t", minimum required is "0.9.8") -- Looking for pthread.h -- Looking for pthread.h - found -- Performing Test CMAKE_HAVE_LIBC_PTHREAD -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success -- Found Threads: TRUE -- Performing Test HAVE_GNU90 -- Performing Test HAVE_GNU90 - Success -- Found POPT: /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include (found version "1.19") CMake Warning (dev) at /tmp/instance-5/output-1/host/share/cmake-3.22/Modules/FindPackageHandleStandardArgs.cmake:438 (message): The package name passed to `find_package_handle_standard_args` (XMLTO) does not match the name of the calling package (XmlTo). This can lead to problems in calling code that expects `find_package` result variables (e.g., `_FOUND`) to follow a certain pattern. Call Stack (most recent call first): cmake/FindXmlTo.cmake:13 (FIND_PACKAGE_HANDLE_STANDARD_ARGS) CMakeLists.txt:253 (find_package) This warning is for project developers. Use -Wno-dev to suppress it. -- Found XMLTO: /usr/bin/xmlto -- Found Doxygen: /tmp/instance-5/output-1/host/bin/doxygen (found version "1.8.18") found components: doxygen missing components: dot -- Building rabbitmq as a shared library - yes -- Building rabbitmq as a static library - no -- Configuring done -- Generating done CMake Warning: Manually-specified variables were not used by the project: BUILD_DOC BUILD_DOCS BUILD_EXAMPLE BUILD_TEST BUILD_TESTING CMAKE_INSTALL_RUNSTATEDIR -- Build files have been written to: /tmp/instance-5/output-1/build/rabbitmq-c-0.11.0 >>> rabbitmq-c 0.11.0 Building PATH="/tmp/instance-5/output-1/host/bin:/tmp/instance-5/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /home/autobuild/make/make -j1 -C /tmp/instance-5/output-1/build/rabbitmq-c-0.11.0/ make[1]: Entering directory '/tmp/instance-5/output-1/build/rabbitmq-c-0.11.0' [ 3%] Building C object librabbitmq/CMakeFiles/rabbitmq.dir/amqp_framing.c.o [ 6%] Building C object librabbitmq/CMakeFiles/rabbitmq.dir/amqp_api.c.o [ 9%] Building C object librabbitmq/CMakeFiles/rabbitmq.dir/amqp_connection.c.o amqp_connection.c: In function 'amqp_handle_input': amqp_connection.c:267:10: warning: this statement may fall through [-Wimplicit-fallthrough=] 267 | if (memcmp(raw_frame, "AMQP", 4) == 0) { | ^ amqp_connection.c:287:5: note: here 287 | case CONNECTION_STATE_HEADER: { | ^~~~ amqp_connection.c:287:35: warning: this statement may fall through [-Wimplicit-fallthrough=] 287 | case CONNECTION_STATE_HEADER: { | ^ amqp_connection.c:334:5: note: here 334 | case CONNECTION_STATE_BODY: { | ^~~~ [ 12%] Building C object librabbitmq/CMakeFiles/rabbitmq.dir/amqp_mem.c.o [ 16%] Building C object librabbitmq/CMakeFiles/rabbitmq.dir/amqp_socket.c.o [ 19%] Building C object librabbitmq/CMakeFiles/rabbitmq.dir/amqp_table.c.o [ 22%] Building C object librabbitmq/CMakeFiles/rabbitmq.dir/amqp_url.c.o [ 25%] Building C object librabbitmq/CMakeFiles/rabbitmq.dir/amqp_tcp_socket.c.o [ 29%] Building C object librabbitmq/CMakeFiles/rabbitmq.dir/amqp_time.c.o [ 32%] Building C object librabbitmq/CMakeFiles/rabbitmq.dir/amqp_consumer.c.o [ 35%] Building C object librabbitmq/CMakeFiles/rabbitmq.dir/amqp_openssl.c.o [ 38%] Building C object librabbitmq/CMakeFiles/rabbitmq.dir/amqp_openssl_hostname_validation.c.o [ 41%] Building C object librabbitmq/CMakeFiles/rabbitmq.dir/amqp_hostcheck.c.o [ 45%] Building C object librabbitmq/CMakeFiles/rabbitmq.dir/amqp_openssl_bio.c.o [ 48%] Linking C shared library librabbitmq.so [ 48%] Built target rabbitmq [ 51%] Building C object tools/CMakeFiles/amqp-publish.dir/publish.c.o [ 54%] Building C object tools/CMakeFiles/amqp-publish.dir/common.c.o [ 58%] Linking C executable amqp-publish [ 58%] Built target amqp-publish [ 61%] Building C object tools/CMakeFiles/amqp-get.dir/get.c.o [ 64%] Building C object tools/CMakeFiles/amqp-get.dir/common.c.o [ 67%] Linking C executable amqp-get [ 67%] Built target amqp-get [ 70%] Building C object tools/CMakeFiles/amqp-consume.dir/consume.c.o [ 74%] Building C object tools/CMakeFiles/amqp-consume.dir/unix/process.c.o [ 77%] Building C object tools/CMakeFiles/amqp-consume.dir/common.c.o [ 80%] Linking C executable amqp-consume [ 80%] Built target amqp-consume [ 83%] Building C object tools/CMakeFiles/amqp-declare-queue.dir/declare_queue.c.o [ 87%] Building C object tools/CMakeFiles/amqp-declare-queue.dir/common.c.o [ 90%] Linking C executable amqp-declare-queue [ 90%] Built target amqp-declare-queue [ 93%] Building C object tools/CMakeFiles/amqp-delete-queue.dir/delete_queue.c.o [ 96%] Building C object tools/CMakeFiles/amqp-delete-queue.dir/common.c.o [100%] Linking C executable amqp-delete-queue [100%] Built target amqp-delete-queue make[1]: Leaving directory '/tmp/instance-5/output-1/build/rabbitmq-c-0.11.0' >>> rabbitmq-c 0.11.0 Installing to staging directory PATH="/tmp/instance-5/output-1/host/bin:/tmp/instance-5/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /home/autobuild/make/make -j1 DESTDIR=/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot install/fast -C /tmp/instance-5/output-1/build/rabbitmq-c-0.11.0/ make[1]: Entering directory '/tmp/instance-5/output-1/build/rabbitmq-c-0.11.0' Install the project... -- Install configuration: "Release" -- Installing: /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/cmake/rabbitmq-c/rabbitmq-c-config.cmake -- Installing: /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/cmake/rabbitmq-c/rabbitmq-c-config-version.cmake -- Installing: /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/cmake/rabbitmq-c/rabbitmq-targets.cmake -- Installing: /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/cmake/rabbitmq-c/rabbitmq-targets-release.cmake -- Installing: /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/pkgconfig/librabbitmq.pc -- Installing: /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/librabbitmq.so.4.5.0 -- Installing: /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/librabbitmq.so.4 -- Installing: /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/librabbitmq.so -- Installing: /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include/amqp.h -- Installing: /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include/amqp_framing.h -- Installing: /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include/amqp_tcp_socket.h -- Installing: /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include/amqp_ssl_socket.h -- Installing: /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/amqp-publish -- Set runtime path of "/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/amqp-publish" to "" -- Installing: /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/amqp-get -- Set runtime path of "/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/amqp-get" to "" -- Installing: /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/amqp-consume -- Set runtime path of "/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/amqp-consume" to "" -- Installing: /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/amqp-declare-queue -- Set runtime path of "/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/amqp-declare-queue" to "" -- Installing: /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/amqp-delete-queue -- Set runtime path of "/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/amqp-delete-queue" to "" make[1]: Leaving directory '/tmp/instance-5/output-1/build/rabbitmq-c-0.11.0' >>> rabbitmq-c 0.11.0 Fixing libtool files for la in $(find /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib* -name "*.la"); do \ cp -a "${la}" "${la}.fixed" && \ /usr/bin/sed -i -e "s:/tmp/instance-5/output-1:@BASE_DIR@:g" \ -e "s:/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot:@STAGING_DIR@:g" \ \ -e "s:\(['= ]\)/usr:\\1@STAGING_DIR@/usr:g" \ -e "s:\(['= ]\)/lib:\\1@STAGING_DIR@/lib:g" \ \ -e "s:@STAGING_DIR@:/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot:g" \ -e "s:@BASE_DIR@:/tmp/instance-5/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 >>> rabbitmq-c 0.11.0 Installing to target PATH="/tmp/instance-5/output-1/host/bin:/tmp/instance-5/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /home/autobuild/make/make -j1 DESTDIR=/tmp/instance-5/output-1/target install/fast -C /tmp/instance-5/output-1/build/rabbitmq-c-0.11.0/ make[1]: Entering directory '/tmp/instance-5/output-1/build/rabbitmq-c-0.11.0' Install the project... -- Install configuration: "Release" -- Installing: /tmp/instance-5/output-1/target/usr/lib/cmake/rabbitmq-c/rabbitmq-c-config.cmake -- Installing: /tmp/instance-5/output-1/target/usr/lib/cmake/rabbitmq-c/rabbitmq-c-config-version.cmake -- Installing: /tmp/instance-5/output-1/target/usr/lib/cmake/rabbitmq-c/rabbitmq-targets.cmake -- Installing: /tmp/instance-5/output-1/target/usr/lib/cmake/rabbitmq-c/rabbitmq-targets-release.cmake -- Installing: /tmp/instance-5/output-1/target/usr/lib/pkgconfig/librabbitmq.pc -- Installing: /tmp/instance-5/output-1/target/usr/lib/librabbitmq.so.4.5.0 -- Installing: /tmp/instance-5/output-1/target/usr/lib/librabbitmq.so.4 -- Installing: /tmp/instance-5/output-1/target/usr/lib/librabbitmq.so -- Installing: /tmp/instance-5/output-1/target/usr/include/amqp.h -- Installing: /tmp/instance-5/output-1/target/usr/include/amqp_framing.h -- Installing: /tmp/instance-5/output-1/target/usr/include/amqp_tcp_socket.h -- Installing: /tmp/instance-5/output-1/target/usr/include/amqp_ssl_socket.h -- Installing: /tmp/instance-5/output-1/target/usr/bin/amqp-publish -- Set runtime path of "/tmp/instance-5/output-1/target/usr/bin/amqp-publish" to "" -- Installing: /tmp/instance-5/output-1/target/usr/bin/amqp-get -- Set runtime path of "/tmp/instance-5/output-1/target/usr/bin/amqp-get" to "" -- Installing: /tmp/instance-5/output-1/target/usr/bin/amqp-consume -- Set runtime path of "/tmp/instance-5/output-1/target/usr/bin/amqp-consume" to "" -- Installing: /tmp/instance-5/output-1/target/usr/bin/amqp-declare-queue -- Set runtime path of "/tmp/instance-5/output-1/target/usr/bin/amqp-declare-queue" to "" -- Installing: /tmp/instance-5/output-1/target/usr/bin/amqp-delete-queue -- Set runtime path of "/tmp/instance-5/output-1/target/usr/bin/amqp-delete-queue" to "" make[1]: Leaving directory '/tmp/instance-5/output-1/build/rabbitmq-c-0.11.0' >>> ramsmp 3.5.0 Downloading wget --passive-ftp -nd -t 3 -O '/tmp/instance-5/output-1/build/.ramsmp-3.5.0.tar.gz.oHkbq6/output' 'http://www.alasir.com/software/ramspeed/ramsmp-3.5.0.tar.gz' --2023-02-20 00:41:29-- http://www.alasir.com/software/ramspeed/ramsmp-3.5.0.tar.gz Resolving www.alasir.com (www.alasir.com)... 173.82.19.155, 2607:f130:0:ee::f7d9:915f Connecting to www.alasir.com (www.alasir.com)|173.82.19.155|:80... connected. HTTP request sent, awaiting response... 200 OK Length: 79481 (78K) [application/octet-stream] Saving to: '/tmp/instance-5/output-1/build/.ramsmp-3.5.0.tar.gz.oHkbq6/output' 0K .......... .......... .......... .......... .......... 64% 990K 0s 50K .......... .......... ....... 100% 333M=0.05s 2023-02-20 00:41:29 (1.50 MB/s) - '/tmp/instance-5/output-1/build/.ramsmp-3.5.0.tar.gz.oHkbq6/output' saved [79481/79481] ramsmp-3.5.0.tar.gz: OK (sha256: 39fb15493fb3c293575746d56f6ab9faaa1d876d8b1f0d8e5a4042d2ace95839) >>> ramsmp 3.5.0 Extracting gzip -d -c /tmp/instance-5/dl/ramsmp/ramsmp-3.5.0.tar.gz | tar --strip-components=1 -C /tmp/instance-5/output-1/build/ramsmp-3.5.0 -xf - >>> ramsmp 3.5.0 Patching >>> ramsmp 3.5.0 Configuring >>> ramsmp 3.5.0 Building cp -f package/ramsmp/Makefile /tmp/instance-5/output-1/build/ramsmp-3.5.0 PATH="/tmp/instance-5/output-1/host/bin:/tmp/instance-5/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" AR="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-ar" AS="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-as" LD="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-ld" NM="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-nm" CC="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc" GCC="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc" CPP="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-cpp" CXX="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-g++" FC="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gfortran" F77="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gfortran" RANLIB="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-ranlib" READELF="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-readelf" STRIP="/bin/true" OBJCOPY="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-objcopy" OBJDUMP="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc" GCC_FOR_BUILD="/tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc" CXX_FOR_BUILD="/tmp/instance-5/output-1/host/bin/ccache /usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/tmp/instance-5/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/tmp/instance-5/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/tmp/instance-5/output-1/host/include" LDFLAGS_FOR_BUILD="-L/tmp/instance-5/output-1/host/lib -Wl,-rpath,/tmp/instance-5/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-as" DEFAULT_LINKER="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1" LDFLAGS="" FCFLAGS=" -Os -g0" FFLAGS=" -Os -g0" PKG_CONFIG="/tmp/instance-5/output-1/host/bin/pkg-config" STAGING_DIR="/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no make -C /tmp/instance-5/output-1/build/ramsmp-3.5.0 make[1]: Entering directory '/tmp/instance-5/output-1/build/ramsmp-3.5.0' /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 ramsmp.c fltmem.c fltmark.c intmem.c intmark.c -o ramsmp make[1]: Leaving directory '/tmp/instance-5/output-1/build/ramsmp-3.5.0' >>> ramsmp 3.5.0 Installing to target /usr/bin/install -m 0755 -D /tmp/instance-5/output-1/build/ramsmp-3.5.0/ramsmp /tmp/instance-5/output-1/target/usr/bin/ramsmp >>> raptor 2.0.15 Downloading wget --passive-ftp -nd -t 3 -O '/tmp/instance-5/output-1/build/.raptor2-2.0.15.tar.gz.mTN53v/output' 'http://download.librdf.org/source/raptor2-2.0.15.tar.gz' --2023-02-20 00:41:34-- http://download.librdf.org/source/raptor2-2.0.15.tar.gz Resolving download.librdf.org (download.librdf.org)... 64.90.52.42 Connecting to download.librdf.org (download.librdf.org)|64.90.52.42|:80... connected. HTTP request sent, awaiting response... 301 Moved Permanently Location: https://download.librdf.org/source/raptor2-2.0.15.tar.gz [following] --2023-02-20 00:41:34-- https://download.librdf.org/source/raptor2-2.0.15.tar.gz Connecting to download.librdf.org (download.librdf.org)|64.90.52.42|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 1886657 (1.8M) [application/gzip] Saving to: '/tmp/instance-5/output-1/build/.raptor2-2.0.15.tar.gz.mTN53v/output' 0K .......... .......... .......... .......... .......... 2% 749K 2s 50K .......... .......... .......... .......... .......... 5% 1.49M 2s 100K .......... .......... .......... .......... .......... 8% 1.73M 1s 150K .......... .......... .......... .......... .......... 10% 17.1M 1s 200K .......... .......... .......... .......... .......... 13% 42.6M 1s 250K .......... .......... .......... .......... .......... 16% 104M 1s 300K .......... .......... .......... .......... .......... 18% 1.60M 1s 350K .......... .......... .......... .......... .......... 21% 176M 1s 400K .......... .......... .......... .......... .......... 24% 148M 1s 450K .......... .......... .......... .......... .......... 27% 17.8M 0s 500K .......... .......... .......... .......... .......... 29% 249M 0s 550K .......... .......... .......... .......... .......... 32% 225M 0s 600K .......... .......... .......... .......... .......... 35% 1.87M 0s 650K .......... .......... .......... .......... .......... 37% 232M 0s 700K .......... .......... .......... .......... .......... 40% 250M 0s 750K .......... .......... .......... .......... .......... 43% 76.5M 0s 800K .......... .......... .......... .......... .......... 46% 9.66M 0s 850K .......... .......... .......... .......... .......... 48% 63.2M 0s 900K .......... .......... .......... .......... .......... 51% 194M 0s 950K .......... .......... .......... .......... .......... 54% 18.0M 0s 1000K .......... .......... .......... .......... .......... 56% 81.6M 0s 1050K .......... .......... .......... .......... .......... 59% 40.5M 0s 1100K .......... .......... .......... .......... .......... 62% 34.0M 0s 1150K .......... .......... .......... .......... .......... 65% 1.82M 0s 1200K .......... .......... .......... .......... .......... 67% 28.7M 0s 1250K .......... .......... .......... .......... .......... 70% 18.0M 0s 1300K .......... .......... .......... .......... .......... 73% 254M 0s 1350K .......... .......... .......... .......... .......... 75% 32.7M 0s 1400K .......... .......... .......... .......... .......... 78% 2.51M 0s 1450K .......... .......... .......... .......... .......... 81% 34.0M 0s 1500K .......... .......... .......... .......... .......... 84% 34.2M 0s 1550K .......... .......... .......... .......... .......... 86% 57.2M 0s 1600K .......... .......... .......... .......... .......... 89% 23.3M 0s 1650K .......... .......... .......... .......... .......... 92% 20.7M 0s 1700K .......... .......... .......... .......... .......... 94% 275M 0s 1750K .......... .......... .......... .......... .......... 97% 1.52M 0s 1800K .......... .......... .......... .......... .. 100% 212M=0.3s 2023-02-20 00:41:34 (6.02 MB/s) - '/tmp/instance-5/output-1/build/.raptor2-2.0.15.tar.gz.mTN53v/output' saved [1886657/1886657] raptor2-2.0.15.tar.gz: OK (sha256: ada7f0ba54787b33485d090d3d2680533520cd4426d2f7fb4782dd4a6a1480ed) >>> raptor 2.0.15 Extracting gzip -d -c /tmp/instance-5/dl/raptor/raptor2-2.0.15.tar.gz | tar --strip-components=1 -C /tmp/instance-5/output-1/build/raptor-2.0.15 -xf - >>> raptor 2.0.15 Patching Applying 0001-configure.ac-remove-conditional-lib-inclusion.patch using patch: patching file configure.ac Applying 0002-Calcualte-max-nspace-declarations-correctly-for-XML-.patch using patch: patching file src/raptor_xml_writer.c Applying 0003-XML-Writer-compare-namespace-declarations-correctly.patch using patch: patching file src/raptor_xml_writer.c Hunk #1 succeeded at 221 (offset -6 lines). >>> raptor 2.0.15 Updating config.sub and config.guess for file in config.guess config.sub; do for i in $(find /tmp/instance-5/output-1/build/raptor-2.0.15 -name $file); do cp support/gnuconfig/$file $i; done; done >>> raptor 2.0.15 Configuring >>> raptor 2.0.15 Autoreconfiguring libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, 'build'. libtoolize: copying file 'build/ltmain.sh' libtoolize: putting macros in AC_CONFIG_MACRO_DIRS, 'build'. libtoolize: copying file 'build/libtool.m4' libtoolize: copying file 'build/ltoptions.m4' libtoolize: copying file 'build/ltsugar.m4' libtoolize: copying file 'build/ltversion.m4' libtoolize: copying file 'build/lt~obsolete.m4' libtoolize: Consider adding '-I build' to ACLOCAL_AMFLAGS in Makefile.am. configure.ac:86: warning: AC_PROG_LEX without either yywrap or noyywrap is obsolete ./lib/autoconf/programs.m4:716: _AC_PROG_LEX is expanded from... ./lib/autoconf/programs.m4:709: AC_PROG_LEX is expanded from... configure.ac:86: the top level configure.ac:295: warning: The macro `AC_HEADER_STDC' is obsolete. configure.ac:295: You should run autoupdate. ./lib/autoconf/headers.m4:704: AC_HEADER_STDC is expanded from... configure.ac:295: the top level configure.ac:298: warning: The macro `AC_HEADER_TIME' is obsolete. configure.ac:298: You should run autoupdate. ./lib/autoconf/headers.m4:743: AC_HEADER_TIME is expanded from... configure.ac:298: the top level configure.ac:70: installing 'build/compile' configure.ac:32: installing 'build/missing' examples/Makefile.am: installing 'build/depcomp' parallel-tests: installing 'build/test-driver' >>> raptor 2.0.15 Patching libtool patching file /tmp/instance-5/output-1/build/raptor-2.0.15/build/ltmain.sh Hunk #1 succeeded at 2694 (offset 7 lines). Hunk #2 succeeded at 4284 (offset 7 lines). Hunk #3 succeeded at 6579 (offset 25 lines). Hunk #4 succeeded at 6589 (offset 25 lines). Hunk #5 succeeded at 6882 (offset 25 lines). Hunk #6 succeeded at 7174 (offset 25 lines). Hunk #7 succeeded at 8140 (offset 28 lines). Hunk #8 succeeded at 10769 (offset 59 lines). (cd /tmp/instance-5/output-1/build/raptor-2.0.15/ && rm -rf config.cache && PATH="/tmp/instance-5/output-1/host/bin:/tmp/instance-5/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" AR="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-ar" AS="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-as" LD="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-ld" NM="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-nm" CC="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc" GCC="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc" CPP="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-cpp" CXX="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-g++" FC="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gfortran" F77="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gfortran" RANLIB="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-ranlib" READELF="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-readelf" STRIP="/bin/true" OBJCOPY="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-objcopy" OBJDUMP="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc" GCC_FOR_BUILD="/tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc" CXX_FOR_BUILD="/tmp/instance-5/output-1/host/bin/ccache /usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/tmp/instance-5/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/tmp/instance-5/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/tmp/instance-5/output-1/host/include" LDFLAGS_FOR_BUILD="-L/tmp/instance-5/output-1/host/lib -Wl,-rpath,/tmp/instance-5/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-as" DEFAULT_LINKER="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1" LDFLAGS="" FCFLAGS=" -Os -g0" FFLAGS=" -Os -g0" PKG_CONFIG="/tmp/instance-5/output-1/host/bin/pkg-config" STAGING_DIR="/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/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=no LIBS="-lm" CONFIG_SITE=/dev/null ./configure --target=sh4a-buildroot-linux-gnu --host=sh4a-buildroot-linux-gnu --build=x86_64-pc-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 --disable-static --enable-shared --with-xml2-config=/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/xml2-config --with-xslt-config=/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/xslt-config --with-curl-config=/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/curl-config --with-yajl=/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr --with-icu-config=no ) configure: WARNING: unrecognized options: --disable-doc, --disable-docs, --disable-documentation, --with-xmlto, --with-fop, --enable-ipv6, --disable-nls checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for sh4a-buildroot-linux-gnu-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 whether to enable maintainer-specific portions of Makefiles... no checking build system type... x86_64-pc-linux-gnu checking host system type... sh4a-buildroot-linux-gnu checking whether build environment is sane... yes checking whether make supports the include directive... yes (GNU style) checking for sh4a-buildroot-linux-gnu-gcc... /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-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 /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc accepts -g... yes checking for /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc option to enable C11 features... none needed checking whether /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc understands -c and -o together... yes checking dependency style of /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc... none checking for sh4a-buildroot-linux-gnu-ar... /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-ar checking the archiver (/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-ar) interface... ar checking for sh4a-buildroot-linux-gnu-gcc... (cached) /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc checking whether the compiler supports GNU C... (cached) yes checking whether /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc accepts -g... (cached) yes checking for /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc option to enable C11 features... (cached) none needed checking whether /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc understands -c and -o together... (cached) yes checking dependency style of /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc... (cached) none checking whether /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc is clang... checking how to print strings... printf checking for a sed that does not truncate output... /usr/bin/sed checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for fgrep... /usr/bin/grep -F checking for ld used by /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc... /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-ld checking if the linker (/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-nm checking the name lister (/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-nm) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 1572864 checking how to convert x86_64-pc-linux-gnu file names to sh4a-buildroot-linux-gnu format... func_convert_file_noop checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop checking for /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-ld option to reload object files... -r checking for sh4a-buildroot-linux-gnu-objdump... /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-objdump checking how to recognize dependent libraries... pass_all checking for sh4a-buildroot-linux-gnu-dlltool... no checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for sh4a-buildroot-linux-gnu-ar... (cached) /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-ar checking for archiver @FILE support... @ checking for sh4a-buildroot-linux-gnu-strip... (cached) /bin/true checking for sh4a-buildroot-linux-gnu-ranlib... /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-ranlib checking command to parse /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-nm output from /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc object... ok checking for sysroot... no checking for a working dd... /usr/bin/dd checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1 checking for sh4a-buildroot-linux-gnu-mt... no checking for mt... mt configure: WARNING: using cross tools not prefixed with host triplet checking if mt is a manifest tool... no 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 sys/time.h... yes checking for dlfcn.h... yes checking for objdir... .libs checking if /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc supports -fno-rtti -fno-exceptions... no checking for /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc option to produce PIC... -fPIC -DPIC checking if /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc PIC flag -fPIC -DPIC works... yes checking if /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc static flag -static works... no checking if /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc supports -c -o file.o... yes checking if /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc supports -c -o file.o... (cached) yes checking whether the /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc linker (/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... no checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no checking whether ln -s works... yes checking whether make sets $(MAKE)... (cached) yes checking for flex... flex checking for lex output file root... lex.yy checking for lex library... none needed checking for library containing yywrap... no checking whether yytext is a pointer... yes checking flex... not present - not required for non maintainer builds checking for bison3... no checking for bison... bison checking for gnutar... no checking for gtar... no checking for tar... tar checking for perl... /usr/bin/perl checking for jing... no checking for echo... echo checking for egrep... (cached) /usr/bin/grep -E checking for errno.h... yes checking for fcntl.h... yes checking for stdlib.h... (cached) yes checking for stddef.h... yes checking for unistd.h... (cached) yes checking for string.h... (cached) yes checking for limits.h... yes checking for math.h... yes checking for getopt.h... yes checking for sys/stat.h... (cached) yes checking for sys/param.h... yes checking for sys/stat.h... (cached) yes checking for sys/time.h... (cached) yes checking for setjmp.h... yes checking for stat... yes checking for fetch.h... no checking for an ANSI C-conforming const... yes checking whether byte ordering is bigendian... (cached) no checking for inline... inline checking whether __FUNCTION__ is available... yes checking for gettimeofday... yes checking for getopt... yes checking for getopt_long... yes checking for stricmp... no checking for strcasecmp... yes checking for vsnprintf... yes checking for isascii... yes checking for setjmp... yes checking for strtok_r... yes checking for qsort_r... yes checking for qsort_s... no checking for vasprintf... yes checking whether need to declare optind... no checking whether vsnprintf has C99 compatible return value... checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... no checking pkg-config is at least version 0.9.0... yes checking for /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/xml2-config... yes checking for xmlCreatePushParserCtxt... yes checking for libxml via xml2-config... yes - 2.10.3 checking for /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/xslt-config... yes checking for /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/curl-config... yes checking for curl/curl.h... yes checking for curl_easy_init... yes checking for libcurl via curl-config... yes - 7.87.0 checking for ICU... no checking for xmlCreatePushParserCtxt... (cached) yes checking libxml library... yes - version 2.10.3 checking for libxml/nanohttp.h... yes checking for libxml/parser.h... yes checking for libxml/hash.h... yes checking for libxml/SAX2.h... yes checking if libxml xmlEntity has name_length field... no checking if libxml xmlEntity has etype field... yes checking if libxml xmlSAXHandler has initialized field... yes checking if libxml xmlSAXHandler has externalSubset field... yes checking for xmlSAX2InternalSubset... yes checking for xmlCtxtUseOptions... yes checking if libxml has parser option XML_PARSE_NONET... yes checking for libxml/HTMLparser.h... yes checking if libxml has parser option HTML_PARSE_NONET... yes checking for xsltSaveResultToString... yes checking for system libxslt library... yes - version 1.1.37 checking for xsltInit... yes checking for libxslt/xslt.h... yes checking for yajl installation... /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr checking for yajl_parse in -lyajl... yes checking for yajl_tree_parse in -lyajl... yes checking for yajl/yajl_parse.h... yes checking YAJL API version... 2 checking GRDDL parser requirements... yes checking JSON parser requirements... yes checking RDF parsers required... all checking RDF serializers required... all checking XML names version... 1.0 checking for curl/curl.h... (cached) yes checking for curl_easy_init... (cached) yes checking for libcurl library... yes - version 7.87.0 via curl-config checking WWW libraries available... libcurl 7.87.0 libxml 2.10.3 checking WWW library to use... libcurl 7.87.0 via curl-config checking NFC library to use... none checking for libinn.h... no checking date parsing source... libcurl curl_getdate checking using memory signing... no checking whether make supports nested variables... (cached) yes checking for gtkdoc-check... no checking for gtkdoc-rebase... no checking for gtkdoc-mkpdf... no checking whether to build gtk-doc documentation... no checking that generated files are newer than configure... done checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating Makefile config.status: creating raptor2.spec config.status: creating raptor2.rdf config.status: creating data/Makefile config.status: creating docs/Makefile config.status: creating docs/version.xml config.status: creating examples/Makefile config.status: creating scripts/Makefile config.status: creating src/raptor2.h config.status: creating src/Makefile config.status: creating tests/Makefile config.status: creating tests/feeds/Makefile config.status: creating tests/grddl/Makefile config.status: creating tests/ntriples/Makefile config.status: creating tests/ntriples-2013/Makefile config.status: creating tests/nquads-2013/Makefile config.status: creating tests/rdfa/Makefile config.status: creating tests/rdfa11/Makefile config.status: creating tests/json/Makefile config.status: creating tests/rdfxml/Makefile config.status: creating tests/turtle/Makefile config.status: creating tests/turtle-2013/Makefile config.status: creating tests/trig/Makefile config.status: creating utils/Makefile config.status: creating librdfa/Makefile config.status: creating raptor2.pc config.status: creating src/raptor_config.h config.status: executing depfiles commands config.status: executing libtool commands configure: WARNING: unrecognized options: --disable-doc, --disable-docs, --disable-documentation, --with-xmlto, --with-fop, --enable-ipv6, --disable-nls Raptor build summary: RDF parsers available : rdfxml ntriples turtle trig guess rss-tag-soup rdfa nquads grddl json RDF parsers enabled : rdfxml ntriples turtle trig guess rss-tag-soup rdfa nquads grddl json RDF serializers available : rdfxml rdfxml-abbrev turtle ntriples rss-1.0 dot html json atom nquads RDF serializers enabled : rdfxml rdfxml-abbrev turtle ntriples rss-1.0 dot html json atom nquads XML parser : libxml 2.10.3 via xml2-config WWW library : libcurl 7.87.0 via curl-config NFC check library : none >>> raptor 2.0.15 Building PATH="/tmp/instance-5/output-1/host/bin:/tmp/instance-5/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /home/autobuild/make/make -j1 -C /tmp/instance-5/output-1/build/raptor-2.0.15/ make[1]: Entering directory '/tmp/instance-5/output-1/build/raptor-2.0.15' Making all in librdfa make[2]: Entering directory '/tmp/instance-5/output-1/build/raptor-2.0.15/librdfa' /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../src -DLIBRDFA_IN_RAPTOR -I. -I../src -DRAPTOR_INTERNAL=1 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../../../sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o context.lo context.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../src -DLIBRDFA_IN_RAPTOR -I. -I../src -DRAPTOR_INTERNAL=1 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../../../sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c context.c -fPIC -DPIC -o .libs/context.o /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../src -DLIBRDFA_IN_RAPTOR -I. -I../src -DRAPTOR_INTERNAL=1 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../../../sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o curie.lo curie.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../src -DLIBRDFA_IN_RAPTOR -I. -I../src -DRAPTOR_INTERNAL=1 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../../../sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c curie.c -fPIC -DPIC -o .libs/curie.o /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../src -DLIBRDFA_IN_RAPTOR -I. -I../src -DRAPTOR_INTERNAL=1 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../../../sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o iri.lo iri.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../src -DLIBRDFA_IN_RAPTOR -I. -I../src -DRAPTOR_INTERNAL=1 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../../../sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c iri.c -fPIC -DPIC -o .libs/iri.o /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../src -DLIBRDFA_IN_RAPTOR -I. -I../src -DRAPTOR_INTERNAL=1 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../../../sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o language.lo language.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../src -DLIBRDFA_IN_RAPTOR -I. -I../src -DRAPTOR_INTERNAL=1 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../../../sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c language.c -fPIC -DPIC -o .libs/language.o /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../src -DLIBRDFA_IN_RAPTOR -I. -I../src -DRAPTOR_INTERNAL=1 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../../../sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o lists.lo lists.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../src -DLIBRDFA_IN_RAPTOR -I. -I../src -DRAPTOR_INTERNAL=1 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../../../sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c lists.c -fPIC -DPIC -o .libs/lists.o /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../src -DLIBRDFA_IN_RAPTOR -I. -I../src -DRAPTOR_INTERNAL=1 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../../../sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o namespace.lo namespace.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../src -DLIBRDFA_IN_RAPTOR -I. -I../src -DRAPTOR_INTERNAL=1 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../../../sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c namespace.c -fPIC -DPIC -o .libs/namespace.o /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../src -DLIBRDFA_IN_RAPTOR -I. -I../src -DRAPTOR_INTERNAL=1 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../../../sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o rdfa.lo rdfa.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../src -DLIBRDFA_IN_RAPTOR -I. -I../src -DRAPTOR_INTERNAL=1 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../../../sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c rdfa.c -fPIC -DPIC -o .libs/rdfa.o /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../src -DLIBRDFA_IN_RAPTOR -I. -I../src -DRAPTOR_INTERNAL=1 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../../../sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o rdfa_utils.lo rdfa_utils.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../src -DLIBRDFA_IN_RAPTOR -I. -I../src -DRAPTOR_INTERNAL=1 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../../../sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c rdfa_utils.c -fPIC -DPIC -o .libs/rdfa_utils.o /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../src -DLIBRDFA_IN_RAPTOR -I. -I../src -DRAPTOR_INTERNAL=1 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../../../sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o subject.lo subject.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../src -DLIBRDFA_IN_RAPTOR -I. -I../src -DRAPTOR_INTERNAL=1 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../../../sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c subject.c -fPIC -DPIC -o .libs/subject.o /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../src -DLIBRDFA_IN_RAPTOR -I. -I../src -DRAPTOR_INTERNAL=1 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../../../sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o triple.lo triple.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../src -DLIBRDFA_IN_RAPTOR -I. -I../src -DRAPTOR_INTERNAL=1 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../../../sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c triple.c -fPIC -DPIC -o .libs/triple.o /bin/bash ../libtool --tag=CC --mode=link /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -L/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib -o librdfa.la context.lo curie.lo iri.lo language.lo lists.lo namespace.lo rdfa.lo rdfa_utils.lo subject.lo triple.lo -lm libtool: link: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-ar cru .libs/librdfa.a .libs/context.o .libs/curie.o .libs/iri.o .libs/language.o .libs/lists.o .libs/namespace.o .libs/rdfa.o .libs/rdfa_utils.o .libs/subject.o .libs/triple.o libtool: link: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-ranlib .libs/librdfa.a libtool: link: ( cd ".libs" && rm -f "librdfa.la" && ln -s "../librdfa.la" "librdfa.la" ) make[2]: Leaving directory '/tmp/instance-5/output-1/build/raptor-2.0.15/librdfa' Making all in src make[2]: Entering directory '/tmp/instance-5/output-1/build/raptor-2.0.15/src' /home/autobuild/make/make all-am make[3]: Entering directory '/tmp/instance-5/output-1/build/raptor-2.0.15/src' /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../../../sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o raptor_parse.lo raptor_parse.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../../../sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c raptor_parse.c -fPIC -DPIC -o .libs/raptor_parse.o raptor_parse.c: In function 'raptor_world_get_parsers_count': raptor_parse.c:260:3: warning: returning 'void *' from a function with return type 'int' makes integer from pointer without a cast [-Wint-conversion] 260 | RAPTOR_ASSERT_OBJECT_POINTER_RETURN_VALUE(world, raptor_world, NULL); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../../../sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o raptor_serialize.lo raptor_serialize.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../../../sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c raptor_serialize.c -fPIC -DPIC -o .libs/raptor_serialize.o raptor_serialize.c: In function 'raptor_world_get_serializers_count': raptor_serialize.c:243:3: warning: returning 'void *' from a function with return type 'int' makes integer from pointer without a cast [-Wint-conversion] 243 | RAPTOR_ASSERT_OBJECT_POINTER_RETURN_VALUE(world, raptor_world, NULL); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../../../sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o raptor_rfc2396.lo raptor_rfc2396.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../../../sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c raptor_rfc2396.c -fPIC -DPIC -o .libs/raptor_rfc2396.o /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../../../sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o raptor_uri.lo raptor_uri.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../../../sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c raptor_uri.c -fPIC -DPIC -o .libs/raptor_uri.o /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../../../sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o raptor_log.lo raptor_log.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../../../sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c raptor_log.c -fPIC -DPIC -o .libs/raptor_log.o /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../../../sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o raptor_locator.lo raptor_locator.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../../../sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c raptor_locator.c -fPIC -DPIC -o .libs/raptor_locator.o /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../../../sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o raptor_namespace.lo raptor_namespace.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../../../sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c raptor_namespace.c -fPIC -DPIC -o .libs/raptor_namespace.o /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../../../sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o raptor_qname.lo raptor_qname.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../../../sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c raptor_qname.c -fPIC -DPIC -o .libs/raptor_qname.o /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../../../sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o raptor_option.lo raptor_option.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../../../sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c raptor_option.c -fPIC -DPIC -o .libs/raptor_option.o /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../../../sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o raptor_general.lo raptor_general.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../../../sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c raptor_general.c -fPIC -DPIC -o .libs/raptor_general.o /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../../../sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o raptor_unicode.lo raptor_unicode.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../../../sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c raptor_unicode.c -fPIC -DPIC -o .libs/raptor_unicode.o /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../../../sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o raptor_www.lo raptor_www.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../../../sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c raptor_www.c -fPIC -DPIC -o .libs/raptor_www.o /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../../../sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o raptor_statement.lo raptor_statement.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../../../sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c raptor_statement.c -fPIC -DPIC -o .libs/raptor_statement.o /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../../../sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o raptor_term.lo raptor_term.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../../../sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c raptor_term.c -fPIC -DPIC -o .libs/raptor_term.o /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../../../sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o raptor_sequence.lo raptor_sequence.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../../../sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c raptor_sequence.c -fPIC -DPIC -o .libs/raptor_sequence.o /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../../../sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o raptor_stringbuffer.lo raptor_stringbuffer.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../../../sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c raptor_stringbuffer.c -fPIC -DPIC -o .libs/raptor_stringbuffer.o /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../../../sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o raptor_iostream.lo raptor_iostream.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../../../sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c raptor_iostream.c -fPIC -DPIC -o .libs/raptor_iostream.o /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../../../sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o raptor_xml.lo raptor_xml.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../../../sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c raptor_xml.c -fPIC -DPIC -o .libs/raptor_xml.o /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../../../sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o raptor_xml_writer.lo raptor_xml_writer.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../../../sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c raptor_xml_writer.c -fPIC -DPIC -o .libs/raptor_xml_writer.o /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../../../sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o raptor_set.lo raptor_set.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../../../sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c raptor_set.c -fPIC -DPIC -o .libs/raptor_set.o /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../../../sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o turtle_common.lo turtle_common.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../../../sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c turtle_common.c -fPIC -DPIC -o .libs/turtle_common.o /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../../../sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o raptor_turtle_writer.lo raptor_turtle_writer.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../../../sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c raptor_turtle_writer.c -fPIC -DPIC -o .libs/raptor_turtle_writer.o /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../../../sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o raptor_avltree.lo raptor_avltree.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../../../sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c raptor_avltree.c -fPIC -DPIC -o .libs/raptor_avltree.o /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../../../sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o snprintf.lo snprintf.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../../../sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c snprintf.c -fPIC -DPIC -o .libs/snprintf.o /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../../../sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o raptor_json_writer.lo raptor_json_writer.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../../../sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c raptor_json_writer.c -fPIC -DPIC -o .libs/raptor_json_writer.o /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../../../sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o raptor_memstr.lo raptor_memstr.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../../../sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c raptor_memstr.c -fPIC -DPIC -o .libs/raptor_memstr.o /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../../../sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o raptor_concepts.lo raptor_concepts.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../../../sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c raptor_concepts.c -fPIC -DPIC -o .libs/raptor_concepts.o /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../../../sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o raptor_syntax_description.lo raptor_syntax_description.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../../../sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c raptor_syntax_description.c -fPIC -DPIC -o .libs/raptor_syntax_description.o /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../../../sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o raptor_sax2.lo raptor_sax2.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../../../sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c raptor_sax2.c -fPIC -DPIC -o .libs/raptor_sax2.o /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../../../sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o raptor_escaped.lo raptor_escaped.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../../../sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c raptor_escaped.c -fPIC -DPIC -o .libs/raptor_escaped.o /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../../../sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o raptor_ntriples.lo raptor_ntriples.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../../../sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c raptor_ntriples.c -fPIC -DPIC -o .libs/raptor_ntriples.o /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../../../sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o sort_r.lo sort_r.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../../../sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c sort_r.c -fPIC -DPIC -o .libs/sort_r.o /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../../../sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o raptor_libxml.lo raptor_libxml.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../../../sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c raptor_libxml.c -fPIC -DPIC -o .libs/raptor_libxml.o /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../../../sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o raptor_rdfxml.lo raptor_rdfxml.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../../../sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c raptor_rdfxml.c -fPIC -DPIC -o .libs/raptor_rdfxml.o /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../../../sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o turtle_lexer.lo turtle_lexer.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../../../sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c turtle_lexer.c -fPIC -DPIC -o .libs/turtle_lexer.o /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../../../sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o turtle_parser.lo turtle_parser.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../../../sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c turtle_parser.c -fPIC -DPIC -o .libs/turtle_parser.o /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../../../sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o ntriples_parse.lo ntriples_parse.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../../../sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c ntriples_parse.c -fPIC -DPIC -o .libs/ntriples_parse.o /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../../../sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o raptor_rss_common.lo raptor_rss_common.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../../../sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c raptor_rss_common.c -fPIC -DPIC -o .libs/raptor_rss_common.o /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../../../sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o raptor_rss.lo raptor_rss.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../../../sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c raptor_rss.c -fPIC -DPIC -o .libs/raptor_rss.o /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../../../sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o raptor_grddl.lo raptor_grddl.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../../../sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c raptor_grddl.c -fPIC -DPIC -o .libs/raptor_grddl.o /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../../../sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o raptor_guess.lo raptor_guess.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../../../sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c raptor_guess.c -fPIC -DPIC -o .libs/raptor_guess.o /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../../../sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o raptor_librdfa.lo raptor_librdfa.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../../../sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c raptor_librdfa.c -fPIC -DPIC -o .libs/raptor_librdfa.o /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../../../sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o raptor_json.lo raptor_json.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../../../sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c raptor_json.c -fPIC -DPIC -o .libs/raptor_json.o /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../../../sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o raptor_serialize_rdfxml.lo raptor_serialize_rdfxml.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../../../sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c raptor_serialize_rdfxml.c -fPIC -DPIC -o .libs/raptor_serialize_rdfxml.o /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../../../sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o raptor_serialize_ntriples.lo raptor_serialize_ntriples.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../../../sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c raptor_serialize_ntriples.c -fPIC -DPIC -o .libs/raptor_serialize_ntriples.o /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../../../sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o raptor_abbrev.lo raptor_abbrev.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../../../sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c raptor_abbrev.c -fPIC -DPIC -o .libs/raptor_abbrev.o /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../../../sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o raptor_serialize_rdfxmla.lo raptor_serialize_rdfxmla.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../../../sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c raptor_serialize_rdfxmla.c -fPIC -DPIC -o .libs/raptor_serialize_rdfxmla.o /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../../../sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o raptor_serialize_turtle.lo raptor_serialize_turtle.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../../../sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c raptor_serialize_turtle.c -fPIC -DPIC -o .libs/raptor_serialize_turtle.o /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../../../sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o raptor_serialize_rss.lo raptor_serialize_rss.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../../../sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c raptor_serialize_rss.c -fPIC -DPIC -o .libs/raptor_serialize_rss.o /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../../../sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o raptor_serialize_dot.lo raptor_serialize_dot.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../../../sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c raptor_serialize_dot.c -fPIC -DPIC -o .libs/raptor_serialize_dot.o /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../../../sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o raptor_serialize_html.lo raptor_serialize_html.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../../../sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c raptor_serialize_html.c -fPIC -DPIC -o .libs/raptor_serialize_html.o /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../../../sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o raptor_serialize_json.lo raptor_serialize_json.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../../../sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c raptor_serialize_json.c -fPIC -DPIC -o .libs/raptor_serialize_json.o /bin/bash ../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../../../sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o raptor_www_curl.lo raptor_www_curl.c libtool: compile: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -DLIBRDFA_IN_RAPTOR -I../librdfa -DRAPTOR_INTERNAL=1 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../../../sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c raptor_www_curl.c -fPIC -DPIC -o .libs/raptor_www_curl.o /bin/bash ../libtool --tag=CC --mode=link /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -version-info 0:0:0 -L/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/lib -lcurl -lxml2 -L/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../../../sh4a-buildroot-linux-gnu/sysroot/usr/lib -lz -lm -lxslt -lxml2 -lm -L/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib -lyajl -L/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib -o libraptor2.la -rpath /usr/lib raptor_parse.lo raptor_serialize.lo raptor_rfc2396.lo raptor_uri.lo raptor_log.lo raptor_locator.lo raptor_namespace.lo raptor_qname.lo raptor_option.lo raptor_general.lo raptor_unicode.lo raptor_www.lo raptor_statement.lo raptor_term.lo raptor_sequence.lo raptor_stringbuffer.lo raptor_iostream.lo raptor_xml.lo raptor_xml_writer.lo raptor_set.lo turtle_common.lo raptor_turtle_writer.lo raptor_avltree.lo snprintf.lo raptor_json_writer.lo raptor_memstr.lo raptor_concepts.lo raptor_syntax_description.lo raptor_sax2.lo raptor_escaped.lo raptor_ntriples.lo sort_r.lo raptor_libxml.lo raptor_rdfxml.lo turtle_lexer.lo turtle_parser.lo ntriples_parse.lo raptor_rss_common.lo raptor_rss.lo raptor_grddl.lo raptor_guess.lo raptor_librdfa.lo raptor_json.lo raptor_serialize_rdfxml.lo raptor_serialize_ntriples.lo raptor_abbrev.lo raptor_serialize_rdfxmla.lo raptor_serialize_turtle.lo raptor_serialize_rss.lo raptor_serialize_dot.lo raptor_serialize_html.lo raptor_serialize_json.lo ../librdfa/librdfa.la raptor_www_curl.lo -lm libtool: warning: '/tmp/instance-5/output-1/host/bin/../sh4a-buildroot-linux-gnu/sysroot/usr/lib/libcares.la' seems to be moved libtool: link: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -shared -fPIC -DPIC .libs/raptor_parse.o .libs/raptor_serialize.o .libs/raptor_rfc2396.o .libs/raptor_uri.o .libs/raptor_log.o .libs/raptor_locator.o .libs/raptor_namespace.o .libs/raptor_qname.o .libs/raptor_option.o .libs/raptor_general.o .libs/raptor_unicode.o .libs/raptor_www.o .libs/raptor_statement.o .libs/raptor_term.o .libs/raptor_sequence.o .libs/raptor_stringbuffer.o .libs/raptor_iostream.o .libs/raptor_xml.o .libs/raptor_xml_writer.o .libs/raptor_set.o .libs/turtle_common.o .libs/raptor_turtle_writer.o .libs/raptor_avltree.o .libs/snprintf.o .libs/raptor_json_writer.o .libs/raptor_memstr.o .libs/raptor_concepts.o .libs/raptor_syntax_description.o .libs/raptor_sax2.o .libs/raptor_escaped.o .libs/raptor_ntriples.o .libs/sort_r.o .libs/raptor_libxml.o .libs/raptor_rdfxml.o .libs/turtle_lexer.o .libs/turtle_parser.o .libs/ntriples_parse.o .libs/raptor_rss_common.o .libs/raptor_rss.o .libs/raptor_grddl.o .libs/raptor_guess.o .libs/raptor_librdfa.o .libs/raptor_json.o .libs/raptor_serialize_rdfxml.o .libs/raptor_serialize_ntriples.o .libs/raptor_abbrev.o .libs/raptor_serialize_rdfxmla.o .libs/raptor_serialize_turtle.o .libs/raptor_serialize_rss.o .libs/raptor_serialize_dot.o .libs/raptor_serialize_html.o .libs/raptor_serialize_json.o .libs/raptor_www_curl.o -Wl,--whole-archive ../librdfa/.libs/librdfa.a -Wl,--no-whole-archive -Wl,-rpath -Wl,/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib -Wl,-rpath -Wl,/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib -L/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/lib /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/libcurl.so -L/tmp/instance-5/output-1/host/bin/../sh4a-buildroot-linux-gnu/sysroot/usr/lib /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/libcares.so -latomic -L/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib -L/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../../../sh4a-buildroot-linux-gnu/sysroot/usr/lib /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/libxslt.so /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/libxml2.so -lz -lyajl -lm -Os -g0 -Wl,-soname -Wl,libraptor2.so.0 -o .libs/libraptor2.so.0.0.0 libtool: link: (cd ".libs" && rm -f "libraptor2.so.0" && ln -s "libraptor2.so.0.0.0" "libraptor2.so.0") libtool: link: (cd ".libs" && rm -f "libraptor2.so" && ln -s "libraptor2.so.0.0.0" "libraptor2.so") libtool: link: ( cd ".libs" && rm -f "libraptor2.la" && ln -s "../libraptor2.la" "libraptor2.la" ) make[3]: Leaving directory '/tmp/instance-5/output-1/build/raptor-2.0.15/src' make[2]: Leaving directory '/tmp/instance-5/output-1/build/raptor-2.0.15/src' Making all in utils make[2]: Entering directory '/tmp/instance-5/output-1/build/raptor-2.0.15/utils' /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../src -I../src -DRAPTOR_INTERNAL=1 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../../../sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o rapper.o rapper.c /bin/bash ../libtool --tag=CC --mode=link /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -L/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib -o rapper rapper.o ../src/libraptor2.la -lm libtool: link: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -o rapper rapper.o -L/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib ../src/.libs/libraptor2.so -L/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/lib -L/tmp/instance-5/output-1/host/bin/../sh4a-buildroot-linux-gnu/sysroot/usr/lib -L/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../../../sh4a-buildroot-linux-gnu/sysroot/usr/lib /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/libcurl.so /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/libcares.so -latomic /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/libxslt.so /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/libxml2.so -lz -lyajl -lm -Wl,-rpath -Wl,/tmp/instance-5/output-1/build/raptor-2.0.15/src/.libs -Wl,-rpath -Wl,/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib -Wl,-rpath -Wl,/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I../src -I../src -DRAPTOR_INTERNAL=1 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../../../sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include/libxml2 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -I/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/include -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -c -o rdfdiff.o rdfdiff.c /bin/bash ../libtool --tag=CC --mode=link /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -L/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib -o rdfdiff rdfdiff.o ../src/libraptor2.la -lm libtool: link: /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -o rdfdiff rdfdiff.o -L/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib ../src/.libs/libraptor2.so -L/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../usr/lib -L/tmp/instance-5/output-1/host/bin/../sh4a-buildroot-linux-gnu/sysroot/usr/lib -L/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/../../../../sh4a-buildroot-linux-gnu/sysroot/usr/lib /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/libcurl.so /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/libcares.so -latomic /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/libxslt.so /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/libxml2.so -lz -lyajl -lm -Wl,-rpath -Wl,/tmp/instance-5/output-1/build/raptor-2.0.15/src/.libs -Wl,-rpath -Wl,/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib -Wl,-rpath -Wl,/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib make[2]: Leaving directory '/tmp/instance-5/output-1/build/raptor-2.0.15/utils' Making all in docs make[2]: Entering directory '/tmp/instance-5/output-1/build/raptor-2.0.15/docs' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/tmp/instance-5/output-1/build/raptor-2.0.15/docs' Making all in data make[2]: Entering directory '/tmp/instance-5/output-1/build/raptor-2.0.15/data' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/tmp/instance-5/output-1/build/raptor-2.0.15/data' Making all in tests make[2]: Entering directory '/tmp/instance-5/output-1/build/raptor-2.0.15/tests' Making all in rdfxml make[3]: Entering directory '/tmp/instance-5/output-1/build/raptor-2.0.15/tests/rdfxml' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/tmp/instance-5/output-1/build/raptor-2.0.15/tests/rdfxml' Making all in ntriples make[3]: Entering directory '/tmp/instance-5/output-1/build/raptor-2.0.15/tests/ntriples' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/tmp/instance-5/output-1/build/raptor-2.0.15/tests/ntriples' Making all in ntriples-2013 make[3]: Entering directory '/tmp/instance-5/output-1/build/raptor-2.0.15/tests/ntriples-2013' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/tmp/instance-5/output-1/build/raptor-2.0.15/tests/ntriples-2013' Making all in nquads-2013 make[3]: Entering directory '/tmp/instance-5/output-1/build/raptor-2.0.15/tests/nquads-2013' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/tmp/instance-5/output-1/build/raptor-2.0.15/tests/nquads-2013' Making all in turtle make[3]: Entering directory '/tmp/instance-5/output-1/build/raptor-2.0.15/tests/turtle' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/tmp/instance-5/output-1/build/raptor-2.0.15/tests/turtle' Making all in turtle-2013 make[3]: Entering directory '/tmp/instance-5/output-1/build/raptor-2.0.15/tests/turtle-2013' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/tmp/instance-5/output-1/build/raptor-2.0.15/tests/turtle-2013' Making all in trig make[3]: Entering directory '/tmp/instance-5/output-1/build/raptor-2.0.15/tests/trig' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/tmp/instance-5/output-1/build/raptor-2.0.15/tests/trig' Making all in grddl make[3]: Entering directory '/tmp/instance-5/output-1/build/raptor-2.0.15/tests/grddl' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/tmp/instance-5/output-1/build/raptor-2.0.15/tests/grddl' Making all in rdfa make[3]: Entering directory '/tmp/instance-5/output-1/build/raptor-2.0.15/tests/rdfa' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/tmp/instance-5/output-1/build/raptor-2.0.15/tests/rdfa' Making all in rdfa11 make[3]: Entering directory '/tmp/instance-5/output-1/build/raptor-2.0.15/tests/rdfa11' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/tmp/instance-5/output-1/build/raptor-2.0.15/tests/rdfa11' Making all in json make[3]: Entering directory '/tmp/instance-5/output-1/build/raptor-2.0.15/tests/json' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/tmp/instance-5/output-1/build/raptor-2.0.15/tests/json' Making all in feeds make[3]: Entering directory '/tmp/instance-5/output-1/build/raptor-2.0.15/tests/feeds' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/tmp/instance-5/output-1/build/raptor-2.0.15/tests/feeds' make[3]: Entering directory '/tmp/instance-5/output-1/build/raptor-2.0.15/tests' make[3]: Nothing to be done for 'all-am'. make[3]: Leaving directory '/tmp/instance-5/output-1/build/raptor-2.0.15/tests' make[2]: Leaving directory '/tmp/instance-5/output-1/build/raptor-2.0.15/tests' Making all in examples make[2]: Entering directory '/tmp/instance-5/output-1/build/raptor-2.0.15/examples' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/tmp/instance-5/output-1/build/raptor-2.0.15/examples' Making all in scripts make[2]: Entering directory '/tmp/instance-5/output-1/build/raptor-2.0.15/scripts' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/tmp/instance-5/output-1/build/raptor-2.0.15/scripts' make[2]: Entering directory '/tmp/instance-5/output-1/build/raptor-2.0.15' make[2]: Nothing to be done for 'all-am'. make[2]: Leaving directory '/tmp/instance-5/output-1/build/raptor-2.0.15' make[1]: Leaving directory '/tmp/instance-5/output-1/build/raptor-2.0.15' >>> raptor 2.0.15 Installing to staging directory PATH="/tmp/instance-5/output-1/host/bin:/tmp/instance-5/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /home/autobuild/make/make -j1 DESTDIR=/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot install -C /tmp/instance-5/output-1/build/raptor-2.0.15/ make[1]: Entering directory '/tmp/instance-5/output-1/build/raptor-2.0.15' Making install in librdfa make[2]: Entering directory '/tmp/instance-5/output-1/build/raptor-2.0.15/librdfa' make[3]: Entering directory '/tmp/instance-5/output-1/build/raptor-2.0.15/librdfa' 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-5/output-1/build/raptor-2.0.15/librdfa' make[2]: Leaving directory '/tmp/instance-5/output-1/build/raptor-2.0.15/librdfa' Making install in src make[2]: Entering directory '/tmp/instance-5/output-1/build/raptor-2.0.15/src' /home/autobuild/make/make install-am make[3]: Entering directory '/tmp/instance-5/output-1/build/raptor-2.0.15/src' make[4]: Entering directory '/tmp/instance-5/output-1/build/raptor-2.0.15/src' /usr/bin/mkdir -p '/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib' /bin/bash ../libtool --mode=install /usr/bin/install -c libraptor2.la '/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib' libtool: install: /usr/bin/install -c .libs/libraptor2.so.0.0.0 /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/libraptor2.so.0.0.0 libtool: install: (cd /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib && { ln -s -f libraptor2.so.0.0.0 libraptor2.so.0 || { rm -f libraptor2.so.0 && ln -s libraptor2.so.0.0.0 libraptor2.so.0; }; }) libtool: install: (cd /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib && { ln -s -f libraptor2.so.0.0.0 libraptor2.so || { rm -f libraptor2.so && ln -s libraptor2.so.0.0.0 libraptor2.so; }; }) libtool: install: /usr/bin/install -c .libs/libraptor2.lai /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/libraptor2.la libtool: warning: remember to run 'libtool --finish /usr/lib' /usr/bin/mkdir -p '/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include/raptor2' /usr/bin/install -c -m 644 raptor2.h '/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include/raptor2' /usr/bin/mkdir -p '/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include/raptor2' /usr/bin/install -c -m 644 raptor.h '/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/include/raptor2' make[4]: Leaving directory '/tmp/instance-5/output-1/build/raptor-2.0.15/src' make[3]: Leaving directory '/tmp/instance-5/output-1/build/raptor-2.0.15/src' make[2]: Leaving directory '/tmp/instance-5/output-1/build/raptor-2.0.15/src' Making install in utils make[2]: Entering directory '/tmp/instance-5/output-1/build/raptor-2.0.15/utils' make[3]: Entering directory '/tmp/instance-5/output-1/build/raptor-2.0.15/utils' /usr/bin/mkdir -p '/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin' /bin/bash ../libtool --mode=install /usr/bin/install -c rapper '/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin' libtool: install: /usr/bin/install -c rapper /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/bin/rapper /usr/bin/mkdir -p '/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/share/man/man1' /usr/bin/install -c -m 644 rapper.1 '/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/share/man/man1' make[3]: Leaving directory '/tmp/instance-5/output-1/build/raptor-2.0.15/utils' make[2]: Leaving directory '/tmp/instance-5/output-1/build/raptor-2.0.15/utils' Making install in docs make[2]: Entering directory '/tmp/instance-5/output-1/build/raptor-2.0.15/docs' make[3]: Entering directory '/tmp/instance-5/output-1/build/raptor-2.0.15/docs' make[3]: Nothing to be done for 'install-exec-am'. /usr/bin/install -c -m 644 ./html/home.png /usr/bin/install -c -m 644 ./html/index.html /usr/bin/install -c -m 644 ./html/index.sgml /usr/bin/install -c -m 644 ./html/introduction.html /usr/bin/install -c -m 644 ./html/ix01.html /usr/bin/install -c -m 644 ./html/left.png /usr/bin/install -c -m 644 ./html/parser-grddl.html /usr/bin/install -c -m 644 ./html/parser-guess.html /usr/bin/install -c -m 644 ./html/parser-json.html /usr/bin/install -c -m 644 ./html/parser-ntriples.html /usr/bin/install -c -m 644 ./html/parser-rdfa.html /usr/bin/install -c -m 644 ./html/parser-rdfxml.html /usr/bin/install -c -m 644 ./html/parser-rss-tag-soup.html /usr/bin/install -c -m 644 ./html/parser-trig.html /usr/bin/install -c -m 644 ./html/parser-turtle.html /usr/bin/install -c -m 644 ./html/raptor-formats-types-by-parser.html /usr/bin/install -c -m 644 ./html/raptor-formats-types-by-serializer.html /usr/bin/install -c -m 644 ./html/raptor-formats-types-index.html /usr/bin/install -c -m 644 ./html/raptor-formats.html /usr/bin/install -c -m 644 ./html/raptor-parsers.html /usr/bin/install -c -m 644 ./html/raptor-serializers.html /usr/bin/install -c -m 644 ./html/raptor2-changes-1-4-21-to-2-0-0.html /usr/bin/install -c -m 644 ./html/raptor2-changes-2-0-10-to-2-0-11.html /usr/bin/install -c -m 644 ./html/raptor2-changes-2-0-11-to-2-0-12.html /usr/bin/install -c -m 644 ./html/raptor2-changes-2-0-13-to-2-0-14.html /usr/bin/install -c -m 644 ./html/raptor2-changes-2-0-14-to-2-0-15.html /usr/bin/install -c -m 644 ./html/raptor2-changes-2-0-3-to-2-0-4.html /usr/bin/install -c -m 644 ./html/raptor2-changes-2-0-4-to-2-0-5.html /usr/bin/install -c -m 644 ./html/raptor2-changes-2-0-5-to-2-0-6.html /usr/bin/install -c -m 644 ./html/raptor2-changes-2-0-6-to-2-0-7.html /usr/bin/install -c -m 644 ./html/raptor2-changes-2-0-7-to-2-0-8.html /usr/bin/install -c -m 644 ./html/raptor2-changes-2-0-9-to-2-0-10.html /usr/bin/install -c -m 644 ./html/raptor2-changes.html /usr/bin/install -c -m 644 ./html/raptor2-section-avltree.html /usr/bin/install -c -m 644 ./html/raptor2-section-constants.html /usr/bin/install -c -m 644 ./html/raptor2-section-general.html /usr/bin/install -c -m 644 ./html/raptor2-section-iostream.html /usr/bin/install -c -m 644 ./html/raptor2-section-locator.html /usr/bin/install -c -m 644 ./html/raptor2-section-memory.html /usr/bin/install -c -m 644 ./html/raptor2-section-option.html /usr/bin/install -c -m 644 ./html/raptor2-section-parser.html /usr/bin/install -c -m 644 ./html/raptor2-section-sax2.html /usr/bin/install -c -m 644 ./html/raptor2-section-sequence.html /usr/bin/install -c -m 644 ./html/raptor2-section-serializer.html /usr/bin/install -c -m 644 ./html/raptor2-section-stringbuffer.html /usr/bin/install -c -m 644 ./html/raptor2-section-triples.html /usr/bin/install -c -m 644 ./html/raptor2-section-unicode.html /usr/bin/install -c -m 644 ./html/raptor2-section-uri.html /usr/bin/install -c -m 644 ./html/raptor2-section-world.html /usr/bin/install -c -m 644 ./html/raptor2-section-www.html /usr/bin/install -c -m 644 ./html/raptor2-section-xml-namespace.html /usr/bin/install -c -m 644 ./html/raptor2-section-xml-qname.html /usr/bin/install -c -m 644 ./html/raptor2-section-xml.html /usr/bin/install -c -m 644 ./html/raptor2.devhelp2 /usr/bin/install -c -m 644 ./html/reference-manual.html /usr/bin/install -c -m 644 ./html/restrict-parser-network-access.html /usr/bin/install -c -m 644 ./html/right.png /usr/bin/install -c -m 644 ./html/serializer-atom.html /usr/bin/install -c -m 644 ./html/serializer-dot.html /usr/bin/install -c -m 644 ./html/serializer-json.html /usr/bin/install -c -m 644 ./html/serializer-nquads.html /usr/bin/install -c -m 644 ./html/serializer-ntriples.html /usr/bin/install -c -m 644 ./html/serializer-rdfxml-abbrev.html /usr/bin/install -c -m 644 ./html/serializer-rdfxml-xmp.html /usr/bin/install -c -m 644 ./html/serializer-rdfxml.html /usr/bin/install -c -m 644 ./html/serializer-rss-1-0.html /usr/bin/install -c -m 644 ./html/serializer-turtle.html /usr/bin/install -c -m 644 ./html/style.css /usr/bin/install -c -m 644 ./html/tutorial-initialising-finishing.html /usr/bin/install -c -m 644 ./html/tutorial-parse-strictness.html /usr/bin/install -c -m 644 ./html/tutorial-parser-abort.html /usr/bin/install -c -m 644 ./html/tutorial-parser-content.html /usr/bin/install -c -m 644 ./html/tutorial-parser-create.html /usr/bin/install -c -m 644 ./html/tutorial-parser-destroy.html /usr/bin/install -c -m 644 ./html/tutorial-parser-example.html /usr/bin/install -c -m 644 ./html/tutorial-parser-features.html /usr/bin/install -c -m 644 ./html/tutorial-parser-runtime-info.html /usr/bin/install -c -m 644 ./html/tutorial-parser-set-error-warning-handlers.html /usr/bin/install -c -m 644 ./html/tutorial-parser-set-id-handler.html /usr/bin/install -c -m 644 ./html/tutorial-parser-set-namespace-handler.html /usr/bin/install -c -m 644 ./html/tutorial-parser-set-triple-handler.html /usr/bin/install -c -m 644 ./html/tutorial-parser-static-info.html /usr/bin/install -c -m 644 ./html/tutorial-parsing.html /usr/bin/install -c -m 644 ./html/tutorial-querying-functionality.html /usr/bin/install -c -m 644 ./html/tutorial-serializer-create.html /usr/bin/install -c -m 644 ./html/tutorial-serializer-declare-namespace.html /usr/bin/install -c -m 644 ./html/tutorial-serializer-destroy.html /usr/bin/install -c -m 644 ./html/tutorial-serializer-example.html /usr/bin/install -c -m 644 ./html/tutorial-serializer-features.html /usr/bin/install -c -m 644 ./html/tutorial-serializer-get-triples.html /usr/bin/install -c -m 644 ./html/tutorial-serializer-runtime-info.html /usr/bin/install -c -m 644 ./html/tutorial-serializer-send-triples.html /usr/bin/install -c -m 644 ./html/tutorial-serializer-set-error-warning-handlers.html /usr/bin/install -c -m 644 ./html/tutorial-serializer-to-destination.html /usr/bin/install -c -m 644 ./html/tutorial-serializing.html /usr/bin/install -c -m 644 ./html/tutorial.html /usr/bin/install -c -m 644 ./html/up.png /usr/bin/mkdir -p '/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/share/man/man3' /usr/bin/install -c -m 644 libraptor2.3 '/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/share/man/man3' make[3]: Leaving directory '/tmp/instance-5/output-1/build/raptor-2.0.15/docs' make[2]: Leaving directory '/tmp/instance-5/output-1/build/raptor-2.0.15/docs' Making install in data make[2]: Entering directory '/tmp/instance-5/output-1/build/raptor-2.0.15/data' make[3]: Entering directory '/tmp/instance-5/output-1/build/raptor-2.0.15/data' 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-5/output-1/build/raptor-2.0.15/data' make[2]: Leaving directory '/tmp/instance-5/output-1/build/raptor-2.0.15/data' Making install in tests make[2]: Entering directory '/tmp/instance-5/output-1/build/raptor-2.0.15/tests' Making install in rdfxml make[3]: Entering directory '/tmp/instance-5/output-1/build/raptor-2.0.15/tests/rdfxml' make[4]: Entering directory '/tmp/instance-5/output-1/build/raptor-2.0.15/tests/rdfxml' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/tmp/instance-5/output-1/build/raptor-2.0.15/tests/rdfxml' make[3]: Leaving directory '/tmp/instance-5/output-1/build/raptor-2.0.15/tests/rdfxml' Making install in ntriples make[3]: Entering directory '/tmp/instance-5/output-1/build/raptor-2.0.15/tests/ntriples' make[4]: Entering directory '/tmp/instance-5/output-1/build/raptor-2.0.15/tests/ntriples' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/tmp/instance-5/output-1/build/raptor-2.0.15/tests/ntriples' make[3]: Leaving directory '/tmp/instance-5/output-1/build/raptor-2.0.15/tests/ntriples' Making install in ntriples-2013 make[3]: Entering directory '/tmp/instance-5/output-1/build/raptor-2.0.15/tests/ntriples-2013' make[4]: Entering directory '/tmp/instance-5/output-1/build/raptor-2.0.15/tests/ntriples-2013' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/tmp/instance-5/output-1/build/raptor-2.0.15/tests/ntriples-2013' make[3]: Leaving directory '/tmp/instance-5/output-1/build/raptor-2.0.15/tests/ntriples-2013' Making install in nquads-2013 make[3]: Entering directory '/tmp/instance-5/output-1/build/raptor-2.0.15/tests/nquads-2013' make[4]: Entering directory '/tmp/instance-5/output-1/build/raptor-2.0.15/tests/nquads-2013' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/tmp/instance-5/output-1/build/raptor-2.0.15/tests/nquads-2013' make[3]: Leaving directory '/tmp/instance-5/output-1/build/raptor-2.0.15/tests/nquads-2013' Making install in turtle make[3]: Entering directory '/tmp/instance-5/output-1/build/raptor-2.0.15/tests/turtle' make[4]: Entering directory '/tmp/instance-5/output-1/build/raptor-2.0.15/tests/turtle' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/tmp/instance-5/output-1/build/raptor-2.0.15/tests/turtle' make[3]: Leaving directory '/tmp/instance-5/output-1/build/raptor-2.0.15/tests/turtle' Making install in turtle-2013 make[3]: Entering directory '/tmp/instance-5/output-1/build/raptor-2.0.15/tests/turtle-2013' make[4]: Entering directory '/tmp/instance-5/output-1/build/raptor-2.0.15/tests/turtle-2013' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/tmp/instance-5/output-1/build/raptor-2.0.15/tests/turtle-2013' make[3]: Leaving directory '/tmp/instance-5/output-1/build/raptor-2.0.15/tests/turtle-2013' Making install in trig make[3]: Entering directory '/tmp/instance-5/output-1/build/raptor-2.0.15/tests/trig' make[4]: Entering directory '/tmp/instance-5/output-1/build/raptor-2.0.15/tests/trig' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/tmp/instance-5/output-1/build/raptor-2.0.15/tests/trig' make[3]: Leaving directory '/tmp/instance-5/output-1/build/raptor-2.0.15/tests/trig' Making install in grddl make[3]: Entering directory '/tmp/instance-5/output-1/build/raptor-2.0.15/tests/grddl' make[4]: Entering directory '/tmp/instance-5/output-1/build/raptor-2.0.15/tests/grddl' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/tmp/instance-5/output-1/build/raptor-2.0.15/tests/grddl' make[3]: Leaving directory '/tmp/instance-5/output-1/build/raptor-2.0.15/tests/grddl' Making install in rdfa make[3]: Entering directory '/tmp/instance-5/output-1/build/raptor-2.0.15/tests/rdfa' make[4]: Entering directory '/tmp/instance-5/output-1/build/raptor-2.0.15/tests/rdfa' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/tmp/instance-5/output-1/build/raptor-2.0.15/tests/rdfa' make[3]: Leaving directory '/tmp/instance-5/output-1/build/raptor-2.0.15/tests/rdfa' Making install in rdfa11 make[3]: Entering directory '/tmp/instance-5/output-1/build/raptor-2.0.15/tests/rdfa11' make[4]: Entering directory '/tmp/instance-5/output-1/build/raptor-2.0.15/tests/rdfa11' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/tmp/instance-5/output-1/build/raptor-2.0.15/tests/rdfa11' make[3]: Leaving directory '/tmp/instance-5/output-1/build/raptor-2.0.15/tests/rdfa11' Making install in json make[3]: Entering directory '/tmp/instance-5/output-1/build/raptor-2.0.15/tests/json' make[4]: Entering directory '/tmp/instance-5/output-1/build/raptor-2.0.15/tests/json' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/tmp/instance-5/output-1/build/raptor-2.0.15/tests/json' make[3]: Leaving directory '/tmp/instance-5/output-1/build/raptor-2.0.15/tests/json' Making install in feeds make[3]: Entering directory '/tmp/instance-5/output-1/build/raptor-2.0.15/tests/feeds' make[4]: Entering directory '/tmp/instance-5/output-1/build/raptor-2.0.15/tests/feeds' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/tmp/instance-5/output-1/build/raptor-2.0.15/tests/feeds' make[3]: Leaving directory '/tmp/instance-5/output-1/build/raptor-2.0.15/tests/feeds' make[3]: Entering directory '/tmp/instance-5/output-1/build/raptor-2.0.15/tests' make[4]: Entering directory '/tmp/instance-5/output-1/build/raptor-2.0.15/tests' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/tmp/instance-5/output-1/build/raptor-2.0.15/tests' make[3]: Leaving directory '/tmp/instance-5/output-1/build/raptor-2.0.15/tests' make[2]: Leaving directory '/tmp/instance-5/output-1/build/raptor-2.0.15/tests' Making install in examples make[2]: Entering directory '/tmp/instance-5/output-1/build/raptor-2.0.15/examples' make[3]: Entering directory '/tmp/instance-5/output-1/build/raptor-2.0.15/examples' 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-5/output-1/build/raptor-2.0.15/examples' make[2]: Leaving directory '/tmp/instance-5/output-1/build/raptor-2.0.15/examples' Making install in scripts make[2]: Entering directory '/tmp/instance-5/output-1/build/raptor-2.0.15/scripts' make[3]: Entering directory '/tmp/instance-5/output-1/build/raptor-2.0.15/scripts' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/tmp/instance-5/output-1/build/raptor-2.0.15/scripts' make[2]: Leaving directory '/tmp/instance-5/output-1/build/raptor-2.0.15/scripts' make[2]: Entering directory '/tmp/instance-5/output-1/build/raptor-2.0.15' make[3]: Entering directory '/tmp/instance-5/output-1/build/raptor-2.0.15' make[3]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/pkgconfig' /usr/bin/install -c -m 644 raptor2.pc '/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib/pkgconfig' make[3]: Leaving directory '/tmp/instance-5/output-1/build/raptor-2.0.15' make[2]: Leaving directory '/tmp/instance-5/output-1/build/raptor-2.0.15' make[1]: Leaving directory '/tmp/instance-5/output-1/build/raptor-2.0.15' >>> raptor 2.0.15 Fixing libtool files for la in $(find /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib* -name "*.la"); do \ cp -a "${la}" "${la}.fixed" && \ /usr/bin/sed -i -e "s:/tmp/instance-5/output-1:@BASE_DIR@:g" \ -e "s:/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot:@STAGING_DIR@:g" \ \ -e "s:\(['= ]\)/usr:\\1@STAGING_DIR@/usr:g" \ -e "s:\(['= ]\)/lib:\\1@STAGING_DIR@/lib:g" \ \ -e "s:@STAGING_DIR@:/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot:g" \ -e "s:@BASE_DIR@:/tmp/instance-5/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 >>> raptor 2.0.15 Installing to target PATH="/tmp/instance-5/output-1/host/bin:/tmp/instance-5/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /home/autobuild/make/make -j1 DESTDIR=/tmp/instance-5/output-1/target install -C /tmp/instance-5/output-1/build/raptor-2.0.15/ make[1]: Entering directory '/tmp/instance-5/output-1/build/raptor-2.0.15' Making install in librdfa make[2]: Entering directory '/tmp/instance-5/output-1/build/raptor-2.0.15/librdfa' make[3]: Entering directory '/tmp/instance-5/output-1/build/raptor-2.0.15/librdfa' 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-5/output-1/build/raptor-2.0.15/librdfa' make[2]: Leaving directory '/tmp/instance-5/output-1/build/raptor-2.0.15/librdfa' Making install in src make[2]: Entering directory '/tmp/instance-5/output-1/build/raptor-2.0.15/src' /home/autobuild/make/make install-am make[3]: Entering directory '/tmp/instance-5/output-1/build/raptor-2.0.15/src' make[4]: Entering directory '/tmp/instance-5/output-1/build/raptor-2.0.15/src' /usr/bin/mkdir -p '/tmp/instance-5/output-1/target/usr/lib' /bin/bash ../libtool --mode=install /usr/bin/install -c libraptor2.la '/tmp/instance-5/output-1/target/usr/lib' libtool: install: /usr/bin/install -c .libs/libraptor2.so.0.0.0 /tmp/instance-5/output-1/target/usr/lib/libraptor2.so.0.0.0 libtool: install: (cd /tmp/instance-5/output-1/target/usr/lib && { ln -s -f libraptor2.so.0.0.0 libraptor2.so.0 || { rm -f libraptor2.so.0 && ln -s libraptor2.so.0.0.0 libraptor2.so.0; }; }) libtool: install: (cd /tmp/instance-5/output-1/target/usr/lib && { ln -s -f libraptor2.so.0.0.0 libraptor2.so || { rm -f libraptor2.so && ln -s libraptor2.so.0.0.0 libraptor2.so; }; }) libtool: install: /usr/bin/install -c .libs/libraptor2.lai /tmp/instance-5/output-1/target/usr/lib/libraptor2.la libtool: warning: remember to run 'libtool --finish /usr/lib' /usr/bin/mkdir -p '/tmp/instance-5/output-1/target/usr/include/raptor2' /usr/bin/install -c -m 644 raptor2.h '/tmp/instance-5/output-1/target/usr/include/raptor2' /usr/bin/mkdir -p '/tmp/instance-5/output-1/target/usr/include/raptor2' /usr/bin/install -c -m 644 raptor.h '/tmp/instance-5/output-1/target/usr/include/raptor2' make[4]: Leaving directory '/tmp/instance-5/output-1/build/raptor-2.0.15/src' make[3]: Leaving directory '/tmp/instance-5/output-1/build/raptor-2.0.15/src' make[2]: Leaving directory '/tmp/instance-5/output-1/build/raptor-2.0.15/src' Making install in utils make[2]: Entering directory '/tmp/instance-5/output-1/build/raptor-2.0.15/utils' make[3]: Entering directory '/tmp/instance-5/output-1/build/raptor-2.0.15/utils' /usr/bin/mkdir -p '/tmp/instance-5/output-1/target/usr/bin' /bin/bash ../libtool --mode=install /usr/bin/install -c rapper '/tmp/instance-5/output-1/target/usr/bin' libtool: install: /usr/bin/install -c rapper /tmp/instance-5/output-1/target/usr/bin/rapper /usr/bin/mkdir -p '/tmp/instance-5/output-1/target/usr/share/man/man1' /usr/bin/install -c -m 644 rapper.1 '/tmp/instance-5/output-1/target/usr/share/man/man1' make[3]: Leaving directory '/tmp/instance-5/output-1/build/raptor-2.0.15/utils' make[2]: Leaving directory '/tmp/instance-5/output-1/build/raptor-2.0.15/utils' Making install in docs make[2]: Entering directory '/tmp/instance-5/output-1/build/raptor-2.0.15/docs' make[3]: Entering directory '/tmp/instance-5/output-1/build/raptor-2.0.15/docs' make[3]: Nothing to be done for 'install-exec-am'. /usr/bin/install -c -m 644 ./html/home.png /usr/bin/install -c -m 644 ./html/index.html /usr/bin/install -c -m 644 ./html/index.sgml /usr/bin/install -c -m 644 ./html/introduction.html /usr/bin/install -c -m 644 ./html/ix01.html /usr/bin/install -c -m 644 ./html/left.png /usr/bin/install -c -m 644 ./html/parser-grddl.html /usr/bin/install -c -m 644 ./html/parser-guess.html /usr/bin/install -c -m 644 ./html/parser-json.html /usr/bin/install -c -m 644 ./html/parser-ntriples.html /usr/bin/install -c -m 644 ./html/parser-rdfa.html /usr/bin/install -c -m 644 ./html/parser-rdfxml.html /usr/bin/install -c -m 644 ./html/parser-rss-tag-soup.html /usr/bin/install -c -m 644 ./html/parser-trig.html /usr/bin/install -c -m 644 ./html/parser-turtle.html /usr/bin/install -c -m 644 ./html/raptor-formats-types-by-parser.html /usr/bin/install -c -m 644 ./html/raptor-formats-types-by-serializer.html /usr/bin/install -c -m 644 ./html/raptor-formats-types-index.html /usr/bin/install -c -m 644 ./html/raptor-formats.html /usr/bin/install -c -m 644 ./html/raptor-parsers.html /usr/bin/install -c -m 644 ./html/raptor-serializers.html /usr/bin/install -c -m 644 ./html/raptor2-changes-1-4-21-to-2-0-0.html /usr/bin/install -c -m 644 ./html/raptor2-changes-2-0-10-to-2-0-11.html /usr/bin/install -c -m 644 ./html/raptor2-changes-2-0-11-to-2-0-12.html /usr/bin/install -c -m 644 ./html/raptor2-changes-2-0-13-to-2-0-14.html /usr/bin/install -c -m 644 ./html/raptor2-changes-2-0-14-to-2-0-15.html /usr/bin/install -c -m 644 ./html/raptor2-changes-2-0-3-to-2-0-4.html /usr/bin/install -c -m 644 ./html/raptor2-changes-2-0-4-to-2-0-5.html /usr/bin/install -c -m 644 ./html/raptor2-changes-2-0-5-to-2-0-6.html /usr/bin/install -c -m 644 ./html/raptor2-changes-2-0-6-to-2-0-7.html /usr/bin/install -c -m 644 ./html/raptor2-changes-2-0-7-to-2-0-8.html /usr/bin/install -c -m 644 ./html/raptor2-changes-2-0-9-to-2-0-10.html /usr/bin/install -c -m 644 ./html/raptor2-changes.html /usr/bin/install -c -m 644 ./html/raptor2-section-avltree.html /usr/bin/install -c -m 644 ./html/raptor2-section-constants.html /usr/bin/install -c -m 644 ./html/raptor2-section-general.html /usr/bin/install -c -m 644 ./html/raptor2-section-iostream.html /usr/bin/install -c -m 644 ./html/raptor2-section-locator.html /usr/bin/install -c -m 644 ./html/raptor2-section-memory.html /usr/bin/install -c -m 644 ./html/raptor2-section-option.html /usr/bin/install -c -m 644 ./html/raptor2-section-parser.html /usr/bin/install -c -m 644 ./html/raptor2-section-sax2.html /usr/bin/install -c -m 644 ./html/raptor2-section-sequence.html /usr/bin/install -c -m 644 ./html/raptor2-section-serializer.html /usr/bin/install -c -m 644 ./html/raptor2-section-stringbuffer.html /usr/bin/install -c -m 644 ./html/raptor2-section-triples.html /usr/bin/install -c -m 644 ./html/raptor2-section-unicode.html /usr/bin/install -c -m 644 ./html/raptor2-section-uri.html /usr/bin/install -c -m 644 ./html/raptor2-section-world.html /usr/bin/install -c -m 644 ./html/raptor2-section-www.html /usr/bin/install -c -m 644 ./html/raptor2-section-xml-namespace.html /usr/bin/install -c -m 644 ./html/raptor2-section-xml-qname.html /usr/bin/install -c -m 644 ./html/raptor2-section-xml.html /usr/bin/install -c -m 644 ./html/raptor2.devhelp2 /usr/bin/install -c -m 644 ./html/reference-manual.html /usr/bin/install -c -m 644 ./html/restrict-parser-network-access.html /usr/bin/install -c -m 644 ./html/right.png /usr/bin/install -c -m 644 ./html/serializer-atom.html /usr/bin/install -c -m 644 ./html/serializer-dot.html /usr/bin/install -c -m 644 ./html/serializer-json.html /usr/bin/install -c -m 644 ./html/serializer-nquads.html /usr/bin/install -c -m 644 ./html/serializer-ntriples.html /usr/bin/install -c -m 644 ./html/serializer-rdfxml-abbrev.html /usr/bin/install -c -m 644 ./html/serializer-rdfxml-xmp.html /usr/bin/install -c -m 644 ./html/serializer-rdfxml.html /usr/bin/install -c -m 644 ./html/serializer-rss-1-0.html /usr/bin/install -c -m 644 ./html/serializer-turtle.html /usr/bin/install -c -m 644 ./html/style.css /usr/bin/install -c -m 644 ./html/tutorial-initialising-finishing.html /usr/bin/install -c -m 644 ./html/tutorial-parse-strictness.html /usr/bin/install -c -m 644 ./html/tutorial-parser-abort.html /usr/bin/install -c -m 644 ./html/tutorial-parser-content.html /usr/bin/install -c -m 644 ./html/tutorial-parser-create.html /usr/bin/install -c -m 644 ./html/tutorial-parser-destroy.html /usr/bin/install -c -m 644 ./html/tutorial-parser-example.html /usr/bin/install -c -m 644 ./html/tutorial-parser-features.html /usr/bin/install -c -m 644 ./html/tutorial-parser-runtime-info.html /usr/bin/install -c -m 644 ./html/tutorial-parser-set-error-warning-handlers.html /usr/bin/install -c -m 644 ./html/tutorial-parser-set-id-handler.html /usr/bin/install -c -m 644 ./html/tutorial-parser-set-namespace-handler.html /usr/bin/install -c -m 644 ./html/tutorial-parser-set-triple-handler.html /usr/bin/install -c -m 644 ./html/tutorial-parser-static-info.html /usr/bin/install -c -m 644 ./html/tutorial-parsing.html /usr/bin/install -c -m 644 ./html/tutorial-querying-functionality.html /usr/bin/install -c -m 644 ./html/tutorial-serializer-create.html /usr/bin/install -c -m 644 ./html/tutorial-serializer-declare-namespace.html /usr/bin/install -c -m 644 ./html/tutorial-serializer-destroy.html /usr/bin/install -c -m 644 ./html/tutorial-serializer-example.html /usr/bin/install -c -m 644 ./html/tutorial-serializer-features.html /usr/bin/install -c -m 644 ./html/tutorial-serializer-get-triples.html /usr/bin/install -c -m 644 ./html/tutorial-serializer-runtime-info.html /usr/bin/install -c -m 644 ./html/tutorial-serializer-send-triples.html /usr/bin/install -c -m 644 ./html/tutorial-serializer-set-error-warning-handlers.html /usr/bin/install -c -m 644 ./html/tutorial-serializer-to-destination.html /usr/bin/install -c -m 644 ./html/tutorial-serializing.html /usr/bin/install -c -m 644 ./html/tutorial.html /usr/bin/install -c -m 644 ./html/up.png /usr/bin/mkdir -p '/tmp/instance-5/output-1/target/usr/share/man/man3' /usr/bin/install -c -m 644 libraptor2.3 '/tmp/instance-5/output-1/target/usr/share/man/man3' make[3]: Leaving directory '/tmp/instance-5/output-1/build/raptor-2.0.15/docs' make[2]: Leaving directory '/tmp/instance-5/output-1/build/raptor-2.0.15/docs' Making install in data make[2]: Entering directory '/tmp/instance-5/output-1/build/raptor-2.0.15/data' make[3]: Entering directory '/tmp/instance-5/output-1/build/raptor-2.0.15/data' 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-5/output-1/build/raptor-2.0.15/data' make[2]: Leaving directory '/tmp/instance-5/output-1/build/raptor-2.0.15/data' Making install in tests make[2]: Entering directory '/tmp/instance-5/output-1/build/raptor-2.0.15/tests' Making install in rdfxml make[3]: Entering directory '/tmp/instance-5/output-1/build/raptor-2.0.15/tests/rdfxml' make[4]: Entering directory '/tmp/instance-5/output-1/build/raptor-2.0.15/tests/rdfxml' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/tmp/instance-5/output-1/build/raptor-2.0.15/tests/rdfxml' make[3]: Leaving directory '/tmp/instance-5/output-1/build/raptor-2.0.15/tests/rdfxml' Making install in ntriples make[3]: Entering directory '/tmp/instance-5/output-1/build/raptor-2.0.15/tests/ntriples' make[4]: Entering directory '/tmp/instance-5/output-1/build/raptor-2.0.15/tests/ntriples' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/tmp/instance-5/output-1/build/raptor-2.0.15/tests/ntriples' make[3]: Leaving directory '/tmp/instance-5/output-1/build/raptor-2.0.15/tests/ntriples' Making install in ntriples-2013 make[3]: Entering directory '/tmp/instance-5/output-1/build/raptor-2.0.15/tests/ntriples-2013' make[4]: Entering directory '/tmp/instance-5/output-1/build/raptor-2.0.15/tests/ntriples-2013' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/tmp/instance-5/output-1/build/raptor-2.0.15/tests/ntriples-2013' make[3]: Leaving directory '/tmp/instance-5/output-1/build/raptor-2.0.15/tests/ntriples-2013' Making install in nquads-2013 make[3]: Entering directory '/tmp/instance-5/output-1/build/raptor-2.0.15/tests/nquads-2013' make[4]: Entering directory '/tmp/instance-5/output-1/build/raptor-2.0.15/tests/nquads-2013' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/tmp/instance-5/output-1/build/raptor-2.0.15/tests/nquads-2013' make[3]: Leaving directory '/tmp/instance-5/output-1/build/raptor-2.0.15/tests/nquads-2013' Making install in turtle make[3]: Entering directory '/tmp/instance-5/output-1/build/raptor-2.0.15/tests/turtle' make[4]: Entering directory '/tmp/instance-5/output-1/build/raptor-2.0.15/tests/turtle' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/tmp/instance-5/output-1/build/raptor-2.0.15/tests/turtle' make[3]: Leaving directory '/tmp/instance-5/output-1/build/raptor-2.0.15/tests/turtle' Making install in turtle-2013 make[3]: Entering directory '/tmp/instance-5/output-1/build/raptor-2.0.15/tests/turtle-2013' make[4]: Entering directory '/tmp/instance-5/output-1/build/raptor-2.0.15/tests/turtle-2013' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/tmp/instance-5/output-1/build/raptor-2.0.15/tests/turtle-2013' make[3]: Leaving directory '/tmp/instance-5/output-1/build/raptor-2.0.15/tests/turtle-2013' Making install in trig make[3]: Entering directory '/tmp/instance-5/output-1/build/raptor-2.0.15/tests/trig' make[4]: Entering directory '/tmp/instance-5/output-1/build/raptor-2.0.15/tests/trig' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/tmp/instance-5/output-1/build/raptor-2.0.15/tests/trig' make[3]: Leaving directory '/tmp/instance-5/output-1/build/raptor-2.0.15/tests/trig' Making install in grddl make[3]: Entering directory '/tmp/instance-5/output-1/build/raptor-2.0.15/tests/grddl' make[4]: Entering directory '/tmp/instance-5/output-1/build/raptor-2.0.15/tests/grddl' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/tmp/instance-5/output-1/build/raptor-2.0.15/tests/grddl' make[3]: Leaving directory '/tmp/instance-5/output-1/build/raptor-2.0.15/tests/grddl' Making install in rdfa make[3]: Entering directory '/tmp/instance-5/output-1/build/raptor-2.0.15/tests/rdfa' make[4]: Entering directory '/tmp/instance-5/output-1/build/raptor-2.0.15/tests/rdfa' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/tmp/instance-5/output-1/build/raptor-2.0.15/tests/rdfa' make[3]: Leaving directory '/tmp/instance-5/output-1/build/raptor-2.0.15/tests/rdfa' Making install in rdfa11 make[3]: Entering directory '/tmp/instance-5/output-1/build/raptor-2.0.15/tests/rdfa11' make[4]: Entering directory '/tmp/instance-5/output-1/build/raptor-2.0.15/tests/rdfa11' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/tmp/instance-5/output-1/build/raptor-2.0.15/tests/rdfa11' make[3]: Leaving directory '/tmp/instance-5/output-1/build/raptor-2.0.15/tests/rdfa11' Making install in json make[3]: Entering directory '/tmp/instance-5/output-1/build/raptor-2.0.15/tests/json' make[4]: Entering directory '/tmp/instance-5/output-1/build/raptor-2.0.15/tests/json' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/tmp/instance-5/output-1/build/raptor-2.0.15/tests/json' make[3]: Leaving directory '/tmp/instance-5/output-1/build/raptor-2.0.15/tests/json' Making install in feeds make[3]: Entering directory '/tmp/instance-5/output-1/build/raptor-2.0.15/tests/feeds' make[4]: Entering directory '/tmp/instance-5/output-1/build/raptor-2.0.15/tests/feeds' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/tmp/instance-5/output-1/build/raptor-2.0.15/tests/feeds' make[3]: Leaving directory '/tmp/instance-5/output-1/build/raptor-2.0.15/tests/feeds' make[3]: Entering directory '/tmp/instance-5/output-1/build/raptor-2.0.15/tests' make[4]: Entering directory '/tmp/instance-5/output-1/build/raptor-2.0.15/tests' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/tmp/instance-5/output-1/build/raptor-2.0.15/tests' make[3]: Leaving directory '/tmp/instance-5/output-1/build/raptor-2.0.15/tests' make[2]: Leaving directory '/tmp/instance-5/output-1/build/raptor-2.0.15/tests' Making install in examples make[2]: Entering directory '/tmp/instance-5/output-1/build/raptor-2.0.15/examples' make[3]: Entering directory '/tmp/instance-5/output-1/build/raptor-2.0.15/examples' 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-5/output-1/build/raptor-2.0.15/examples' make[2]: Leaving directory '/tmp/instance-5/output-1/build/raptor-2.0.15/examples' Making install in scripts make[2]: Entering directory '/tmp/instance-5/output-1/build/raptor-2.0.15/scripts' make[3]: Entering directory '/tmp/instance-5/output-1/build/raptor-2.0.15/scripts' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/tmp/instance-5/output-1/build/raptor-2.0.15/scripts' make[2]: Leaving directory '/tmp/instance-5/output-1/build/raptor-2.0.15/scripts' make[2]: Entering directory '/tmp/instance-5/output-1/build/raptor-2.0.15' make[3]: Entering directory '/tmp/instance-5/output-1/build/raptor-2.0.15' make[3]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/tmp/instance-5/output-1/target/usr/lib/pkgconfig' /usr/bin/install -c -m 644 raptor2.pc '/tmp/instance-5/output-1/target/usr/lib/pkgconfig' make[3]: Leaving directory '/tmp/instance-5/output-1/build/raptor-2.0.15' make[2]: Leaving directory '/tmp/instance-5/output-1/build/raptor-2.0.15' make[1]: Leaving directory '/tmp/instance-5/output-1/build/raptor-2.0.15' >>> host-checkpolicy 3.3 Downloading wget --passive-ftp -nd -t 3 -O '/tmp/instance-5/output-1/build/.checkpolicy-3.3.tar.gz.VP4Hqc/output' 'https://github.com/SELinuxProject/selinux/releases/download/3.3/checkpolicy-3.3.tar.gz' --2023-02-20 00:42:37-- https://github.com/SELinuxProject/selinux/releases/download/3.3/checkpolicy-3.3.tar.gz Resolving github.com (github.com)... 140.82.113.3 Connecting to github.com (github.com)|140.82.113.3|:443... connected. HTTP request sent, awaiting response... 302 Found Location: https://objects.githubusercontent.com/github-production-release-asset-2e65be/20648799/89ad7856-e826-4b25-893b-b360949652d4?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20230220%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20230220T074238Z&X-Amz-Expires=300&X-Amz-Signature=373c151a9f43fe39b1d23262934ddb4b35d9b505ddd3c6eb14922d413945af29&X-Amz-SignedHeaders=host&actor_id=0&key_id=0&repo_id=20648799&response-content-disposition=attachment%3B%20filename%3Dcheckpolicy-3.3.tar.gz&response-content-type=application%2Foctet-stream [following] --2023-02-20 00:42:38-- https://objects.githubusercontent.com/github-production-release-asset-2e65be/20648799/89ad7856-e826-4b25-893b-b360949652d4?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20230220%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20230220T074238Z&X-Amz-Expires=300&X-Amz-Signature=373c151a9f43fe39b1d23262934ddb4b35d9b505ddd3c6eb14922d413945af29&X-Amz-SignedHeaders=host&actor_id=0&key_id=0&repo_id=20648799&response-content-disposition=attachment%3B%20filename%3Dcheckpolicy-3.3.tar.gz&response-content-type=application%2Foctet-stream Resolving objects.githubusercontent.com (objects.githubusercontent.com)... 185.199.110.133, 185.199.108.133, 185.199.111.133, ... Connecting to objects.githubusercontent.com (objects.githubusercontent.com)|185.199.110.133|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 69286 (68K) [application/octet-stream] Saving to: '/tmp/instance-5/output-1/build/.checkpolicy-3.3.tar.gz.VP4Hqc/output' 0K .......... .......... .......... .......... .......... 73% 362K 0s 50K .......... ....... 100% 209M=0.1s 2023-02-20 00:42:38 (490 KB/s) - '/tmp/instance-5/output-1/build/.checkpolicy-3.3.tar.gz.VP4Hqc/output' saved [69286/69286] checkpolicy-3.3.tar.gz: OK (sha256: 25c84edfa3a10ab8cb073b97bc55cb66377532d54a2723da9accdabd05431485) >>> host-checkpolicy 3.3 Extracting gzip -d -c /tmp/instance-5/dl/checkpolicy/checkpolicy-3.3.tar.gz | tar --strip-components=1 -C /tmp/instance-5/output-1/build/host-checkpolicy-3.3 -xf - >>> host-checkpolicy 3.3 Patching >>> host-checkpolicy 3.3 Configuring >>> host-checkpolicy 3.3 Building PATH="/tmp/instance-5/output-1/host/bin:/tmp/instance-5/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PKG_CONFIG="/tmp/instance-5/output-1/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/tmp/instance-5/output-1/host/lib/pkgconfig:/tmp/instance-5/output-1/host/share/pkgconfig" /home/autobuild/make/make -j1 -C /tmp/instance-5/output-1/build/host-checkpolicy-3.3 PATH="/tmp/instance-5/output-1/host/bin:/tmp/instance-5/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PKG_CONFIG="/tmp/instance-5/output-1/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/tmp/instance-5/output-1/host/lib/pkgconfig:/tmp/instance-5/output-1/host/share/pkgconfig" AR="/usr/bin/ar" AS="/usr/bin/as" LD="/usr/bin/ld" NM="/usr/bin/nm" CC="/tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc" GCC="/tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc" CXX="/tmp/instance-5/output-1/host/bin/ccache /usr/bin/g++" CPP="/usr/bin/cpp" OBJCOPY="/usr/bin/objcopy" RANLIB="/usr/bin/ranlib" CPPFLAGS="-I/tmp/instance-5/output-1/host/include" CFLAGS="-O2 -I/tmp/instance-5/output-1/host/include" CXXFLAGS="-O2 -I/tmp/instance-5/output-1/host/include" LDFLAGS="-L/tmp/instance-5/output-1/host/lib -Wl,-rpath,/tmp/instance-5/output-1/host/lib" INTLTOOL_PERL=/usr/bin/perl PREFIX=/tmp/instance-5/output-1/host LEX="/tmp/instance-5/output-1/host/bin/flex" YACC="/tmp/instance-5/output-1/host/bin/bison -y" make[1]: Entering directory '/tmp/instance-5/output-1/build/host-checkpolicy-3.3' /tmp/instance-5/output-1/host/bin/bison -y -d policy_parse.y /tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc -O2 -I/tmp/instance-5/output-1/host/include -o y.tab.o -c y.tab.c /tmp/instance-5/output-1/host/bin/flex policy_scan.l /tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc -O2 -I/tmp/instance-5/output-1/host/include -o lex.yy.o -c lex.yy.c /tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc -O2 -I/tmp/instance-5/output-1/host/include -o queue.o -c queue.c /tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc -O2 -I/tmp/instance-5/output-1/host/include -o module_compiler.o -c module_compiler.c /tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc -O2 -I/tmp/instance-5/output-1/host/include -o parse_util.o -c parse_util.c /tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc -O2 -I/tmp/instance-5/output-1/host/include -o policy_define.o -c policy_define.c /tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc -O2 -I/tmp/instance-5/output-1/host/include -o checkpolicy.o -c checkpolicy.c /tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc -O2 -I/tmp/instance-5/output-1/host/include -o checkpolicy y.tab.o lex.yy.o queue.o module_compiler.o parse_util.o policy_define.o checkpolicy.o -L/tmp/instance-5/output-1/host/lib -Wl,-rpath,/tmp/instance-5/output-1/host/lib -l:libsepol.a /tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc -O2 -I/tmp/instance-5/output-1/host/include -o checkmodule.o -c checkmodule.c /tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc -O2 -I/tmp/instance-5/output-1/host/include -o checkmodule y.tab.o lex.yy.o queue.o module_compiler.o parse_util.o policy_define.o checkmodule.o -L/tmp/instance-5/output-1/host/lib -Wl,-rpath,/tmp/instance-5/output-1/host/lib -l:libsepol.a /home/autobuild/make/make -C test make[2]: Entering directory '/tmp/instance-5/output-1/build/host-checkpolicy-3.3/test' /tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc -O2 -I/tmp/instance-5/output-1/host/include -I/tmp/instance-5/output-1/host/include -c -o dispol.o dispol.c /tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc -O2 -I/tmp/instance-5/output-1/host/include -L/tmp/instance-5/output-1/host/lib -Wl,-rpath,/tmp/instance-5/output-1/host/lib -o dispol dispol.o -l:libsepol.a /tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc -O2 -I/tmp/instance-5/output-1/host/include -I/tmp/instance-5/output-1/host/include -c -o dismod.o dismod.c /tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc -O2 -I/tmp/instance-5/output-1/host/include -L/tmp/instance-5/output-1/host/lib -Wl,-rpath,/tmp/instance-5/output-1/host/lib -o dismod dismod.o -l:libsepol.a make[2]: Leaving directory '/tmp/instance-5/output-1/build/host-checkpolicy-3.3/test' make[1]: Leaving directory '/tmp/instance-5/output-1/build/host-checkpolicy-3.3' >>> host-checkpolicy 3.3 Installing to host directory PATH="/tmp/instance-5/output-1/host/bin:/tmp/instance-5/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PKG_CONFIG="/tmp/instance-5/output-1/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/tmp/instance-5/output-1/host/lib/pkgconfig:/tmp/instance-5/output-1/host/share/pkgconfig" /home/autobuild/make/make -j1 -C /tmp/instance-5/output-1/build/host-checkpolicy-3.3 PATH="/tmp/instance-5/output-1/host/bin:/tmp/instance-5/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PKG_CONFIG="/tmp/instance-5/output-1/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/tmp/instance-5/output-1/host/lib/pkgconfig:/tmp/instance-5/output-1/host/share/pkgconfig" AR="/usr/bin/ar" AS="/usr/bin/as" LD="/usr/bin/ld" NM="/usr/bin/nm" CC="/tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc" GCC="/tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc" CXX="/tmp/instance-5/output-1/host/bin/ccache /usr/bin/g++" CPP="/usr/bin/cpp" OBJCOPY="/usr/bin/objcopy" RANLIB="/usr/bin/ranlib" CPPFLAGS="-I/tmp/instance-5/output-1/host/include" CFLAGS="-O2 -I/tmp/instance-5/output-1/host/include" CXXFLAGS="-O2 -I/tmp/instance-5/output-1/host/include" LDFLAGS="-L/tmp/instance-5/output-1/host/lib -Wl,-rpath,/tmp/instance-5/output-1/host/lib" INTLTOOL_PERL=/usr/bin/perl PREFIX=/tmp/instance-5/output-1/host LEX="/tmp/instance-5/output-1/host/bin/flex" YACC="/tmp/instance-5/output-1/host/bin/bison -y" install make[1]: Entering directory '/tmp/instance-5/output-1/build/host-checkpolicy-3.3' /home/autobuild/make/make -C test make[2]: Entering directory '/tmp/instance-5/output-1/build/host-checkpolicy-3.3/test' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/tmp/instance-5/output-1/build/host-checkpolicy-3.3/test' mkdir -p /tmp/instance-5/output-1/host/bin mkdir -p /tmp/instance-5/output-1/host/share/man/man8 install -m 755 checkpolicy checkmodule /tmp/instance-5/output-1/host/bin install -m 644 checkpolicy.8 /tmp/instance-5/output-1/host/share/man/man8 install -m 644 checkmodule.8 /tmp/instance-5/output-1/host/share/man/man8 for lang in ru ; do \ if [ -e ${lang} ] ; then \ mkdir -p /tmp/instance-5/output-1/host/share/man/${lang}/man8 ; \ install -m 644 ${lang}/*.8 /tmp/instance-5/output-1/host/share/man/${lang}/man8 ; \ fi ; \ done make[1]: Leaving directory '/tmp/instance-5/output-1/build/host-checkpolicy-3.3' libxml2-2.10.3.tar.xz: OK (sha256: 5d2cc3d78bec3dbe212a9d7fa629ada25a7da928af432c93060ff5c17ee28a9c) >>> host-libxml2 2.10.3 Extracting xzcat /tmp/instance-5/dl/libxml2/libxml2-2.10.3.tar.xz | tar --strip-components=1 -C /tmp/instance-5/output-1/build/host-libxml2-2.10.3 -xf - >>> host-libxml2 2.10.3 Patching >>> host-libxml2 2.10.3 Updating config.sub and config.guess for file in config.guess config.sub; do for i in $(find /tmp/instance-5/output-1/build/host-libxml2-2.10.3 -name $file); do cp support/gnuconfig/$file $i; done; done >>> host-libxml2 2.10.3 Patching libtool patching file /tmp/instance-5/output-1/build/host-libxml2-2.10.3/ltmain.sh Hunk #1 succeeded at 2786 (offset 99 lines). Hunk #2 succeeded at 4376 (offset 99 lines). Hunk #3 succeeded at 6671 (offset 117 lines). Hunk #4 succeeded at 6681 (offset 117 lines). Hunk #5 succeeded at 6974 (offset 117 lines). Hunk #6 succeeded at 7266 (offset 117 lines). Hunk #7 succeeded at 8241 (offset 129 lines). Hunk #8 succeeded at 10873 (offset 163 lines). >>> host-libxml2 2.10.3 Configuring (cd /tmp/instance-5/output-1/build/host-libxml2-2.10.3/ && rm -rf config.cache; PATH="/tmp/instance-5/output-1/host/bin:/tmp/instance-5/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PKG_CONFIG="/tmp/instance-5/output-1/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/tmp/instance-5/output-1/host/lib/pkgconfig:/tmp/instance-5/output-1/host/share/pkgconfig" AR="/usr/bin/ar" AS="/usr/bin/as" LD="/usr/bin/ld" NM="/usr/bin/nm" CC="/tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc" GCC="/tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc" CXX="/tmp/instance-5/output-1/host/bin/ccache /usr/bin/g++" CPP="/usr/bin/cpp" OBJCOPY="/usr/bin/objcopy" RANLIB="/usr/bin/ranlib" CPPFLAGS="-I/tmp/instance-5/output-1/host/include" CFLAGS="-O2 -I/tmp/instance-5/output-1/host/include" CXXFLAGS="-O2 -I/tmp/instance-5/output-1/host/include" LDFLAGS="-L/tmp/instance-5/output-1/host/lib -Wl,-rpath,/tmp/instance-5/output-1/host/lib" INTLTOOL_PERL=/usr/bin/perl CFLAGS="-O2 -I/tmp/instance-5/output-1/host/include" LDFLAGS="-L/tmp/instance-5/output-1/host/lib -Wl,-rpath,/tmp/instance-5/output-1/host/lib" CONFIG_SITE=/dev/null ./configure --prefix="/tmp/instance-5/output-1/host" --sysconfdir="/tmp/instance-5/output-1/host/etc" --localstatedir="/tmp/instance-5/output-1/host/var" --enable-shared --disable-static --disable-gtk-doc --disable-gtk-doc-html --disable-doc --disable-docs --disable-documentation --disable-debug --with-xmlto=no --with-fop=no --disable-nls --disable-dependency-tracking --without-zlib --without-lzma --without-python ) configure: WARNING: unrecognized options: --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --disable-debug, --with-xmlto, --with-fop, --disable-nls checking build system type... x86_64-pc-linux-gnu checking host system type... x86_64-pc-linux-gnu checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes 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 whether to enable maintainer-specific portions of Makefiles... yes checking whether make supports nested variables... (cached) yes checking for gcc... /tmp/instance-5/output-1/host/bin/ccache /usr/bin/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... no checking for suffix of object files... o checking whether the compiler supports GNU C... yes checking whether /tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc accepts -g... yes checking for /tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc option to enable C11 features... none needed checking whether /tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc understands -c and -o together... yes checking whether make supports the include directive... yes (GNU style) checking dependency style of /tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc... none checking whether ln -s works... yes checking how to run the C preprocessor... /usr/bin/cpp checking for mv... /usr/bin/mv checking for tar... /usr/bin/tar checking for perl... /usr/bin/perl checking for wget... /usr/bin/wget checking for xmllint... /usr/bin/xmllint checking for xsltproc... /usr/bin/xsltproc checking pkg-config is at least version 0.9.0... yes checking how to print strings... printf checking for a sed that does not truncate output... /usr/bin/sed checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for fgrep... /usr/bin/grep -F checking for ld used by /tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm checking the name lister (/usr/bin/nm) interface... BSD nm checking the maximum length of command line arguments... 1572864 checking how to convert x86_64-pc-linux-gnu file names to x86_64-pc-linux-gnu format... func_convert_file_noop checking how to convert x86_64-pc-linux-gnu file names to toolchain format... func_convert_file_noop checking for /usr/bin/ld option to reload object files... -r checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for dlltool... no checking how to associate runtime and link libraries... printf %s\n checking for archiver @FILE support... @ checking for strip... strip checking for ranlib... /usr/bin/ranlib checking command to parse /usr/bin/nm output from /tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc object... ok checking for sysroot... no checking for a working dd... /usr/bin/dd checking how to truncate binary pipes... /usr/bin/dd bs=4096 count=1 checking for mt... mt checking if mt is a manifest tool... no 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 dlfcn.h... yes checking for objdir... .libs checking if /tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc supports -fno-rtti -fno-exceptions... no checking for /tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc option to produce PIC... -fPIC -DPIC checking if /tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc PIC flag -fPIC -DPIC works... yes checking if /tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc static flag -static works... yes checking if /tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc supports -c -o file.o... yes checking if /tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc supports -c -o file.o... (cached) yes checking whether the /tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no checking for cos in -lm... yes Checking zlib Disabling zlib compression support Checking lzma Disabling lzma compression support Checking headers checking for fcntl.h... yes checking for unistd.h... (cached) yes checking for sys/stat.h... (cached) yes checking for sys/types.h... (cached) yes checking for stdint.h... (cached) yes checking for inttypes.h... (cached) yes checking for sys/socket.h... yes checking for netinet/in.h... yes checking for arpa/inet.h... yes checking for netdb.h... yes checking for sys/time.h... yes checking for sys/select.h... yes checking for poll.h... yes checking for sys/mman.h... yes checking for sys/timeb.h... yes checking for arpa/nameser.h... yes checking for resolv.h... yes checking for dl.h... no checking for dlfcn.h... (cached) yes Checking types checking for uint32_t... yes Checking libraries checking for gettimeofday... yes checking for ftime... yes checking for stat... yes checking for rand_r... yes checking for isascii... yes checking for mmap... yes checking for munmap... yes checking for putenv... yes checking for va_copy... yes checking whether va_list is an array type... yes checking for library containing gethostent... none required checking for library containing setsockopt... none required checking for library containing connect... none required checking for type of socket length (socklen_t)... socklen_t * checking for const gethostbyname() argument... yes checking for const send() second argument... yes checking whether __attribute__((destructor)) is accepted... yes checking whether to enable IPv6... yes checking struct sockaddr::ss_family... yes checking for getaddrinfo... yes checking for shl_load... no checking for shl_load in -ldld... no checking for dlopen... no checking for dlopen in -ldl... yes Checking configuration requirements Enabling multithreaded support checking for pthread.h... yes checking for pthread_join in -lpthread... yes Disabling FTP support Disabling deprecated APIs Enabled Schematron support checking for iconv.h... yes checking for iconv... yes Disabling ICU support Enabled Schemas/Relax-NG support checking for snprintf... yes checking for vsnprintf... yes Disabling code coverage for GCC checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating libxml2.spec config.status: creating Makefile config.status: creating include/Makefile config.status: creating include/libxml/Makefile config.status: creating doc/Makefile config.status: creating doc/examples/Makefile config.status: creating doc/devhelp/Makefile config.status: creating example/Makefile config.status: creating fuzz/Makefile config.status: creating python/Makefile config.status: creating python/tests/Makefile config.status: creating xstc/Makefile config.status: creating include/libxml/xmlversion.h config.status: creating libxml-2.0.pc config.status: creating libxml-2.0-uninstalled.pc config.status: creating libxml2-config.cmake config.status: creating python/setup.py config.status: creating xml2-config 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, --disable-debug, --with-xmlto, --with-fop, --disable-nls Done configuring >>> host-libxml2 2.10.3 Building PATH="/tmp/instance-5/output-1/host/bin:/tmp/instance-5/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PKG_CONFIG="/tmp/instance-5/output-1/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/tmp/instance-5/output-1/host/lib/pkgconfig:/tmp/instance-5/output-1/host/share/pkgconfig" /home/autobuild/make/make -j1 -C /tmp/instance-5/output-1/build/host-libxml2-2.10.3/ make[1]: Entering directory '/tmp/instance-5/output-1/build/host-libxml2-2.10.3' /home/autobuild/make/make all-recursive make[2]: Entering directory '/tmp/instance-5/output-1/build/host-libxml2-2.10.3' Making all in include make[3]: Entering directory '/tmp/instance-5/output-1/build/host-libxml2-2.10.3/include' Making all in libxml make[4]: Entering directory '/tmp/instance-5/output-1/build/host-libxml2-2.10.3/include/libxml' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/tmp/instance-5/output-1/build/host-libxml2-2.10.3/include/libxml' make[4]: Entering directory '/tmp/instance-5/output-1/build/host-libxml2-2.10.3/include' make[4]: Nothing to be done for 'all-am'. make[4]: Leaving directory '/tmp/instance-5/output-1/build/host-libxml2-2.10.3/include' make[3]: Leaving directory '/tmp/instance-5/output-1/build/host-libxml2-2.10.3/include' Making all in . make[3]: Entering directory '/tmp/instance-5/output-1/build/host-libxml2-2.10.3' CC xmllint.o CC libxml2_la-SAX.lo CC libxml2_la-entities.lo CC libxml2_la-encoding.lo CC libxml2_la-error.lo CC libxml2_la-parserInternals.lo CC libxml2_la-parser.lo CC libxml2_la-tree.lo CC libxml2_la-hash.lo CC libxml2_la-list.lo CC libxml2_la-xmlIO.lo CC libxml2_la-xmlmemory.lo CC libxml2_la-uri.lo CC libxml2_la-valid.lo CC libxml2_la-xlink.lo CC libxml2_la-HTMLparser.lo CC libxml2_la-HTMLtree.lo CC libxml2_la-debugXML.lo CC libxml2_la-xpath.lo CC libxml2_la-xpointer.lo CC libxml2_la-xinclude.lo CC libxml2_la-nanohttp.lo CC libxml2_la-nanoftp.lo CC libxml2_la-catalog.lo CC libxml2_la-globals.lo CC libxml2_la-threads.lo CC libxml2_la-c14n.lo CC libxml2_la-xmlstring.lo CC libxml2_la-buf.lo CC libxml2_la-xmlregexp.lo CC libxml2_la-xmlschemas.lo CC libxml2_la-xmlschemastypes.lo CC libxml2_la-xmlunicode.lo CC libxml2_la-xmlreader.lo CC libxml2_la-relaxng.lo CC libxml2_la-dict.lo CC libxml2_la-SAX2.lo CC libxml2_la-xmlwriter.lo CC libxml2_la-legacy.lo CC libxml2_la-chvalid.lo CC libxml2_la-pattern.lo CC libxml2_la-xmlsave.lo CC libxml2_la-xmlmodule.lo CC libxml2_la-schematron.lo CC libxml2_la-xzlib.lo CCLD libxml2.la CCLD xmllint CC xmlcatalog.o CCLD xmlcatalog CC testdso.lo CCLD testdso.la make[3]: Leaving directory '/tmp/instance-5/output-1/build/host-libxml2-2.10.3' Making all in doc make[3]: Entering directory '/tmp/instance-5/output-1/build/host-libxml2-2.10.3/doc' Making all in . make[4]: Entering directory '/tmp/instance-5/output-1/build/host-libxml2-2.10.3/doc' make[4]: Nothing to be done for 'all-am'. make[4]: Leaving directory '/tmp/instance-5/output-1/build/host-libxml2-2.10.3/doc' Making all in devhelp make[4]: Entering directory '/tmp/instance-5/output-1/build/host-libxml2-2.10.3/doc/devhelp' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/tmp/instance-5/output-1/build/host-libxml2-2.10.3/doc/devhelp' Making all in examples make[4]: Entering directory '/tmp/instance-5/output-1/build/host-libxml2-2.10.3/doc/examples' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/tmp/instance-5/output-1/build/host-libxml2-2.10.3/doc/examples' make[3]: Leaving directory '/tmp/instance-5/output-1/build/host-libxml2-2.10.3/doc' Making all in example make[3]: Entering directory '/tmp/instance-5/output-1/build/host-libxml2-2.10.3/example' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/tmp/instance-5/output-1/build/host-libxml2-2.10.3/example' Making all in fuzz make[3]: Entering directory '/tmp/instance-5/output-1/build/host-libxml2-2.10.3/fuzz' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/tmp/instance-5/output-1/build/host-libxml2-2.10.3/fuzz' Making all in xstc make[3]: Entering directory '/tmp/instance-5/output-1/build/host-libxml2-2.10.3/xstc' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/tmp/instance-5/output-1/build/host-libxml2-2.10.3/xstc' make[2]: Leaving directory '/tmp/instance-5/output-1/build/host-libxml2-2.10.3' make[1]: Leaving directory '/tmp/instance-5/output-1/build/host-libxml2-2.10.3' >>> host-libxml2 2.10.3 Installing to host directory PATH="/tmp/instance-5/output-1/host/bin:/tmp/instance-5/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PKG_CONFIG="/tmp/instance-5/output-1/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/tmp/instance-5/output-1/host/lib/pkgconfig:/tmp/instance-5/output-1/host/share/pkgconfig" /home/autobuild/make/make -j1 install -C /tmp/instance-5/output-1/build/host-libxml2-2.10.3/ make[1]: Entering directory '/tmp/instance-5/output-1/build/host-libxml2-2.10.3' Making install in include make[2]: Entering directory '/tmp/instance-5/output-1/build/host-libxml2-2.10.3/include' Making install in libxml make[3]: Entering directory '/tmp/instance-5/output-1/build/host-libxml2-2.10.3/include/libxml' make[4]: Entering directory '/tmp/instance-5/output-1/build/host-libxml2-2.10.3/include/libxml' make[4]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/tmp/instance-5/output-1/host/include/libxml2/libxml' /usr/bin/install -c -m 644 xmlversion.h '/tmp/instance-5/output-1/host/include/libxml2/libxml' /usr/bin/mkdir -p '/tmp/instance-5/output-1/host/include/libxml2/libxml' /usr/bin/install -c -m 644 SAX.h entities.h encoding.h parser.h parserInternals.h xmlerror.h HTMLparser.h HTMLtree.h debugXML.h tree.h list.h hash.h xpath.h xpathInternals.h xpointer.h xinclude.h xmlIO.h xmlmemory.h nanohttp.h nanoftp.h uri.h valid.h xlink.h catalog.h threads.h globals.h c14n.h xmlautomata.h xmlregexp.h xmlmodule.h xmlschemas.h schemasInternals.h xmlschemastypes.h xmlstring.h xmlunicode.h xmlreader.h relaxng.h dict.h SAX2.h xmlexports.h '/tmp/instance-5/output-1/host/include/libxml2/libxml' /usr/bin/install -c -m 644 xmlwriter.h chvalid.h pattern.h xmlsave.h schematron.h '/tmp/instance-5/output-1/host/include/libxml2/libxml' make[4]: Leaving directory '/tmp/instance-5/output-1/build/host-libxml2-2.10.3/include/libxml' make[3]: Leaving directory '/tmp/instance-5/output-1/build/host-libxml2-2.10.3/include/libxml' make[3]: Entering directory '/tmp/instance-5/output-1/build/host-libxml2-2.10.3/include' make[4]: Entering directory '/tmp/instance-5/output-1/build/host-libxml2-2.10.3/include' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/tmp/instance-5/output-1/build/host-libxml2-2.10.3/include' make[3]: Leaving directory '/tmp/instance-5/output-1/build/host-libxml2-2.10.3/include' make[2]: Leaving directory '/tmp/instance-5/output-1/build/host-libxml2-2.10.3/include' Making install in . make[2]: Entering directory '/tmp/instance-5/output-1/build/host-libxml2-2.10.3' make[3]: Entering directory '/tmp/instance-5/output-1/build/host-libxml2-2.10.3' /usr/bin/mkdir -p '/tmp/instance-5/output-1/host/lib' /bin/bash ./libtool --mode=install /usr/bin/install -c libxml2.la '/tmp/instance-5/output-1/host/lib' libtool: install: /usr/bin/install -c .libs/libxml2.so.2.10.3 /tmp/instance-5/output-1/host/lib/libxml2.so.2.10.3 libtool: install: (cd /tmp/instance-5/output-1/host/lib && { ln -s -f libxml2.so.2.10.3 libxml2.so.2 || { rm -f libxml2.so.2 && ln -s libxml2.so.2.10.3 libxml2.so.2; }; }) libtool: install: (cd /tmp/instance-5/output-1/host/lib && { ln -s -f libxml2.so.2.10.3 libxml2.so || { rm -f libxml2.so && ln -s libxml2.so.2.10.3 libxml2.so; }; }) libtool: install: /usr/bin/install -c .libs/libxml2.lai /tmp/instance-5/output-1/host/lib/libxml2.la libtool: finish: PATH="/tmp/instance-5/output-1/host/bin:/tmp/instance-5/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/sbin" ldconfig -n /tmp/instance-5/output-1/host/lib ---------------------------------------------------------------------- Libraries have been installed in: /tmp/instance-5/output-1/host/lib If you ever happen to want to link against installed libraries in a given directory, LIBDIR, you must either use libtool, and specify the full pathname of the library, or use the '-LLIBDIR' flag during linking and do at least one of the following: - add LIBDIR to the 'LD_LIBRARY_PATH' environment variable during execution - add LIBDIR to the 'LD_RUN_PATH' environment variable during linking - use the '-Wl,-rpath -Wl,LIBDIR' linker flag - have your system administrator add LIBDIR to '/etc/ld.so.conf' See any operating system documentation about shared libraries for more information, such as the ld(1) and ld.so(8) manual pages. ---------------------------------------------------------------------- /usr/bin/mkdir -p '/tmp/instance-5/output-1/host/bin' /bin/bash ./libtool --mode=install /usr/bin/install -c xmllint xmlcatalog '/tmp/instance-5/output-1/host/bin' libtool: install: /usr/bin/install -c xmllint /tmp/instance-5/output-1/host/bin/xmllint libtool: install: /usr/bin/install -c xmlcatalog /tmp/instance-5/output-1/host/bin/xmlcatalog /usr/bin/mkdir -p '/tmp/instance-5/output-1/host/bin' /usr/bin/install -c xml2-config '/tmp/instance-5/output-1/host/bin' /usr/bin/mkdir -p '/tmp/instance-5/output-1/host/lib/cmake/libxml2' /usr/bin/install -c -m 644 libxml2-config.cmake '/tmp/instance-5/output-1/host/lib/cmake/libxml2' /usr/bin/mkdir -p '/tmp/instance-5/output-1/host/share/doc/libxml2/examples' /usr/bin/install -c -m 644 xmllint.c '/tmp/instance-5/output-1/host/share/doc/libxml2/examples' /usr/bin/mkdir -p '/tmp/instance-5/output-1/host/share/aclocal' /usr/bin/install -c -m 644 libxml.m4 '/tmp/instance-5/output-1/host/share/aclocal' /usr/bin/mkdir -p '/tmp/instance-5/output-1/host/lib/pkgconfig' /usr/bin/install -c -m 644 libxml-2.0.pc '/tmp/instance-5/output-1/host/lib/pkgconfig' make[3]: Leaving directory '/tmp/instance-5/output-1/build/host-libxml2-2.10.3' make[2]: Leaving directory '/tmp/instance-5/output-1/build/host-libxml2-2.10.3' Making install in doc make[2]: Entering directory '/tmp/instance-5/output-1/build/host-libxml2-2.10.3/doc' Making install in . make[3]: Entering directory '/tmp/instance-5/output-1/build/host-libxml2-2.10.3/doc' make[4]: Entering directory '/tmp/instance-5/output-1/build/host-libxml2-2.10.3/doc' make[4]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/tmp/instance-5/output-1/host/share/man/man1' /usr/bin/install -c -m 644 xml2-config.1 xmllint.1 xmlcatalog.1 '/tmp/instance-5/output-1/host/share/man/man1' /usr/bin/mkdir -p '/tmp/instance-5/output-1/host/share/doc/libxml2' /usr/bin/mkdir -p '/tmp/instance-5/output-1/host/share/doc/libxml2/tutorial/images' /usr/bin/install -c -m 644 tutorial/images/blank.png tutorial/images/caution.png tutorial/images/draft.png tutorial/images/home.png tutorial/images/important.png tutorial/images/next.png tutorial/images/note.png tutorial/images/prev.png tutorial/images/tip.png tutorial/images/toc-blank.png tutorial/images/toc-minus.png tutorial/images/toc-plus.png tutorial/images/up.png tutorial/images/warning.png '/tmp/instance-5/output-1/host/share/doc/libxml2/tutorial/images' /usr/bin/install -c -m 644 xmlcatalog.html xmllint.html '/tmp/instance-5/output-1/host/share/doc/libxml2/.' /usr/bin/mkdir -p '/tmp/instance-5/output-1/host/share/doc/libxml2/tutorial/images/callouts' /usr/bin/install -c -m 644 tutorial/images/callouts/1.png tutorial/images/callouts/10.png tutorial/images/callouts/2.png tutorial/images/callouts/3.png tutorial/images/callouts/4.png tutorial/images/callouts/5.png tutorial/images/callouts/6.png tutorial/images/callouts/7.png tutorial/images/callouts/8.png tutorial/images/callouts/9.png '/tmp/instance-5/output-1/host/share/doc/libxml2/tutorial/images/callouts' /usr/bin/mkdir -p '/tmp/instance-5/output-1/host/share/doc/libxml2/tutorial' /usr/bin/install -c -m 644 tutorial/apa.html tutorial/apb.html tutorial/apc.html tutorial/apd.html tutorial/ape.html tutorial/apf.html tutorial/apg.html tutorial/aph.html tutorial/api.html tutorial/ar01s02.html tutorial/ar01s03.html tutorial/ar01s04.html tutorial/ar01s05.html tutorial/ar01s06.html tutorial/ar01s07.html tutorial/ar01s08.html tutorial/ar01s09.html tutorial/includeaddattribute.c tutorial/includeaddkeyword.c tutorial/includeconvert.c tutorial/includegetattribute.c tutorial/includekeyword.c tutorial/includexpath.c tutorial/index.html tutorial/ix01.html '/tmp/instance-5/output-1/host/share/doc/libxml2/tutorial' make[4]: Leaving directory '/tmp/instance-5/output-1/build/host-libxml2-2.10.3/doc' make[3]: Leaving directory '/tmp/instance-5/output-1/build/host-libxml2-2.10.3/doc' Making install in devhelp make[3]: Entering directory '/tmp/instance-5/output-1/build/host-libxml2-2.10.3/doc/devhelp' make[4]: Entering directory '/tmp/instance-5/output-1/build/host-libxml2-2.10.3/doc/devhelp' make[4]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/tmp/instance-5/output-1/host/share/gtk-doc/html/libxml2' /usr/bin/install -c -m 644 libxml2.devhelp2 general.html index.html libxml2-c14n.html libxml2-catalog.html libxml2-chvalid.html libxml2-debugXML.html libxml2-dict.html libxml2-encoding.html libxml2-entities.html libxml2-globals.html libxml2-hash.html libxml2-HTMLparser.html libxml2-HTMLtree.html libxml2-list.html libxml2-nanoftp.html libxml2-nanohttp.html libxml2-parser.html libxml2-parserInternals.html libxml2-pattern.html libxml2-relaxng.html libxml2-SAX2.html libxml2-SAX.html libxml2-schemasInternals.html libxml2-schematron.html libxml2-threads.html libxml2-tree.html libxml2-uri.html libxml2-valid.html libxml2-xinclude.html libxml2-xlink.html libxml2-xmlautomata.html libxml2-xmlerror.html libxml2-xmlexports.html libxml2-xmlIO.html libxml2-xmlmemory.html libxml2-xmlmodule.html libxml2-xmlreader.html libxml2-xmlregexp.html libxml2-xmlsave.html '/tmp/instance-5/output-1/host/share/gtk-doc/html/libxml2' /usr/bin/install -c -m 644 libxml2-xmlschemas.html libxml2-xmlschemastypes.html libxml2-xmlstring.html libxml2-xmlunicode.html libxml2-xmlversion.html libxml2-xmlwriter.html libxml2-xpath.html libxml2-xpathInternals.html libxml2-xpointer.html home.png left.png right.png up.png style.css '/tmp/instance-5/output-1/host/share/gtk-doc/html/libxml2' make[4]: Leaving directory '/tmp/instance-5/output-1/build/host-libxml2-2.10.3/doc/devhelp' make[3]: Leaving directory '/tmp/instance-5/output-1/build/host-libxml2-2.10.3/doc/devhelp' Making install in examples make[3]: Entering directory '/tmp/instance-5/output-1/build/host-libxml2-2.10.3/doc/examples' make[4]: Entering directory '/tmp/instance-5/output-1/build/host-libxml2-2.10.3/doc/examples' make[4]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p /tmp/instance-5/output-1/host/share/doc/libxml2/examples /usr/bin/install -c -m 0644 ./*.html ./*.c /tmp/instance-5/output-1/host/share/doc/libxml2/examples/ make[4]: Leaving directory '/tmp/instance-5/output-1/build/host-libxml2-2.10.3/doc/examples' make[3]: Leaving directory '/tmp/instance-5/output-1/build/host-libxml2-2.10.3/doc/examples' make[2]: Leaving directory '/tmp/instance-5/output-1/build/host-libxml2-2.10.3/doc' Making install in example make[2]: Entering directory '/tmp/instance-5/output-1/build/host-libxml2-2.10.3/example' make[3]: Entering directory '/tmp/instance-5/output-1/build/host-libxml2-2.10.3/example' 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-5/output-1/build/host-libxml2-2.10.3/example' make[2]: Leaving directory '/tmp/instance-5/output-1/build/host-libxml2-2.10.3/example' Making install in fuzz make[2]: Entering directory '/tmp/instance-5/output-1/build/host-libxml2-2.10.3/fuzz' make[3]: Entering directory '/tmp/instance-5/output-1/build/host-libxml2-2.10.3/fuzz' 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-5/output-1/build/host-libxml2-2.10.3/fuzz' make[2]: Leaving directory '/tmp/instance-5/output-1/build/host-libxml2-2.10.3/fuzz' Making install in xstc make[2]: Entering directory '/tmp/instance-5/output-1/build/host-libxml2-2.10.3/xstc' make[3]: Entering directory '/tmp/instance-5/output-1/build/host-libxml2-2.10.3/xstc' 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-5/output-1/build/host-libxml2-2.10.3/xstc' make[2]: Leaving directory '/tmp/instance-5/output-1/build/host-libxml2-2.10.3/xstc' make[1]: Leaving directory '/tmp/instance-5/output-1/build/host-libxml2-2.10.3' >>> host-python-cython 0.29.33 Downloading wget --passive-ftp -nd -t 3 -O '/tmp/instance-5/output-1/build/.Cython-0.29.33.tar.gz.XKzze4/output' 'https://files.pythonhosted.org/packages/dc/f6/e8e302f9942cbebede88b1a0c33d0be3a738c3ac37abae87254d58ffc51c/Cython-0.29.33.tar.gz' --2023-02-20 00:43:18-- https://files.pythonhosted.org/packages/dc/f6/e8e302f9942cbebede88b1a0c33d0be3a738c3ac37abae87254d58ffc51c/Cython-0.29.33.tar.gz Resolving files.pythonhosted.org (files.pythonhosted.org)... 151.101.1.63, 151.101.65.63, 151.101.129.63, ... Connecting to files.pythonhosted.org (files.pythonhosted.org)|151.101.1.63|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 2093693 (2.0M) [application/x-tar] Saving to: '/tmp/instance-5/output-1/build/.Cython-0.29.33.tar.gz.XKzze4/output' 0K .......... .......... .......... .......... .......... 2% 16.1M 0s 50K .......... .......... .......... .......... .......... 4% 17.1M 0s 100K .......... .......... .......... .......... .......... 7% 232M 0s 150K .......... .......... .......... .......... .......... 9% 95.1M 0s 200K .......... .......... .......... .......... .......... 12% 26.9M 0s 250K .......... .......... .......... .......... .......... 14% 95.7M 0s 300K .......... .......... .......... .......... .......... 17% 98.0M 0s 350K .......... .......... .......... .......... .......... 19% 83.7M 0s 400K .......... .......... .......... .......... .......... 22% 89.7M 0s 450K .......... .......... .......... .......... .......... 24% 100M 0s 500K .......... .......... .......... .......... .......... 26% 8.27M 0s 550K .......... .......... .......... .......... .......... 29% 188M 0s 600K .......... .......... .......... .......... .......... 31% 133M 0s 650K .......... .......... .......... .......... .......... 34% 181M 0s 700K .......... .......... .......... .......... .......... 36% 190M 0s 750K .......... .......... .......... .......... .......... 39% 185M 0s 800K .......... .......... .......... .......... .......... 41% 75.7M 0s 850K .......... .......... .......... .......... .......... 44% 154M 0s 900K .......... .......... .......... .......... .......... 46% 162M 0s 950K .......... .......... .......... .......... .......... 48% 192M 0s 1000K .......... .......... .......... .......... .......... 51% 163M 0s 1050K .......... .......... .......... .......... .......... 53% 187M 0s 1100K .......... .......... .......... .......... .......... 56% 189M 0s 1150K .......... .......... .......... .......... .......... 58% 215M 0s 1200K .......... .......... .......... .......... .......... 61% 170M 0s 1250K .......... .......... .......... .......... .......... 63% 191M 0s 1300K .......... .......... .......... .......... .......... 66% 249M 0s 1350K .......... .......... .......... .......... .......... 68% 107M 0s 1400K .......... .......... .......... .......... .......... 70% 91.8M 0s 1450K .......... .......... .......... .......... .......... 73% 107M 0s 1500K .......... .......... .......... .......... .......... 75% 119M 0s 1550K .......... .......... .......... .......... .......... 78% 103M 0s 1600K .......... .......... .......... .......... .......... 80% 63.3M 0s 1650K .......... .......... .......... .......... .......... 83% 157M 0s 1700K .......... .......... .......... .......... .......... 85% 110M 0s 1750K .......... .......... .......... .......... .......... 88% 125M 0s 1800K .......... .......... .......... .......... .......... 90% 55.8M 0s 1850K .......... .......... .......... .......... .......... 92% 178M 0s 1900K .......... .......... .......... .......... .......... 95% 19.5M 0s 1950K .......... .......... .......... .......... .......... 97% 236M 0s 2000K .......... .......... .......... .......... .... 100% 263M=0.03s 2023-02-20 00:43:18 (66.7 MB/s) - '/tmp/instance-5/output-1/build/.Cython-0.29.33.tar.gz.XKzze4/output' saved [2093693/2093693] Cython-0.29.33.tar.gz: OK (md5: bd42c555cb2298b8a94fa8de7ee679ba) Cython-0.29.33.tar.gz: OK (sha256: 5040764c4a4d2ce964a395da24f0d1ae58144995dab92c6b96f44c3f4d72286a) >>> host-python-cython 0.29.33 Extracting gzip -d -c /tmp/instance-5/dl/python-cython/Cython-0.29.33.tar.gz | tar --strip-components=1 -C /tmp/instance-5/output-1/build/host-python-cython-0.29.33 -xf - >>> host-python-cython 0.29.33 Patching >>> host-python-cython 0.29.33 Configuring >>> host-python-cython 0.29.33 Building (cd /tmp/instance-5/output-1/build/host-python-cython-0.29.33//; PATH="/tmp/instance-5/output-1/host/bin:/tmp/instance-5/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PYTHONNOUSERSITE=1 PATH="/tmp/instance-5/output-1/host/bin:/tmp/instance-5/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PKG_CONFIG="/tmp/instance-5/output-1/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/tmp/instance-5/output-1/host/lib/pkgconfig:/tmp/instance-5/output-1/host/share/pkgconfig" AR="/usr/bin/ar" AS="/usr/bin/as" LD="/usr/bin/ld" NM="/usr/bin/nm" CC="/tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc" GCC="/tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc" CXX="/tmp/instance-5/output-1/host/bin/ccache /usr/bin/g++" CPP="/usr/bin/cpp" OBJCOPY="/usr/bin/objcopy" RANLIB="/usr/bin/ranlib" CPPFLAGS="-I/tmp/instance-5/output-1/host/include" CFLAGS="-O2 -I/tmp/instance-5/output-1/host/include" CXXFLAGS="-O2 -I/tmp/instance-5/output-1/host/include" LDFLAGS="-L/tmp/instance-5/output-1/host/lib -Wl,-rpath,/tmp/instance-5/output-1/host/lib" INTLTOOL_PERL=/usr/bin/perl SETUPTOOLS_USE_DISTUTILS=stdlib /tmp/instance-5/output-1/host/bin/python setup.py build ) /tmp/instance-5/output-1/build/host-python-cython-0.29.33/setup.py:111: DeprecationWarning: The distutils.sysconfig module is deprecated, use sysconfig instead from distutils.sysconfig import get_python_inc Unable to find pgen, not compiling formal grammar. running build running build_py creating build creating build/lib.linux-x86_64-3.11 copying cython.py -> build/lib.linux-x86_64-3.11 creating build/lib.linux-x86_64-3.11/Cython copying Cython/__init__.py -> build/lib.linux-x86_64-3.11/Cython copying Cython/Utils.py -> build/lib.linux-x86_64-3.11/Cython copying Cython/TestUtils.py -> build/lib.linux-x86_64-3.11/Cython copying Cython/StringIOTree.py -> build/lib.linux-x86_64-3.11/Cython copying Cython/Shadow.py -> build/lib.linux-x86_64-3.11/Cython copying Cython/Debugging.py -> build/lib.linux-x86_64-3.11/Cython copying Cython/Coverage.py -> build/lib.linux-x86_64-3.11/Cython copying Cython/CodeWriter.py -> build/lib.linux-x86_64-3.11/Cython creating build/lib.linux-x86_64-3.11/Cython/Build copying Cython/Build/__init__.py -> build/lib.linux-x86_64-3.11/Cython/Build copying Cython/Build/IpythonMagic.py -> build/lib.linux-x86_64-3.11/Cython/Build copying Cython/Build/Inline.py -> build/lib.linux-x86_64-3.11/Cython/Build copying Cython/Build/Distutils.py -> build/lib.linux-x86_64-3.11/Cython/Build copying Cython/Build/Dependencies.py -> build/lib.linux-x86_64-3.11/Cython/Build copying Cython/Build/Cythonize.py -> build/lib.linux-x86_64-3.11/Cython/Build copying Cython/Build/BuildExecutable.py -> build/lib.linux-x86_64-3.11/Cython/Build creating build/lib.linux-x86_64-3.11/Cython/Compiler copying Cython/Compiler/__init__.py -> build/lib.linux-x86_64-3.11/Cython/Compiler copying Cython/Compiler/Visitor.py -> build/lib.linux-x86_64-3.11/Cython/Compiler copying Cython/Compiler/Version.py -> build/lib.linux-x86_64-3.11/Cython/Compiler copying Cython/Compiler/UtilityCode.py -> build/lib.linux-x86_64-3.11/Cython/Compiler copying Cython/Compiler/UtilNodes.py -> build/lib.linux-x86_64-3.11/Cython/Compiler copying Cython/Compiler/TypeSlots.py -> build/lib.linux-x86_64-3.11/Cython/Compiler copying Cython/Compiler/TypeInference.py -> build/lib.linux-x86_64-3.11/Cython/Compiler copying Cython/Compiler/TreePath.py -> build/lib.linux-x86_64-3.11/Cython/Compiler copying Cython/Compiler/TreeFragment.py -> build/lib.linux-x86_64-3.11/Cython/Compiler copying Cython/Compiler/Symtab.py -> build/lib.linux-x86_64-3.11/Cython/Compiler copying Cython/Compiler/StringEncoding.py -> build/lib.linux-x86_64-3.11/Cython/Compiler copying Cython/Compiler/Scanning.py -> build/lib.linux-x86_64-3.11/Cython/Compiler copying Cython/Compiler/Pythran.py -> build/lib.linux-x86_64-3.11/Cython/Compiler copying Cython/Compiler/PyrexTypes.py -> build/lib.linux-x86_64-3.11/Cython/Compiler copying Cython/Compiler/Pipeline.py -> build/lib.linux-x86_64-3.11/Cython/Compiler copying Cython/Compiler/Parsing.py -> build/lib.linux-x86_64-3.11/Cython/Compiler copying Cython/Compiler/ParseTreeTransforms.py -> build/lib.linux-x86_64-3.11/Cython/Compiler copying Cython/Compiler/Options.py -> build/lib.linux-x86_64-3.11/Cython/Compiler copying Cython/Compiler/Optimize.py -> build/lib.linux-x86_64-3.11/Cython/Compiler copying Cython/Compiler/Nodes.py -> build/lib.linux-x86_64-3.11/Cython/Compiler copying Cython/Compiler/Naming.py -> build/lib.linux-x86_64-3.11/Cython/Compiler copying Cython/Compiler/ModuleNode.py -> build/lib.linux-x86_64-3.11/Cython/Compiler copying Cython/Compiler/MemoryView.py -> build/lib.linux-x86_64-3.11/Cython/Compiler copying Cython/Compiler/Main.py -> build/lib.linux-x86_64-3.11/Cython/Compiler copying Cython/Compiler/Lexicon.py -> build/lib.linux-x86_64-3.11/Cython/Compiler copying Cython/Compiler/Interpreter.py -> build/lib.linux-x86_64-3.11/Cython/Compiler copying Cython/Compiler/Future.py -> build/lib.linux-x86_64-3.11/Cython/Compiler copying Cython/Compiler/FusedNode.py -> build/lib.linux-x86_64-3.11/Cython/Compiler copying Cython/Compiler/FlowControl.py -> build/lib.linux-x86_64-3.11/Cython/Compiler copying Cython/Compiler/ExprNodes.py -> build/lib.linux-x86_64-3.11/Cython/Compiler copying Cython/Compiler/Errors.py -> build/lib.linux-x86_64-3.11/Cython/Compiler copying Cython/Compiler/DebugFlags.py -> build/lib.linux-x86_64-3.11/Cython/Compiler copying Cython/Compiler/CythonScope.py -> build/lib.linux-x86_64-3.11/Cython/Compiler copying Cython/Compiler/CodeGeneration.py -> build/lib.linux-x86_64-3.11/Cython/Compiler copying Cython/Compiler/Code.py -> build/lib.linux-x86_64-3.11/Cython/Compiler copying Cython/Compiler/CmdLine.py -> build/lib.linux-x86_64-3.11/Cython/Compiler copying Cython/Compiler/Builtin.py -> build/lib.linux-x86_64-3.11/Cython/Compiler copying Cython/Compiler/Buffer.py -> build/lib.linux-x86_64-3.11/Cython/Compiler copying Cython/Compiler/AutoDocTransforms.py -> build/lib.linux-x86_64-3.11/Cython/Compiler copying Cython/Compiler/Annotate.py -> build/lib.linux-x86_64-3.11/Cython/Compiler copying Cython/Compiler/AnalysedTreeTransforms.py -> build/lib.linux-x86_64-3.11/Cython/Compiler creating build/lib.linux-x86_64-3.11/Cython/Runtime copying Cython/Runtime/__init__.py -> build/lib.linux-x86_64-3.11/Cython/Runtime creating build/lib.linux-x86_64-3.11/Cython/Distutils copying Cython/Distutils/old_build_ext.py -> build/lib.linux-x86_64-3.11/Cython/Distutils copying Cython/Distutils/extension.py -> build/lib.linux-x86_64-3.11/Cython/Distutils copying Cython/Distutils/build_ext.py -> build/lib.linux-x86_64-3.11/Cython/Distutils copying Cython/Distutils/__init__.py -> build/lib.linux-x86_64-3.11/Cython/Distutils creating build/lib.linux-x86_64-3.11/Cython/Debugger copying Cython/Debugger/libpython.py -> build/lib.linux-x86_64-3.11/Cython/Debugger copying Cython/Debugger/libcython.py -> build/lib.linux-x86_64-3.11/Cython/Debugger copying Cython/Debugger/__init__.py -> build/lib.linux-x86_64-3.11/Cython/Debugger copying Cython/Debugger/DebugWriter.py -> build/lib.linux-x86_64-3.11/Cython/Debugger copying Cython/Debugger/Cygdb.py -> build/lib.linux-x86_64-3.11/Cython/Debugger creating build/lib.linux-x86_64-3.11/Cython/Debugger/Tests copying Cython/Debugger/Tests/test_libpython_in_gdb.py -> build/lib.linux-x86_64-3.11/Cython/Debugger/Tests copying Cython/Debugger/Tests/test_libcython_in_gdb.py -> build/lib.linux-x86_64-3.11/Cython/Debugger/Tests copying Cython/Debugger/Tests/__init__.py -> build/lib.linux-x86_64-3.11/Cython/Debugger/Tests copying Cython/Debugger/Tests/TestLibCython.py -> build/lib.linux-x86_64-3.11/Cython/Debugger/Tests creating build/lib.linux-x86_64-3.11/Cython/Plex copying Cython/Plex/__init__.py -> build/lib.linux-x86_64-3.11/Cython/Plex copying Cython/Plex/Transitions.py -> build/lib.linux-x86_64-3.11/Cython/Plex copying Cython/Plex/Traditional.py -> build/lib.linux-x86_64-3.11/Cython/Plex copying Cython/Plex/Timing.py -> build/lib.linux-x86_64-3.11/Cython/Plex copying Cython/Plex/Scanners.py -> build/lib.linux-x86_64-3.11/Cython/Plex copying Cython/Plex/Regexps.py -> build/lib.linux-x86_64-3.11/Cython/Plex copying Cython/Plex/Machines.py -> build/lib.linux-x86_64-3.11/Cython/Plex copying Cython/Plex/Lexicons.py -> build/lib.linux-x86_64-3.11/Cython/Plex copying Cython/Plex/Errors.py -> build/lib.linux-x86_64-3.11/Cython/Plex copying Cython/Plex/DFA.py -> build/lib.linux-x86_64-3.11/Cython/Plex copying Cython/Plex/Actions.py -> build/lib.linux-x86_64-3.11/Cython/Plex creating build/lib.linux-x86_64-3.11/Cython/Tests copying Cython/Tests/xmlrunner.py -> build/lib.linux-x86_64-3.11/Cython/Tests copying Cython/Tests/__init__.py -> build/lib.linux-x86_64-3.11/Cython/Tests copying Cython/Tests/TestStringIOTree.py -> build/lib.linux-x86_64-3.11/Cython/Tests copying Cython/Tests/TestJediTyper.py -> build/lib.linux-x86_64-3.11/Cython/Tests copying Cython/Tests/TestCythonUtils.py -> build/lib.linux-x86_64-3.11/Cython/Tests copying Cython/Tests/TestCodeWriter.py -> build/lib.linux-x86_64-3.11/Cython/Tests creating build/lib.linux-x86_64-3.11/Cython/Build/Tests copying Cython/Build/Tests/__init__.py -> build/lib.linux-x86_64-3.11/Cython/Build/Tests copying Cython/Build/Tests/TestStripLiterals.py -> build/lib.linux-x86_64-3.11/Cython/Build/Tests copying Cython/Build/Tests/TestIpythonMagic.py -> build/lib.linux-x86_64-3.11/Cython/Build/Tests copying Cython/Build/Tests/TestInline.py -> build/lib.linux-x86_64-3.11/Cython/Build/Tests copying Cython/Build/Tests/TestCyCache.py -> build/lib.linux-x86_64-3.11/Cython/Build/Tests creating build/lib.linux-x86_64-3.11/Cython/Compiler/Tests copying Cython/Compiler/Tests/__init__.py -> build/lib.linux-x86_64-3.11/Cython/Compiler/Tests copying Cython/Compiler/Tests/TestVisitor.py -> build/lib.linux-x86_64-3.11/Cython/Compiler/Tests copying Cython/Compiler/Tests/TestUtilityLoad.py -> build/lib.linux-x86_64-3.11/Cython/Compiler/Tests copying Cython/Compiler/Tests/TestTypes.py -> build/lib.linux-x86_64-3.11/Cython/Compiler/Tests copying Cython/Compiler/Tests/TestTreePath.py -> build/lib.linux-x86_64-3.11/Cython/Compiler/Tests copying Cython/Compiler/Tests/TestTreeFragment.py -> build/lib.linux-x86_64-3.11/Cython/Compiler/Tests copying Cython/Compiler/Tests/TestStringEncoding.py -> build/lib.linux-x86_64-3.11/Cython/Compiler/Tests copying Cython/Compiler/Tests/TestSignatureMatching.py -> build/lib.linux-x86_64-3.11/Cython/Compiler/Tests copying Cython/Compiler/Tests/TestParseTreeTransforms.py -> build/lib.linux-x86_64-3.11/Cython/Compiler/Tests copying Cython/Compiler/Tests/TestMemView.py -> build/lib.linux-x86_64-3.11/Cython/Compiler/Tests copying Cython/Compiler/Tests/TestGrammar.py -> build/lib.linux-x86_64-3.11/Cython/Compiler/Tests copying Cython/Compiler/Tests/TestFlowControl.py -> build/lib.linux-x86_64-3.11/Cython/Compiler/Tests copying Cython/Compiler/Tests/TestCmdLine.py -> build/lib.linux-x86_64-3.11/Cython/Compiler/Tests copying Cython/Compiler/Tests/TestBuffer.py -> build/lib.linux-x86_64-3.11/Cython/Compiler/Tests creating build/lib.linux-x86_64-3.11/Cython/Utility copying Cython/Utility/__init__.py -> build/lib.linux-x86_64-3.11/Cython/Utility creating build/lib.linux-x86_64-3.11/Cython/Tempita copying Cython/Tempita/compat3.py -> build/lib.linux-x86_64-3.11/Cython/Tempita copying Cython/Tempita/_tempita.py -> build/lib.linux-x86_64-3.11/Cython/Tempita copying Cython/Tempita/_looper.py -> build/lib.linux-x86_64-3.11/Cython/Tempita copying Cython/Tempita/__init__.py -> build/lib.linux-x86_64-3.11/Cython/Tempita creating build/lib.linux-x86_64-3.11/pyximport copying pyximport/pyximport.py -> build/lib.linux-x86_64-3.11/pyximport copying pyximport/pyxbuild.py -> build/lib.linux-x86_64-3.11/pyximport copying pyximport/__init__.py -> build/lib.linux-x86_64-3.11/pyximport creating build/lib.linux-x86_64-3.11/Cython/Includes copying Cython/Includes/openmp.pxd -> build/lib.linux-x86_64-3.11/Cython/Includes creating build/lib.linux-x86_64-3.11/Cython/Includes/posix copying Cython/Includes/posix/wait.pxd -> build/lib.linux-x86_64-3.11/Cython/Includes/posix copying Cython/Includes/posix/unistd.pxd -> build/lib.linux-x86_64-3.11/Cython/Includes/posix copying Cython/Includes/posix/types.pxd -> build/lib.linux-x86_64-3.11/Cython/Includes/posix copying Cython/Includes/posix/time.pxd -> build/lib.linux-x86_64-3.11/Cython/Includes/posix copying Cython/Includes/posix/strings.pxd -> build/lib.linux-x86_64-3.11/Cython/Includes/posix copying Cython/Includes/posix/stdlib.pxd -> build/lib.linux-x86_64-3.11/Cython/Includes/posix copying Cython/Includes/posix/stdio.pxd -> build/lib.linux-x86_64-3.11/Cython/Includes/posix copying Cython/Includes/posix/stat.pxd -> build/lib.linux-x86_64-3.11/Cython/Includes/posix copying Cython/Includes/posix/signal.pxd -> build/lib.linux-x86_64-3.11/Cython/Includes/posix copying Cython/Includes/posix/select.pxd -> build/lib.linux-x86_64-3.11/Cython/Includes/posix copying Cython/Includes/posix/resource.pxd -> build/lib.linux-x86_64-3.11/Cython/Includes/posix copying Cython/Includes/posix/mman.pxd -> build/lib.linux-x86_64-3.11/Cython/Includes/posix copying Cython/Includes/posix/ioctl.pxd -> build/lib.linux-x86_64-3.11/Cython/Includes/posix copying Cython/Includes/posix/fcntl.pxd -> build/lib.linux-x86_64-3.11/Cython/Includes/posix copying Cython/Includes/posix/dlfcn.pxd -> build/lib.linux-x86_64-3.11/Cython/Includes/posix copying Cython/Includes/posix/__init__.pxd -> build/lib.linux-x86_64-3.11/Cython/Includes/posix creating build/lib.linux-x86_64-3.11/Cython/Includes/numpy copying Cython/Includes/numpy/math.pxd -> build/lib.linux-x86_64-3.11/Cython/Includes/numpy copying Cython/Includes/numpy/__init__.pxd -> build/lib.linux-x86_64-3.11/Cython/Includes/numpy creating build/lib.linux-x86_64-3.11/Cython/Includes/libcpp copying Cython/Includes/libcpp/vector.pxd -> build/lib.linux-x86_64-3.11/Cython/Includes/libcpp copying Cython/Includes/libcpp/utility.pxd -> build/lib.linux-x86_64-3.11/Cython/Includes/libcpp copying Cython/Includes/libcpp/unordered_set.pxd -> build/lib.linux-x86_64-3.11/Cython/Includes/libcpp copying Cython/Includes/libcpp/unordered_map.pxd -> build/lib.linux-x86_64-3.11/Cython/Includes/libcpp copying Cython/Includes/libcpp/typeinfo.pxd -> build/lib.linux-x86_64-3.11/Cython/Includes/libcpp copying Cython/Includes/libcpp/typeindex.pxd -> build/lib.linux-x86_64-3.11/Cython/Includes/libcpp copying Cython/Includes/libcpp/string.pxd -> build/lib.linux-x86_64-3.11/Cython/Includes/libcpp copying Cython/Includes/libcpp/stack.pxd -> build/lib.linux-x86_64-3.11/Cython/Includes/libcpp copying Cython/Includes/libcpp/set.pxd -> build/lib.linux-x86_64-3.11/Cython/Includes/libcpp copying Cython/Includes/libcpp/queue.pxd -> build/lib.linux-x86_64-3.11/Cython/Includes/libcpp copying Cython/Includes/libcpp/pair.pxd -> build/lib.linux-x86_64-3.11/Cython/Includes/libcpp copying Cython/Includes/libcpp/memory.pxd -> build/lib.linux-x86_64-3.11/Cython/Includes/libcpp copying Cython/Includes/libcpp/map.pxd -> build/lib.linux-x86_64-3.11/Cython/Includes/libcpp copying Cython/Includes/libcpp/list.pxd -> build/lib.linux-x86_64-3.11/Cython/Includes/libcpp copying Cython/Includes/libcpp/limits.pxd -> build/lib.linux-x86_64-3.11/Cython/Includes/libcpp copying Cython/Includes/libcpp/iterator.pxd -> build/lib.linux-x86_64-3.11/Cython/Includes/libcpp copying Cython/Includes/libcpp/functional.pxd -> build/lib.linux-x86_64-3.11/Cython/Includes/libcpp copying Cython/Includes/libcpp/forward_list.pxd -> build/lib.linux-x86_64-3.11/Cython/Includes/libcpp copying Cython/Includes/libcpp/deque.pxd -> build/lib.linux-x86_64-3.11/Cython/Includes/libcpp copying Cython/Includes/libcpp/complex.pxd -> build/lib.linux-x86_64-3.11/Cython/Includes/libcpp copying Cython/Includes/libcpp/cast.pxd -> build/lib.linux-x86_64-3.11/Cython/Includes/libcpp copying Cython/Includes/libcpp/algorithm.pxd -> build/lib.linux-x86_64-3.11/Cython/Includes/libcpp copying Cython/Includes/libcpp/__init__.pxd -> build/lib.linux-x86_64-3.11/Cython/Includes/libcpp creating build/lib.linux-x86_64-3.11/Cython/Includes/libc copying Cython/Includes/libc/time.pxd -> build/lib.linux-x86_64-3.11/Cython/Includes/libc copying Cython/Includes/libc/string.pxd -> build/lib.linux-x86_64-3.11/Cython/Includes/libc copying Cython/Includes/libc/stdlib.pxd -> build/lib.linux-x86_64-3.11/Cython/Includes/libc copying Cython/Includes/libc/stdio.pxd -> build/lib.linux-x86_64-3.11/Cython/Includes/libc copying Cython/Includes/libc/stdint.pxd -> build/lib.linux-x86_64-3.11/Cython/Includes/libc copying Cython/Includes/libc/stddef.pxd -> build/lib.linux-x86_64-3.11/Cython/Includes/libc copying Cython/Includes/libc/signal.pxd -> build/lib.linux-x86_64-3.11/Cython/Includes/libc copying Cython/Includes/libc/setjmp.pxd -> build/lib.linux-x86_64-3.11/Cython/Includes/libc copying Cython/Includes/libc/math.pxd -> build/lib.linux-x86_64-3.11/Cython/Includes/libc copying Cython/Includes/libc/locale.pxd -> build/lib.linux-x86_64-3.11/Cython/Includes/libc copying Cython/Includes/libc/limits.pxd -> build/lib.linux-x86_64-3.11/Cython/Includes/libc copying Cython/Includes/libc/float.pxd -> build/lib.linux-x86_64-3.11/Cython/Includes/libc copying Cython/Includes/libc/errno.pxd -> build/lib.linux-x86_64-3.11/Cython/Includes/libc copying Cython/Includes/libc/__init__.pxd -> build/lib.linux-x86_64-3.11/Cython/Includes/libc creating build/lib.linux-x86_64-3.11/Cython/Includes/cpython copying Cython/Includes/cpython/weakref.pxd -> build/lib.linux-x86_64-3.11/Cython/Includes/cpython copying Cython/Includes/cpython/version.pxd -> build/lib.linux-x86_64-3.11/Cython/Includes/cpython copying Cython/Includes/cpython/unicode.pxd -> build/lib.linux-x86_64-3.11/Cython/Includes/cpython copying Cython/Includes/cpython/type.pxd -> build/lib.linux-x86_64-3.11/Cython/Includes/cpython copying Cython/Includes/cpython/tuple.pxd -> build/lib.linux-x86_64-3.11/Cython/Includes/cpython copying Cython/Includes/cpython/string.pxd -> build/lib.linux-x86_64-3.11/Cython/Includes/cpython copying Cython/Includes/cpython/slice.pxd -> build/lib.linux-x86_64-3.11/Cython/Includes/cpython copying Cython/Includes/cpython/set.pxd -> build/lib.linux-x86_64-3.11/Cython/Includes/cpython copying Cython/Includes/cpython/sequence.pxd -> build/lib.linux-x86_64-3.11/Cython/Includes/cpython copying Cython/Includes/cpython/ref.pxd -> build/lib.linux-x86_64-3.11/Cython/Includes/cpython copying Cython/Includes/cpython/pythread.pxd -> build/lib.linux-x86_64-3.11/Cython/Includes/cpython copying Cython/Includes/cpython/pystate.pxd -> build/lib.linux-x86_64-3.11/Cython/Includes/cpython copying Cython/Includes/cpython/pylifecycle.pxd -> build/lib.linux-x86_64-3.11/Cython/Includes/cpython copying Cython/Includes/cpython/pycapsule.pxd -> build/lib.linux-x86_64-3.11/Cython/Includes/cpython copying Cython/Includes/cpython/oldbuffer.pxd -> build/lib.linux-x86_64-3.11/Cython/Includes/cpython copying Cython/Includes/cpython/object.pxd -> build/lib.linux-x86_64-3.11/Cython/Includes/cpython copying Cython/Includes/cpython/number.pxd -> build/lib.linux-x86_64-3.11/Cython/Includes/cpython copying Cython/Includes/cpython/module.pxd -> build/lib.linux-x86_64-3.11/Cython/Includes/cpython copying Cython/Includes/cpython/method.pxd -> build/lib.linux-x86_64-3.11/Cython/Includes/cpython copying Cython/Includes/cpython/memoryview.pxd -> build/lib.linux-x86_64-3.11/Cython/Includes/cpython copying Cython/Includes/cpython/mem.pxd -> build/lib.linux-x86_64-3.11/Cython/Includes/cpython copying Cython/Includes/cpython/mapping.pxd -> build/lib.linux-x86_64-3.11/Cython/Includes/cpython copying Cython/Includes/cpython/longintrepr.pxd -> build/lib.linux-x86_64-3.11/Cython/Includes/cpython copying Cython/Includes/cpython/long.pxd -> build/lib.linux-x86_64-3.11/Cython/Includes/cpython copying Cython/Includes/cpython/list.pxd -> build/lib.linux-x86_64-3.11/Cython/Includes/cpython copying Cython/Includes/cpython/iterobject.pxd -> build/lib.linux-x86_64-3.11/Cython/Includes/cpython copying Cython/Includes/cpython/iterator.pxd -> build/lib.linux-x86_64-3.11/Cython/Includes/cpython copying Cython/Includes/cpython/int.pxd -> build/lib.linux-x86_64-3.11/Cython/Includes/cpython copying Cython/Includes/cpython/instance.pxd -> build/lib.linux-x86_64-3.11/Cython/Includes/cpython copying Cython/Includes/cpython/getargs.pxd -> build/lib.linux-x86_64-3.11/Cython/Includes/cpython copying Cython/Includes/cpython/genobject.pxd -> build/lib.linux-x86_64-3.11/Cython/Includes/cpython copying Cython/Includes/cpython/function.pxd -> build/lib.linux-x86_64-3.11/Cython/Includes/cpython copying Cython/Includes/cpython/float.pxd -> build/lib.linux-x86_64-3.11/Cython/Includes/cpython copying Cython/Includes/cpython/exc.pxd -> build/lib.linux-x86_64-3.11/Cython/Includes/cpython copying Cython/Includes/cpython/dict.pxd -> build/lib.linux-x86_64-3.11/Cython/Includes/cpython copying Cython/Includes/cpython/datetime.pxd -> build/lib.linux-x86_64-3.11/Cython/Includes/cpython copying Cython/Includes/cpython/conversion.pxd -> build/lib.linux-x86_64-3.11/Cython/Includes/cpython copying Cython/Includes/cpython/complex.pxd -> build/lib.linux-x86_64-3.11/Cython/Includes/cpython copying Cython/Includes/cpython/codecs.pxd -> build/lib.linux-x86_64-3.11/Cython/Includes/cpython copying Cython/Includes/cpython/cobject.pxd -> build/lib.linux-x86_64-3.11/Cython/Includes/cpython copying Cython/Includes/cpython/ceval.pxd -> build/lib.linux-x86_64-3.11/Cython/Includes/cpython copying Cython/Includes/cpython/cellobject.pxd -> build/lib.linux-x86_64-3.11/Cython/Includes/cpython copying Cython/Includes/cpython/bytes.pxd -> build/lib.linux-x86_64-3.11/Cython/Includes/cpython copying Cython/Includes/cpython/bytearray.pxd -> build/lib.linux-x86_64-3.11/Cython/Includes/cpython copying Cython/Includes/cpython/buffer.pxd -> build/lib.linux-x86_64-3.11/Cython/Includes/cpython copying Cython/Includes/cpython/bool.pxd -> build/lib.linux-x86_64-3.11/Cython/Includes/cpython copying Cython/Includes/cpython/array.pxd -> build/lib.linux-x86_64-3.11/Cython/Includes/cpython copying Cython/Includes/cpython/__init__.pxd -> build/lib.linux-x86_64-3.11/Cython/Includes/cpython creating build/lib.linux-x86_64-3.11/Cython/Includes/Deprecated copying Cython/Includes/Deprecated/stl.pxd -> build/lib.linux-x86_64-3.11/Cython/Includes/Deprecated copying Cython/Includes/Deprecated/stdlib.pxd -> build/lib.linux-x86_64-3.11/Cython/Includes/Deprecated copying Cython/Includes/Deprecated/stdio.pxd -> build/lib.linux-x86_64-3.11/Cython/Includes/Deprecated copying Cython/Includes/Deprecated/python_weakref.pxd -> build/lib.linux-x86_64-3.11/Cython/Includes/Deprecated copying Cython/Includes/Deprecated/python_version.pxd -> build/lib.linux-x86_64-3.11/Cython/Includes/Deprecated copying Cython/Includes/Deprecated/python_unicode.pxd -> build/lib.linux-x86_64-3.11/Cython/Includes/Deprecated copying Cython/Includes/Deprecated/python_type.pxd -> build/lib.linux-x86_64-3.11/Cython/Includes/Deprecated copying Cython/Includes/Deprecated/python_tuple.pxd -> build/lib.linux-x86_64-3.11/Cython/Includes/Deprecated copying Cython/Includes/Deprecated/python_string.pxd -> build/lib.linux-x86_64-3.11/Cython/Includes/Deprecated copying Cython/Includes/Deprecated/python_set.pxd -> build/lib.linux-x86_64-3.11/Cython/Includes/Deprecated copying Cython/Includes/Deprecated/python_sequence.pxd -> build/lib.linux-x86_64-3.11/Cython/Includes/Deprecated copying Cython/Includes/Deprecated/python_ref.pxd -> build/lib.linux-x86_64-3.11/Cython/Includes/Deprecated copying Cython/Includes/Deprecated/python_pycapsule.pxd -> build/lib.linux-x86_64-3.11/Cython/Includes/Deprecated copying Cython/Includes/Deprecated/python_oldbuffer.pxd -> build/lib.linux-x86_64-3.11/Cython/Includes/Deprecated copying Cython/Includes/Deprecated/python_object.pxd -> build/lib.linux-x86_64-3.11/Cython/Includes/Deprecated copying Cython/Includes/Deprecated/python_number.pxd -> build/lib.linux-x86_64-3.11/Cython/Includes/Deprecated copying Cython/Includes/Deprecated/python_module.pxd -> build/lib.linux-x86_64-3.11/Cython/Includes/Deprecated copying Cython/Includes/Deprecated/python_method.pxd -> build/lib.linux-x86_64-3.11/Cython/Includes/Deprecated copying Cython/Includes/Deprecated/python_mem.pxd -> build/lib.linux-x86_64-3.11/Cython/Includes/Deprecated copying Cython/Includes/Deprecated/python_mapping.pxd -> build/lib.linux-x86_64-3.11/Cython/Includes/Deprecated copying Cython/Includes/Deprecated/python_long.pxd -> build/lib.linux-x86_64-3.11/Cython/Includes/Deprecated copying Cython/Includes/Deprecated/python_list.pxd -> build/lib.linux-x86_64-3.11/Cython/Includes/Deprecated copying Cython/Includes/Deprecated/python_iterator.pxd -> build/lib.linux-x86_64-3.11/Cython/Includes/Deprecated copying Cython/Includes/Deprecated/python_int.pxd -> build/lib.linux-x86_64-3.11/Cython/Includes/Deprecated copying Cython/Includes/Deprecated/python_instance.pxd -> build/lib.linux-x86_64-3.11/Cython/Includes/Deprecated copying Cython/Includes/Deprecated/python_getargs.pxd -> build/lib.linux-x86_64-3.11/Cython/Includes/Deprecated copying Cython/Includes/Deprecated/python_function.pxd -> build/lib.linux-x86_64-3.11/Cython/Includes/Deprecated copying Cython/Includes/Deprecated/python_float.pxd -> build/lib.linux-x86_64-3.11/Cython/Includes/Deprecated copying Cython/Includes/Deprecated/python_exc.pxd -> build/lib.linux-x86_64-3.11/Cython/Includes/Deprecated copying Cython/Includes/Deprecated/python_dict.pxd -> build/lib.linux-x86_64-3.11/Cython/Includes/Deprecated copying Cython/Includes/Deprecated/python_complex.pxd -> build/lib.linux-x86_64-3.11/Cython/Includes/Deprecated copying Cython/Includes/Deprecated/python_cobject.pxd -> build/lib.linux-x86_64-3.11/Cython/Includes/Deprecated copying Cython/Includes/Deprecated/python_bytes.pxd -> build/lib.linux-x86_64-3.11/Cython/Includes/Deprecated copying Cython/Includes/Deprecated/python_buffer.pxd -> build/lib.linux-x86_64-3.11/Cython/Includes/Deprecated copying Cython/Includes/Deprecated/python_bool.pxd -> build/lib.linux-x86_64-3.11/Cython/Includes/Deprecated copying Cython/Includes/Deprecated/python.pxd -> build/lib.linux-x86_64-3.11/Cython/Includes/Deprecated copying Cython/Compiler/Visitor.pxd -> build/lib.linux-x86_64-3.11/Cython/Compiler copying Cython/Compiler/Scanning.pxd -> build/lib.linux-x86_64-3.11/Cython/Compiler copying Cython/Compiler/Parsing.pxd -> build/lib.linux-x86_64-3.11/Cython/Compiler copying Cython/Compiler/ParseTreeTransforms.pxd -> build/lib.linux-x86_64-3.11/Cython/Compiler copying Cython/Compiler/FlowControl.pxd -> build/lib.linux-x86_64-3.11/Cython/Compiler copying Cython/Compiler/Code.pxd -> build/lib.linux-x86_64-3.11/Cython/Compiler copying Cython/Runtime/refnanny.pyx -> build/lib.linux-x86_64-3.11/Cython/Runtime copying Cython/Debugger/Tests/codefile -> build/lib.linux-x86_64-3.11/Cython/Debugger/Tests copying Cython/Debugger/Tests/cfuncs.c -> build/lib.linux-x86_64-3.11/Cython/Debugger/Tests copying Cython/Plex/Scanners.pxd -> build/lib.linux-x86_64-3.11/Cython/Plex copying Cython/Plex/Actions.pxd -> build/lib.linux-x86_64-3.11/Cython/Plex copying Cython/Utility/TestCythonScope.pyx -> build/lib.linux-x86_64-3.11/Cython/Utility copying Cython/Utility/TestCyUtilityLoader.pyx -> build/lib.linux-x86_64-3.11/Cython/Utility copying Cython/Utility/MemoryView.pyx -> build/lib.linux-x86_64-3.11/Cython/Utility copying Cython/Utility/CppConvert.pyx -> build/lib.linux-x86_64-3.11/Cython/Utility copying Cython/Utility/CpdefEnums.pyx -> build/lib.linux-x86_64-3.11/Cython/Utility copying Cython/Utility/CConvert.pyx -> build/lib.linux-x86_64-3.11/Cython/Utility copying Cython/Utility/TypeConversion.c -> build/lib.linux-x86_64-3.11/Cython/Utility copying Cython/Utility/TestUtilityLoader.c -> build/lib.linux-x86_64-3.11/Cython/Utility copying Cython/Utility/StringTools.c -> build/lib.linux-x86_64-3.11/Cython/Utility copying Cython/Utility/Profile.c -> build/lib.linux-x86_64-3.11/Cython/Utility copying Cython/Utility/Printing.c -> build/lib.linux-x86_64-3.11/Cython/Utility copying Cython/Utility/Overflow.c -> build/lib.linux-x86_64-3.11/Cython/Utility copying Cython/Utility/Optimize.c -> build/lib.linux-x86_64-3.11/Cython/Utility copying Cython/Utility/ObjectHandling.c -> build/lib.linux-x86_64-3.11/Cython/Utility copying Cython/Utility/ModuleSetupCode.c -> build/lib.linux-x86_64-3.11/Cython/Utility copying Cython/Utility/MemoryView_C.c -> build/lib.linux-x86_64-3.11/Cython/Utility copying Cython/Utility/ImportExport.c -> build/lib.linux-x86_64-3.11/Cython/Utility copying Cython/Utility/FunctionArguments.c -> build/lib.linux-x86_64-3.11/Cython/Utility copying Cython/Utility/ExtensionTypes.c -> build/lib.linux-x86_64-3.11/Cython/Utility copying Cython/Utility/Exceptions.c -> build/lib.linux-x86_64-3.11/Cython/Utility copying Cython/Utility/Embed.c -> build/lib.linux-x86_64-3.11/Cython/Utility copying Cython/Utility/CythonFunction.c -> build/lib.linux-x86_64-3.11/Cython/Utility copying Cython/Utility/Coroutine.c -> build/lib.linux-x86_64-3.11/Cython/Utility copying Cython/Utility/Complex.c -> build/lib.linux-x86_64-3.11/Cython/Utility copying Cython/Utility/CommonStructures.c -> build/lib.linux-x86_64-3.11/Cython/Utility copying Cython/Utility/Capsule.c -> build/lib.linux-x86_64-3.11/Cython/Utility copying Cython/Utility/CMath.c -> build/lib.linux-x86_64-3.11/Cython/Utility copying Cython/Utility/Builtins.c -> build/lib.linux-x86_64-3.11/Cython/Utility copying Cython/Utility/Buffer.c -> build/lib.linux-x86_64-3.11/Cython/Utility copying Cython/Utility/AsyncGen.c -> build/lib.linux-x86_64-3.11/Cython/Utility copying Cython/Utility/arrayarray.h -> build/lib.linux-x86_64-3.11/Cython/Utility copying Cython/Utility/CppSupport.cpp -> build/lib.linux-x86_64-3.11/Cython/Utility running build_ext Compiling /tmp/instance-5/output-1/build/host-python-cython-0.29.33/Cython/Plex/Scanners.py because it changed. Compiling /tmp/instance-5/output-1/build/host-python-cython-0.29.33/Cython/Plex/Actions.py because it changed. Compiling /tmp/instance-5/output-1/build/host-python-cython-0.29.33/Cython/Compiler/Scanning.py because it changed. Compiling /tmp/instance-5/output-1/build/host-python-cython-0.29.33/Cython/Compiler/Visitor.py because it changed. Compiling /tmp/instance-5/output-1/build/host-python-cython-0.29.33/Cython/Compiler/FlowControl.py because it changed. Compiling /tmp/instance-5/output-1/build/host-python-cython-0.29.33/Cython/Runtime/refnanny.pyx because it changed. Compiling /tmp/instance-5/output-1/build/host-python-cython-0.29.33/Cython/Compiler/FusedNode.py because it changed. Compiling /tmp/instance-5/output-1/build/host-python-cython-0.29.33/Cython/Tempita/_tempita.py because it changed. [1/8] Cythonizing /tmp/instance-5/output-1/build/host-python-cython-0.29.33/Cython/Compiler/FlowControl.py [2/8] Cythonizing /tmp/instance-5/output-1/build/host-python-cython-0.29.33/Cython/Compiler/FusedNode.py [3/8] Cythonizing /tmp/instance-5/output-1/build/host-python-cython-0.29.33/Cython/Compiler/Scanning.py [4/8] Cythonizing /tmp/instance-5/output-1/build/host-python-cython-0.29.33/Cython/Compiler/Visitor.py [5/8] Cythonizing /tmp/instance-5/output-1/build/host-python-cython-0.29.33/Cython/Plex/Actions.py [6/8] Cythonizing /tmp/instance-5/output-1/build/host-python-cython-0.29.33/Cython/Plex/Scanners.py [7/8] Cythonizing /tmp/instance-5/output-1/build/host-python-cython-0.29.33/Cython/Runtime/refnanny.pyx [8/8] Cythonizing /tmp/instance-5/output-1/build/host-python-cython-0.29.33/Cython/Tempita/_tempita.py building 'Cython.Plex.Scanners' extension creating build/temp.linux-x86_64-3.11 creating build/temp.linux-x86_64-3.11/tmp creating build/temp.linux-x86_64-3.11/tmp/instance-5 creating build/temp.linux-x86_64-3.11/tmp/instance-5/output-1 creating build/temp.linux-x86_64-3.11/tmp/instance-5/output-1/build creating build/temp.linux-x86_64-3.11/tmp/instance-5/output-1/build/host-python-cython-0.29.33 creating build/temp.linux-x86_64-3.11/tmp/instance-5/output-1/build/host-python-cython-0.29.33/Cython creating build/temp.linux-x86_64-3.11/tmp/instance-5/output-1/build/host-python-cython-0.29.33/Cython/Plex /tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -I/tmp/instance-5/output-1/host/include -O2 -I/tmp/instance-5/output-1/host/include -I/tmp/instance-5/output-1/host/include -fPIC -I/tmp/instance-5/output-1/host/include/python3.11 -c /tmp/instance-5/output-1/build/host-python-cython-0.29.33/Cython/Plex/Scanners.c -o build/temp.linux-x86_64-3.11/tmp/instance-5/output-1/build/host-python-cython-0.29.33/Cython/Plex/Scanners.o /tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc -pthread -shared -L/tmp/instance-5/output-1/host/lib -Wl,-rpath,/tmp/instance-5/output-1/host/lib -Wl,--enable-new-dtags -L/tmp/instance-5/output-1/host/lib -Wl,-rpath,/tmp/instance-5/output-1/host/lib -O2 -I/tmp/instance-5/output-1/host/include -I/tmp/instance-5/output-1/host/include build/temp.linux-x86_64-3.11/tmp/instance-5/output-1/build/host-python-cython-0.29.33/Cython/Plex/Scanners.o -L/tmp/instance-5/output-1/host/lib -o build/lib.linux-x86_64-3.11/Cython/Plex/Scanners.cpython-311-x86_64-linux-gnu.so building 'Cython.Plex.Actions' extension /tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -I/tmp/instance-5/output-1/host/include -O2 -I/tmp/instance-5/output-1/host/include -I/tmp/instance-5/output-1/host/include -fPIC -I/tmp/instance-5/output-1/host/include/python3.11 -c /tmp/instance-5/output-1/build/host-python-cython-0.29.33/Cython/Plex/Actions.c -o build/temp.linux-x86_64-3.11/tmp/instance-5/output-1/build/host-python-cython-0.29.33/Cython/Plex/Actions.o /tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc -pthread -shared -L/tmp/instance-5/output-1/host/lib -Wl,-rpath,/tmp/instance-5/output-1/host/lib -Wl,--enable-new-dtags -L/tmp/instance-5/output-1/host/lib -Wl,-rpath,/tmp/instance-5/output-1/host/lib -O2 -I/tmp/instance-5/output-1/host/include -I/tmp/instance-5/output-1/host/include build/temp.linux-x86_64-3.11/tmp/instance-5/output-1/build/host-python-cython-0.29.33/Cython/Plex/Actions.o -L/tmp/instance-5/output-1/host/lib -o build/lib.linux-x86_64-3.11/Cython/Plex/Actions.cpython-311-x86_64-linux-gnu.so building 'Cython.Compiler.Scanning' extension creating build/temp.linux-x86_64-3.11/tmp/instance-5/output-1/build/host-python-cython-0.29.33/Cython/Compiler /tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -I/tmp/instance-5/output-1/host/include -O2 -I/tmp/instance-5/output-1/host/include -I/tmp/instance-5/output-1/host/include -fPIC -I/tmp/instance-5/output-1/host/include/python3.11 -c /tmp/instance-5/output-1/build/host-python-cython-0.29.33/Cython/Compiler/Scanning.c -o build/temp.linux-x86_64-3.11/tmp/instance-5/output-1/build/host-python-cython-0.29.33/Cython/Compiler/Scanning.o /tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc -pthread -shared -L/tmp/instance-5/output-1/host/lib -Wl,-rpath,/tmp/instance-5/output-1/host/lib -Wl,--enable-new-dtags -L/tmp/instance-5/output-1/host/lib -Wl,-rpath,/tmp/instance-5/output-1/host/lib -O2 -I/tmp/instance-5/output-1/host/include -I/tmp/instance-5/output-1/host/include build/temp.linux-x86_64-3.11/tmp/instance-5/output-1/build/host-python-cython-0.29.33/Cython/Compiler/Scanning.o -L/tmp/instance-5/output-1/host/lib -o build/lib.linux-x86_64-3.11/Cython/Compiler/Scanning.cpython-311-x86_64-linux-gnu.so building 'Cython.Compiler.Visitor' extension /tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -I/tmp/instance-5/output-1/host/include -O2 -I/tmp/instance-5/output-1/host/include -I/tmp/instance-5/output-1/host/include -fPIC -I/tmp/instance-5/output-1/host/include/python3.11 -c /tmp/instance-5/output-1/build/host-python-cython-0.29.33/Cython/Compiler/Visitor.c -o build/temp.linux-x86_64-3.11/tmp/instance-5/output-1/build/host-python-cython-0.29.33/Cython/Compiler/Visitor.o /tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc -pthread -shared -L/tmp/instance-5/output-1/host/lib -Wl,-rpath,/tmp/instance-5/output-1/host/lib -Wl,--enable-new-dtags -L/tmp/instance-5/output-1/host/lib -Wl,-rpath,/tmp/instance-5/output-1/host/lib -O2 -I/tmp/instance-5/output-1/host/include -I/tmp/instance-5/output-1/host/include build/temp.linux-x86_64-3.11/tmp/instance-5/output-1/build/host-python-cython-0.29.33/Cython/Compiler/Visitor.o -L/tmp/instance-5/output-1/host/lib -o build/lib.linux-x86_64-3.11/Cython/Compiler/Visitor.cpython-311-x86_64-linux-gnu.so building 'Cython.Compiler.FlowControl' extension /tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -I/tmp/instance-5/output-1/host/include -O2 -I/tmp/instance-5/output-1/host/include -I/tmp/instance-5/output-1/host/include -fPIC -I/tmp/instance-5/output-1/host/include/python3.11 -c /tmp/instance-5/output-1/build/host-python-cython-0.29.33/Cython/Compiler/FlowControl.c -o build/temp.linux-x86_64-3.11/tmp/instance-5/output-1/build/host-python-cython-0.29.33/Cython/Compiler/FlowControl.o /tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc -pthread -shared -L/tmp/instance-5/output-1/host/lib -Wl,-rpath,/tmp/instance-5/output-1/host/lib -Wl,--enable-new-dtags -L/tmp/instance-5/output-1/host/lib -Wl,-rpath,/tmp/instance-5/output-1/host/lib -O2 -I/tmp/instance-5/output-1/host/include -I/tmp/instance-5/output-1/host/include build/temp.linux-x86_64-3.11/tmp/instance-5/output-1/build/host-python-cython-0.29.33/Cython/Compiler/FlowControl.o -L/tmp/instance-5/output-1/host/lib -o build/lib.linux-x86_64-3.11/Cython/Compiler/FlowControl.cpython-311-x86_64-linux-gnu.so building 'Cython.Runtime.refnanny' extension creating build/temp.linux-x86_64-3.11/tmp/instance-5/output-1/build/host-python-cython-0.29.33/Cython/Runtime /tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -I/tmp/instance-5/output-1/host/include -O2 -I/tmp/instance-5/output-1/host/include -I/tmp/instance-5/output-1/host/include -fPIC -I/tmp/instance-5/output-1/host/include/python3.11 -c /tmp/instance-5/output-1/build/host-python-cython-0.29.33/Cython/Runtime/refnanny.c -o build/temp.linux-x86_64-3.11/tmp/instance-5/output-1/build/host-python-cython-0.29.33/Cython/Runtime/refnanny.o /tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc -pthread -shared -L/tmp/instance-5/output-1/host/lib -Wl,-rpath,/tmp/instance-5/output-1/host/lib -Wl,--enable-new-dtags -L/tmp/instance-5/output-1/host/lib -Wl,-rpath,/tmp/instance-5/output-1/host/lib -O2 -I/tmp/instance-5/output-1/host/include -I/tmp/instance-5/output-1/host/include build/temp.linux-x86_64-3.11/tmp/instance-5/output-1/build/host-python-cython-0.29.33/Cython/Runtime/refnanny.o -L/tmp/instance-5/output-1/host/lib -o build/lib.linux-x86_64-3.11/Cython/Runtime/refnanny.cpython-311-x86_64-linux-gnu.so building 'Cython.Compiler.FusedNode' extension /tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -I/tmp/instance-5/output-1/host/include -O2 -I/tmp/instance-5/output-1/host/include -I/tmp/instance-5/output-1/host/include -fPIC -I/tmp/instance-5/output-1/host/include/python3.11 -c /tmp/instance-5/output-1/build/host-python-cython-0.29.33/Cython/Compiler/FusedNode.c -o build/temp.linux-x86_64-3.11/tmp/instance-5/output-1/build/host-python-cython-0.29.33/Cython/Compiler/FusedNode.o /tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc -pthread -shared -L/tmp/instance-5/output-1/host/lib -Wl,-rpath,/tmp/instance-5/output-1/host/lib -Wl,--enable-new-dtags -L/tmp/instance-5/output-1/host/lib -Wl,-rpath,/tmp/instance-5/output-1/host/lib -O2 -I/tmp/instance-5/output-1/host/include -I/tmp/instance-5/output-1/host/include build/temp.linux-x86_64-3.11/tmp/instance-5/output-1/build/host-python-cython-0.29.33/Cython/Compiler/FusedNode.o -L/tmp/instance-5/output-1/host/lib -o build/lib.linux-x86_64-3.11/Cython/Compiler/FusedNode.cpython-311-x86_64-linux-gnu.so building 'Cython.Tempita._tempita' extension creating build/temp.linux-x86_64-3.11/tmp/instance-5/output-1/build/host-python-cython-0.29.33/Cython/Tempita /tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -I/tmp/instance-5/output-1/host/include -O2 -I/tmp/instance-5/output-1/host/include -I/tmp/instance-5/output-1/host/include -fPIC -I/tmp/instance-5/output-1/host/include/python3.11 -c /tmp/instance-5/output-1/build/host-python-cython-0.29.33/Cython/Tempita/_tempita.c -o build/temp.linux-x86_64-3.11/tmp/instance-5/output-1/build/host-python-cython-0.29.33/Cython/Tempita/_tempita.o /tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc -pthread -shared -L/tmp/instance-5/output-1/host/lib -Wl,-rpath,/tmp/instance-5/output-1/host/lib -Wl,--enable-new-dtags -L/tmp/instance-5/output-1/host/lib -Wl,-rpath,/tmp/instance-5/output-1/host/lib -O2 -I/tmp/instance-5/output-1/host/include -I/tmp/instance-5/output-1/host/include build/temp.linux-x86_64-3.11/tmp/instance-5/output-1/build/host-python-cython-0.29.33/Cython/Tempita/_tempita.o -L/tmp/instance-5/output-1/host/lib -o build/lib.linux-x86_64-3.11/Cython/Tempita/_tempita.cpython-311-x86_64-linux-gnu.so >>> host-python-cython 0.29.33 Installing to host directory (cd /tmp/instance-5/output-1/build/host-python-cython-0.29.33//; PATH="/tmp/instance-5/output-1/host/bin:/tmp/instance-5/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PYTHONNOUSERSITE=1 PATH="/tmp/instance-5/output-1/host/bin:/tmp/instance-5/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PKG_CONFIG="/tmp/instance-5/output-1/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/tmp/instance-5/output-1/host/lib/pkgconfig:/tmp/instance-5/output-1/host/share/pkgconfig" AR="/usr/bin/ar" AS="/usr/bin/as" LD="/usr/bin/ld" NM="/usr/bin/nm" CC="/tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc" GCC="/tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc" CXX="/tmp/instance-5/output-1/host/bin/ccache /usr/bin/g++" CPP="/usr/bin/cpp" OBJCOPY="/usr/bin/objcopy" RANLIB="/usr/bin/ranlib" CPPFLAGS="-I/tmp/instance-5/output-1/host/include" CFLAGS="-O2 -I/tmp/instance-5/output-1/host/include" CXXFLAGS="-O2 -I/tmp/instance-5/output-1/host/include" LDFLAGS="-L/tmp/instance-5/output-1/host/lib -Wl,-rpath,/tmp/instance-5/output-1/host/lib" INTLTOOL_PERL=/usr/bin/perl SETUPTOOLS_USE_DISTUTILS=stdlib /tmp/instance-5/output-1/host/bin/python setup.py install --prefix=/tmp/instance-5/output-1/host --root=/ --single-version-externally-managed ) /tmp/instance-5/output-1/build/host-python-cython-0.29.33/setup.py:111: DeprecationWarning: The distutils.sysconfig module is deprecated, use sysconfig instead from distutils.sysconfig import get_python_inc Unable to find pgen, not compiling formal grammar. running install /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setuptools/command/install.py:35: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. warnings.warn( running build running build_py running build_ext running install_lib creating /tmp/instance-5/output-1/host/lib/python3.11/site-packages/pyximport copying build/lib.linux-x86_64-3.11/pyximport/__init__.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/pyximport copying build/lib.linux-x86_64-3.11/pyximport/pyxbuild.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/pyximport copying build/lib.linux-x86_64-3.11/pyximport/pyximport.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/pyximport creating /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython creating /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Includes creating /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Includes/Deprecated copying build/lib.linux-x86_64-3.11/Cython/Includes/Deprecated/python.pxd -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Includes/Deprecated copying build/lib.linux-x86_64-3.11/Cython/Includes/Deprecated/python_bool.pxd -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Includes/Deprecated copying build/lib.linux-x86_64-3.11/Cython/Includes/Deprecated/python_buffer.pxd -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Includes/Deprecated copying build/lib.linux-x86_64-3.11/Cython/Includes/Deprecated/python_bytes.pxd -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Includes/Deprecated copying build/lib.linux-x86_64-3.11/Cython/Includes/Deprecated/python_cobject.pxd -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Includes/Deprecated copying build/lib.linux-x86_64-3.11/Cython/Includes/Deprecated/python_complex.pxd -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Includes/Deprecated copying build/lib.linux-x86_64-3.11/Cython/Includes/Deprecated/python_dict.pxd -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Includes/Deprecated copying build/lib.linux-x86_64-3.11/Cython/Includes/Deprecated/python_exc.pxd -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Includes/Deprecated copying build/lib.linux-x86_64-3.11/Cython/Includes/Deprecated/python_float.pxd -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Includes/Deprecated copying build/lib.linux-x86_64-3.11/Cython/Includes/Deprecated/python_function.pxd -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Includes/Deprecated copying build/lib.linux-x86_64-3.11/Cython/Includes/Deprecated/python_getargs.pxd -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Includes/Deprecated copying build/lib.linux-x86_64-3.11/Cython/Includes/Deprecated/python_instance.pxd -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Includes/Deprecated copying build/lib.linux-x86_64-3.11/Cython/Includes/Deprecated/python_int.pxd -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Includes/Deprecated copying build/lib.linux-x86_64-3.11/Cython/Includes/Deprecated/python_iterator.pxd -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Includes/Deprecated copying build/lib.linux-x86_64-3.11/Cython/Includes/Deprecated/python_list.pxd -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Includes/Deprecated copying build/lib.linux-x86_64-3.11/Cython/Includes/Deprecated/python_long.pxd -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Includes/Deprecated copying build/lib.linux-x86_64-3.11/Cython/Includes/Deprecated/python_mapping.pxd -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Includes/Deprecated copying build/lib.linux-x86_64-3.11/Cython/Includes/Deprecated/python_mem.pxd -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Includes/Deprecated copying build/lib.linux-x86_64-3.11/Cython/Includes/Deprecated/python_method.pxd -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Includes/Deprecated copying build/lib.linux-x86_64-3.11/Cython/Includes/Deprecated/python_module.pxd -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Includes/Deprecated copying build/lib.linux-x86_64-3.11/Cython/Includes/Deprecated/python_number.pxd -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Includes/Deprecated copying build/lib.linux-x86_64-3.11/Cython/Includes/Deprecated/python_object.pxd -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Includes/Deprecated copying build/lib.linux-x86_64-3.11/Cython/Includes/Deprecated/python_oldbuffer.pxd -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Includes/Deprecated copying build/lib.linux-x86_64-3.11/Cython/Includes/Deprecated/python_pycapsule.pxd -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Includes/Deprecated copying build/lib.linux-x86_64-3.11/Cython/Includes/Deprecated/python_ref.pxd -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Includes/Deprecated copying build/lib.linux-x86_64-3.11/Cython/Includes/Deprecated/python_sequence.pxd -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Includes/Deprecated copying build/lib.linux-x86_64-3.11/Cython/Includes/Deprecated/python_set.pxd -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Includes/Deprecated copying build/lib.linux-x86_64-3.11/Cython/Includes/Deprecated/python_string.pxd -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Includes/Deprecated copying build/lib.linux-x86_64-3.11/Cython/Includes/Deprecated/python_tuple.pxd -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Includes/Deprecated copying build/lib.linux-x86_64-3.11/Cython/Includes/Deprecated/python_type.pxd -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Includes/Deprecated copying build/lib.linux-x86_64-3.11/Cython/Includes/Deprecated/python_unicode.pxd -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Includes/Deprecated copying build/lib.linux-x86_64-3.11/Cython/Includes/Deprecated/python_version.pxd -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Includes/Deprecated copying build/lib.linux-x86_64-3.11/Cython/Includes/Deprecated/python_weakref.pxd -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Includes/Deprecated copying build/lib.linux-x86_64-3.11/Cython/Includes/Deprecated/stdio.pxd -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Includes/Deprecated copying build/lib.linux-x86_64-3.11/Cython/Includes/Deprecated/stdlib.pxd -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Includes/Deprecated copying build/lib.linux-x86_64-3.11/Cython/Includes/Deprecated/stl.pxd -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Includes/Deprecated creating /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Includes/cpython copying build/lib.linux-x86_64-3.11/Cython/Includes/cpython/__init__.pxd -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Includes/cpython copying build/lib.linux-x86_64-3.11/Cython/Includes/cpython/array.pxd -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Includes/cpython copying build/lib.linux-x86_64-3.11/Cython/Includes/cpython/bool.pxd -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Includes/cpython copying build/lib.linux-x86_64-3.11/Cython/Includes/cpython/buffer.pxd -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Includes/cpython copying build/lib.linux-x86_64-3.11/Cython/Includes/cpython/bytearray.pxd -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Includes/cpython copying build/lib.linux-x86_64-3.11/Cython/Includes/cpython/bytes.pxd -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Includes/cpython copying build/lib.linux-x86_64-3.11/Cython/Includes/cpython/cellobject.pxd -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Includes/cpython copying build/lib.linux-x86_64-3.11/Cython/Includes/cpython/ceval.pxd -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Includes/cpython copying build/lib.linux-x86_64-3.11/Cython/Includes/cpython/cobject.pxd -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Includes/cpython copying build/lib.linux-x86_64-3.11/Cython/Includes/cpython/codecs.pxd -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Includes/cpython copying build/lib.linux-x86_64-3.11/Cython/Includes/cpython/complex.pxd -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Includes/cpython copying build/lib.linux-x86_64-3.11/Cython/Includes/cpython/conversion.pxd -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Includes/cpython copying build/lib.linux-x86_64-3.11/Cython/Includes/cpython/datetime.pxd -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Includes/cpython copying build/lib.linux-x86_64-3.11/Cython/Includes/cpython/dict.pxd -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Includes/cpython copying build/lib.linux-x86_64-3.11/Cython/Includes/cpython/exc.pxd -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Includes/cpython copying build/lib.linux-x86_64-3.11/Cython/Includes/cpython/float.pxd -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Includes/cpython copying build/lib.linux-x86_64-3.11/Cython/Includes/cpython/function.pxd -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Includes/cpython copying build/lib.linux-x86_64-3.11/Cython/Includes/cpython/genobject.pxd -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Includes/cpython copying build/lib.linux-x86_64-3.11/Cython/Includes/cpython/getargs.pxd -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Includes/cpython copying build/lib.linux-x86_64-3.11/Cython/Includes/cpython/instance.pxd -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Includes/cpython copying build/lib.linux-x86_64-3.11/Cython/Includes/cpython/int.pxd -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Includes/cpython copying build/lib.linux-x86_64-3.11/Cython/Includes/cpython/iterator.pxd -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Includes/cpython copying build/lib.linux-x86_64-3.11/Cython/Includes/cpython/iterobject.pxd -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Includes/cpython copying build/lib.linux-x86_64-3.11/Cython/Includes/cpython/list.pxd -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Includes/cpython copying build/lib.linux-x86_64-3.11/Cython/Includes/cpython/long.pxd -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Includes/cpython copying build/lib.linux-x86_64-3.11/Cython/Includes/cpython/longintrepr.pxd -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Includes/cpython copying build/lib.linux-x86_64-3.11/Cython/Includes/cpython/mapping.pxd -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Includes/cpython copying build/lib.linux-x86_64-3.11/Cython/Includes/cpython/mem.pxd -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Includes/cpython copying build/lib.linux-x86_64-3.11/Cython/Includes/cpython/memoryview.pxd -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Includes/cpython copying build/lib.linux-x86_64-3.11/Cython/Includes/cpython/method.pxd -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Includes/cpython copying build/lib.linux-x86_64-3.11/Cython/Includes/cpython/module.pxd -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Includes/cpython copying build/lib.linux-x86_64-3.11/Cython/Includes/cpython/number.pxd -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Includes/cpython copying build/lib.linux-x86_64-3.11/Cython/Includes/cpython/object.pxd -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Includes/cpython copying build/lib.linux-x86_64-3.11/Cython/Includes/cpython/oldbuffer.pxd -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Includes/cpython copying build/lib.linux-x86_64-3.11/Cython/Includes/cpython/pycapsule.pxd -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Includes/cpython copying build/lib.linux-x86_64-3.11/Cython/Includes/cpython/pylifecycle.pxd -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Includes/cpython copying build/lib.linux-x86_64-3.11/Cython/Includes/cpython/pystate.pxd -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Includes/cpython copying build/lib.linux-x86_64-3.11/Cython/Includes/cpython/pythread.pxd -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Includes/cpython copying build/lib.linux-x86_64-3.11/Cython/Includes/cpython/ref.pxd -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Includes/cpython copying build/lib.linux-x86_64-3.11/Cython/Includes/cpython/sequence.pxd -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Includes/cpython copying build/lib.linux-x86_64-3.11/Cython/Includes/cpython/set.pxd -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Includes/cpython copying build/lib.linux-x86_64-3.11/Cython/Includes/cpython/slice.pxd -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Includes/cpython copying build/lib.linux-x86_64-3.11/Cython/Includes/cpython/string.pxd -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Includes/cpython copying build/lib.linux-x86_64-3.11/Cython/Includes/cpython/tuple.pxd -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Includes/cpython copying build/lib.linux-x86_64-3.11/Cython/Includes/cpython/type.pxd -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Includes/cpython copying build/lib.linux-x86_64-3.11/Cython/Includes/cpython/unicode.pxd -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Includes/cpython copying build/lib.linux-x86_64-3.11/Cython/Includes/cpython/version.pxd -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Includes/cpython copying build/lib.linux-x86_64-3.11/Cython/Includes/cpython/weakref.pxd -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Includes/cpython creating /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Includes/libc copying build/lib.linux-x86_64-3.11/Cython/Includes/libc/__init__.pxd -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Includes/libc copying build/lib.linux-x86_64-3.11/Cython/Includes/libc/errno.pxd -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Includes/libc copying build/lib.linux-x86_64-3.11/Cython/Includes/libc/float.pxd -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Includes/libc copying build/lib.linux-x86_64-3.11/Cython/Includes/libc/limits.pxd -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Includes/libc copying build/lib.linux-x86_64-3.11/Cython/Includes/libc/locale.pxd -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Includes/libc copying build/lib.linux-x86_64-3.11/Cython/Includes/libc/math.pxd -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Includes/libc copying build/lib.linux-x86_64-3.11/Cython/Includes/libc/setjmp.pxd -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Includes/libc copying build/lib.linux-x86_64-3.11/Cython/Includes/libc/signal.pxd -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Includes/libc copying build/lib.linux-x86_64-3.11/Cython/Includes/libc/stddef.pxd -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Includes/libc copying build/lib.linux-x86_64-3.11/Cython/Includes/libc/stdint.pxd -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Includes/libc copying build/lib.linux-x86_64-3.11/Cython/Includes/libc/stdio.pxd -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Includes/libc copying build/lib.linux-x86_64-3.11/Cython/Includes/libc/stdlib.pxd -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Includes/libc copying build/lib.linux-x86_64-3.11/Cython/Includes/libc/string.pxd -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Includes/libc copying build/lib.linux-x86_64-3.11/Cython/Includes/libc/time.pxd -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Includes/libc creating /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Includes/libcpp copying build/lib.linux-x86_64-3.11/Cython/Includes/libcpp/__init__.pxd -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Includes/libcpp copying build/lib.linux-x86_64-3.11/Cython/Includes/libcpp/algorithm.pxd -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Includes/libcpp copying build/lib.linux-x86_64-3.11/Cython/Includes/libcpp/cast.pxd -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Includes/libcpp copying build/lib.linux-x86_64-3.11/Cython/Includes/libcpp/complex.pxd -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Includes/libcpp copying build/lib.linux-x86_64-3.11/Cython/Includes/libcpp/deque.pxd -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Includes/libcpp copying build/lib.linux-x86_64-3.11/Cython/Includes/libcpp/forward_list.pxd -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Includes/libcpp copying build/lib.linux-x86_64-3.11/Cython/Includes/libcpp/functional.pxd -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Includes/libcpp copying build/lib.linux-x86_64-3.11/Cython/Includes/libcpp/iterator.pxd -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Includes/libcpp copying build/lib.linux-x86_64-3.11/Cython/Includes/libcpp/limits.pxd -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Includes/libcpp copying build/lib.linux-x86_64-3.11/Cython/Includes/libcpp/list.pxd -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Includes/libcpp copying build/lib.linux-x86_64-3.11/Cython/Includes/libcpp/map.pxd -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Includes/libcpp copying build/lib.linux-x86_64-3.11/Cython/Includes/libcpp/memory.pxd -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Includes/libcpp copying build/lib.linux-x86_64-3.11/Cython/Includes/libcpp/pair.pxd -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Includes/libcpp copying build/lib.linux-x86_64-3.11/Cython/Includes/libcpp/queue.pxd -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Includes/libcpp copying build/lib.linux-x86_64-3.11/Cython/Includes/libcpp/set.pxd -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Includes/libcpp copying build/lib.linux-x86_64-3.11/Cython/Includes/libcpp/stack.pxd -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Includes/libcpp copying build/lib.linux-x86_64-3.11/Cython/Includes/libcpp/string.pxd -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Includes/libcpp copying build/lib.linux-x86_64-3.11/Cython/Includes/libcpp/typeindex.pxd -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Includes/libcpp copying build/lib.linux-x86_64-3.11/Cython/Includes/libcpp/typeinfo.pxd -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Includes/libcpp copying build/lib.linux-x86_64-3.11/Cython/Includes/libcpp/unordered_map.pxd -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Includes/libcpp copying build/lib.linux-x86_64-3.11/Cython/Includes/libcpp/unordered_set.pxd -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Includes/libcpp copying build/lib.linux-x86_64-3.11/Cython/Includes/libcpp/utility.pxd -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Includes/libcpp copying build/lib.linux-x86_64-3.11/Cython/Includes/libcpp/vector.pxd -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Includes/libcpp creating /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Includes/numpy copying build/lib.linux-x86_64-3.11/Cython/Includes/numpy/__init__.pxd -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Includes/numpy copying build/lib.linux-x86_64-3.11/Cython/Includes/numpy/math.pxd -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Includes/numpy creating /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Includes/posix copying build/lib.linux-x86_64-3.11/Cython/Includes/posix/__init__.pxd -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Includes/posix copying build/lib.linux-x86_64-3.11/Cython/Includes/posix/dlfcn.pxd -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Includes/posix copying build/lib.linux-x86_64-3.11/Cython/Includes/posix/fcntl.pxd -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Includes/posix copying build/lib.linux-x86_64-3.11/Cython/Includes/posix/ioctl.pxd -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Includes/posix copying build/lib.linux-x86_64-3.11/Cython/Includes/posix/mman.pxd -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Includes/posix copying build/lib.linux-x86_64-3.11/Cython/Includes/posix/resource.pxd -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Includes/posix copying build/lib.linux-x86_64-3.11/Cython/Includes/posix/select.pxd -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Includes/posix copying build/lib.linux-x86_64-3.11/Cython/Includes/posix/signal.pxd -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Includes/posix copying build/lib.linux-x86_64-3.11/Cython/Includes/posix/stat.pxd -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Includes/posix copying build/lib.linux-x86_64-3.11/Cython/Includes/posix/stdio.pxd -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Includes/posix copying build/lib.linux-x86_64-3.11/Cython/Includes/posix/stdlib.pxd -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Includes/posix copying build/lib.linux-x86_64-3.11/Cython/Includes/posix/strings.pxd -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Includes/posix copying build/lib.linux-x86_64-3.11/Cython/Includes/posix/time.pxd -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Includes/posix copying build/lib.linux-x86_64-3.11/Cython/Includes/posix/types.pxd -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Includes/posix copying build/lib.linux-x86_64-3.11/Cython/Includes/posix/unistd.pxd -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Includes/posix copying build/lib.linux-x86_64-3.11/Cython/Includes/posix/wait.pxd -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Includes/posix copying build/lib.linux-x86_64-3.11/Cython/Includes/openmp.pxd -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Includes creating /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Tempita copying build/lib.linux-x86_64-3.11/Cython/Tempita/_tempita.cpython-311-x86_64-linux-gnu.so -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Tempita copying build/lib.linux-x86_64-3.11/Cython/Tempita/__init__.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Tempita copying build/lib.linux-x86_64-3.11/Cython/Tempita/_looper.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Tempita copying build/lib.linux-x86_64-3.11/Cython/Tempita/_tempita.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Tempita copying build/lib.linux-x86_64-3.11/Cython/Tempita/compat3.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Tempita creating /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Utility copying build/lib.linux-x86_64-3.11/Cython/Utility/CppSupport.cpp -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Utility copying build/lib.linux-x86_64-3.11/Cython/Utility/arrayarray.h -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Utility copying build/lib.linux-x86_64-3.11/Cython/Utility/AsyncGen.c -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Utility copying build/lib.linux-x86_64-3.11/Cython/Utility/Buffer.c -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Utility copying build/lib.linux-x86_64-3.11/Cython/Utility/Builtins.c -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Utility copying build/lib.linux-x86_64-3.11/Cython/Utility/CMath.c -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Utility copying build/lib.linux-x86_64-3.11/Cython/Utility/Capsule.c -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Utility copying build/lib.linux-x86_64-3.11/Cython/Utility/CommonStructures.c -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Utility copying build/lib.linux-x86_64-3.11/Cython/Utility/Complex.c -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Utility copying build/lib.linux-x86_64-3.11/Cython/Utility/Coroutine.c -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Utility copying build/lib.linux-x86_64-3.11/Cython/Utility/CythonFunction.c -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Utility copying build/lib.linux-x86_64-3.11/Cython/Utility/Embed.c -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Utility copying build/lib.linux-x86_64-3.11/Cython/Utility/Exceptions.c -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Utility copying build/lib.linux-x86_64-3.11/Cython/Utility/ExtensionTypes.c -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Utility copying build/lib.linux-x86_64-3.11/Cython/Utility/FunctionArguments.c -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Utility copying build/lib.linux-x86_64-3.11/Cython/Utility/ImportExport.c -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Utility copying build/lib.linux-x86_64-3.11/Cython/Utility/MemoryView_C.c -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Utility copying build/lib.linux-x86_64-3.11/Cython/Utility/ModuleSetupCode.c -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Utility copying build/lib.linux-x86_64-3.11/Cython/Utility/ObjectHandling.c -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Utility copying build/lib.linux-x86_64-3.11/Cython/Utility/Optimize.c -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Utility copying build/lib.linux-x86_64-3.11/Cython/Utility/Overflow.c -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Utility copying build/lib.linux-x86_64-3.11/Cython/Utility/Printing.c -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Utility copying build/lib.linux-x86_64-3.11/Cython/Utility/Profile.c -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Utility copying build/lib.linux-x86_64-3.11/Cython/Utility/StringTools.c -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Utility copying build/lib.linux-x86_64-3.11/Cython/Utility/TestUtilityLoader.c -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Utility copying build/lib.linux-x86_64-3.11/Cython/Utility/TypeConversion.c -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Utility copying build/lib.linux-x86_64-3.11/Cython/Utility/CConvert.pyx -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Utility copying build/lib.linux-x86_64-3.11/Cython/Utility/CpdefEnums.pyx -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Utility copying build/lib.linux-x86_64-3.11/Cython/Utility/CppConvert.pyx -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Utility copying build/lib.linux-x86_64-3.11/Cython/Utility/MemoryView.pyx -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Utility copying build/lib.linux-x86_64-3.11/Cython/Utility/TestCyUtilityLoader.pyx -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Utility copying build/lib.linux-x86_64-3.11/Cython/Utility/TestCythonScope.pyx -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Utility copying build/lib.linux-x86_64-3.11/Cython/Utility/__init__.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Utility creating /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Tests copying build/lib.linux-x86_64-3.11/Cython/Tests/TestCodeWriter.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Tests copying build/lib.linux-x86_64-3.11/Cython/Tests/TestCythonUtils.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Tests copying build/lib.linux-x86_64-3.11/Cython/Tests/TestJediTyper.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Tests copying build/lib.linux-x86_64-3.11/Cython/Tests/TestStringIOTree.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Tests copying build/lib.linux-x86_64-3.11/Cython/Tests/__init__.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Tests copying build/lib.linux-x86_64-3.11/Cython/Tests/xmlrunner.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Tests creating /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Plex copying build/lib.linux-x86_64-3.11/Cython/Plex/Actions.cpython-311-x86_64-linux-gnu.so -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Plex copying build/lib.linux-x86_64-3.11/Cython/Plex/Scanners.cpython-311-x86_64-linux-gnu.so -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Plex copying build/lib.linux-x86_64-3.11/Cython/Plex/Actions.pxd -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Plex copying build/lib.linux-x86_64-3.11/Cython/Plex/Scanners.pxd -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Plex copying build/lib.linux-x86_64-3.11/Cython/Plex/Actions.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Plex copying build/lib.linux-x86_64-3.11/Cython/Plex/DFA.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Plex copying build/lib.linux-x86_64-3.11/Cython/Plex/Errors.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Plex copying build/lib.linux-x86_64-3.11/Cython/Plex/Lexicons.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Plex copying build/lib.linux-x86_64-3.11/Cython/Plex/Machines.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Plex copying build/lib.linux-x86_64-3.11/Cython/Plex/Regexps.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Plex copying build/lib.linux-x86_64-3.11/Cython/Plex/Scanners.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Plex copying build/lib.linux-x86_64-3.11/Cython/Plex/Timing.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Plex copying build/lib.linux-x86_64-3.11/Cython/Plex/Traditional.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Plex copying build/lib.linux-x86_64-3.11/Cython/Plex/Transitions.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Plex copying build/lib.linux-x86_64-3.11/Cython/Plex/__init__.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Plex creating /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Debugger creating /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Debugger/Tests copying build/lib.linux-x86_64-3.11/Cython/Debugger/Tests/cfuncs.c -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Debugger/Tests copying build/lib.linux-x86_64-3.11/Cython/Debugger/Tests/codefile -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Debugger/Tests copying build/lib.linux-x86_64-3.11/Cython/Debugger/Tests/TestLibCython.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Debugger/Tests copying build/lib.linux-x86_64-3.11/Cython/Debugger/Tests/__init__.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Debugger/Tests copying build/lib.linux-x86_64-3.11/Cython/Debugger/Tests/test_libcython_in_gdb.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Debugger/Tests copying build/lib.linux-x86_64-3.11/Cython/Debugger/Tests/test_libpython_in_gdb.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Debugger/Tests copying build/lib.linux-x86_64-3.11/Cython/Debugger/Cygdb.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Debugger copying build/lib.linux-x86_64-3.11/Cython/Debugger/DebugWriter.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Debugger copying build/lib.linux-x86_64-3.11/Cython/Debugger/__init__.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Debugger copying build/lib.linux-x86_64-3.11/Cython/Debugger/libcython.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Debugger copying build/lib.linux-x86_64-3.11/Cython/Debugger/libpython.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Debugger creating /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Distutils copying build/lib.linux-x86_64-3.11/Cython/Distutils/__init__.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Distutils copying build/lib.linux-x86_64-3.11/Cython/Distutils/build_ext.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Distutils copying build/lib.linux-x86_64-3.11/Cython/Distutils/extension.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Distutils copying build/lib.linux-x86_64-3.11/Cython/Distutils/old_build_ext.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Distutils creating /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Runtime copying build/lib.linux-x86_64-3.11/Cython/Runtime/refnanny.cpython-311-x86_64-linux-gnu.so -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Runtime copying build/lib.linux-x86_64-3.11/Cython/Runtime/refnanny.pyx -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Runtime copying build/lib.linux-x86_64-3.11/Cython/Runtime/__init__.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Runtime creating /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Compiler copying build/lib.linux-x86_64-3.11/Cython/Compiler/FusedNode.cpython-311-x86_64-linux-gnu.so -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Compiler copying build/lib.linux-x86_64-3.11/Cython/Compiler/FlowControl.cpython-311-x86_64-linux-gnu.so -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Compiler copying build/lib.linux-x86_64-3.11/Cython/Compiler/Visitor.cpython-311-x86_64-linux-gnu.so -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Compiler copying build/lib.linux-x86_64-3.11/Cython/Compiler/Scanning.cpython-311-x86_64-linux-gnu.so -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Compiler copying build/lib.linux-x86_64-3.11/Cython/Compiler/Code.pxd -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Compiler copying build/lib.linux-x86_64-3.11/Cython/Compiler/FlowControl.pxd -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Compiler copying build/lib.linux-x86_64-3.11/Cython/Compiler/ParseTreeTransforms.pxd -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Compiler copying build/lib.linux-x86_64-3.11/Cython/Compiler/Parsing.pxd -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Compiler copying build/lib.linux-x86_64-3.11/Cython/Compiler/Scanning.pxd -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Compiler copying build/lib.linux-x86_64-3.11/Cython/Compiler/Visitor.pxd -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Compiler creating /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Compiler/Tests copying build/lib.linux-x86_64-3.11/Cython/Compiler/Tests/TestBuffer.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Compiler/Tests copying build/lib.linux-x86_64-3.11/Cython/Compiler/Tests/TestCmdLine.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Compiler/Tests copying build/lib.linux-x86_64-3.11/Cython/Compiler/Tests/TestFlowControl.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Compiler/Tests copying build/lib.linux-x86_64-3.11/Cython/Compiler/Tests/TestGrammar.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Compiler/Tests copying build/lib.linux-x86_64-3.11/Cython/Compiler/Tests/TestMemView.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Compiler/Tests copying build/lib.linux-x86_64-3.11/Cython/Compiler/Tests/TestParseTreeTransforms.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Compiler/Tests copying build/lib.linux-x86_64-3.11/Cython/Compiler/Tests/TestSignatureMatching.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Compiler/Tests copying build/lib.linux-x86_64-3.11/Cython/Compiler/Tests/TestStringEncoding.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Compiler/Tests copying build/lib.linux-x86_64-3.11/Cython/Compiler/Tests/TestTreeFragment.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Compiler/Tests copying build/lib.linux-x86_64-3.11/Cython/Compiler/Tests/TestTreePath.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Compiler/Tests copying build/lib.linux-x86_64-3.11/Cython/Compiler/Tests/TestTypes.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Compiler/Tests copying build/lib.linux-x86_64-3.11/Cython/Compiler/Tests/TestUtilityLoad.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Compiler/Tests copying build/lib.linux-x86_64-3.11/Cython/Compiler/Tests/TestVisitor.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Compiler/Tests copying build/lib.linux-x86_64-3.11/Cython/Compiler/Tests/__init__.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Compiler/Tests copying build/lib.linux-x86_64-3.11/Cython/Compiler/AnalysedTreeTransforms.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Compiler copying build/lib.linux-x86_64-3.11/Cython/Compiler/Annotate.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Compiler copying build/lib.linux-x86_64-3.11/Cython/Compiler/AutoDocTransforms.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Compiler copying build/lib.linux-x86_64-3.11/Cython/Compiler/Buffer.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Compiler copying build/lib.linux-x86_64-3.11/Cython/Compiler/Builtin.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Compiler copying build/lib.linux-x86_64-3.11/Cython/Compiler/CmdLine.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Compiler copying build/lib.linux-x86_64-3.11/Cython/Compiler/Code.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Compiler copying build/lib.linux-x86_64-3.11/Cython/Compiler/CodeGeneration.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Compiler copying build/lib.linux-x86_64-3.11/Cython/Compiler/CythonScope.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Compiler copying build/lib.linux-x86_64-3.11/Cython/Compiler/DebugFlags.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Compiler copying build/lib.linux-x86_64-3.11/Cython/Compiler/Errors.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Compiler copying build/lib.linux-x86_64-3.11/Cython/Compiler/ExprNodes.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Compiler copying build/lib.linux-x86_64-3.11/Cython/Compiler/FlowControl.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Compiler copying build/lib.linux-x86_64-3.11/Cython/Compiler/FusedNode.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Compiler copying build/lib.linux-x86_64-3.11/Cython/Compiler/Future.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Compiler copying build/lib.linux-x86_64-3.11/Cython/Compiler/Interpreter.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Compiler copying build/lib.linux-x86_64-3.11/Cython/Compiler/Lexicon.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Compiler copying build/lib.linux-x86_64-3.11/Cython/Compiler/Main.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Compiler copying build/lib.linux-x86_64-3.11/Cython/Compiler/MemoryView.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Compiler copying build/lib.linux-x86_64-3.11/Cython/Compiler/ModuleNode.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Compiler copying build/lib.linux-x86_64-3.11/Cython/Compiler/Naming.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Compiler copying build/lib.linux-x86_64-3.11/Cython/Compiler/Nodes.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Compiler copying build/lib.linux-x86_64-3.11/Cython/Compiler/Optimize.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Compiler copying build/lib.linux-x86_64-3.11/Cython/Compiler/Options.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Compiler copying build/lib.linux-x86_64-3.11/Cython/Compiler/ParseTreeTransforms.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Compiler copying build/lib.linux-x86_64-3.11/Cython/Compiler/Parsing.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Compiler copying build/lib.linux-x86_64-3.11/Cython/Compiler/Pipeline.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Compiler copying build/lib.linux-x86_64-3.11/Cython/Compiler/PyrexTypes.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Compiler copying build/lib.linux-x86_64-3.11/Cython/Compiler/Pythran.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Compiler copying build/lib.linux-x86_64-3.11/Cython/Compiler/Scanning.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Compiler copying build/lib.linux-x86_64-3.11/Cython/Compiler/StringEncoding.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Compiler copying build/lib.linux-x86_64-3.11/Cython/Compiler/Symtab.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Compiler copying build/lib.linux-x86_64-3.11/Cython/Compiler/TreeFragment.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Compiler copying build/lib.linux-x86_64-3.11/Cython/Compiler/TreePath.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Compiler copying build/lib.linux-x86_64-3.11/Cython/Compiler/TypeInference.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Compiler copying build/lib.linux-x86_64-3.11/Cython/Compiler/TypeSlots.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Compiler copying build/lib.linux-x86_64-3.11/Cython/Compiler/UtilNodes.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Compiler copying build/lib.linux-x86_64-3.11/Cython/Compiler/UtilityCode.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Compiler copying build/lib.linux-x86_64-3.11/Cython/Compiler/Version.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Compiler copying build/lib.linux-x86_64-3.11/Cython/Compiler/Visitor.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Compiler copying build/lib.linux-x86_64-3.11/Cython/Compiler/__init__.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Compiler creating /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Build creating /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Build/Tests copying build/lib.linux-x86_64-3.11/Cython/Build/Tests/TestCyCache.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Build/Tests copying build/lib.linux-x86_64-3.11/Cython/Build/Tests/TestInline.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Build/Tests copying build/lib.linux-x86_64-3.11/Cython/Build/Tests/TestIpythonMagic.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Build/Tests copying build/lib.linux-x86_64-3.11/Cython/Build/Tests/TestStripLiterals.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Build/Tests copying build/lib.linux-x86_64-3.11/Cython/Build/Tests/__init__.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Build/Tests copying build/lib.linux-x86_64-3.11/Cython/Build/BuildExecutable.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Build copying build/lib.linux-x86_64-3.11/Cython/Build/Cythonize.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Build copying build/lib.linux-x86_64-3.11/Cython/Build/Dependencies.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Build copying build/lib.linux-x86_64-3.11/Cython/Build/Distutils.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Build copying build/lib.linux-x86_64-3.11/Cython/Build/Inline.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Build copying build/lib.linux-x86_64-3.11/Cython/Build/IpythonMagic.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Build copying build/lib.linux-x86_64-3.11/Cython/Build/__init__.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Build copying build/lib.linux-x86_64-3.11/Cython/CodeWriter.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython copying build/lib.linux-x86_64-3.11/Cython/Coverage.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython copying build/lib.linux-x86_64-3.11/Cython/Debugging.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython copying build/lib.linux-x86_64-3.11/Cython/Shadow.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython copying build/lib.linux-x86_64-3.11/Cython/StringIOTree.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython copying build/lib.linux-x86_64-3.11/Cython/TestUtils.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython copying build/lib.linux-x86_64-3.11/Cython/Utils.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython copying build/lib.linux-x86_64-3.11/Cython/__init__.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython copying build/lib.linux-x86_64-3.11/cython.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/pyximport/__init__.py to __init__.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/pyximport/pyxbuild.py to pyxbuild.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/pyximport/pyximport.py to pyximport.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Tempita/__init__.py to __init__.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Tempita/_looper.py to _looper.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Tempita/_tempita.py to _tempita.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Tempita/compat3.py to compat3.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Utility/__init__.py to __init__.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Tests/TestCodeWriter.py to TestCodeWriter.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Tests/TestCythonUtils.py to TestCythonUtils.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Tests/TestJediTyper.py to TestJediTyper.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Tests/TestStringIOTree.py to TestStringIOTree.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Tests/__init__.py to __init__.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Tests/xmlrunner.py to xmlrunner.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Plex/Actions.py to Actions.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Plex/DFA.py to DFA.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Plex/Errors.py to Errors.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Plex/Lexicons.py to Lexicons.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Plex/Machines.py to Machines.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Plex/Regexps.py to Regexps.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Plex/Scanners.py to Scanners.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Plex/Timing.py to Timing.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Plex/Traditional.py to Traditional.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Plex/Transitions.py to Transitions.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Plex/__init__.py to __init__.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Debugger/Tests/TestLibCython.py to TestLibCython.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Debugger/Tests/__init__.py to __init__.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Debugger/Tests/test_libcython_in_gdb.py to test_libcython_in_gdb.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Debugger/Tests/test_libpython_in_gdb.py to test_libpython_in_gdb.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Debugger/Cygdb.py to Cygdb.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Debugger/DebugWriter.py to DebugWriter.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Debugger/__init__.py to __init__.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Debugger/libcython.py to libcython.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Debugger/libpython.py to libpython.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Distutils/__init__.py to __init__.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Distutils/build_ext.py to build_ext.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Distutils/extension.py to extension.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Distutils/old_build_ext.py to old_build_ext.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Runtime/__init__.py to __init__.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Compiler/Tests/TestBuffer.py to TestBuffer.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Compiler/Tests/TestCmdLine.py to TestCmdLine.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Compiler/Tests/TestFlowControl.py to TestFlowControl.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Compiler/Tests/TestGrammar.py to TestGrammar.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Compiler/Tests/TestMemView.py to TestMemView.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Compiler/Tests/TestParseTreeTransforms.py to TestParseTreeTransforms.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Compiler/Tests/TestSignatureMatching.py to TestSignatureMatching.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Compiler/Tests/TestStringEncoding.py to TestStringEncoding.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Compiler/Tests/TestTreeFragment.py to TestTreeFragment.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Compiler/Tests/TestTreePath.py to TestTreePath.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Compiler/Tests/TestTypes.py to TestTypes.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Compiler/Tests/TestUtilityLoad.py to TestUtilityLoad.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Compiler/Tests/TestVisitor.py to TestVisitor.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Compiler/Tests/__init__.py to __init__.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Compiler/AnalysedTreeTransforms.py to AnalysedTreeTransforms.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Compiler/Annotate.py to Annotate.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Compiler/AutoDocTransforms.py to AutoDocTransforms.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Compiler/Buffer.py to Buffer.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Compiler/Builtin.py to Builtin.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Compiler/CmdLine.py to CmdLine.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Compiler/Code.py to Code.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Compiler/CodeGeneration.py to CodeGeneration.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Compiler/CythonScope.py to CythonScope.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Compiler/DebugFlags.py to DebugFlags.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Compiler/Errors.py to Errors.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Compiler/ExprNodes.py to ExprNodes.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Compiler/FlowControl.py to FlowControl.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Compiler/FusedNode.py to FusedNode.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Compiler/Future.py to Future.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Compiler/Interpreter.py to Interpreter.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Compiler/Lexicon.py to Lexicon.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Compiler/Main.py to Main.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Compiler/MemoryView.py to MemoryView.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Compiler/ModuleNode.py to ModuleNode.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Compiler/Naming.py to Naming.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Compiler/Nodes.py to Nodes.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Compiler/Optimize.py to Optimize.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Compiler/Options.py to Options.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Compiler/ParseTreeTransforms.py to ParseTreeTransforms.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Compiler/Parsing.py to Parsing.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Compiler/Pipeline.py to Pipeline.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Compiler/PyrexTypes.py to PyrexTypes.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Compiler/Pythran.py to Pythran.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Compiler/Scanning.py to Scanning.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Compiler/StringEncoding.py to StringEncoding.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Compiler/Symtab.py to Symtab.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Compiler/TreeFragment.py to TreeFragment.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Compiler/TreePath.py to TreePath.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Compiler/TypeInference.py to TypeInference.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Compiler/TypeSlots.py to TypeSlots.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Compiler/UtilNodes.py to UtilNodes.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Compiler/UtilityCode.py to UtilityCode.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Compiler/Version.py to Version.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Compiler/Visitor.py to Visitor.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Compiler/__init__.py to __init__.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Build/Tests/TestCyCache.py to TestCyCache.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Build/Tests/TestInline.py to TestInline.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Build/Tests/TestIpythonMagic.py to TestIpythonMagic.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Build/Tests/TestStripLiterals.py to TestStripLiterals.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Build/Tests/__init__.py to __init__.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Build/BuildExecutable.py to BuildExecutable.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Build/Cythonize.py to Cythonize.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Build/Dependencies.py to Dependencies.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Build/Distutils.py to Distutils.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Build/Inline.py to Inline.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Build/IpythonMagic.py to IpythonMagic.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Build/__init__.py to __init__.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/CodeWriter.py to CodeWriter.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Coverage.py to Coverage.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Debugging.py to Debugging.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Shadow.py to Shadow.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/StringIOTree.py to StringIOTree.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/TestUtils.py to TestUtils.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/Utils.py to Utils.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython/__init__.py to __init__.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/cython.py to cython.cpython-311.pyc running install_egg_info running egg_info creating Cython.egg-info writing Cython.egg-info/PKG-INFO writing dependency_links to Cython.egg-info/dependency_links.txt writing entry points to Cython.egg-info/entry_points.txt writing top-level names to Cython.egg-info/top_level.txt writing manifest file 'Cython.egg-info/SOURCES.txt' reading manifest file 'Cython.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching 'Doc/*' warning: no files found matching '*.pyx' under directory 'Cython/Debugger/Tests' warning: no files found matching '*.pxd' under directory 'Cython/Debugger/Tests' warning: no files found matching '*.pxd' under directory 'Cython/Utility' warning: no files found matching 'pyximport/README' adding license file 'LICENSE.txt' adding license file 'COPYING.txt' writing manifest file 'Cython.egg-info/SOURCES.txt' Copying Cython.egg-info to /tmp/instance-5/output-1/host/lib/python3.11/site-packages/Cython-0.29.33-py3.11.egg-info running install_scripts Installing cygdb script to /tmp/instance-5/output-1/host/bin Installing cython script to /tmp/instance-5/output-1/host/bin Installing cythonize script to /tmp/instance-5/output-1/host/bin >>> host-python-networkx 3.0 Downloading wget --passive-ftp -nd -t 3 -O '/tmp/instance-5/output-1/build/.networkx-3.0.tar.gz.URfeys/output' 'https://files.pythonhosted.org/packages/99/f9/d45c9ecf50a6b67a200e0bbd324201b5cd777dfc0e6c8f6d1620ce5a7ada/networkx-3.0.tar.gz' --2023-02-20 00:45:12-- https://files.pythonhosted.org/packages/99/f9/d45c9ecf50a6b67a200e0bbd324201b5cd777dfc0e6c8f6d1620ce5a7ada/networkx-3.0.tar.gz Resolving files.pythonhosted.org (files.pythonhosted.org)... 151.101.1.63, 151.101.65.63, 151.101.129.63, ... Connecting to files.pythonhosted.org (files.pythonhosted.org)|151.101.1.63|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 1987075 (1.9M) [application/x-tar] Saving to: '/tmp/instance-5/output-1/build/.networkx-3.0.tar.gz.URfeys/output' 0K .......... .......... .......... .......... .......... 2% 15.8M 0s 50K .......... .......... .......... .......... .......... 5% 18.8M 0s 100K .......... .......... .......... .......... .......... 7% 96.4M 0s 150K .......... .......... .......... .......... .......... 10% 70.6M 0s 200K .......... .......... .......... .......... .......... 12% 24.9M 0s 250K .......... .......... .......... .......... .......... 15% 147M 0s 300K .......... .......... .......... .......... .......... 18% 42.7M 0s 350K .......... .......... .......... .......... .......... 20% 289M 0s 400K .......... .......... .......... .......... .......... 23% 236M 0s 450K .......... .......... .......... .......... .......... 25% 148M 0s 500K .......... .......... .......... .......... .......... 28% 68.2M 0s 550K .......... .......... .......... .......... .......... 30% 83.1M 0s 600K .......... .......... .......... .......... .......... 33% 80.2M 0s 650K .......... .......... .......... .......... .......... 36% 7.76M 0s 700K .......... .......... .......... .......... .......... 38% 117M 0s 750K .......... .......... .......... .......... .......... 41% 144M 0s 800K .......... .......... .......... .......... .......... 43% 238M 0s 850K .......... .......... .......... .......... .......... 46% 120M 0s 900K .......... .......... .......... .......... .......... 48% 255M 0s 950K .......... .......... .......... .......... .......... 51% 201M 0s 1000K .......... .......... .......... .......... .......... 54% 139M 0s 1050K .......... .......... .......... .......... .......... 56% 180M 0s 1100K .......... .......... .......... .......... .......... 59% 242M 0s 1150K .......... .......... .......... .......... .......... 61% 161M 0s 1200K .......... .......... .......... .......... .......... 64% 153M 0s 1250K .......... .......... .......... .......... .......... 66% 172M 0s 1300K .......... .......... .......... .......... .......... 69% 190M 0s 1350K .......... .......... .......... .......... .......... 72% 215M 0s 1400K .......... .......... .......... .......... .......... 74% 188M 0s 1450K .......... .......... .......... .......... .......... 77% 224M 0s 1500K .......... .......... .......... .......... .......... 79% 233M 0s 1550K .......... .......... .......... .......... .......... 82% 244M 0s 1600K .......... .......... .......... .......... .......... 85% 22.4M 0s 1650K .......... .......... .......... .......... .......... 87% 270M 0s 1700K .......... .......... .......... .......... .......... 90% 301M 0s 1750K .......... .......... .......... .......... .......... 92% 282M 0s 1800K .......... .......... .......... .......... .......... 95% 317M 0s 1850K .......... .......... .......... .......... .......... 97% 281M 0s 1900K .......... .......... .......... .......... 100% 333M=0.03s 2023-02-20 00:45:12 (69.5 MB/s) - '/tmp/instance-5/output-1/build/.networkx-3.0.tar.gz.URfeys/output' saved [1987075/1987075] networkx-3.0.tar.gz: OK (md5: 1bfbb5cd184b486feae8345f541a5e50) networkx-3.0.tar.gz: OK (sha256: 9a9992345353618ae98339c2b63d8201c381c2944f38a2ab49cb45a4c667e412) >>> host-python-networkx 3.0 Extracting gzip -d -c /tmp/instance-5/dl/python-networkx/networkx-3.0.tar.gz | tar --strip-components=1 -C /tmp/instance-5/output-1/build/host-python-networkx-3.0 -xf - >>> host-python-networkx 3.0 Patching >>> host-python-networkx 3.0 Configuring >>> host-python-networkx 3.0 Building (cd /tmp/instance-5/output-1/build/host-python-networkx-3.0//; PATH="/tmp/instance-5/output-1/host/bin:/tmp/instance-5/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PYTHONNOUSERSITE=1 PATH="/tmp/instance-5/output-1/host/bin:/tmp/instance-5/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PKG_CONFIG="/tmp/instance-5/output-1/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/tmp/instance-5/output-1/host/lib/pkgconfig:/tmp/instance-5/output-1/host/share/pkgconfig" AR="/usr/bin/ar" AS="/usr/bin/as" LD="/usr/bin/ld" NM="/usr/bin/nm" CC="/tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc" GCC="/tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc" CXX="/tmp/instance-5/output-1/host/bin/ccache /usr/bin/g++" CPP="/usr/bin/cpp" OBJCOPY="/usr/bin/objcopy" RANLIB="/usr/bin/ranlib" CPPFLAGS="-I/tmp/instance-5/output-1/host/include" CFLAGS="-O2 -I/tmp/instance-5/output-1/host/include" CXXFLAGS="-O2 -I/tmp/instance-5/output-1/host/include" LDFLAGS="-L/tmp/instance-5/output-1/host/lib -Wl,-rpath,/tmp/instance-5/output-1/host/lib" INTLTOOL_PERL=/usr/bin/perl SETUPTOOLS_USE_DISTUTILS=stdlib /tmp/instance-5/output-1/host/bin/python setup.py build ) running build running build_py creating build creating build/lib creating build/lib/networkx copying networkx/relabel.py -> build/lib/networkx copying networkx/lazy_imports.py -> build/lib/networkx copying networkx/exception.py -> build/lib/networkx copying networkx/convert_matrix.py -> build/lib/networkx copying networkx/convert.py -> build/lib/networkx copying networkx/conftest.py -> build/lib/networkx copying networkx/__init__.py -> build/lib/networkx creating build/lib/networkx/algorithms copying networkx/algorithms/wiener.py -> build/lib/networkx/algorithms copying networkx/algorithms/voronoi.py -> build/lib/networkx/algorithms copying networkx/algorithms/vitality.py -> build/lib/networkx/algorithms copying networkx/algorithms/triads.py -> build/lib/networkx/algorithms copying networkx/algorithms/tournament.py -> build/lib/networkx/algorithms copying networkx/algorithms/threshold.py -> build/lib/networkx/algorithms copying networkx/algorithms/swap.py -> build/lib/networkx/algorithms copying networkx/algorithms/summarization.py -> build/lib/networkx/algorithms copying networkx/algorithms/structuralholes.py -> build/lib/networkx/algorithms copying networkx/algorithms/sparsifiers.py -> build/lib/networkx/algorithms copying networkx/algorithms/smetric.py -> build/lib/networkx/algorithms copying networkx/algorithms/smallworld.py -> build/lib/networkx/algorithms copying networkx/algorithms/simple_paths.py -> build/lib/networkx/algorithms copying networkx/algorithms/similarity.py -> build/lib/networkx/algorithms copying networkx/algorithms/richclub.py -> build/lib/networkx/algorithms copying networkx/algorithms/regular.py -> build/lib/networkx/algorithms copying networkx/algorithms/reciprocity.py -> build/lib/networkx/algorithms copying networkx/algorithms/polynomials.py -> build/lib/networkx/algorithms copying networkx/algorithms/planarity.py -> build/lib/networkx/algorithms copying networkx/algorithms/planar_drawing.py -> build/lib/networkx/algorithms copying networkx/algorithms/non_randomness.py -> build/lib/networkx/algorithms copying networkx/algorithms/node_classification.py -> build/lib/networkx/algorithms copying networkx/algorithms/moral.py -> build/lib/networkx/algorithms copying networkx/algorithms/mis.py -> build/lib/networkx/algorithms copying networkx/algorithms/matching.py -> build/lib/networkx/algorithms copying networkx/algorithms/lowest_common_ancestors.py -> build/lib/networkx/algorithms copying networkx/algorithms/link_prediction.py -> build/lib/networkx/algorithms copying networkx/algorithms/isolate.py -> build/lib/networkx/algorithms copying networkx/algorithms/hybrid.py -> build/lib/networkx/algorithms copying networkx/algorithms/hierarchy.py -> build/lib/networkx/algorithms copying networkx/algorithms/graphical.py -> build/lib/networkx/algorithms copying networkx/algorithms/graph_hashing.py -> build/lib/networkx/algorithms copying networkx/algorithms/euler.py -> build/lib/networkx/algorithms copying networkx/algorithms/efficiency_measures.py -> build/lib/networkx/algorithms copying networkx/algorithms/dominating.py -> build/lib/networkx/algorithms copying networkx/algorithms/dominance.py -> build/lib/networkx/algorithms copying networkx/algorithms/distance_regular.py -> build/lib/networkx/algorithms copying networkx/algorithms/distance_measures.py -> build/lib/networkx/algorithms copying networkx/algorithms/dag.py -> build/lib/networkx/algorithms copying networkx/algorithms/d_separation.py -> build/lib/networkx/algorithms copying networkx/algorithms/cycles.py -> build/lib/networkx/algorithms copying networkx/algorithms/cuts.py -> build/lib/networkx/algorithms copying networkx/algorithms/covering.py -> build/lib/networkx/algorithms copying networkx/algorithms/core.py -> build/lib/networkx/algorithms copying networkx/algorithms/communicability_alg.py -> build/lib/networkx/algorithms copying networkx/algorithms/cluster.py -> build/lib/networkx/algorithms copying networkx/algorithms/clique.py -> build/lib/networkx/algorithms copying networkx/algorithms/chordal.py -> build/lib/networkx/algorithms copying networkx/algorithms/chains.py -> build/lib/networkx/algorithms copying networkx/algorithms/bridges.py -> build/lib/networkx/algorithms copying networkx/algorithms/boundary.py -> build/lib/networkx/algorithms copying networkx/algorithms/asteroidal.py -> build/lib/networkx/algorithms copying networkx/algorithms/__init__.py -> build/lib/networkx/algorithms creating build/lib/networkx/algorithms/assortativity copying networkx/algorithms/assortativity/pairs.py -> build/lib/networkx/algorithms/assortativity copying networkx/algorithms/assortativity/neighbor_degree.py -> build/lib/networkx/algorithms/assortativity copying networkx/algorithms/assortativity/mixing.py -> build/lib/networkx/algorithms/assortativity copying networkx/algorithms/assortativity/correlation.py -> build/lib/networkx/algorithms/assortativity copying networkx/algorithms/assortativity/connectivity.py -> build/lib/networkx/algorithms/assortativity copying networkx/algorithms/assortativity/__init__.py -> build/lib/networkx/algorithms/assortativity creating build/lib/networkx/algorithms/bipartite copying networkx/algorithms/bipartite/spectral.py -> build/lib/networkx/algorithms/bipartite copying networkx/algorithms/bipartite/redundancy.py -> build/lib/networkx/algorithms/bipartite copying networkx/algorithms/bipartite/projection.py -> build/lib/networkx/algorithms/bipartite copying networkx/algorithms/bipartite/matrix.py -> build/lib/networkx/algorithms/bipartite copying networkx/algorithms/bipartite/matching.py -> build/lib/networkx/algorithms/bipartite copying networkx/algorithms/bipartite/generators.py -> build/lib/networkx/algorithms/bipartite copying networkx/algorithms/bipartite/edgelist.py -> build/lib/networkx/algorithms/bipartite copying networkx/algorithms/bipartite/covering.py -> build/lib/networkx/algorithms/bipartite copying networkx/algorithms/bipartite/cluster.py -> build/lib/networkx/algorithms/bipartite copying networkx/algorithms/bipartite/centrality.py -> build/lib/networkx/algorithms/bipartite copying networkx/algorithms/bipartite/basic.py -> build/lib/networkx/algorithms/bipartite copying networkx/algorithms/bipartite/__init__.py -> build/lib/networkx/algorithms/bipartite creating build/lib/networkx/algorithms/centrality copying networkx/algorithms/centrality/voterank_alg.py -> build/lib/networkx/algorithms/centrality copying networkx/algorithms/centrality/trophic.py -> build/lib/networkx/algorithms/centrality copying networkx/algorithms/centrality/subgraph_alg.py -> build/lib/networkx/algorithms/centrality copying networkx/algorithms/centrality/second_order.py -> build/lib/networkx/algorithms/centrality copying networkx/algorithms/centrality/reaching.py -> build/lib/networkx/algorithms/centrality copying networkx/algorithms/centrality/percolation.py -> build/lib/networkx/algorithms/centrality copying networkx/algorithms/centrality/load.py -> build/lib/networkx/algorithms/centrality copying networkx/algorithms/centrality/katz.py -> build/lib/networkx/algorithms/centrality copying networkx/algorithms/centrality/harmonic.py -> build/lib/networkx/algorithms/centrality copying networkx/algorithms/centrality/group.py -> build/lib/networkx/algorithms/centrality copying networkx/algorithms/centrality/flow_matrix.py -> build/lib/networkx/algorithms/centrality copying networkx/algorithms/centrality/eigenvector.py -> build/lib/networkx/algorithms/centrality copying networkx/algorithms/centrality/dispersion.py -> build/lib/networkx/algorithms/centrality copying networkx/algorithms/centrality/degree_alg.py -> build/lib/networkx/algorithms/centrality copying networkx/algorithms/centrality/current_flow_closeness.py -> build/lib/networkx/algorithms/centrality copying networkx/algorithms/centrality/current_flow_betweenness_subset.py -> build/lib/networkx/algorithms/centrality copying networkx/algorithms/centrality/current_flow_betweenness.py -> build/lib/networkx/algorithms/centrality copying networkx/algorithms/centrality/closeness.py -> build/lib/networkx/algorithms/centrality copying networkx/algorithms/centrality/betweenness_subset.py -> build/lib/networkx/algorithms/centrality copying networkx/algorithms/centrality/betweenness.py -> build/lib/networkx/algorithms/centrality copying networkx/algorithms/centrality/__init__.py -> build/lib/networkx/algorithms/centrality creating build/lib/networkx/algorithms/community copying networkx/algorithms/community/quality.py -> build/lib/networkx/algorithms/community copying networkx/algorithms/community/modularity_max.py -> build/lib/networkx/algorithms/community copying networkx/algorithms/community/lukes.py -> build/lib/networkx/algorithms/community copying networkx/algorithms/community/louvain.py -> build/lib/networkx/algorithms/community copying networkx/algorithms/community/label_propagation.py -> build/lib/networkx/algorithms/community copying networkx/algorithms/community/kernighan_lin.py -> build/lib/networkx/algorithms/community copying networkx/algorithms/community/kclique.py -> build/lib/networkx/algorithms/community copying networkx/algorithms/community/community_utils.py -> build/lib/networkx/algorithms/community copying networkx/algorithms/community/centrality.py -> build/lib/networkx/algorithms/community copying networkx/algorithms/community/asyn_fluid.py -> build/lib/networkx/algorithms/community copying networkx/algorithms/community/__init__.py -> build/lib/networkx/algorithms/community creating build/lib/networkx/algorithms/components copying networkx/algorithms/components/weakly_connected.py -> build/lib/networkx/algorithms/components copying networkx/algorithms/components/strongly_connected.py -> build/lib/networkx/algorithms/components copying networkx/algorithms/components/semiconnected.py -> build/lib/networkx/algorithms/components copying networkx/algorithms/components/connected.py -> build/lib/networkx/algorithms/components copying networkx/algorithms/components/biconnected.py -> build/lib/networkx/algorithms/components copying networkx/algorithms/components/attracting.py -> build/lib/networkx/algorithms/components copying networkx/algorithms/components/__init__.py -> build/lib/networkx/algorithms/components creating build/lib/networkx/algorithms/connectivity copying networkx/algorithms/connectivity/utils.py -> build/lib/networkx/algorithms/connectivity copying networkx/algorithms/connectivity/stoerwagner.py -> build/lib/networkx/algorithms/connectivity copying networkx/algorithms/connectivity/kcutsets.py -> build/lib/networkx/algorithms/connectivity copying networkx/algorithms/connectivity/kcomponents.py -> build/lib/networkx/algorithms/connectivity copying networkx/algorithms/connectivity/edge_kcomponents.py -> build/lib/networkx/algorithms/connectivity copying networkx/algorithms/connectivity/edge_augmentation.py -> build/lib/networkx/algorithms/connectivity copying networkx/algorithms/connectivity/disjoint_paths.py -> build/lib/networkx/algorithms/connectivity copying networkx/algorithms/connectivity/cuts.py -> build/lib/networkx/algorithms/connectivity copying networkx/algorithms/connectivity/connectivity.py -> build/lib/networkx/algorithms/connectivity copying networkx/algorithms/connectivity/__init__.py -> build/lib/networkx/algorithms/connectivity creating build/lib/networkx/algorithms/coloring copying networkx/algorithms/coloring/greedy_coloring.py -> build/lib/networkx/algorithms/coloring copying networkx/algorithms/coloring/equitable_coloring.py -> build/lib/networkx/algorithms/coloring copying networkx/algorithms/coloring/__init__.py -> build/lib/networkx/algorithms/coloring creating build/lib/networkx/algorithms/flow copying networkx/algorithms/flow/utils.py -> build/lib/networkx/algorithms/flow copying networkx/algorithms/flow/shortestaugmentingpath.py -> build/lib/networkx/algorithms/flow copying networkx/algorithms/flow/preflowpush.py -> build/lib/networkx/algorithms/flow copying networkx/algorithms/flow/networksimplex.py -> build/lib/networkx/algorithms/flow copying networkx/algorithms/flow/mincost.py -> build/lib/networkx/algorithms/flow copying networkx/algorithms/flow/maxflow.py -> build/lib/networkx/algorithms/flow copying networkx/algorithms/flow/gomory_hu.py -> build/lib/networkx/algorithms/flow copying networkx/algorithms/flow/edmondskarp.py -> build/lib/networkx/algorithms/flow copying networkx/algorithms/flow/dinitz_alg.py -> build/lib/networkx/algorithms/flow copying networkx/algorithms/flow/capacityscaling.py -> build/lib/networkx/algorithms/flow copying networkx/algorithms/flow/boykovkolmogorov.py -> build/lib/networkx/algorithms/flow copying networkx/algorithms/flow/__init__.py -> build/lib/networkx/algorithms/flow creating build/lib/networkx/algorithms/minors copying networkx/algorithms/minors/contraction.py -> build/lib/networkx/algorithms/minors copying networkx/algorithms/minors/__init__.py -> build/lib/networkx/algorithms/minors creating build/lib/networkx/algorithms/traversal copying networkx/algorithms/traversal/edgedfs.py -> build/lib/networkx/algorithms/traversal copying networkx/algorithms/traversal/edgebfs.py -> build/lib/networkx/algorithms/traversal copying networkx/algorithms/traversal/depth_first_search.py -> build/lib/networkx/algorithms/traversal copying networkx/algorithms/traversal/breadth_first_search.py -> build/lib/networkx/algorithms/traversal copying networkx/algorithms/traversal/beamsearch.py -> build/lib/networkx/algorithms/traversal copying networkx/algorithms/traversal/__init__.py -> build/lib/networkx/algorithms/traversal creating build/lib/networkx/algorithms/isomorphism copying networkx/algorithms/isomorphism/vf2userfunc.py -> build/lib/networkx/algorithms/isomorphism copying networkx/algorithms/isomorphism/vf2pp.py -> build/lib/networkx/algorithms/isomorphism copying networkx/algorithms/isomorphism/tree_isomorphism.py -> build/lib/networkx/algorithms/isomorphism copying networkx/algorithms/isomorphism/temporalisomorphvf2.py -> build/lib/networkx/algorithms/isomorphism copying networkx/algorithms/isomorphism/matchhelpers.py -> build/lib/networkx/algorithms/isomorphism copying networkx/algorithms/isomorphism/isomorphvf2.py -> build/lib/networkx/algorithms/isomorphism copying networkx/algorithms/isomorphism/isomorph.py -> build/lib/networkx/algorithms/isomorphism copying networkx/algorithms/isomorphism/ismags.py -> build/lib/networkx/algorithms/isomorphism copying networkx/algorithms/isomorphism/__init__.py -> build/lib/networkx/algorithms/isomorphism creating build/lib/networkx/algorithms/shortest_paths copying networkx/algorithms/shortest_paths/weighted.py -> build/lib/networkx/algorithms/shortest_paths copying networkx/algorithms/shortest_paths/unweighted.py -> build/lib/networkx/algorithms/shortest_paths copying networkx/algorithms/shortest_paths/generic.py -> build/lib/networkx/algorithms/shortest_paths copying networkx/algorithms/shortest_paths/dense.py -> build/lib/networkx/algorithms/shortest_paths copying networkx/algorithms/shortest_paths/astar.py -> build/lib/networkx/algorithms/shortest_paths copying networkx/algorithms/shortest_paths/__init__.py -> build/lib/networkx/algorithms/shortest_paths creating build/lib/networkx/algorithms/link_analysis copying networkx/algorithms/link_analysis/pagerank_alg.py -> build/lib/networkx/algorithms/link_analysis copying networkx/algorithms/link_analysis/hits_alg.py -> build/lib/networkx/algorithms/link_analysis copying networkx/algorithms/link_analysis/__init__.py -> build/lib/networkx/algorithms/link_analysis creating build/lib/networkx/algorithms/operators copying networkx/algorithms/operators/unary.py -> build/lib/networkx/algorithms/operators copying networkx/algorithms/operators/product.py -> build/lib/networkx/algorithms/operators copying networkx/algorithms/operators/binary.py -> build/lib/networkx/algorithms/operators copying networkx/algorithms/operators/all.py -> build/lib/networkx/algorithms/operators copying networkx/algorithms/operators/__init__.py -> build/lib/networkx/algorithms/operators creating build/lib/networkx/algorithms/approximation copying networkx/algorithms/approximation/vertex_cover.py -> build/lib/networkx/algorithms/approximation copying networkx/algorithms/approximation/treewidth.py -> build/lib/networkx/algorithms/approximation copying networkx/algorithms/approximation/traveling_salesman.py -> build/lib/networkx/algorithms/approximation copying networkx/algorithms/approximation/steinertree.py -> build/lib/networkx/algorithms/approximation copying networkx/algorithms/approximation/ramsey.py -> build/lib/networkx/algorithms/approximation copying networkx/algorithms/approximation/maxcut.py -> build/lib/networkx/algorithms/approximation copying networkx/algorithms/approximation/matching.py -> build/lib/networkx/algorithms/approximation copying networkx/algorithms/approximation/kcomponents.py -> build/lib/networkx/algorithms/approximation copying networkx/algorithms/approximation/dominating_set.py -> build/lib/networkx/algorithms/approximation copying networkx/algorithms/approximation/distance_measures.py -> build/lib/networkx/algorithms/approximation copying networkx/algorithms/approximation/connectivity.py -> build/lib/networkx/algorithms/approximation copying networkx/algorithms/approximation/clustering_coefficient.py -> build/lib/networkx/algorithms/approximation copying networkx/algorithms/approximation/clique.py -> build/lib/networkx/algorithms/approximation copying networkx/algorithms/approximation/__init__.py -> build/lib/networkx/algorithms/approximation creating build/lib/networkx/algorithms/tree copying networkx/algorithms/tree/recognition.py -> build/lib/networkx/algorithms/tree copying networkx/algorithms/tree/operations.py -> build/lib/networkx/algorithms/tree copying networkx/algorithms/tree/mst.py -> build/lib/networkx/algorithms/tree copying networkx/algorithms/tree/decomposition.py -> build/lib/networkx/algorithms/tree copying networkx/algorithms/tree/coding.py -> build/lib/networkx/algorithms/tree copying networkx/algorithms/tree/branchings.py -> build/lib/networkx/algorithms/tree copying networkx/algorithms/tree/__init__.py -> build/lib/networkx/algorithms/tree creating build/lib/networkx/classes copying networkx/classes/reportviews.py -> build/lib/networkx/classes copying networkx/classes/multigraph.py -> build/lib/networkx/classes copying networkx/classes/multidigraph.py -> build/lib/networkx/classes copying networkx/classes/graphviews.py -> build/lib/networkx/classes copying networkx/classes/graph.py -> build/lib/networkx/classes copying networkx/classes/function.py -> build/lib/networkx/classes copying networkx/classes/filters.py -> build/lib/networkx/classes copying networkx/classes/digraph.py -> build/lib/networkx/classes copying networkx/classes/coreviews.py -> build/lib/networkx/classes copying networkx/classes/backends.py -> build/lib/networkx/classes copying networkx/classes/__init__.py -> build/lib/networkx/classes creating build/lib/networkx/generators copying networkx/generators/triads.py -> build/lib/networkx/generators copying networkx/generators/trees.py -> build/lib/networkx/generators copying networkx/generators/sudoku.py -> build/lib/networkx/generators copying networkx/generators/stochastic.py -> build/lib/networkx/generators copying networkx/generators/spectral_graph_forge.py -> build/lib/networkx/generators copying networkx/generators/social.py -> build/lib/networkx/generators copying networkx/generators/small.py -> build/lib/networkx/generators copying networkx/generators/random_graphs.py -> build/lib/networkx/generators copying networkx/generators/random_clustered.py -> build/lib/networkx/generators copying networkx/generators/nonisomorphic_trees.py -> build/lib/networkx/generators copying networkx/generators/mycielski.py -> build/lib/networkx/generators copying networkx/generators/line.py -> build/lib/networkx/generators copying networkx/generators/lattice.py -> build/lib/networkx/generators copying networkx/generators/joint_degree_seq.py -> build/lib/networkx/generators copying networkx/generators/interval_graph.py -> build/lib/networkx/generators copying networkx/generators/intersection.py -> build/lib/networkx/generators copying networkx/generators/internet_as_graphs.py -> build/lib/networkx/generators copying networkx/generators/harary_graph.py -> build/lib/networkx/generators copying networkx/generators/geometric.py -> build/lib/networkx/generators copying networkx/generators/expanders.py -> build/lib/networkx/generators copying networkx/generators/ego.py -> build/lib/networkx/generators copying networkx/generators/duplication.py -> build/lib/networkx/generators copying networkx/generators/directed.py -> build/lib/networkx/generators copying networkx/generators/degree_seq.py -> build/lib/networkx/generators copying networkx/generators/community.py -> build/lib/networkx/generators copying networkx/generators/cographs.py -> build/lib/networkx/generators copying networkx/generators/classic.py -> build/lib/networkx/generators copying networkx/generators/atlas.py -> build/lib/networkx/generators copying networkx/generators/__init__.py -> build/lib/networkx/generators creating build/lib/networkx/drawing copying networkx/drawing/nx_pylab.py -> build/lib/networkx/drawing copying networkx/drawing/nx_pydot.py -> build/lib/networkx/drawing copying networkx/drawing/nx_latex.py -> build/lib/networkx/drawing copying networkx/drawing/nx_agraph.py -> build/lib/networkx/drawing copying networkx/drawing/layout.py -> build/lib/networkx/drawing copying networkx/drawing/__init__.py -> build/lib/networkx/drawing creating build/lib/networkx/linalg copying networkx/linalg/spectrum.py -> build/lib/networkx/linalg copying networkx/linalg/modularitymatrix.py -> build/lib/networkx/linalg copying networkx/linalg/laplacianmatrix.py -> build/lib/networkx/linalg copying networkx/linalg/graphmatrix.py -> build/lib/networkx/linalg copying networkx/linalg/bethehessianmatrix.py -> build/lib/networkx/linalg copying networkx/linalg/attrmatrix.py -> build/lib/networkx/linalg copying networkx/linalg/algebraicconnectivity.py -> build/lib/networkx/linalg copying networkx/linalg/__init__.py -> build/lib/networkx/linalg creating build/lib/networkx/readwrite copying networkx/readwrite/text.py -> build/lib/networkx/readwrite copying networkx/readwrite/sparse6.py -> build/lib/networkx/readwrite copying networkx/readwrite/pajek.py -> build/lib/networkx/readwrite copying networkx/readwrite/p2g.py -> build/lib/networkx/readwrite copying networkx/readwrite/multiline_adjlist.py -> build/lib/networkx/readwrite copying networkx/readwrite/leda.py -> build/lib/networkx/readwrite copying networkx/readwrite/graphml.py -> build/lib/networkx/readwrite copying networkx/readwrite/graph6.py -> build/lib/networkx/readwrite copying networkx/readwrite/gml.py -> build/lib/networkx/readwrite copying networkx/readwrite/gexf.py -> build/lib/networkx/readwrite copying networkx/readwrite/edgelist.py -> build/lib/networkx/readwrite copying networkx/readwrite/adjlist.py -> build/lib/networkx/readwrite copying networkx/readwrite/__init__.py -> build/lib/networkx/readwrite creating build/lib/networkx/readwrite/json_graph copying networkx/readwrite/json_graph/tree.py -> build/lib/networkx/readwrite/json_graph copying networkx/readwrite/json_graph/node_link.py -> build/lib/networkx/readwrite/json_graph copying networkx/readwrite/json_graph/cytoscape.py -> build/lib/networkx/readwrite/json_graph copying networkx/readwrite/json_graph/adjacency.py -> build/lib/networkx/readwrite/json_graph copying networkx/readwrite/json_graph/__init__.py -> build/lib/networkx/readwrite/json_graph creating build/lib/networkx/tests copying networkx/tests/test_relabel.py -> build/lib/networkx/tests copying networkx/tests/test_lazy_imports.py -> build/lib/networkx/tests copying networkx/tests/test_import.py -> build/lib/networkx/tests copying networkx/tests/test_exceptions.py -> build/lib/networkx/tests copying networkx/tests/test_convert_scipy.py -> build/lib/networkx/tests copying networkx/tests/test_convert_pandas.py -> build/lib/networkx/tests copying networkx/tests/test_convert_numpy.py -> build/lib/networkx/tests copying networkx/tests/test_convert.py -> build/lib/networkx/tests copying networkx/tests/test_all_random_functions.py -> build/lib/networkx/tests copying networkx/tests/__init__.py -> build/lib/networkx/tests creating build/lib/networkx/utils copying networkx/utils/union_find.py -> build/lib/networkx/utils copying networkx/utils/rcm.py -> build/lib/networkx/utils copying networkx/utils/random_sequence.py -> build/lib/networkx/utils copying networkx/utils/misc.py -> build/lib/networkx/utils copying networkx/utils/mapped_queue.py -> build/lib/networkx/utils copying networkx/utils/heaps.py -> build/lib/networkx/utils copying networkx/utils/decorators.py -> build/lib/networkx/utils copying networkx/utils/__init__.py -> build/lib/networkx/utils creating build/lib/networkx/algorithms/tests copying networkx/algorithms/tests/test_wiener.py -> build/lib/networkx/algorithms/tests copying networkx/algorithms/tests/test_voronoi.py -> build/lib/networkx/algorithms/tests copying networkx/algorithms/tests/test_vitality.py -> build/lib/networkx/algorithms/tests copying networkx/algorithms/tests/test_triads.py -> build/lib/networkx/algorithms/tests copying networkx/algorithms/tests/test_tournament.py -> build/lib/networkx/algorithms/tests copying networkx/algorithms/tests/test_threshold.py -> build/lib/networkx/algorithms/tests copying networkx/algorithms/tests/test_swap.py -> build/lib/networkx/algorithms/tests copying networkx/algorithms/tests/test_summarization.py -> build/lib/networkx/algorithms/tests copying networkx/algorithms/tests/test_structuralholes.py -> build/lib/networkx/algorithms/tests copying networkx/algorithms/tests/test_sparsifiers.py -> build/lib/networkx/algorithms/tests copying networkx/algorithms/tests/test_smetric.py -> build/lib/networkx/algorithms/tests copying networkx/algorithms/tests/test_smallworld.py -> build/lib/networkx/algorithms/tests copying networkx/algorithms/tests/test_simple_paths.py -> build/lib/networkx/algorithms/tests copying networkx/algorithms/tests/test_similarity.py -> build/lib/networkx/algorithms/tests copying networkx/algorithms/tests/test_richclub.py -> build/lib/networkx/algorithms/tests copying networkx/algorithms/tests/test_regular.py -> build/lib/networkx/algorithms/tests copying networkx/algorithms/tests/test_reciprocity.py -> build/lib/networkx/algorithms/tests copying networkx/algorithms/tests/test_polynomials.py -> build/lib/networkx/algorithms/tests copying networkx/algorithms/tests/test_planarity.py -> build/lib/networkx/algorithms/tests copying networkx/algorithms/tests/test_planar_drawing.py -> build/lib/networkx/algorithms/tests copying networkx/algorithms/tests/test_non_randomness.py -> build/lib/networkx/algorithms/tests copying networkx/algorithms/tests/test_node_classification.py -> build/lib/networkx/algorithms/tests copying networkx/algorithms/tests/test_moral.py -> build/lib/networkx/algorithms/tests copying networkx/algorithms/tests/test_mis.py -> build/lib/networkx/algorithms/tests copying networkx/algorithms/tests/test_max_weight_clique.py -> build/lib/networkx/algorithms/tests copying networkx/algorithms/tests/test_matching.py -> build/lib/networkx/algorithms/tests copying networkx/algorithms/tests/test_lowest_common_ancestors.py -> build/lib/networkx/algorithms/tests copying networkx/algorithms/tests/test_link_prediction.py -> build/lib/networkx/algorithms/tests copying networkx/algorithms/tests/test_isolate.py -> build/lib/networkx/algorithms/tests copying networkx/algorithms/tests/test_hybrid.py -> build/lib/networkx/algorithms/tests copying networkx/algorithms/tests/test_hierarchy.py -> build/lib/networkx/algorithms/tests copying networkx/algorithms/tests/test_graphical.py -> build/lib/networkx/algorithms/tests copying networkx/algorithms/tests/test_graph_hashing.py -> build/lib/networkx/algorithms/tests copying networkx/algorithms/tests/test_euler.py -> build/lib/networkx/algorithms/tests copying networkx/algorithms/tests/test_efficiency.py -> build/lib/networkx/algorithms/tests copying networkx/algorithms/tests/test_dominating.py -> build/lib/networkx/algorithms/tests copying networkx/algorithms/tests/test_dominance.py -> build/lib/networkx/algorithms/tests copying networkx/algorithms/tests/test_distance_regular.py -> build/lib/networkx/algorithms/tests copying networkx/algorithms/tests/test_distance_measures.py -> build/lib/networkx/algorithms/tests copying networkx/algorithms/tests/test_dag.py -> build/lib/networkx/algorithms/tests copying networkx/algorithms/tests/test_d_separation.py -> build/lib/networkx/algorithms/tests copying networkx/algorithms/tests/test_cycles.py -> build/lib/networkx/algorithms/tests copying networkx/algorithms/tests/test_cuts.py -> build/lib/networkx/algorithms/tests copying networkx/algorithms/tests/test_covering.py -> build/lib/networkx/algorithms/tests copying networkx/algorithms/tests/test_core.py -> build/lib/networkx/algorithms/tests copying networkx/algorithms/tests/test_communicability.py -> build/lib/networkx/algorithms/tests copying networkx/algorithms/tests/test_cluster.py -> build/lib/networkx/algorithms/tests copying networkx/algorithms/tests/test_clique.py -> build/lib/networkx/algorithms/tests copying networkx/algorithms/tests/test_chordal.py -> build/lib/networkx/algorithms/tests copying networkx/algorithms/tests/test_chains.py -> build/lib/networkx/algorithms/tests copying networkx/algorithms/tests/test_bridges.py -> build/lib/networkx/algorithms/tests copying networkx/algorithms/tests/test_boundary.py -> build/lib/networkx/algorithms/tests copying networkx/algorithms/tests/test_asteroidal.py -> build/lib/networkx/algorithms/tests copying networkx/algorithms/tests/__init__.py -> build/lib/networkx/algorithms/tests creating build/lib/networkx/algorithms/assortativity/tests copying networkx/algorithms/assortativity/tests/test_pairs.py -> build/lib/networkx/algorithms/assortativity/tests copying networkx/algorithms/assortativity/tests/test_neighbor_degree.py -> build/lib/networkx/algorithms/assortativity/tests copying networkx/algorithms/assortativity/tests/test_mixing.py -> build/lib/networkx/algorithms/assortativity/tests copying networkx/algorithms/assortativity/tests/test_correlation.py -> build/lib/networkx/algorithms/assortativity/tests copying networkx/algorithms/assortativity/tests/test_connectivity.py -> build/lib/networkx/algorithms/assortativity/tests copying networkx/algorithms/assortativity/tests/base_test.py -> build/lib/networkx/algorithms/assortativity/tests copying networkx/algorithms/assortativity/tests/__init__.py -> build/lib/networkx/algorithms/assortativity/tests creating build/lib/networkx/algorithms/bipartite/tests copying networkx/algorithms/bipartite/tests/test_spectral_bipartivity.py -> build/lib/networkx/algorithms/bipartite/tests copying networkx/algorithms/bipartite/tests/test_redundancy.py -> build/lib/networkx/algorithms/bipartite/tests copying networkx/algorithms/bipartite/tests/test_project.py -> build/lib/networkx/algorithms/bipartite/tests copying networkx/algorithms/bipartite/tests/test_matrix.py -> build/lib/networkx/algorithms/bipartite/tests copying networkx/algorithms/bipartite/tests/test_matching.py -> build/lib/networkx/algorithms/bipartite/tests copying networkx/algorithms/bipartite/tests/test_generators.py -> build/lib/networkx/algorithms/bipartite/tests copying networkx/algorithms/bipartite/tests/test_edgelist.py -> build/lib/networkx/algorithms/bipartite/tests copying networkx/algorithms/bipartite/tests/test_covering.py -> build/lib/networkx/algorithms/bipartite/tests copying networkx/algorithms/bipartite/tests/test_cluster.py -> build/lib/networkx/algorithms/bipartite/tests copying networkx/algorithms/bipartite/tests/test_centrality.py -> build/lib/networkx/algorithms/bipartite/tests copying networkx/algorithms/bipartite/tests/test_basic.py -> build/lib/networkx/algorithms/bipartite/tests copying networkx/algorithms/bipartite/tests/__init__.py -> build/lib/networkx/algorithms/bipartite/tests creating build/lib/networkx/algorithms/centrality/tests copying networkx/algorithms/centrality/tests/test_voterank.py -> build/lib/networkx/algorithms/centrality/tests copying networkx/algorithms/centrality/tests/test_trophic.py -> build/lib/networkx/algorithms/centrality/tests copying networkx/algorithms/centrality/tests/test_subgraph.py -> build/lib/networkx/algorithms/centrality/tests copying networkx/algorithms/centrality/tests/test_second_order_centrality.py -> build/lib/networkx/algorithms/centrality/tests copying networkx/algorithms/centrality/tests/test_reaching.py -> build/lib/networkx/algorithms/centrality/tests copying networkx/algorithms/centrality/tests/test_percolation_centrality.py -> build/lib/networkx/algorithms/centrality/tests copying networkx/algorithms/centrality/tests/test_load_centrality.py -> build/lib/networkx/algorithms/centrality/tests copying networkx/algorithms/centrality/tests/test_katz_centrality.py -> build/lib/networkx/algorithms/centrality/tests copying networkx/algorithms/centrality/tests/test_harmonic_centrality.py -> build/lib/networkx/algorithms/centrality/tests copying networkx/algorithms/centrality/tests/test_group.py -> build/lib/networkx/algorithms/centrality/tests copying networkx/algorithms/centrality/tests/test_eigenvector_centrality.py -> build/lib/networkx/algorithms/centrality/tests copying networkx/algorithms/centrality/tests/test_dispersion.py -> build/lib/networkx/algorithms/centrality/tests copying networkx/algorithms/centrality/tests/test_degree_centrality.py -> build/lib/networkx/algorithms/centrality/tests copying networkx/algorithms/centrality/tests/test_current_flow_closeness.py -> build/lib/networkx/algorithms/centrality/tests copying networkx/algorithms/centrality/tests/test_current_flow_betweenness_centrality_subset.py -> build/lib/networkx/algorithms/centrality/tests copying networkx/algorithms/centrality/tests/test_current_flow_betweenness_centrality.py -> build/lib/networkx/algorithms/centrality/tests copying networkx/algorithms/centrality/tests/test_closeness_centrality.py -> build/lib/networkx/algorithms/centrality/tests copying networkx/algorithms/centrality/tests/test_betweenness_centrality_subset.py -> build/lib/networkx/algorithms/centrality/tests copying networkx/algorithms/centrality/tests/test_betweenness_centrality.py -> build/lib/networkx/algorithms/centrality/tests copying networkx/algorithms/centrality/tests/__init__.py -> build/lib/networkx/algorithms/centrality/tests creating build/lib/networkx/algorithms/community/tests copying networkx/algorithms/community/tests/test_utils.py -> build/lib/networkx/algorithms/community/tests copying networkx/algorithms/community/tests/test_quality.py -> build/lib/networkx/algorithms/community/tests copying networkx/algorithms/community/tests/test_modularity_max.py -> build/lib/networkx/algorithms/community/tests copying networkx/algorithms/community/tests/test_lukes.py -> build/lib/networkx/algorithms/community/tests copying networkx/algorithms/community/tests/test_louvain.py -> build/lib/networkx/algorithms/community/tests copying networkx/algorithms/community/tests/test_label_propagation.py -> build/lib/networkx/algorithms/community/tests copying networkx/algorithms/community/tests/test_kernighan_lin.py -> build/lib/networkx/algorithms/community/tests copying networkx/algorithms/community/tests/test_kclique.py -> build/lib/networkx/algorithms/community/tests copying networkx/algorithms/community/tests/test_centrality.py -> build/lib/networkx/algorithms/community/tests copying networkx/algorithms/community/tests/test_asyn_fluid.py -> build/lib/networkx/algorithms/community/tests copying networkx/algorithms/community/tests/__init__.py -> build/lib/networkx/algorithms/community/tests creating build/lib/networkx/algorithms/components/tests copying networkx/algorithms/components/tests/test_weakly_connected.py -> build/lib/networkx/algorithms/components/tests copying networkx/algorithms/components/tests/test_strongly_connected.py -> build/lib/networkx/algorithms/components/tests copying networkx/algorithms/components/tests/test_semiconnected.py -> build/lib/networkx/algorithms/components/tests copying networkx/algorithms/components/tests/test_connected.py -> build/lib/networkx/algorithms/components/tests copying networkx/algorithms/components/tests/test_biconnected.py -> build/lib/networkx/algorithms/components/tests copying networkx/algorithms/components/tests/test_attracting.py -> build/lib/networkx/algorithms/components/tests copying networkx/algorithms/components/tests/__init__.py -> build/lib/networkx/algorithms/components/tests creating build/lib/networkx/algorithms/connectivity/tests copying networkx/algorithms/connectivity/tests/test_stoer_wagner.py -> build/lib/networkx/algorithms/connectivity/tests copying networkx/algorithms/connectivity/tests/test_kcutsets.py -> build/lib/networkx/algorithms/connectivity/tests copying networkx/algorithms/connectivity/tests/test_kcomponents.py -> build/lib/networkx/algorithms/connectivity/tests copying networkx/algorithms/connectivity/tests/test_edge_kcomponents.py -> build/lib/networkx/algorithms/connectivity/tests copying networkx/algorithms/connectivity/tests/test_edge_augmentation.py -> build/lib/networkx/algorithms/connectivity/tests copying networkx/algorithms/connectivity/tests/test_disjoint_paths.py -> build/lib/networkx/algorithms/connectivity/tests copying networkx/algorithms/connectivity/tests/test_cuts.py -> build/lib/networkx/algorithms/connectivity/tests copying networkx/algorithms/connectivity/tests/test_connectivity.py -> build/lib/networkx/algorithms/connectivity/tests copying networkx/algorithms/connectivity/tests/__init__.py -> build/lib/networkx/algorithms/connectivity/tests creating build/lib/networkx/algorithms/coloring/tests copying networkx/algorithms/coloring/tests/test_coloring.py -> build/lib/networkx/algorithms/coloring/tests copying networkx/algorithms/coloring/tests/__init__.py -> build/lib/networkx/algorithms/coloring/tests creating build/lib/networkx/algorithms/flow/tests copying networkx/algorithms/flow/tests/test_networksimplex.py -> build/lib/networkx/algorithms/flow/tests copying networkx/algorithms/flow/tests/test_mincost.py -> build/lib/networkx/algorithms/flow/tests copying networkx/algorithms/flow/tests/test_maxflow_large_graph.py -> build/lib/networkx/algorithms/flow/tests copying networkx/algorithms/flow/tests/test_maxflow.py -> build/lib/networkx/algorithms/flow/tests copying networkx/algorithms/flow/tests/test_gomory_hu.py -> build/lib/networkx/algorithms/flow/tests copying networkx/algorithms/flow/tests/__init__.py -> build/lib/networkx/algorithms/flow/tests copying networkx/algorithms/flow/tests/wlm3.gpickle.bz2 -> build/lib/networkx/algorithms/flow/tests copying networkx/algorithms/flow/tests/netgen-2.gpickle.bz2 -> build/lib/networkx/algorithms/flow/tests copying networkx/algorithms/flow/tests/gw1.gpickle.bz2 -> build/lib/networkx/algorithms/flow/tests copying networkx/algorithms/flow/tests/gl1.gpickle.bz2 -> build/lib/networkx/algorithms/flow/tests creating build/lib/networkx/algorithms/minors/tests copying networkx/algorithms/minors/tests/test_contraction.py -> build/lib/networkx/algorithms/minors/tests creating build/lib/networkx/algorithms/traversal/tests copying networkx/algorithms/traversal/tests/test_edgedfs.py -> build/lib/networkx/algorithms/traversal/tests copying networkx/algorithms/traversal/tests/test_edgebfs.py -> build/lib/networkx/algorithms/traversal/tests copying networkx/algorithms/traversal/tests/test_dfs.py -> build/lib/networkx/algorithms/traversal/tests copying networkx/algorithms/traversal/tests/test_bfs.py -> build/lib/networkx/algorithms/traversal/tests copying networkx/algorithms/traversal/tests/test_beamsearch.py -> build/lib/networkx/algorithms/traversal/tests copying networkx/algorithms/traversal/tests/__init__.py -> build/lib/networkx/algorithms/traversal/tests creating build/lib/networkx/algorithms/isomorphism/tests copying networkx/algorithms/isomorphism/tests/test_vf2userfunc.py -> build/lib/networkx/algorithms/isomorphism/tests copying networkx/algorithms/isomorphism/tests/test_vf2pp_helpers.py -> build/lib/networkx/algorithms/isomorphism/tests copying networkx/algorithms/isomorphism/tests/test_vf2pp.py -> build/lib/networkx/algorithms/isomorphism/tests copying networkx/algorithms/isomorphism/tests/test_tree_isomorphism.py -> build/lib/networkx/algorithms/isomorphism/tests copying networkx/algorithms/isomorphism/tests/test_temporalisomorphvf2.py -> build/lib/networkx/algorithms/isomorphism/tests copying networkx/algorithms/isomorphism/tests/test_match_helpers.py -> build/lib/networkx/algorithms/isomorphism/tests copying networkx/algorithms/isomorphism/tests/test_isomorphvf2.py -> build/lib/networkx/algorithms/isomorphism/tests copying networkx/algorithms/isomorphism/tests/test_isomorphism.py -> build/lib/networkx/algorithms/isomorphism/tests copying networkx/algorithms/isomorphism/tests/test_ismags.py -> build/lib/networkx/algorithms/isomorphism/tests copying networkx/algorithms/isomorphism/tests/__init__.py -> build/lib/networkx/algorithms/isomorphism/tests copying networkx/algorithms/isomorphism/tests/si2_b06_m200.B99 -> build/lib/networkx/algorithms/isomorphism/tests copying networkx/algorithms/isomorphism/tests/si2_b06_m200.A99 -> build/lib/networkx/algorithms/isomorphism/tests copying networkx/algorithms/isomorphism/tests/iso_r01_s80.B99 -> build/lib/networkx/algorithms/isomorphism/tests copying networkx/algorithms/isomorphism/tests/iso_r01_s80.A99 -> build/lib/networkx/algorithms/isomorphism/tests creating build/lib/networkx/algorithms/shortest_paths/tests copying networkx/algorithms/shortest_paths/tests/test_weighted.py -> build/lib/networkx/algorithms/shortest_paths/tests copying networkx/algorithms/shortest_paths/tests/test_unweighted.py -> build/lib/networkx/algorithms/shortest_paths/tests copying networkx/algorithms/shortest_paths/tests/test_generic.py -> build/lib/networkx/algorithms/shortest_paths/tests copying networkx/algorithms/shortest_paths/tests/test_dense_numpy.py -> build/lib/networkx/algorithms/shortest_paths/tests copying networkx/algorithms/shortest_paths/tests/test_dense.py -> build/lib/networkx/algorithms/shortest_paths/tests copying networkx/algorithms/shortest_paths/tests/test_astar.py -> build/lib/networkx/algorithms/shortest_paths/tests copying networkx/algorithms/shortest_paths/tests/__init__.py -> build/lib/networkx/algorithms/shortest_paths/tests creating build/lib/networkx/algorithms/link_analysis/tests copying networkx/algorithms/link_analysis/tests/test_pagerank.py -> build/lib/networkx/algorithms/link_analysis/tests copying networkx/algorithms/link_analysis/tests/test_hits.py -> build/lib/networkx/algorithms/link_analysis/tests copying networkx/algorithms/link_analysis/tests/__init__.py -> build/lib/networkx/algorithms/link_analysis/tests creating build/lib/networkx/algorithms/operators/tests copying networkx/algorithms/operators/tests/test_unary.py -> build/lib/networkx/algorithms/operators/tests copying networkx/algorithms/operators/tests/test_product.py -> build/lib/networkx/algorithms/operators/tests copying networkx/algorithms/operators/tests/test_binary.py -> build/lib/networkx/algorithms/operators/tests copying networkx/algorithms/operators/tests/test_all.py -> build/lib/networkx/algorithms/operators/tests copying networkx/algorithms/operators/tests/__init__.py -> build/lib/networkx/algorithms/operators/tests creating build/lib/networkx/algorithms/approximation/tests copying networkx/algorithms/approximation/tests/test_vertex_cover.py -> build/lib/networkx/algorithms/approximation/tests copying networkx/algorithms/approximation/tests/test_treewidth.py -> build/lib/networkx/algorithms/approximation/tests copying networkx/algorithms/approximation/tests/test_traveling_salesman.py -> build/lib/networkx/algorithms/approximation/tests copying networkx/algorithms/approximation/tests/test_steinertree.py -> build/lib/networkx/algorithms/approximation/tests copying networkx/algorithms/approximation/tests/test_ramsey.py -> build/lib/networkx/algorithms/approximation/tests copying networkx/algorithms/approximation/tests/test_maxcut.py -> build/lib/networkx/algorithms/approximation/tests copying networkx/algorithms/approximation/tests/test_matching.py -> build/lib/networkx/algorithms/approximation/tests copying networkx/algorithms/approximation/tests/test_kcomponents.py -> build/lib/networkx/algorithms/approximation/tests copying networkx/algorithms/approximation/tests/test_dominating_set.py -> build/lib/networkx/algorithms/approximation/tests copying networkx/algorithms/approximation/tests/test_distance_measures.py -> build/lib/networkx/algorithms/approximation/tests copying networkx/algorithms/approximation/tests/test_connectivity.py -> build/lib/networkx/algorithms/approximation/tests copying networkx/algorithms/approximation/tests/test_clique.py -> build/lib/networkx/algorithms/approximation/tests copying networkx/algorithms/approximation/tests/test_approx_clust_coeff.py -> build/lib/networkx/algorithms/approximation/tests copying networkx/algorithms/approximation/tests/__init__.py -> build/lib/networkx/algorithms/approximation/tests creating build/lib/networkx/algorithms/tree/tests copying networkx/algorithms/tree/tests/test_recognition.py -> build/lib/networkx/algorithms/tree/tests copying networkx/algorithms/tree/tests/test_operations.py -> build/lib/networkx/algorithms/tree/tests copying networkx/algorithms/tree/tests/test_mst.py -> build/lib/networkx/algorithms/tree/tests copying networkx/algorithms/tree/tests/test_decomposition.py -> build/lib/networkx/algorithms/tree/tests copying networkx/algorithms/tree/tests/test_coding.py -> build/lib/networkx/algorithms/tree/tests copying networkx/algorithms/tree/tests/test_branchings.py -> build/lib/networkx/algorithms/tree/tests copying networkx/algorithms/tree/tests/__init__.py -> build/lib/networkx/algorithms/tree/tests creating build/lib/networkx/classes/tests copying networkx/classes/tests/test_subgraphviews.py -> build/lib/networkx/classes/tests copying networkx/classes/tests/test_special.py -> build/lib/networkx/classes/tests copying networkx/classes/tests/test_reportviews.py -> build/lib/networkx/classes/tests copying networkx/classes/tests/test_multigraph.py -> build/lib/networkx/classes/tests copying networkx/classes/tests/test_multidigraph.py -> build/lib/networkx/classes/tests copying networkx/classes/tests/test_graphviews.py -> build/lib/networkx/classes/tests copying networkx/classes/tests/test_graph_historical.py -> build/lib/networkx/classes/tests copying networkx/classes/tests/test_graph.py -> build/lib/networkx/classes/tests copying networkx/classes/tests/test_function.py -> build/lib/networkx/classes/tests copying networkx/classes/tests/test_filters.py -> build/lib/networkx/classes/tests copying networkx/classes/tests/test_digraph_historical.py -> build/lib/networkx/classes/tests copying networkx/classes/tests/test_digraph.py -> build/lib/networkx/classes/tests copying networkx/classes/tests/test_coreviews.py -> build/lib/networkx/classes/tests copying networkx/classes/tests/historical_tests.py -> build/lib/networkx/classes/tests copying networkx/classes/tests/__init__.py -> build/lib/networkx/classes/tests creating build/lib/networkx/generators/tests copying networkx/generators/tests/test_triads.py -> build/lib/networkx/generators/tests copying networkx/generators/tests/test_trees.py -> build/lib/networkx/generators/tests copying networkx/generators/tests/test_sudoku.py -> build/lib/networkx/generators/tests copying networkx/generators/tests/test_stochastic.py -> build/lib/networkx/generators/tests copying networkx/generators/tests/test_spectral_graph_forge.py -> build/lib/networkx/generators/tests copying networkx/generators/tests/test_small.py -> build/lib/networkx/generators/tests copying networkx/generators/tests/test_random_graphs.py -> build/lib/networkx/generators/tests copying networkx/generators/tests/test_random_clustered.py -> build/lib/networkx/generators/tests copying networkx/generators/tests/test_nonisomorphic_trees.py -> build/lib/networkx/generators/tests copying networkx/generators/tests/test_mycielski.py -> build/lib/networkx/generators/tests copying networkx/generators/tests/test_line.py -> build/lib/networkx/generators/tests copying networkx/generators/tests/test_lattice.py -> build/lib/networkx/generators/tests copying networkx/generators/tests/test_joint_degree_seq.py -> build/lib/networkx/generators/tests copying networkx/generators/tests/test_interval_graph.py -> build/lib/networkx/generators/tests copying networkx/generators/tests/test_intersection.py -> build/lib/networkx/generators/tests copying networkx/generators/tests/test_internet_as_graphs.py -> build/lib/networkx/generators/tests copying networkx/generators/tests/test_harary_graph.py -> build/lib/networkx/generators/tests copying networkx/generators/tests/test_geometric.py -> build/lib/networkx/generators/tests copying networkx/generators/tests/test_expanders.py -> build/lib/networkx/generators/tests copying networkx/generators/tests/test_ego.py -> build/lib/networkx/generators/tests copying networkx/generators/tests/test_duplication.py -> build/lib/networkx/generators/tests copying networkx/generators/tests/test_directed.py -> build/lib/networkx/generators/tests copying networkx/generators/tests/test_degree_seq.py -> build/lib/networkx/generators/tests copying networkx/generators/tests/test_community.py -> build/lib/networkx/generators/tests copying networkx/generators/tests/test_cographs.py -> build/lib/networkx/generators/tests copying networkx/generators/tests/test_classic.py -> build/lib/networkx/generators/tests copying networkx/generators/tests/test_atlas.py -> build/lib/networkx/generators/tests copying networkx/generators/tests/__init__.py -> build/lib/networkx/generators/tests copying networkx/generators/atlas.dat.gz -> build/lib/networkx/generators creating build/lib/networkx/drawing/tests copying networkx/drawing/tests/test_pylab.py -> build/lib/networkx/drawing/tests copying networkx/drawing/tests/test_pydot.py -> build/lib/networkx/drawing/tests copying networkx/drawing/tests/test_layout.py -> build/lib/networkx/drawing/tests copying networkx/drawing/tests/test_latex.py -> build/lib/networkx/drawing/tests copying networkx/drawing/tests/test_agraph.py -> build/lib/networkx/drawing/tests copying networkx/drawing/tests/__init__.py -> build/lib/networkx/drawing/tests creating build/lib/networkx/drawing/tests/baseline copying networkx/drawing/tests/baseline/test_house_with_colors.png -> build/lib/networkx/drawing/tests/baseline creating build/lib/networkx/linalg/tests copying networkx/linalg/tests/test_spectrum.py -> build/lib/networkx/linalg/tests copying networkx/linalg/tests/test_modularity.py -> build/lib/networkx/linalg/tests copying networkx/linalg/tests/test_laplacian.py -> build/lib/networkx/linalg/tests copying networkx/linalg/tests/test_graphmatrix.py -> build/lib/networkx/linalg/tests copying networkx/linalg/tests/test_bethehessian.py -> build/lib/networkx/linalg/tests copying networkx/linalg/tests/test_attrmatrix.py -> build/lib/networkx/linalg/tests copying networkx/linalg/tests/test_algebraic_connectivity.py -> build/lib/networkx/linalg/tests copying networkx/linalg/tests/__init__.py -> build/lib/networkx/linalg/tests creating build/lib/networkx/readwrite/tests copying networkx/readwrite/tests/test_text.py -> build/lib/networkx/readwrite/tests copying networkx/readwrite/tests/test_sparse6.py -> build/lib/networkx/readwrite/tests copying networkx/readwrite/tests/test_pajek.py -> build/lib/networkx/readwrite/tests copying networkx/readwrite/tests/test_p2g.py -> build/lib/networkx/readwrite/tests copying networkx/readwrite/tests/test_leda.py -> build/lib/networkx/readwrite/tests copying networkx/readwrite/tests/test_graphml.py -> build/lib/networkx/readwrite/tests copying networkx/readwrite/tests/test_graph6.py -> build/lib/networkx/readwrite/tests copying networkx/readwrite/tests/test_gml.py -> build/lib/networkx/readwrite/tests copying networkx/readwrite/tests/test_gexf.py -> build/lib/networkx/readwrite/tests copying networkx/readwrite/tests/test_edgelist.py -> build/lib/networkx/readwrite/tests copying networkx/readwrite/tests/test_adjlist.py -> build/lib/networkx/readwrite/tests copying networkx/readwrite/tests/__init__.py -> build/lib/networkx/readwrite/tests creating build/lib/networkx/readwrite/json_graph/tests copying networkx/readwrite/json_graph/tests/test_tree.py -> build/lib/networkx/readwrite/json_graph/tests copying networkx/readwrite/json_graph/tests/test_node_link.py -> build/lib/networkx/readwrite/json_graph/tests copying networkx/readwrite/json_graph/tests/test_cytoscape.py -> build/lib/networkx/readwrite/json_graph/tests copying networkx/readwrite/json_graph/tests/test_adjacency.py -> build/lib/networkx/readwrite/json_graph/tests copying networkx/readwrite/json_graph/tests/__init__.py -> build/lib/networkx/readwrite/json_graph/tests creating build/lib/networkx/utils/tests copying networkx/utils/tests/test_unionfind.py -> build/lib/networkx/utils/tests copying networkx/utils/tests/test_rcm.py -> build/lib/networkx/utils/tests copying networkx/utils/tests/test_random_sequence.py -> build/lib/networkx/utils/tests copying networkx/utils/tests/test_misc.py -> build/lib/networkx/utils/tests copying networkx/utils/tests/test_mapped_queue.py -> build/lib/networkx/utils/tests copying networkx/utils/tests/test_heaps.py -> build/lib/networkx/utils/tests copying networkx/utils/tests/test_decorators.py -> build/lib/networkx/utils/tests copying networkx/utils/tests/test__init.py -> build/lib/networkx/utils/tests copying networkx/utils/tests/__init__.py -> build/lib/networkx/utils/tests >>> host-python-networkx 3.0 Installing to host directory (cd /tmp/instance-5/output-1/build/host-python-networkx-3.0//; PATH="/tmp/instance-5/output-1/host/bin:/tmp/instance-5/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PYTHONNOUSERSITE=1 PATH="/tmp/instance-5/output-1/host/bin:/tmp/instance-5/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PKG_CONFIG="/tmp/instance-5/output-1/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/tmp/instance-5/output-1/host/lib/pkgconfig:/tmp/instance-5/output-1/host/share/pkgconfig" AR="/usr/bin/ar" AS="/usr/bin/as" LD="/usr/bin/ld" NM="/usr/bin/nm" CC="/tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc" GCC="/tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc" CXX="/tmp/instance-5/output-1/host/bin/ccache /usr/bin/g++" CPP="/usr/bin/cpp" OBJCOPY="/usr/bin/objcopy" RANLIB="/usr/bin/ranlib" CPPFLAGS="-I/tmp/instance-5/output-1/host/include" CFLAGS="-O2 -I/tmp/instance-5/output-1/host/include" CXXFLAGS="-O2 -I/tmp/instance-5/output-1/host/include" LDFLAGS="-L/tmp/instance-5/output-1/host/lib -Wl,-rpath,/tmp/instance-5/output-1/host/lib" INTLTOOL_PERL=/usr/bin/perl SETUPTOOLS_USE_DISTUTILS=stdlib /tmp/instance-5/output-1/host/bin/python setup.py install --prefix=/tmp/instance-5/output-1/host --root=/ --single-version-externally-managed ) running install /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setuptools/command/install.py:35: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. warnings.warn( running build running build_py running install_lib creating /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx creating /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/utils creating /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/utils/tests copying build/lib/networkx/utils/tests/__init__.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/utils/tests copying build/lib/networkx/utils/tests/test__init.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/utils/tests copying build/lib/networkx/utils/tests/test_decorators.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/utils/tests copying build/lib/networkx/utils/tests/test_heaps.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/utils/tests copying build/lib/networkx/utils/tests/test_mapped_queue.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/utils/tests copying build/lib/networkx/utils/tests/test_misc.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/utils/tests copying build/lib/networkx/utils/tests/test_random_sequence.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/utils/tests copying build/lib/networkx/utils/tests/test_rcm.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/utils/tests copying build/lib/networkx/utils/tests/test_unionfind.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/utils/tests copying build/lib/networkx/utils/__init__.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/utils copying build/lib/networkx/utils/decorators.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/utils copying build/lib/networkx/utils/heaps.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/utils copying build/lib/networkx/utils/mapped_queue.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/utils copying build/lib/networkx/utils/misc.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/utils copying build/lib/networkx/utils/random_sequence.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/utils copying build/lib/networkx/utils/rcm.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/utils copying build/lib/networkx/utils/union_find.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/utils creating /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/tests copying build/lib/networkx/tests/__init__.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/tests copying build/lib/networkx/tests/test_all_random_functions.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/tests copying build/lib/networkx/tests/test_convert.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/tests copying build/lib/networkx/tests/test_convert_numpy.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/tests copying build/lib/networkx/tests/test_convert_pandas.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/tests copying build/lib/networkx/tests/test_convert_scipy.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/tests copying build/lib/networkx/tests/test_exceptions.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/tests copying build/lib/networkx/tests/test_import.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/tests copying build/lib/networkx/tests/test_lazy_imports.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/tests copying build/lib/networkx/tests/test_relabel.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/tests creating /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/readwrite creating /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/readwrite/tests copying build/lib/networkx/readwrite/tests/__init__.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/readwrite/tests copying build/lib/networkx/readwrite/tests/test_adjlist.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/readwrite/tests copying build/lib/networkx/readwrite/tests/test_edgelist.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/readwrite/tests copying build/lib/networkx/readwrite/tests/test_gexf.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/readwrite/tests copying build/lib/networkx/readwrite/tests/test_gml.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/readwrite/tests copying build/lib/networkx/readwrite/tests/test_graph6.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/readwrite/tests copying build/lib/networkx/readwrite/tests/test_graphml.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/readwrite/tests copying build/lib/networkx/readwrite/tests/test_leda.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/readwrite/tests copying build/lib/networkx/readwrite/tests/test_p2g.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/readwrite/tests copying build/lib/networkx/readwrite/tests/test_pajek.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/readwrite/tests copying build/lib/networkx/readwrite/tests/test_sparse6.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/readwrite/tests copying build/lib/networkx/readwrite/tests/test_text.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/readwrite/tests creating /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/readwrite/json_graph creating /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/readwrite/json_graph/tests copying build/lib/networkx/readwrite/json_graph/tests/__init__.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/readwrite/json_graph/tests copying build/lib/networkx/readwrite/json_graph/tests/test_adjacency.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/readwrite/json_graph/tests copying build/lib/networkx/readwrite/json_graph/tests/test_cytoscape.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/readwrite/json_graph/tests copying build/lib/networkx/readwrite/json_graph/tests/test_node_link.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/readwrite/json_graph/tests copying build/lib/networkx/readwrite/json_graph/tests/test_tree.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/readwrite/json_graph/tests copying build/lib/networkx/readwrite/json_graph/__init__.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/readwrite/json_graph copying build/lib/networkx/readwrite/json_graph/adjacency.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/readwrite/json_graph copying build/lib/networkx/readwrite/json_graph/cytoscape.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/readwrite/json_graph copying build/lib/networkx/readwrite/json_graph/node_link.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/readwrite/json_graph copying build/lib/networkx/readwrite/json_graph/tree.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/readwrite/json_graph copying build/lib/networkx/readwrite/__init__.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/readwrite copying build/lib/networkx/readwrite/adjlist.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/readwrite copying build/lib/networkx/readwrite/edgelist.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/readwrite copying build/lib/networkx/readwrite/gexf.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/readwrite copying build/lib/networkx/readwrite/gml.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/readwrite copying build/lib/networkx/readwrite/graph6.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/readwrite copying build/lib/networkx/readwrite/graphml.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/readwrite copying build/lib/networkx/readwrite/leda.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/readwrite copying build/lib/networkx/readwrite/multiline_adjlist.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/readwrite copying build/lib/networkx/readwrite/p2g.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/readwrite copying build/lib/networkx/readwrite/pajek.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/readwrite copying build/lib/networkx/readwrite/sparse6.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/readwrite copying build/lib/networkx/readwrite/text.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/readwrite creating /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/linalg creating /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/linalg/tests copying build/lib/networkx/linalg/tests/__init__.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/linalg/tests copying build/lib/networkx/linalg/tests/test_algebraic_connectivity.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/linalg/tests copying build/lib/networkx/linalg/tests/test_attrmatrix.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/linalg/tests copying build/lib/networkx/linalg/tests/test_bethehessian.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/linalg/tests copying build/lib/networkx/linalg/tests/test_graphmatrix.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/linalg/tests copying build/lib/networkx/linalg/tests/test_laplacian.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/linalg/tests copying build/lib/networkx/linalg/tests/test_modularity.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/linalg/tests copying build/lib/networkx/linalg/tests/test_spectrum.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/linalg/tests copying build/lib/networkx/linalg/__init__.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/linalg copying build/lib/networkx/linalg/algebraicconnectivity.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/linalg copying build/lib/networkx/linalg/attrmatrix.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/linalg copying build/lib/networkx/linalg/bethehessianmatrix.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/linalg copying build/lib/networkx/linalg/graphmatrix.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/linalg copying build/lib/networkx/linalg/laplacianmatrix.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/linalg copying build/lib/networkx/linalg/modularitymatrix.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/linalg copying build/lib/networkx/linalg/spectrum.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/linalg creating /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/drawing creating /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/drawing/tests creating /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/drawing/tests/baseline copying build/lib/networkx/drawing/tests/baseline/test_house_with_colors.png -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/drawing/tests/baseline copying build/lib/networkx/drawing/tests/__init__.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/drawing/tests copying build/lib/networkx/drawing/tests/test_agraph.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/drawing/tests copying build/lib/networkx/drawing/tests/test_latex.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/drawing/tests copying build/lib/networkx/drawing/tests/test_layout.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/drawing/tests copying build/lib/networkx/drawing/tests/test_pydot.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/drawing/tests copying build/lib/networkx/drawing/tests/test_pylab.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/drawing/tests copying build/lib/networkx/drawing/__init__.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/drawing copying build/lib/networkx/drawing/layout.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/drawing copying build/lib/networkx/drawing/nx_agraph.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/drawing copying build/lib/networkx/drawing/nx_latex.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/drawing copying build/lib/networkx/drawing/nx_pydot.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/drawing copying build/lib/networkx/drawing/nx_pylab.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/drawing creating /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/generators copying build/lib/networkx/generators/atlas.dat.gz -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/generators creating /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/generators/tests copying build/lib/networkx/generators/tests/__init__.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/generators/tests copying build/lib/networkx/generators/tests/test_atlas.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/generators/tests copying build/lib/networkx/generators/tests/test_classic.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/generators/tests copying build/lib/networkx/generators/tests/test_cographs.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/generators/tests copying build/lib/networkx/generators/tests/test_community.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/generators/tests copying build/lib/networkx/generators/tests/test_degree_seq.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/generators/tests copying build/lib/networkx/generators/tests/test_directed.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/generators/tests copying build/lib/networkx/generators/tests/test_duplication.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/generators/tests copying build/lib/networkx/generators/tests/test_ego.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/generators/tests copying build/lib/networkx/generators/tests/test_expanders.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/generators/tests copying build/lib/networkx/generators/tests/test_geometric.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/generators/tests copying build/lib/networkx/generators/tests/test_harary_graph.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/generators/tests copying build/lib/networkx/generators/tests/test_internet_as_graphs.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/generators/tests copying build/lib/networkx/generators/tests/test_intersection.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/generators/tests copying build/lib/networkx/generators/tests/test_interval_graph.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/generators/tests copying build/lib/networkx/generators/tests/test_joint_degree_seq.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/generators/tests copying build/lib/networkx/generators/tests/test_lattice.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/generators/tests copying build/lib/networkx/generators/tests/test_line.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/generators/tests copying build/lib/networkx/generators/tests/test_mycielski.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/generators/tests copying build/lib/networkx/generators/tests/test_nonisomorphic_trees.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/generators/tests copying build/lib/networkx/generators/tests/test_random_clustered.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/generators/tests copying build/lib/networkx/generators/tests/test_random_graphs.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/generators/tests copying build/lib/networkx/generators/tests/test_small.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/generators/tests copying build/lib/networkx/generators/tests/test_spectral_graph_forge.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/generators/tests copying build/lib/networkx/generators/tests/test_stochastic.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/generators/tests copying build/lib/networkx/generators/tests/test_sudoku.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/generators/tests copying build/lib/networkx/generators/tests/test_trees.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/generators/tests copying build/lib/networkx/generators/tests/test_triads.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/generators/tests copying build/lib/networkx/generators/__init__.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/generators copying build/lib/networkx/generators/atlas.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/generators copying build/lib/networkx/generators/classic.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/generators copying build/lib/networkx/generators/cographs.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/generators copying build/lib/networkx/generators/community.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/generators copying build/lib/networkx/generators/degree_seq.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/generators copying build/lib/networkx/generators/directed.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/generators copying build/lib/networkx/generators/duplication.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/generators copying build/lib/networkx/generators/ego.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/generators copying build/lib/networkx/generators/expanders.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/generators copying build/lib/networkx/generators/geometric.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/generators copying build/lib/networkx/generators/harary_graph.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/generators copying build/lib/networkx/generators/internet_as_graphs.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/generators copying build/lib/networkx/generators/intersection.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/generators copying build/lib/networkx/generators/interval_graph.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/generators copying build/lib/networkx/generators/joint_degree_seq.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/generators copying build/lib/networkx/generators/lattice.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/generators copying build/lib/networkx/generators/line.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/generators copying build/lib/networkx/generators/mycielski.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/generators copying build/lib/networkx/generators/nonisomorphic_trees.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/generators copying build/lib/networkx/generators/random_clustered.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/generators copying build/lib/networkx/generators/random_graphs.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/generators copying build/lib/networkx/generators/small.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/generators copying build/lib/networkx/generators/social.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/generators copying build/lib/networkx/generators/spectral_graph_forge.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/generators copying build/lib/networkx/generators/stochastic.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/generators copying build/lib/networkx/generators/sudoku.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/generators copying build/lib/networkx/generators/trees.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/generators copying build/lib/networkx/generators/triads.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/generators creating /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/classes creating /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/classes/tests copying build/lib/networkx/classes/tests/__init__.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/classes/tests copying build/lib/networkx/classes/tests/historical_tests.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/classes/tests copying build/lib/networkx/classes/tests/test_coreviews.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/classes/tests copying build/lib/networkx/classes/tests/test_digraph.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/classes/tests copying build/lib/networkx/classes/tests/test_digraph_historical.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/classes/tests copying build/lib/networkx/classes/tests/test_filters.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/classes/tests copying build/lib/networkx/classes/tests/test_function.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/classes/tests copying build/lib/networkx/classes/tests/test_graph.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/classes/tests copying build/lib/networkx/classes/tests/test_graph_historical.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/classes/tests copying build/lib/networkx/classes/tests/test_graphviews.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/classes/tests copying build/lib/networkx/classes/tests/test_multidigraph.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/classes/tests copying build/lib/networkx/classes/tests/test_multigraph.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/classes/tests copying build/lib/networkx/classes/tests/test_reportviews.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/classes/tests copying build/lib/networkx/classes/tests/test_special.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/classes/tests copying build/lib/networkx/classes/tests/test_subgraphviews.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/classes/tests copying build/lib/networkx/classes/__init__.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/classes copying build/lib/networkx/classes/backends.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/classes copying build/lib/networkx/classes/coreviews.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/classes copying build/lib/networkx/classes/digraph.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/classes copying build/lib/networkx/classes/filters.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/classes copying build/lib/networkx/classes/function.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/classes copying build/lib/networkx/classes/graph.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/classes copying build/lib/networkx/classes/graphviews.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/classes copying build/lib/networkx/classes/multidigraph.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/classes copying build/lib/networkx/classes/multigraph.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/classes copying build/lib/networkx/classes/reportviews.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/classes creating /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms creating /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/tests copying build/lib/networkx/algorithms/tests/__init__.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/tests copying build/lib/networkx/algorithms/tests/test_asteroidal.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/tests copying build/lib/networkx/algorithms/tests/test_boundary.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/tests copying build/lib/networkx/algorithms/tests/test_bridges.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/tests copying build/lib/networkx/algorithms/tests/test_chains.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/tests copying build/lib/networkx/algorithms/tests/test_chordal.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/tests copying build/lib/networkx/algorithms/tests/test_clique.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/tests copying build/lib/networkx/algorithms/tests/test_cluster.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/tests copying build/lib/networkx/algorithms/tests/test_communicability.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/tests copying build/lib/networkx/algorithms/tests/test_core.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/tests copying build/lib/networkx/algorithms/tests/test_covering.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/tests copying build/lib/networkx/algorithms/tests/test_cuts.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/tests copying build/lib/networkx/algorithms/tests/test_cycles.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/tests copying build/lib/networkx/algorithms/tests/test_d_separation.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/tests copying build/lib/networkx/algorithms/tests/test_dag.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/tests copying build/lib/networkx/algorithms/tests/test_distance_measures.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/tests copying build/lib/networkx/algorithms/tests/test_distance_regular.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/tests copying build/lib/networkx/algorithms/tests/test_dominance.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/tests copying build/lib/networkx/algorithms/tests/test_dominating.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/tests copying build/lib/networkx/algorithms/tests/test_efficiency.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/tests copying build/lib/networkx/algorithms/tests/test_euler.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/tests copying build/lib/networkx/algorithms/tests/test_graph_hashing.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/tests copying build/lib/networkx/algorithms/tests/test_graphical.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/tests copying build/lib/networkx/algorithms/tests/test_hierarchy.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/tests copying build/lib/networkx/algorithms/tests/test_hybrid.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/tests copying build/lib/networkx/algorithms/tests/test_isolate.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/tests copying build/lib/networkx/algorithms/tests/test_link_prediction.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/tests copying build/lib/networkx/algorithms/tests/test_lowest_common_ancestors.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/tests copying build/lib/networkx/algorithms/tests/test_matching.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/tests copying build/lib/networkx/algorithms/tests/test_max_weight_clique.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/tests copying build/lib/networkx/algorithms/tests/test_mis.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/tests copying build/lib/networkx/algorithms/tests/test_moral.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/tests copying build/lib/networkx/algorithms/tests/test_node_classification.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/tests copying build/lib/networkx/algorithms/tests/test_non_randomness.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/tests copying build/lib/networkx/algorithms/tests/test_planar_drawing.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/tests copying build/lib/networkx/algorithms/tests/test_planarity.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/tests copying build/lib/networkx/algorithms/tests/test_polynomials.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/tests copying build/lib/networkx/algorithms/tests/test_reciprocity.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/tests copying build/lib/networkx/algorithms/tests/test_regular.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/tests copying build/lib/networkx/algorithms/tests/test_richclub.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/tests copying build/lib/networkx/algorithms/tests/test_similarity.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/tests copying build/lib/networkx/algorithms/tests/test_simple_paths.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/tests copying build/lib/networkx/algorithms/tests/test_smallworld.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/tests copying build/lib/networkx/algorithms/tests/test_smetric.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/tests copying build/lib/networkx/algorithms/tests/test_sparsifiers.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/tests copying build/lib/networkx/algorithms/tests/test_structuralholes.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/tests copying build/lib/networkx/algorithms/tests/test_summarization.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/tests copying build/lib/networkx/algorithms/tests/test_swap.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/tests copying build/lib/networkx/algorithms/tests/test_threshold.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/tests copying build/lib/networkx/algorithms/tests/test_tournament.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/tests copying build/lib/networkx/algorithms/tests/test_triads.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/tests copying build/lib/networkx/algorithms/tests/test_vitality.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/tests copying build/lib/networkx/algorithms/tests/test_voronoi.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/tests copying build/lib/networkx/algorithms/tests/test_wiener.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/tests creating /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/tree creating /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/tree/tests copying build/lib/networkx/algorithms/tree/tests/__init__.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/tree/tests copying build/lib/networkx/algorithms/tree/tests/test_branchings.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/tree/tests copying build/lib/networkx/algorithms/tree/tests/test_coding.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/tree/tests copying build/lib/networkx/algorithms/tree/tests/test_decomposition.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/tree/tests copying build/lib/networkx/algorithms/tree/tests/test_mst.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/tree/tests copying build/lib/networkx/algorithms/tree/tests/test_operations.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/tree/tests copying build/lib/networkx/algorithms/tree/tests/test_recognition.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/tree/tests copying build/lib/networkx/algorithms/tree/__init__.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/tree copying build/lib/networkx/algorithms/tree/branchings.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/tree copying build/lib/networkx/algorithms/tree/coding.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/tree copying build/lib/networkx/algorithms/tree/decomposition.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/tree copying build/lib/networkx/algorithms/tree/mst.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/tree copying build/lib/networkx/algorithms/tree/operations.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/tree copying build/lib/networkx/algorithms/tree/recognition.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/tree creating /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/approximation creating /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/approximation/tests copying build/lib/networkx/algorithms/approximation/tests/__init__.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/approximation/tests copying build/lib/networkx/algorithms/approximation/tests/test_approx_clust_coeff.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/approximation/tests copying build/lib/networkx/algorithms/approximation/tests/test_clique.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/approximation/tests copying build/lib/networkx/algorithms/approximation/tests/test_connectivity.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/approximation/tests copying build/lib/networkx/algorithms/approximation/tests/test_distance_measures.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/approximation/tests copying build/lib/networkx/algorithms/approximation/tests/test_dominating_set.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/approximation/tests copying build/lib/networkx/algorithms/approximation/tests/test_kcomponents.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/approximation/tests copying build/lib/networkx/algorithms/approximation/tests/test_matching.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/approximation/tests copying build/lib/networkx/algorithms/approximation/tests/test_maxcut.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/approximation/tests copying build/lib/networkx/algorithms/approximation/tests/test_ramsey.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/approximation/tests copying build/lib/networkx/algorithms/approximation/tests/test_steinertree.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/approximation/tests copying build/lib/networkx/algorithms/approximation/tests/test_traveling_salesman.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/approximation/tests copying build/lib/networkx/algorithms/approximation/tests/test_treewidth.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/approximation/tests copying build/lib/networkx/algorithms/approximation/tests/test_vertex_cover.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/approximation/tests copying build/lib/networkx/algorithms/approximation/__init__.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/approximation copying build/lib/networkx/algorithms/approximation/clique.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/approximation copying build/lib/networkx/algorithms/approximation/clustering_coefficient.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/approximation copying build/lib/networkx/algorithms/approximation/connectivity.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/approximation copying build/lib/networkx/algorithms/approximation/distance_measures.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/approximation copying build/lib/networkx/algorithms/approximation/dominating_set.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/approximation copying build/lib/networkx/algorithms/approximation/kcomponents.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/approximation copying build/lib/networkx/algorithms/approximation/matching.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/approximation copying build/lib/networkx/algorithms/approximation/maxcut.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/approximation copying build/lib/networkx/algorithms/approximation/ramsey.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/approximation copying build/lib/networkx/algorithms/approximation/steinertree.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/approximation copying build/lib/networkx/algorithms/approximation/traveling_salesman.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/approximation copying build/lib/networkx/algorithms/approximation/treewidth.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/approximation copying build/lib/networkx/algorithms/approximation/vertex_cover.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/approximation creating /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/operators creating /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/operators/tests copying build/lib/networkx/algorithms/operators/tests/__init__.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/operators/tests copying build/lib/networkx/algorithms/operators/tests/test_all.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/operators/tests copying build/lib/networkx/algorithms/operators/tests/test_binary.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/operators/tests copying build/lib/networkx/algorithms/operators/tests/test_product.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/operators/tests copying build/lib/networkx/algorithms/operators/tests/test_unary.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/operators/tests copying build/lib/networkx/algorithms/operators/__init__.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/operators copying build/lib/networkx/algorithms/operators/all.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/operators copying build/lib/networkx/algorithms/operators/binary.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/operators copying build/lib/networkx/algorithms/operators/product.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/operators copying build/lib/networkx/algorithms/operators/unary.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/operators creating /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/link_analysis creating /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/link_analysis/tests copying build/lib/networkx/algorithms/link_analysis/tests/__init__.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/link_analysis/tests copying build/lib/networkx/algorithms/link_analysis/tests/test_hits.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/link_analysis/tests copying build/lib/networkx/algorithms/link_analysis/tests/test_pagerank.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/link_analysis/tests copying build/lib/networkx/algorithms/link_analysis/__init__.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/link_analysis copying build/lib/networkx/algorithms/link_analysis/hits_alg.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/link_analysis copying build/lib/networkx/algorithms/link_analysis/pagerank_alg.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/link_analysis creating /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/shortest_paths creating /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/shortest_paths/tests copying build/lib/networkx/algorithms/shortest_paths/tests/__init__.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/shortest_paths/tests copying build/lib/networkx/algorithms/shortest_paths/tests/test_astar.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/shortest_paths/tests copying build/lib/networkx/algorithms/shortest_paths/tests/test_dense.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/shortest_paths/tests copying build/lib/networkx/algorithms/shortest_paths/tests/test_dense_numpy.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/shortest_paths/tests copying build/lib/networkx/algorithms/shortest_paths/tests/test_generic.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/shortest_paths/tests copying build/lib/networkx/algorithms/shortest_paths/tests/test_unweighted.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/shortest_paths/tests copying build/lib/networkx/algorithms/shortest_paths/tests/test_weighted.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/shortest_paths/tests copying build/lib/networkx/algorithms/shortest_paths/__init__.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/shortest_paths copying build/lib/networkx/algorithms/shortest_paths/astar.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/shortest_paths copying build/lib/networkx/algorithms/shortest_paths/dense.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/shortest_paths copying build/lib/networkx/algorithms/shortest_paths/generic.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/shortest_paths copying build/lib/networkx/algorithms/shortest_paths/unweighted.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/shortest_paths copying build/lib/networkx/algorithms/shortest_paths/weighted.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/shortest_paths creating /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/isomorphism creating /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/isomorphism/tests copying build/lib/networkx/algorithms/isomorphism/tests/iso_r01_s80.A99 -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/isomorphism/tests copying build/lib/networkx/algorithms/isomorphism/tests/iso_r01_s80.B99 -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/isomorphism/tests copying build/lib/networkx/algorithms/isomorphism/tests/si2_b06_m200.A99 -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/isomorphism/tests copying build/lib/networkx/algorithms/isomorphism/tests/si2_b06_m200.B99 -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/isomorphism/tests copying build/lib/networkx/algorithms/isomorphism/tests/__init__.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/isomorphism/tests copying build/lib/networkx/algorithms/isomorphism/tests/test_ismags.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/isomorphism/tests copying build/lib/networkx/algorithms/isomorphism/tests/test_isomorphism.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/isomorphism/tests copying build/lib/networkx/algorithms/isomorphism/tests/test_isomorphvf2.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/isomorphism/tests copying build/lib/networkx/algorithms/isomorphism/tests/test_match_helpers.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/isomorphism/tests copying build/lib/networkx/algorithms/isomorphism/tests/test_temporalisomorphvf2.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/isomorphism/tests copying build/lib/networkx/algorithms/isomorphism/tests/test_tree_isomorphism.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/isomorphism/tests copying build/lib/networkx/algorithms/isomorphism/tests/test_vf2pp.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/isomorphism/tests copying build/lib/networkx/algorithms/isomorphism/tests/test_vf2pp_helpers.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/isomorphism/tests copying build/lib/networkx/algorithms/isomorphism/tests/test_vf2userfunc.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/isomorphism/tests copying build/lib/networkx/algorithms/isomorphism/__init__.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/isomorphism copying build/lib/networkx/algorithms/isomorphism/ismags.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/isomorphism copying build/lib/networkx/algorithms/isomorphism/isomorph.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/isomorphism copying build/lib/networkx/algorithms/isomorphism/isomorphvf2.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/isomorphism copying build/lib/networkx/algorithms/isomorphism/matchhelpers.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/isomorphism copying build/lib/networkx/algorithms/isomorphism/temporalisomorphvf2.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/isomorphism copying build/lib/networkx/algorithms/isomorphism/tree_isomorphism.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/isomorphism copying build/lib/networkx/algorithms/isomorphism/vf2pp.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/isomorphism copying build/lib/networkx/algorithms/isomorphism/vf2userfunc.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/isomorphism creating /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/traversal creating /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/traversal/tests copying build/lib/networkx/algorithms/traversal/tests/__init__.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/traversal/tests copying build/lib/networkx/algorithms/traversal/tests/test_beamsearch.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/traversal/tests copying build/lib/networkx/algorithms/traversal/tests/test_bfs.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/traversal/tests copying build/lib/networkx/algorithms/traversal/tests/test_dfs.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/traversal/tests copying build/lib/networkx/algorithms/traversal/tests/test_edgebfs.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/traversal/tests copying build/lib/networkx/algorithms/traversal/tests/test_edgedfs.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/traversal/tests copying build/lib/networkx/algorithms/traversal/__init__.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/traversal copying build/lib/networkx/algorithms/traversal/beamsearch.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/traversal copying build/lib/networkx/algorithms/traversal/breadth_first_search.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/traversal copying build/lib/networkx/algorithms/traversal/depth_first_search.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/traversal copying build/lib/networkx/algorithms/traversal/edgebfs.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/traversal copying build/lib/networkx/algorithms/traversal/edgedfs.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/traversal creating /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/minors creating /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/minors/tests copying build/lib/networkx/algorithms/minors/tests/test_contraction.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/minors/tests copying build/lib/networkx/algorithms/minors/__init__.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/minors copying build/lib/networkx/algorithms/minors/contraction.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/minors creating /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/flow creating /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/flow/tests copying build/lib/networkx/algorithms/flow/tests/gl1.gpickle.bz2 -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/flow/tests copying build/lib/networkx/algorithms/flow/tests/gw1.gpickle.bz2 -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/flow/tests copying build/lib/networkx/algorithms/flow/tests/netgen-2.gpickle.bz2 -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/flow/tests copying build/lib/networkx/algorithms/flow/tests/wlm3.gpickle.bz2 -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/flow/tests copying build/lib/networkx/algorithms/flow/tests/__init__.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/flow/tests copying build/lib/networkx/algorithms/flow/tests/test_gomory_hu.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/flow/tests copying build/lib/networkx/algorithms/flow/tests/test_maxflow.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/flow/tests copying build/lib/networkx/algorithms/flow/tests/test_maxflow_large_graph.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/flow/tests copying build/lib/networkx/algorithms/flow/tests/test_mincost.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/flow/tests copying build/lib/networkx/algorithms/flow/tests/test_networksimplex.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/flow/tests copying build/lib/networkx/algorithms/flow/__init__.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/flow copying build/lib/networkx/algorithms/flow/boykovkolmogorov.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/flow copying build/lib/networkx/algorithms/flow/capacityscaling.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/flow copying build/lib/networkx/algorithms/flow/dinitz_alg.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/flow copying build/lib/networkx/algorithms/flow/edmondskarp.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/flow copying build/lib/networkx/algorithms/flow/gomory_hu.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/flow copying build/lib/networkx/algorithms/flow/maxflow.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/flow copying build/lib/networkx/algorithms/flow/mincost.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/flow copying build/lib/networkx/algorithms/flow/networksimplex.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/flow copying build/lib/networkx/algorithms/flow/preflowpush.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/flow copying build/lib/networkx/algorithms/flow/shortestaugmentingpath.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/flow copying build/lib/networkx/algorithms/flow/utils.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/flow creating /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/coloring creating /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/coloring/tests copying build/lib/networkx/algorithms/coloring/tests/__init__.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/coloring/tests copying build/lib/networkx/algorithms/coloring/tests/test_coloring.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/coloring/tests copying build/lib/networkx/algorithms/coloring/__init__.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/coloring copying build/lib/networkx/algorithms/coloring/equitable_coloring.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/coloring copying build/lib/networkx/algorithms/coloring/greedy_coloring.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/coloring creating /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/connectivity creating /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/connectivity/tests copying build/lib/networkx/algorithms/connectivity/tests/__init__.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/connectivity/tests copying build/lib/networkx/algorithms/connectivity/tests/test_connectivity.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/connectivity/tests copying build/lib/networkx/algorithms/connectivity/tests/test_cuts.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/connectivity/tests copying build/lib/networkx/algorithms/connectivity/tests/test_disjoint_paths.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/connectivity/tests copying build/lib/networkx/algorithms/connectivity/tests/test_edge_augmentation.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/connectivity/tests copying build/lib/networkx/algorithms/connectivity/tests/test_edge_kcomponents.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/connectivity/tests copying build/lib/networkx/algorithms/connectivity/tests/test_kcomponents.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/connectivity/tests copying build/lib/networkx/algorithms/connectivity/tests/test_kcutsets.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/connectivity/tests copying build/lib/networkx/algorithms/connectivity/tests/test_stoer_wagner.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/connectivity/tests copying build/lib/networkx/algorithms/connectivity/__init__.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/connectivity copying build/lib/networkx/algorithms/connectivity/connectivity.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/connectivity copying build/lib/networkx/algorithms/connectivity/cuts.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/connectivity copying build/lib/networkx/algorithms/connectivity/disjoint_paths.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/connectivity copying build/lib/networkx/algorithms/connectivity/edge_augmentation.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/connectivity copying build/lib/networkx/algorithms/connectivity/edge_kcomponents.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/connectivity copying build/lib/networkx/algorithms/connectivity/kcomponents.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/connectivity copying build/lib/networkx/algorithms/connectivity/kcutsets.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/connectivity copying build/lib/networkx/algorithms/connectivity/stoerwagner.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/connectivity copying build/lib/networkx/algorithms/connectivity/utils.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/connectivity creating /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/components creating /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/components/tests copying build/lib/networkx/algorithms/components/tests/__init__.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/components/tests copying build/lib/networkx/algorithms/components/tests/test_attracting.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/components/tests copying build/lib/networkx/algorithms/components/tests/test_biconnected.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/components/tests copying build/lib/networkx/algorithms/components/tests/test_connected.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/components/tests copying build/lib/networkx/algorithms/components/tests/test_semiconnected.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/components/tests copying build/lib/networkx/algorithms/components/tests/test_strongly_connected.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/components/tests copying build/lib/networkx/algorithms/components/tests/test_weakly_connected.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/components/tests copying build/lib/networkx/algorithms/components/__init__.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/components copying build/lib/networkx/algorithms/components/attracting.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/components copying build/lib/networkx/algorithms/components/biconnected.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/components copying build/lib/networkx/algorithms/components/connected.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/components copying build/lib/networkx/algorithms/components/semiconnected.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/components copying build/lib/networkx/algorithms/components/strongly_connected.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/components copying build/lib/networkx/algorithms/components/weakly_connected.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/components creating /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/community creating /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/community/tests copying build/lib/networkx/algorithms/community/tests/__init__.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/community/tests copying build/lib/networkx/algorithms/community/tests/test_asyn_fluid.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/community/tests copying build/lib/networkx/algorithms/community/tests/test_centrality.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/community/tests copying build/lib/networkx/algorithms/community/tests/test_kclique.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/community/tests copying build/lib/networkx/algorithms/community/tests/test_kernighan_lin.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/community/tests copying build/lib/networkx/algorithms/community/tests/test_label_propagation.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/community/tests copying build/lib/networkx/algorithms/community/tests/test_louvain.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/community/tests copying build/lib/networkx/algorithms/community/tests/test_lukes.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/community/tests copying build/lib/networkx/algorithms/community/tests/test_modularity_max.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/community/tests copying build/lib/networkx/algorithms/community/tests/test_quality.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/community/tests copying build/lib/networkx/algorithms/community/tests/test_utils.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/community/tests copying build/lib/networkx/algorithms/community/__init__.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/community copying build/lib/networkx/algorithms/community/asyn_fluid.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/community copying build/lib/networkx/algorithms/community/centrality.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/community copying build/lib/networkx/algorithms/community/community_utils.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/community copying build/lib/networkx/algorithms/community/kclique.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/community copying build/lib/networkx/algorithms/community/kernighan_lin.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/community copying build/lib/networkx/algorithms/community/label_propagation.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/community copying build/lib/networkx/algorithms/community/louvain.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/community copying build/lib/networkx/algorithms/community/lukes.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/community copying build/lib/networkx/algorithms/community/modularity_max.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/community copying build/lib/networkx/algorithms/community/quality.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/community creating /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/centrality creating /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/centrality/tests copying build/lib/networkx/algorithms/centrality/tests/__init__.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/centrality/tests copying build/lib/networkx/algorithms/centrality/tests/test_betweenness_centrality.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/centrality/tests copying build/lib/networkx/algorithms/centrality/tests/test_betweenness_centrality_subset.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/centrality/tests copying build/lib/networkx/algorithms/centrality/tests/test_closeness_centrality.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/centrality/tests copying build/lib/networkx/algorithms/centrality/tests/test_current_flow_betweenness_centrality.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/centrality/tests copying build/lib/networkx/algorithms/centrality/tests/test_current_flow_betweenness_centrality_subset.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/centrality/tests copying build/lib/networkx/algorithms/centrality/tests/test_current_flow_closeness.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/centrality/tests copying build/lib/networkx/algorithms/centrality/tests/test_degree_centrality.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/centrality/tests copying build/lib/networkx/algorithms/centrality/tests/test_dispersion.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/centrality/tests copying build/lib/networkx/algorithms/centrality/tests/test_eigenvector_centrality.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/centrality/tests copying build/lib/networkx/algorithms/centrality/tests/test_group.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/centrality/tests copying build/lib/networkx/algorithms/centrality/tests/test_harmonic_centrality.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/centrality/tests copying build/lib/networkx/algorithms/centrality/tests/test_katz_centrality.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/centrality/tests copying build/lib/networkx/algorithms/centrality/tests/test_load_centrality.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/centrality/tests copying build/lib/networkx/algorithms/centrality/tests/test_percolation_centrality.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/centrality/tests copying build/lib/networkx/algorithms/centrality/tests/test_reaching.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/centrality/tests copying build/lib/networkx/algorithms/centrality/tests/test_second_order_centrality.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/centrality/tests copying build/lib/networkx/algorithms/centrality/tests/test_subgraph.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/centrality/tests copying build/lib/networkx/algorithms/centrality/tests/test_trophic.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/centrality/tests copying build/lib/networkx/algorithms/centrality/tests/test_voterank.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/centrality/tests copying build/lib/networkx/algorithms/centrality/__init__.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/centrality copying build/lib/networkx/algorithms/centrality/betweenness.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/centrality copying build/lib/networkx/algorithms/centrality/betweenness_subset.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/centrality copying build/lib/networkx/algorithms/centrality/closeness.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/centrality copying build/lib/networkx/algorithms/centrality/current_flow_betweenness.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/centrality copying build/lib/networkx/algorithms/centrality/current_flow_betweenness_subset.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/centrality copying build/lib/networkx/algorithms/centrality/current_flow_closeness.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/centrality copying build/lib/networkx/algorithms/centrality/degree_alg.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/centrality copying build/lib/networkx/algorithms/centrality/dispersion.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/centrality copying build/lib/networkx/algorithms/centrality/eigenvector.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/centrality copying build/lib/networkx/algorithms/centrality/flow_matrix.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/centrality copying build/lib/networkx/algorithms/centrality/group.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/centrality copying build/lib/networkx/algorithms/centrality/harmonic.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/centrality copying build/lib/networkx/algorithms/centrality/katz.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/centrality copying build/lib/networkx/algorithms/centrality/load.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/centrality copying build/lib/networkx/algorithms/centrality/percolation.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/centrality copying build/lib/networkx/algorithms/centrality/reaching.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/centrality copying build/lib/networkx/algorithms/centrality/second_order.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/centrality copying build/lib/networkx/algorithms/centrality/subgraph_alg.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/centrality copying build/lib/networkx/algorithms/centrality/trophic.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/centrality copying build/lib/networkx/algorithms/centrality/voterank_alg.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/centrality creating /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/bipartite creating /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/bipartite/tests copying build/lib/networkx/algorithms/bipartite/tests/__init__.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/bipartite/tests copying build/lib/networkx/algorithms/bipartite/tests/test_basic.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/bipartite/tests copying build/lib/networkx/algorithms/bipartite/tests/test_centrality.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/bipartite/tests copying build/lib/networkx/algorithms/bipartite/tests/test_cluster.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/bipartite/tests copying build/lib/networkx/algorithms/bipartite/tests/test_covering.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/bipartite/tests copying build/lib/networkx/algorithms/bipartite/tests/test_edgelist.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/bipartite/tests copying build/lib/networkx/algorithms/bipartite/tests/test_generators.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/bipartite/tests copying build/lib/networkx/algorithms/bipartite/tests/test_matching.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/bipartite/tests copying build/lib/networkx/algorithms/bipartite/tests/test_matrix.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/bipartite/tests copying build/lib/networkx/algorithms/bipartite/tests/test_project.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/bipartite/tests copying build/lib/networkx/algorithms/bipartite/tests/test_redundancy.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/bipartite/tests copying build/lib/networkx/algorithms/bipartite/tests/test_spectral_bipartivity.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/bipartite/tests copying build/lib/networkx/algorithms/bipartite/__init__.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/bipartite copying build/lib/networkx/algorithms/bipartite/basic.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/bipartite copying build/lib/networkx/algorithms/bipartite/centrality.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/bipartite copying build/lib/networkx/algorithms/bipartite/cluster.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/bipartite copying build/lib/networkx/algorithms/bipartite/covering.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/bipartite copying build/lib/networkx/algorithms/bipartite/edgelist.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/bipartite copying build/lib/networkx/algorithms/bipartite/generators.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/bipartite copying build/lib/networkx/algorithms/bipartite/matching.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/bipartite copying build/lib/networkx/algorithms/bipartite/matrix.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/bipartite copying build/lib/networkx/algorithms/bipartite/projection.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/bipartite copying build/lib/networkx/algorithms/bipartite/redundancy.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/bipartite copying build/lib/networkx/algorithms/bipartite/spectral.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/bipartite creating /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/assortativity creating /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/assortativity/tests copying build/lib/networkx/algorithms/assortativity/tests/__init__.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/assortativity/tests copying build/lib/networkx/algorithms/assortativity/tests/base_test.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/assortativity/tests copying build/lib/networkx/algorithms/assortativity/tests/test_connectivity.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/assortativity/tests copying build/lib/networkx/algorithms/assortativity/tests/test_correlation.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/assortativity/tests copying build/lib/networkx/algorithms/assortativity/tests/test_mixing.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/assortativity/tests copying build/lib/networkx/algorithms/assortativity/tests/test_neighbor_degree.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/assortativity/tests copying build/lib/networkx/algorithms/assortativity/tests/test_pairs.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/assortativity/tests copying build/lib/networkx/algorithms/assortativity/__init__.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/assortativity copying build/lib/networkx/algorithms/assortativity/connectivity.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/assortativity copying build/lib/networkx/algorithms/assortativity/correlation.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/assortativity copying build/lib/networkx/algorithms/assortativity/mixing.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/assortativity copying build/lib/networkx/algorithms/assortativity/neighbor_degree.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/assortativity copying build/lib/networkx/algorithms/assortativity/pairs.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/assortativity copying build/lib/networkx/algorithms/__init__.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms copying build/lib/networkx/algorithms/asteroidal.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms copying build/lib/networkx/algorithms/boundary.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms copying build/lib/networkx/algorithms/bridges.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms copying build/lib/networkx/algorithms/chains.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms copying build/lib/networkx/algorithms/chordal.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms copying build/lib/networkx/algorithms/clique.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms copying build/lib/networkx/algorithms/cluster.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms copying build/lib/networkx/algorithms/communicability_alg.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms copying build/lib/networkx/algorithms/core.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms copying build/lib/networkx/algorithms/covering.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms copying build/lib/networkx/algorithms/cuts.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms copying build/lib/networkx/algorithms/cycles.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms copying build/lib/networkx/algorithms/d_separation.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms copying build/lib/networkx/algorithms/dag.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms copying build/lib/networkx/algorithms/distance_measures.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms copying build/lib/networkx/algorithms/distance_regular.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms copying build/lib/networkx/algorithms/dominance.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms copying build/lib/networkx/algorithms/dominating.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms copying build/lib/networkx/algorithms/efficiency_measures.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms copying build/lib/networkx/algorithms/euler.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms copying build/lib/networkx/algorithms/graph_hashing.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms copying build/lib/networkx/algorithms/graphical.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms copying build/lib/networkx/algorithms/hierarchy.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms copying build/lib/networkx/algorithms/hybrid.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms copying build/lib/networkx/algorithms/isolate.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms copying build/lib/networkx/algorithms/link_prediction.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms copying build/lib/networkx/algorithms/lowest_common_ancestors.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms copying build/lib/networkx/algorithms/matching.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms copying build/lib/networkx/algorithms/mis.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms copying build/lib/networkx/algorithms/moral.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms copying build/lib/networkx/algorithms/node_classification.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms copying build/lib/networkx/algorithms/non_randomness.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms copying build/lib/networkx/algorithms/planar_drawing.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms copying build/lib/networkx/algorithms/planarity.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms copying build/lib/networkx/algorithms/polynomials.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms copying build/lib/networkx/algorithms/reciprocity.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms copying build/lib/networkx/algorithms/regular.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms copying build/lib/networkx/algorithms/richclub.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms copying build/lib/networkx/algorithms/similarity.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms copying build/lib/networkx/algorithms/simple_paths.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms copying build/lib/networkx/algorithms/smallworld.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms copying build/lib/networkx/algorithms/smetric.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms copying build/lib/networkx/algorithms/sparsifiers.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms copying build/lib/networkx/algorithms/structuralholes.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms copying build/lib/networkx/algorithms/summarization.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms copying build/lib/networkx/algorithms/swap.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms copying build/lib/networkx/algorithms/threshold.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms copying build/lib/networkx/algorithms/tournament.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms copying build/lib/networkx/algorithms/triads.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms copying build/lib/networkx/algorithms/vitality.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms copying build/lib/networkx/algorithms/voronoi.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms copying build/lib/networkx/algorithms/wiener.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms copying build/lib/networkx/__init__.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx copying build/lib/networkx/conftest.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx copying build/lib/networkx/convert.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx copying build/lib/networkx/convert_matrix.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx copying build/lib/networkx/exception.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx copying build/lib/networkx/lazy_imports.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx copying build/lib/networkx/relabel.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/utils/tests/__init__.py to __init__.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/utils/tests/test__init.py to test__init.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/utils/tests/test_decorators.py to test_decorators.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/utils/tests/test_heaps.py to test_heaps.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/utils/tests/test_mapped_queue.py to test_mapped_queue.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/utils/tests/test_misc.py to test_misc.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/utils/tests/test_random_sequence.py to test_random_sequence.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/utils/tests/test_rcm.py to test_rcm.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/utils/tests/test_unionfind.py to test_unionfind.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/utils/__init__.py to __init__.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/utils/decorators.py to decorators.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/utils/heaps.py to heaps.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/utils/mapped_queue.py to mapped_queue.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/utils/misc.py to misc.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/utils/random_sequence.py to random_sequence.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/utils/rcm.py to rcm.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/utils/union_find.py to union_find.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/tests/__init__.py to __init__.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/tests/test_all_random_functions.py to test_all_random_functions.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/tests/test_convert.py to test_convert.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/tests/test_convert_numpy.py to test_convert_numpy.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/tests/test_convert_pandas.py to test_convert_pandas.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/tests/test_convert_scipy.py to test_convert_scipy.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/tests/test_exceptions.py to test_exceptions.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/tests/test_import.py to test_import.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/tests/test_lazy_imports.py to test_lazy_imports.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/tests/test_relabel.py to test_relabel.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/readwrite/tests/__init__.py to __init__.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/readwrite/tests/test_adjlist.py to test_adjlist.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/readwrite/tests/test_edgelist.py to test_edgelist.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/readwrite/tests/test_gexf.py to test_gexf.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/readwrite/tests/test_gml.py to test_gml.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/readwrite/tests/test_graph6.py to test_graph6.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/readwrite/tests/test_graphml.py to test_graphml.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/readwrite/tests/test_leda.py to test_leda.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/readwrite/tests/test_p2g.py to test_p2g.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/readwrite/tests/test_pajek.py to test_pajek.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/readwrite/tests/test_sparse6.py to test_sparse6.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/readwrite/tests/test_text.py to test_text.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/readwrite/json_graph/tests/__init__.py to __init__.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/readwrite/json_graph/tests/test_adjacency.py to test_adjacency.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/readwrite/json_graph/tests/test_cytoscape.py to test_cytoscape.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/readwrite/json_graph/tests/test_node_link.py to test_node_link.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/readwrite/json_graph/tests/test_tree.py to test_tree.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/readwrite/json_graph/__init__.py to __init__.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/readwrite/json_graph/adjacency.py to adjacency.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/readwrite/json_graph/cytoscape.py to cytoscape.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/readwrite/json_graph/node_link.py to node_link.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/readwrite/json_graph/tree.py to tree.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/readwrite/__init__.py to __init__.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/readwrite/adjlist.py to adjlist.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/readwrite/edgelist.py to edgelist.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/readwrite/gexf.py to gexf.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/readwrite/gml.py to gml.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/readwrite/graph6.py to graph6.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/readwrite/graphml.py to graphml.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/readwrite/leda.py to leda.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/readwrite/multiline_adjlist.py to multiline_adjlist.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/readwrite/p2g.py to p2g.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/readwrite/pajek.py to pajek.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/readwrite/sparse6.py to sparse6.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/readwrite/text.py to text.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/linalg/tests/__init__.py to __init__.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/linalg/tests/test_algebraic_connectivity.py to test_algebraic_connectivity.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/linalg/tests/test_attrmatrix.py to test_attrmatrix.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/linalg/tests/test_bethehessian.py to test_bethehessian.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/linalg/tests/test_graphmatrix.py to test_graphmatrix.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/linalg/tests/test_laplacian.py to test_laplacian.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/linalg/tests/test_modularity.py to test_modularity.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/linalg/tests/test_spectrum.py to test_spectrum.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/linalg/__init__.py to __init__.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/linalg/algebraicconnectivity.py to algebraicconnectivity.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/linalg/attrmatrix.py to attrmatrix.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/linalg/bethehessianmatrix.py to bethehessianmatrix.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/linalg/graphmatrix.py to graphmatrix.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/linalg/laplacianmatrix.py to laplacianmatrix.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/linalg/modularitymatrix.py to modularitymatrix.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/linalg/spectrum.py to spectrum.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/drawing/tests/__init__.py to __init__.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/drawing/tests/test_agraph.py to test_agraph.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/drawing/tests/test_latex.py to test_latex.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/drawing/tests/test_layout.py to test_layout.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/drawing/tests/test_pydot.py to test_pydot.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/drawing/tests/test_pylab.py to test_pylab.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/drawing/__init__.py to __init__.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/drawing/layout.py to layout.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/drawing/nx_agraph.py to nx_agraph.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/drawing/nx_latex.py to nx_latex.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/drawing/nx_pydot.py to nx_pydot.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/drawing/nx_pylab.py to nx_pylab.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/generators/tests/__init__.py to __init__.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/generators/tests/test_atlas.py to test_atlas.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/generators/tests/test_classic.py to test_classic.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/generators/tests/test_cographs.py to test_cographs.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/generators/tests/test_community.py to test_community.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/generators/tests/test_degree_seq.py to test_degree_seq.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/generators/tests/test_directed.py to test_directed.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/generators/tests/test_duplication.py to test_duplication.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/generators/tests/test_ego.py to test_ego.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/generators/tests/test_expanders.py to test_expanders.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/generators/tests/test_geometric.py to test_geometric.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/generators/tests/test_harary_graph.py to test_harary_graph.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/generators/tests/test_internet_as_graphs.py to test_internet_as_graphs.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/generators/tests/test_intersection.py to test_intersection.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/generators/tests/test_interval_graph.py to test_interval_graph.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/generators/tests/test_joint_degree_seq.py to test_joint_degree_seq.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/generators/tests/test_lattice.py to test_lattice.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/generators/tests/test_line.py to test_line.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/generators/tests/test_mycielski.py to test_mycielski.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/generators/tests/test_nonisomorphic_trees.py to test_nonisomorphic_trees.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/generators/tests/test_random_clustered.py to test_random_clustered.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/generators/tests/test_random_graphs.py to test_random_graphs.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/generators/tests/test_small.py to test_small.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/generators/tests/test_spectral_graph_forge.py to test_spectral_graph_forge.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/generators/tests/test_stochastic.py to test_stochastic.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/generators/tests/test_sudoku.py to test_sudoku.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/generators/tests/test_trees.py to test_trees.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/generators/tests/test_triads.py to test_triads.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/generators/__init__.py to __init__.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/generators/atlas.py to atlas.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/generators/classic.py to classic.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/generators/cographs.py to cographs.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/generators/community.py to community.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/generators/degree_seq.py to degree_seq.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/generators/directed.py to directed.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/generators/duplication.py to duplication.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/generators/ego.py to ego.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/generators/expanders.py to expanders.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/generators/geometric.py to geometric.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/generators/harary_graph.py to harary_graph.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/generators/internet_as_graphs.py to internet_as_graphs.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/generators/intersection.py to intersection.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/generators/interval_graph.py to interval_graph.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/generators/joint_degree_seq.py to joint_degree_seq.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/generators/lattice.py to lattice.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/generators/line.py to line.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/generators/mycielski.py to mycielski.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/generators/nonisomorphic_trees.py to nonisomorphic_trees.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/generators/random_clustered.py to random_clustered.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/generators/random_graphs.py to random_graphs.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/generators/small.py to small.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/generators/social.py to social.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/generators/spectral_graph_forge.py to spectral_graph_forge.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/generators/stochastic.py to stochastic.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/generators/sudoku.py to sudoku.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/generators/trees.py to trees.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/generators/triads.py to triads.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/classes/tests/__init__.py to __init__.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/classes/tests/historical_tests.py to historical_tests.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/classes/tests/test_coreviews.py to test_coreviews.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/classes/tests/test_digraph.py to test_digraph.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/classes/tests/test_digraph_historical.py to test_digraph_historical.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/classes/tests/test_filters.py to test_filters.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/classes/tests/test_function.py to test_function.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/classes/tests/test_graph.py to test_graph.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/classes/tests/test_graph_historical.py to test_graph_historical.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/classes/tests/test_graphviews.py to test_graphviews.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/classes/tests/test_multidigraph.py to test_multidigraph.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/classes/tests/test_multigraph.py to test_multigraph.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/classes/tests/test_reportviews.py to test_reportviews.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/classes/tests/test_special.py to test_special.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/classes/tests/test_subgraphviews.py to test_subgraphviews.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/classes/__init__.py to __init__.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/classes/backends.py to backends.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/classes/coreviews.py to coreviews.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/classes/digraph.py to digraph.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/classes/filters.py to filters.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/classes/function.py to function.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/classes/graph.py to graph.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/classes/graphviews.py to graphviews.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/classes/multidigraph.py to multidigraph.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/classes/multigraph.py to multigraph.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/classes/reportviews.py to reportviews.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/tests/__init__.py to __init__.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/tests/test_asteroidal.py to test_asteroidal.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/tests/test_boundary.py to test_boundary.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/tests/test_bridges.py to test_bridges.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/tests/test_chains.py to test_chains.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/tests/test_chordal.py to test_chordal.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/tests/test_clique.py to test_clique.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/tests/test_cluster.py to test_cluster.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/tests/test_communicability.py to test_communicability.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/tests/test_core.py to test_core.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/tests/test_covering.py to test_covering.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/tests/test_cuts.py to test_cuts.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/tests/test_cycles.py to test_cycles.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/tests/test_d_separation.py to test_d_separation.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/tests/test_dag.py to test_dag.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/tests/test_distance_measures.py to test_distance_measures.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/tests/test_distance_regular.py to test_distance_regular.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/tests/test_dominance.py to test_dominance.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/tests/test_dominating.py to test_dominating.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/tests/test_efficiency.py to test_efficiency.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/tests/test_euler.py to test_euler.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/tests/test_graph_hashing.py to test_graph_hashing.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/tests/test_graphical.py to test_graphical.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/tests/test_hierarchy.py to test_hierarchy.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/tests/test_hybrid.py to test_hybrid.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/tests/test_isolate.py to test_isolate.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/tests/test_link_prediction.py to test_link_prediction.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/tests/test_lowest_common_ancestors.py to test_lowest_common_ancestors.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/tests/test_matching.py to test_matching.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/tests/test_max_weight_clique.py to test_max_weight_clique.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/tests/test_mis.py to test_mis.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/tests/test_moral.py to test_moral.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/tests/test_node_classification.py to test_node_classification.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/tests/test_non_randomness.py to test_non_randomness.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/tests/test_planar_drawing.py to test_planar_drawing.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/tests/test_planarity.py to test_planarity.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/tests/test_polynomials.py to test_polynomials.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/tests/test_reciprocity.py to test_reciprocity.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/tests/test_regular.py to test_regular.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/tests/test_richclub.py to test_richclub.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/tests/test_similarity.py to test_similarity.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/tests/test_simple_paths.py to test_simple_paths.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/tests/test_smallworld.py to test_smallworld.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/tests/test_smetric.py to test_smetric.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/tests/test_sparsifiers.py to test_sparsifiers.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/tests/test_structuralholes.py to test_structuralholes.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/tests/test_summarization.py to test_summarization.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/tests/test_swap.py to test_swap.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/tests/test_threshold.py to test_threshold.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/tests/test_tournament.py to test_tournament.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/tests/test_triads.py to test_triads.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/tests/test_vitality.py to test_vitality.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/tests/test_voronoi.py to test_voronoi.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/tests/test_wiener.py to test_wiener.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/tree/tests/__init__.py to __init__.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/tree/tests/test_branchings.py to test_branchings.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/tree/tests/test_coding.py to test_coding.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/tree/tests/test_decomposition.py to test_decomposition.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/tree/tests/test_mst.py to test_mst.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/tree/tests/test_operations.py to test_operations.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/tree/tests/test_recognition.py to test_recognition.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/tree/__init__.py to __init__.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/tree/branchings.py to branchings.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/tree/coding.py to coding.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/tree/decomposition.py to decomposition.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/tree/mst.py to mst.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/tree/operations.py to operations.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/tree/recognition.py to recognition.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/approximation/tests/__init__.py to __init__.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/approximation/tests/test_approx_clust_coeff.py to test_approx_clust_coeff.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/approximation/tests/test_clique.py to test_clique.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/approximation/tests/test_connectivity.py to test_connectivity.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/approximation/tests/test_distance_measures.py to test_distance_measures.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/approximation/tests/test_dominating_set.py to test_dominating_set.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/approximation/tests/test_kcomponents.py to test_kcomponents.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/approximation/tests/test_matching.py to test_matching.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/approximation/tests/test_maxcut.py to test_maxcut.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/approximation/tests/test_ramsey.py to test_ramsey.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/approximation/tests/test_steinertree.py to test_steinertree.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/approximation/tests/test_traveling_salesman.py to test_traveling_salesman.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/approximation/tests/test_treewidth.py to test_treewidth.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/approximation/tests/test_vertex_cover.py to test_vertex_cover.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/approximation/__init__.py to __init__.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/approximation/clique.py to clique.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/approximation/clustering_coefficient.py to clustering_coefficient.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/approximation/connectivity.py to connectivity.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/approximation/distance_measures.py to distance_measures.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/approximation/dominating_set.py to dominating_set.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/approximation/kcomponents.py to kcomponents.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/approximation/matching.py to matching.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/approximation/maxcut.py to maxcut.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/approximation/ramsey.py to ramsey.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/approximation/steinertree.py to steinertree.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/approximation/traveling_salesman.py to traveling_salesman.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/approximation/treewidth.py to treewidth.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/approximation/vertex_cover.py to vertex_cover.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/operators/tests/__init__.py to __init__.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/operators/tests/test_all.py to test_all.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/operators/tests/test_binary.py to test_binary.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/operators/tests/test_product.py to test_product.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/operators/tests/test_unary.py to test_unary.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/operators/__init__.py to __init__.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/operators/all.py to all.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/operators/binary.py to binary.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/operators/product.py to product.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/operators/unary.py to unary.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/link_analysis/tests/__init__.py to __init__.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/link_analysis/tests/test_hits.py to test_hits.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/link_analysis/tests/test_pagerank.py to test_pagerank.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/link_analysis/__init__.py to __init__.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/link_analysis/hits_alg.py to hits_alg.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/link_analysis/pagerank_alg.py to pagerank_alg.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/shortest_paths/tests/__init__.py to __init__.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/shortest_paths/tests/test_astar.py to test_astar.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/shortest_paths/tests/test_dense.py to test_dense.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/shortest_paths/tests/test_dense_numpy.py to test_dense_numpy.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/shortest_paths/tests/test_generic.py to test_generic.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/shortest_paths/tests/test_unweighted.py to test_unweighted.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/shortest_paths/tests/test_weighted.py to test_weighted.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/shortest_paths/__init__.py to __init__.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/shortest_paths/astar.py to astar.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/shortest_paths/dense.py to dense.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/shortest_paths/generic.py to generic.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/shortest_paths/unweighted.py to unweighted.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/shortest_paths/weighted.py to weighted.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/isomorphism/tests/__init__.py to __init__.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/isomorphism/tests/test_ismags.py to test_ismags.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/isomorphism/tests/test_isomorphism.py to test_isomorphism.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/isomorphism/tests/test_isomorphvf2.py to test_isomorphvf2.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/isomorphism/tests/test_match_helpers.py to test_match_helpers.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/isomorphism/tests/test_temporalisomorphvf2.py to test_temporalisomorphvf2.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/isomorphism/tests/test_tree_isomorphism.py to test_tree_isomorphism.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/isomorphism/tests/test_vf2pp.py to test_vf2pp.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/isomorphism/tests/test_vf2pp_helpers.py to test_vf2pp_helpers.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/isomorphism/tests/test_vf2userfunc.py to test_vf2userfunc.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/isomorphism/__init__.py to __init__.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/isomorphism/ismags.py to ismags.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/isomorphism/isomorph.py to isomorph.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/isomorphism/isomorphvf2.py to isomorphvf2.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/isomorphism/matchhelpers.py to matchhelpers.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/isomorphism/temporalisomorphvf2.py to temporalisomorphvf2.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/isomorphism/tree_isomorphism.py to tree_isomorphism.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/isomorphism/vf2pp.py to vf2pp.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/isomorphism/vf2userfunc.py to vf2userfunc.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/traversal/tests/__init__.py to __init__.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/traversal/tests/test_beamsearch.py to test_beamsearch.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/traversal/tests/test_bfs.py to test_bfs.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/traversal/tests/test_dfs.py to test_dfs.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/traversal/tests/test_edgebfs.py to test_edgebfs.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/traversal/tests/test_edgedfs.py to test_edgedfs.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/traversal/__init__.py to __init__.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/traversal/beamsearch.py to beamsearch.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/traversal/breadth_first_search.py to breadth_first_search.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/traversal/depth_first_search.py to depth_first_search.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/traversal/edgebfs.py to edgebfs.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/traversal/edgedfs.py to edgedfs.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/minors/tests/test_contraction.py to test_contraction.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/minors/__init__.py to __init__.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/minors/contraction.py to contraction.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/flow/tests/__init__.py to __init__.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/flow/tests/test_gomory_hu.py to test_gomory_hu.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/flow/tests/test_maxflow.py to test_maxflow.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/flow/tests/test_maxflow_large_graph.py to test_maxflow_large_graph.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/flow/tests/test_mincost.py to test_mincost.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/flow/tests/test_networksimplex.py to test_networksimplex.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/flow/__init__.py to __init__.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/flow/boykovkolmogorov.py to boykovkolmogorov.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/flow/capacityscaling.py to capacityscaling.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/flow/dinitz_alg.py to dinitz_alg.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/flow/edmondskarp.py to edmondskarp.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/flow/gomory_hu.py to gomory_hu.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/flow/maxflow.py to maxflow.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/flow/mincost.py to mincost.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/flow/networksimplex.py to networksimplex.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/flow/preflowpush.py to preflowpush.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/flow/shortestaugmentingpath.py to shortestaugmentingpath.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/flow/utils.py to utils.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/coloring/tests/__init__.py to __init__.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/coloring/tests/test_coloring.py to test_coloring.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/coloring/__init__.py to __init__.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/coloring/equitable_coloring.py to equitable_coloring.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/coloring/greedy_coloring.py to greedy_coloring.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/connectivity/tests/__init__.py to __init__.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/connectivity/tests/test_connectivity.py to test_connectivity.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/connectivity/tests/test_cuts.py to test_cuts.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/connectivity/tests/test_disjoint_paths.py to test_disjoint_paths.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/connectivity/tests/test_edge_augmentation.py to test_edge_augmentation.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/connectivity/tests/test_edge_kcomponents.py to test_edge_kcomponents.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/connectivity/tests/test_kcomponents.py to test_kcomponents.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/connectivity/tests/test_kcutsets.py to test_kcutsets.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/connectivity/tests/test_stoer_wagner.py to test_stoer_wagner.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/connectivity/__init__.py to __init__.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/connectivity/connectivity.py to connectivity.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/connectivity/cuts.py to cuts.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/connectivity/disjoint_paths.py to disjoint_paths.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/connectivity/edge_augmentation.py to edge_augmentation.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/connectivity/edge_kcomponents.py to edge_kcomponents.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/connectivity/kcomponents.py to kcomponents.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/connectivity/kcutsets.py to kcutsets.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/connectivity/stoerwagner.py to stoerwagner.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/connectivity/utils.py to utils.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/components/tests/__init__.py to __init__.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/components/tests/test_attracting.py to test_attracting.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/components/tests/test_biconnected.py to test_biconnected.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/components/tests/test_connected.py to test_connected.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/components/tests/test_semiconnected.py to test_semiconnected.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/components/tests/test_strongly_connected.py to test_strongly_connected.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/components/tests/test_weakly_connected.py to test_weakly_connected.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/components/__init__.py to __init__.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/components/attracting.py to attracting.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/components/biconnected.py to biconnected.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/components/connected.py to connected.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/components/semiconnected.py to semiconnected.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/components/strongly_connected.py to strongly_connected.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/components/weakly_connected.py to weakly_connected.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/community/tests/__init__.py to __init__.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/community/tests/test_asyn_fluid.py to test_asyn_fluid.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/community/tests/test_centrality.py to test_centrality.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/community/tests/test_kclique.py to test_kclique.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/community/tests/test_kernighan_lin.py to test_kernighan_lin.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/community/tests/test_label_propagation.py to test_label_propagation.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/community/tests/test_louvain.py to test_louvain.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/community/tests/test_lukes.py to test_lukes.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/community/tests/test_modularity_max.py to test_modularity_max.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/community/tests/test_quality.py to test_quality.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/community/tests/test_utils.py to test_utils.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/community/__init__.py to __init__.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/community/asyn_fluid.py to asyn_fluid.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/community/centrality.py to centrality.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/community/community_utils.py to community_utils.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/community/kclique.py to kclique.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/community/kernighan_lin.py to kernighan_lin.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/community/label_propagation.py to label_propagation.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/community/louvain.py to louvain.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/community/lukes.py to lukes.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/community/modularity_max.py to modularity_max.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/community/quality.py to quality.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/centrality/tests/__init__.py to __init__.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/centrality/tests/test_betweenness_centrality.py to test_betweenness_centrality.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/centrality/tests/test_betweenness_centrality_subset.py to test_betweenness_centrality_subset.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/centrality/tests/test_closeness_centrality.py to test_closeness_centrality.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/centrality/tests/test_current_flow_betweenness_centrality.py to test_current_flow_betweenness_centrality.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/centrality/tests/test_current_flow_betweenness_centrality_subset.py to test_current_flow_betweenness_centrality_subset.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/centrality/tests/test_current_flow_closeness.py to test_current_flow_closeness.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/centrality/tests/test_degree_centrality.py to test_degree_centrality.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/centrality/tests/test_dispersion.py to test_dispersion.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/centrality/tests/test_eigenvector_centrality.py to test_eigenvector_centrality.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/centrality/tests/test_group.py to test_group.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/centrality/tests/test_harmonic_centrality.py to test_harmonic_centrality.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/centrality/tests/test_katz_centrality.py to test_katz_centrality.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/centrality/tests/test_load_centrality.py to test_load_centrality.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/centrality/tests/test_percolation_centrality.py to test_percolation_centrality.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/centrality/tests/test_reaching.py to test_reaching.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/centrality/tests/test_second_order_centrality.py to test_second_order_centrality.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/centrality/tests/test_subgraph.py to test_subgraph.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/centrality/tests/test_trophic.py to test_trophic.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/centrality/tests/test_voterank.py to test_voterank.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/centrality/__init__.py to __init__.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/centrality/betweenness.py to betweenness.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/centrality/betweenness_subset.py to betweenness_subset.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/centrality/closeness.py to closeness.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/centrality/current_flow_betweenness.py to current_flow_betweenness.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/centrality/current_flow_betweenness_subset.py to current_flow_betweenness_subset.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/centrality/current_flow_closeness.py to current_flow_closeness.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/centrality/degree_alg.py to degree_alg.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/centrality/dispersion.py to dispersion.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/centrality/eigenvector.py to eigenvector.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/centrality/flow_matrix.py to flow_matrix.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/centrality/group.py to group.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/centrality/harmonic.py to harmonic.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/centrality/katz.py to katz.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/centrality/load.py to load.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/centrality/percolation.py to percolation.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/centrality/reaching.py to reaching.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/centrality/second_order.py to second_order.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/centrality/subgraph_alg.py to subgraph_alg.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/centrality/trophic.py to trophic.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/centrality/voterank_alg.py to voterank_alg.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/bipartite/tests/__init__.py to __init__.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/bipartite/tests/test_basic.py to test_basic.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/bipartite/tests/test_centrality.py to test_centrality.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/bipartite/tests/test_cluster.py to test_cluster.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/bipartite/tests/test_covering.py to test_covering.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/bipartite/tests/test_edgelist.py to test_edgelist.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/bipartite/tests/test_generators.py to test_generators.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/bipartite/tests/test_matching.py to test_matching.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/bipartite/tests/test_matrix.py to test_matrix.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/bipartite/tests/test_project.py to test_project.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/bipartite/tests/test_redundancy.py to test_redundancy.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/bipartite/tests/test_spectral_bipartivity.py to test_spectral_bipartivity.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/bipartite/__init__.py to __init__.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/bipartite/basic.py to basic.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/bipartite/centrality.py to centrality.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/bipartite/cluster.py to cluster.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/bipartite/covering.py to covering.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/bipartite/edgelist.py to edgelist.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/bipartite/generators.py to generators.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/bipartite/matching.py to matching.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/bipartite/matrix.py to matrix.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/bipartite/projection.py to projection.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/bipartite/redundancy.py to redundancy.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/bipartite/spectral.py to spectral.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/assortativity/tests/__init__.py to __init__.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/assortativity/tests/base_test.py to base_test.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/assortativity/tests/test_connectivity.py to test_connectivity.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/assortativity/tests/test_correlation.py to test_correlation.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/assortativity/tests/test_mixing.py to test_mixing.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/assortativity/tests/test_neighbor_degree.py to test_neighbor_degree.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/assortativity/tests/test_pairs.py to test_pairs.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/assortativity/__init__.py to __init__.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/assortativity/connectivity.py to connectivity.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/assortativity/correlation.py to correlation.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/assortativity/mixing.py to mixing.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/assortativity/neighbor_degree.py to neighbor_degree.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/assortativity/pairs.py to pairs.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/__init__.py to __init__.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/asteroidal.py to asteroidal.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/boundary.py to boundary.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/bridges.py to bridges.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/chains.py to chains.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/chordal.py to chordal.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/clique.py to clique.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/cluster.py to cluster.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/communicability_alg.py to communicability_alg.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/core.py to core.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/covering.py to covering.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/cuts.py to cuts.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/cycles.py to cycles.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/d_separation.py to d_separation.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/dag.py to dag.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/distance_measures.py to distance_measures.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/distance_regular.py to distance_regular.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/dominance.py to dominance.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/dominating.py to dominating.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/efficiency_measures.py to efficiency_measures.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/euler.py to euler.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/graph_hashing.py to graph_hashing.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/graphical.py to graphical.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/hierarchy.py to hierarchy.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/hybrid.py to hybrid.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/isolate.py to isolate.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/link_prediction.py to link_prediction.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/lowest_common_ancestors.py to lowest_common_ancestors.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/matching.py to matching.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/mis.py to mis.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/moral.py to moral.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/node_classification.py to node_classification.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/non_randomness.py to non_randomness.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/planar_drawing.py to planar_drawing.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/planarity.py to planarity.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/polynomials.py to polynomials.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/reciprocity.py to reciprocity.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/regular.py to regular.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/richclub.py to richclub.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/similarity.py to similarity.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/simple_paths.py to simple_paths.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/smallworld.py to smallworld.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/smetric.py to smetric.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/sparsifiers.py to sparsifiers.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/structuralholes.py to structuralholes.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/summarization.py to summarization.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/swap.py to swap.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/threshold.py to threshold.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/tournament.py to tournament.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/triads.py to triads.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/vitality.py to vitality.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/voronoi.py to voronoi.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/algorithms/wiener.py to wiener.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/__init__.py to __init__.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/conftest.py to conftest.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/convert.py to convert.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/convert_matrix.py to convert_matrix.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/exception.py to exception.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/lazy_imports.py to lazy_imports.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx/relabel.py to relabel.cpython-311.pyc running install_data creating /tmp/instance-5/output-1/host/share/doc/networkx-3.0 copying LICENSE.txt -> /tmp/instance-5/output-1/host/share/doc/networkx-3.0 creating /tmp/instance-5/output-1/host/share/doc/networkx-3.0/examples copying examples/./README.txt -> /tmp/instance-5/output-1/host/share/doc/networkx-3.0/examples/. creating /tmp/instance-5/output-1/host/share/doc/networkx-3.0/examples/advanced creating /tmp/instance-5/output-1/host/share/doc/networkx-3.0/examples/algorithms copying examples/algorithms/WormNet.v3.benchmark.txt -> /tmp/instance-5/output-1/host/share/doc/networkx-3.0/examples/algorithms copying examples/algorithms/README.txt -> /tmp/instance-5/output-1/host/share/doc/networkx-3.0/examples/algorithms copying examples/algorithms/plot_subgraphs.py -> /tmp/instance-5/output-1/host/share/doc/networkx-3.0/examples/algorithms copying examples/algorithms/plot_snap.py -> /tmp/instance-5/output-1/host/share/doc/networkx-3.0/examples/algorithms copying examples/algorithms/plot_rcm.py -> /tmp/instance-5/output-1/host/share/doc/networkx-3.0/examples/algorithms copying examples/algorithms/plot_parallel_betweenness.py -> /tmp/instance-5/output-1/host/share/doc/networkx-3.0/examples/algorithms copying examples/algorithms/plot_krackhardt_centrality.py -> /tmp/instance-5/output-1/host/share/doc/networkx-3.0/examples/algorithms copying examples/algorithms/plot_iterated_dynamical_systems.py -> /tmp/instance-5/output-1/host/share/doc/networkx-3.0/examples/algorithms copying examples/algorithms/plot_dedensification.py -> /tmp/instance-5/output-1/host/share/doc/networkx-3.0/examples/algorithms copying examples/algorithms/plot_davis_club.py -> /tmp/instance-5/output-1/host/share/doc/networkx-3.0/examples/algorithms copying examples/algorithms/plot_circuits.py -> /tmp/instance-5/output-1/host/share/doc/networkx-3.0/examples/algorithms copying examples/algorithms/plot_blockmodel.py -> /tmp/instance-5/output-1/host/share/doc/networkx-3.0/examples/algorithms copying examples/algorithms/plot_betweenness_centrality.py -> /tmp/instance-5/output-1/host/share/doc/networkx-3.0/examples/algorithms copying examples/algorithms/plot_beam_search.py -> /tmp/instance-5/output-1/host/share/doc/networkx-3.0/examples/algorithms copying examples/algorithms/hartford_drug.edgelist -> /tmp/instance-5/output-1/host/share/doc/networkx-3.0/examples/algorithms creating /tmp/instance-5/output-1/host/share/doc/networkx-3.0/examples/basic copying examples/basic/README.txt -> /tmp/instance-5/output-1/host/share/doc/networkx-3.0/examples/basic copying examples/basic/plot_simple_graph.py -> /tmp/instance-5/output-1/host/share/doc/networkx-3.0/examples/basic copying examples/basic/plot_read_write.py -> /tmp/instance-5/output-1/host/share/doc/networkx-3.0/examples/basic copying examples/basic/plot_properties.py -> /tmp/instance-5/output-1/host/share/doc/networkx-3.0/examples/basic creating /tmp/instance-5/output-1/host/share/doc/networkx-3.0/examples/3d_drawing copying examples/3d_drawing/README.txt -> /tmp/instance-5/output-1/host/share/doc/networkx-3.0/examples/3d_drawing copying examples/3d_drawing/plot_basic.py -> /tmp/instance-5/output-1/host/share/doc/networkx-3.0/examples/3d_drawing copying examples/3d_drawing/mayavi2_spring.py -> /tmp/instance-5/output-1/host/share/doc/networkx-3.0/examples/3d_drawing creating /tmp/instance-5/output-1/host/share/doc/networkx-3.0/examples/drawing copying examples/drawing/README.txt -> /tmp/instance-5/output-1/host/share/doc/networkx-3.0/examples/drawing copying examples/drawing/plot_weighted_graph.py -> /tmp/instance-5/output-1/host/share/doc/networkx-3.0/examples/drawing copying examples/drawing/plot_unix_email.py -> /tmp/instance-5/output-1/host/share/doc/networkx-3.0/examples/drawing copying examples/drawing/plot_tsp.py -> /tmp/instance-5/output-1/host/share/doc/networkx-3.0/examples/drawing copying examples/drawing/plot_spectral_grid.py -> /tmp/instance-5/output-1/host/share/doc/networkx-3.0/examples/drawing copying examples/drawing/plot_simple_path.py -> /tmp/instance-5/output-1/host/share/doc/networkx-3.0/examples/drawing copying examples/drawing/plot_selfloops.py -> /tmp/instance-5/output-1/host/share/doc/networkx-3.0/examples/drawing copying examples/drawing/plot_sampson.py -> /tmp/instance-5/output-1/host/share/doc/networkx-3.0/examples/drawing copying examples/drawing/plot_random_geometric_graph.py -> /tmp/instance-5/output-1/host/share/doc/networkx-3.0/examples/drawing copying examples/drawing/plot_rainbow_coloring.py -> /tmp/instance-5/output-1/host/share/doc/networkx-3.0/examples/drawing copying examples/drawing/plot_node_colormap.py -> /tmp/instance-5/output-1/host/share/doc/networkx-3.0/examples/drawing copying examples/drawing/plot_multipartite_graph.py -> /tmp/instance-5/output-1/host/share/doc/networkx-3.0/examples/drawing copying examples/drawing/plot_labels_and_colors.py -> /tmp/instance-5/output-1/host/share/doc/networkx-3.0/examples/drawing copying examples/drawing/plot_knuth_miles.py -> /tmp/instance-5/output-1/host/share/doc/networkx-3.0/examples/drawing copying examples/drawing/plot_house_with_colors.py -> /tmp/instance-5/output-1/host/share/doc/networkx-3.0/examples/drawing copying examples/drawing/plot_four_grids.py -> /tmp/instance-5/output-1/host/share/doc/networkx-3.0/examples/drawing copying examples/drawing/plot_eigenvalues.py -> /tmp/instance-5/output-1/host/share/doc/networkx-3.0/examples/drawing copying examples/drawing/plot_ego_graph.py -> /tmp/instance-5/output-1/host/share/doc/networkx-3.0/examples/drawing copying examples/drawing/plot_edge_colormap.py -> /tmp/instance-5/output-1/host/share/doc/networkx-3.0/examples/drawing copying examples/drawing/plot_directed.py -> /tmp/instance-5/output-1/host/share/doc/networkx-3.0/examples/drawing copying examples/drawing/plot_degree.py -> /tmp/instance-5/output-1/host/share/doc/networkx-3.0/examples/drawing copying examples/drawing/plot_custom_node_icons.py -> /tmp/instance-5/output-1/host/share/doc/networkx-3.0/examples/drawing copying examples/drawing/plot_chess_masters.py -> /tmp/instance-5/output-1/host/share/doc/networkx-3.0/examples/drawing copying examples/drawing/plot_center_node.py -> /tmp/instance-5/output-1/host/share/doc/networkx-3.0/examples/drawing copying examples/drawing/chess_masters_WCC.pgn.bz2 -> /tmp/instance-5/output-1/host/share/doc/networkx-3.0/examples/drawing copying examples/drawing/knuth_miles.txt.gz -> /tmp/instance-5/output-1/host/share/doc/networkx-3.0/examples/drawing copying examples/drawing/unix_email.mbox -> /tmp/instance-5/output-1/host/share/doc/networkx-3.0/examples/drawing creating /tmp/instance-5/output-1/host/share/doc/networkx-3.0/examples/graph copying examples/graph/README.txt -> /tmp/instance-5/output-1/host/share/doc/networkx-3.0/examples/graph copying examples/graph/plot_words.py -> /tmp/instance-5/output-1/host/share/doc/networkx-3.0/examples/graph copying examples/graph/plot_triad_types.py -> /tmp/instance-5/output-1/host/share/doc/networkx-3.0/examples/graph copying examples/graph/plot_roget.py -> /tmp/instance-5/output-1/host/share/doc/networkx-3.0/examples/graph copying examples/graph/plot_napoleon_russian_campaign.py -> /tmp/instance-5/output-1/host/share/doc/networkx-3.0/examples/graph copying examples/graph/plot_morse_trie.py -> /tmp/instance-5/output-1/host/share/doc/networkx-3.0/examples/graph copying examples/graph/plot_karate_club.py -> /tmp/instance-5/output-1/host/share/doc/networkx-3.0/examples/graph copying examples/graph/plot_football.py -> /tmp/instance-5/output-1/host/share/doc/networkx-3.0/examples/graph copying examples/graph/plot_expected_degree_sequence.py -> /tmp/instance-5/output-1/host/share/doc/networkx-3.0/examples/graph copying examples/graph/plot_erdos_renyi.py -> /tmp/instance-5/output-1/host/share/doc/networkx-3.0/examples/graph copying examples/graph/plot_degree_sequence.py -> /tmp/instance-5/output-1/host/share/doc/networkx-3.0/examples/graph copying examples/graph/plot_dag_layout.py -> /tmp/instance-5/output-1/host/share/doc/networkx-3.0/examples/graph copying examples/graph/words_dat.txt.gz -> /tmp/instance-5/output-1/host/share/doc/networkx-3.0/examples/graph copying examples/graph/roget_dat.txt.gz -> /tmp/instance-5/output-1/host/share/doc/networkx-3.0/examples/graph creating /tmp/instance-5/output-1/host/share/doc/networkx-3.0/examples/javascript creating /tmp/instance-5/output-1/host/share/doc/networkx-3.0/examples/jit creating /tmp/instance-5/output-1/host/share/doc/networkx-3.0/examples/pygraphviz creating /tmp/instance-5/output-1/host/share/doc/networkx-3.0/examples/subclass copying examples/subclass/README.txt -> /tmp/instance-5/output-1/host/share/doc/networkx-3.0/examples/subclass copying examples/subclass/plot_printgraph.py -> /tmp/instance-5/output-1/host/share/doc/networkx-3.0/examples/subclass copying examples/subclass/plot_antigraph.py -> /tmp/instance-5/output-1/host/share/doc/networkx-3.0/examples/subclass creating /tmp/instance-5/output-1/host/share/doc/networkx-3.0/examples/javascript/force running install_egg_info running egg_info writing networkx.egg-info/PKG-INFO writing dependency_links to networkx.egg-info/dependency_links.txt writing requirements to networkx.egg-info/requires.txt writing top-level names to networkx.egg-info/top_level.txt reading manifest file 'networkx.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' warning: no files found matching '*.txt' under directory 'doc' warning: no files found matching '*.inc' under directory 'doc' warning: no files found matching 'networkx/*/tests/*.txt' warning: no previously-included files matching '*~' found anywhere in distribution warning: no previously-included files matching '*.pyc' found anywhere in distribution warning: no previously-included files matching '.svn' found anywhere in distribution no previously-included directories found matching 'doc/build' no previously-included directories found matching 'doc/auto_examples' no previously-included directories found matching 'doc/modules' no previously-included directories found matching 'doc/reference/generated' no previously-included directories found matching 'doc/reference/algorithms/generated' no previously-included directories found matching 'doc/reference/classes/generated' no previously-included directories found matching 'doc/reference/readwrite/generated' adding license file 'LICENSE.txt' writing manifest file 'networkx.egg-info/SOURCES.txt' Copying networkx.egg-info to /tmp/instance-5/output-1/host/lib/python3.11/site-packages/networkx-3.0-py3.11.egg-info running install_scripts >>> host-setools 4.4.0 Downloading wget --passive-ftp -nd -t 3 -O '/tmp/instance-5/output-1/build/.setools-4.4.0.tar.gz.Ou09u0/output' 'https://github.com/SELinuxProject/setools/archive/4.4.0/setools-4.4.0.tar.gz' --2023-02-20 00:45:25-- https://github.com/SELinuxProject/setools/archive/4.4.0/setools-4.4.0.tar.gz Resolving github.com (github.com)... 140.82.114.3 Connecting to github.com (github.com)|140.82.114.3|:443... connected. HTTP request sent, awaiting response... 302 Found Location: https://codeload.github.com/SELinuxProject/setools/tar.gz/refs/tags/4.4.0 [following] --2023-02-20 00:45:25-- https://codeload.github.com/SELinuxProject/setools/tar.gz/refs/tags/4.4.0 Resolving codeload.github.com (codeload.github.com)... 140.82.113.10 Connecting to codeload.github.com (codeload.github.com)|140.82.113.10|:443... connected. HTTP request sent, awaiting response... 200 OK Length: unspecified [application/x-gzip] Saving to: '/tmp/instance-5/output-1/build/.setools-4.4.0.tar.gz.Ou09u0/output' 0K .......... .......... .......... .......... .......... 486K 50K .......... .......... .......... .......... .......... 979K 100K .......... .......... .......... .......... .......... 963K 150K .......... .......... .......... .......... .......... 107M 200K .......... .......... .......... .......... .......... 13.7M 250K .......... .......... .......... .......... .......... 130M 300K .......... .......... .......... .......... .......... 1.02M 350K .......... .......... .......... .......... .......... 228M 400K .......... . 445M=0.3s 2023-02-20 00:45:26 (1.55 MB/s) - '/tmp/instance-5/output-1/build/.setools-4.4.0.tar.gz.Ou09u0/output' saved [420865] setools-4.4.0.tar.gz: OK (sha256: 202eac5f857475937bee8136cff278aa2b4a4b94a0dec63fbbbe18c9eb644a4e) >>> host-setools 4.4.0 Extracting gzip -d -c /tmp/instance-5/dl/setools/setools-4.4.0.tar.gz | tar --strip-components=1 -C /tmp/instance-5/output-1/build/host-setools-4.4.0 -xf - >>> host-setools 4.4.0 Patching Applying 0001-Do-not-export-use-setools.InfoFlowAnalysis-and-setoo.patch using patch: patching file sedta patching file seinfoflow patching file setools/__init__.py patching file setoolsgui/apol/dta.py patching file setoolsgui/apol/infoflow.py patching file tests/dta.py patching file tests/infoflow.py # By default, setup.py will look for libsepol.a in the host machines # /usr/lib directory. This needs to be changed to the host directory. /usr/bin/sed -i -e "s@lib_dirs =.*@lib_dirs = ['/tmp/instance-5/output-1/host/lib']@g" /tmp/instance-5/output-1/build/host-setools-4.4.0/setup.py >>> host-setools 4.4.0 Configuring >>> host-setools 4.4.0 Building (cd /tmp/instance-5/output-1/build/host-setools-4.4.0//; PATH="/tmp/instance-5/output-1/host/bin:/tmp/instance-5/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PYTHONNOUSERSITE=1 PATH="/tmp/instance-5/output-1/host/bin:/tmp/instance-5/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PKG_CONFIG="/tmp/instance-5/output-1/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/tmp/instance-5/output-1/host/lib/pkgconfig:/tmp/instance-5/output-1/host/share/pkgconfig" AR="/usr/bin/ar" AS="/usr/bin/as" LD="/usr/bin/ld" NM="/usr/bin/nm" CC="/tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc" GCC="/tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc" CXX="/tmp/instance-5/output-1/host/bin/ccache /usr/bin/g++" CPP="/usr/bin/cpp" OBJCOPY="/usr/bin/objcopy" RANLIB="/usr/bin/ranlib" CPPFLAGS="-I/tmp/instance-5/output-1/host/include" CFLAGS="-O2 -I/tmp/instance-5/output-1/host/include" CXXFLAGS="-O2 -I/tmp/instance-5/output-1/host/include" LDFLAGS="-L/tmp/instance-5/output-1/host/lib -Wl,-rpath,/tmp/instance-5/output-1/host/lib" INTLTOOL_PERL=/usr/bin/perl SETUPTOOLS_USE_DISTUTILS=stdlib /tmp/instance-5/output-1/host/bin/python setup.py build ) Compiling setools/policyrep.pyx because it changed. [1/1] Cythonizing setools/policyrep.pyx running build running build_py creating build creating build/lib.linux-x86_64-3.11 creating build/lib.linux-x86_64-3.11/setools copying setools/__init__.py -> build/lib.linux-x86_64-3.11/setools copying setools/util.py -> build/lib.linux-x86_64-3.11/setools copying setools/userquery.py -> build/lib.linux-x86_64-3.11/setools copying setools/typequery.py -> build/lib.linux-x86_64-3.11/setools copying setools/typeattrquery.py -> build/lib.linux-x86_64-3.11/setools copying setools/terulequery.py -> build/lib.linux-x86_64-3.11/setools copying setools/sensitivityquery.py -> build/lib.linux-x86_64-3.11/setools copying setools/rolequery.py -> build/lib.linux-x86_64-3.11/setools copying setools/rbacrulequery.py -> build/lib.linux-x86_64-3.11/setools copying setools/query.py -> build/lib.linux-x86_64-3.11/setools copying setools/portconquery.py -> build/lib.linux-x86_64-3.11/setools copying setools/polcapquery.py -> build/lib.linux-x86_64-3.11/setools copying setools/pirqconquery.py -> build/lib.linux-x86_64-3.11/setools copying setools/permmap.py -> build/lib.linux-x86_64-3.11/setools copying setools/pcideviceconquery.py -> build/lib.linux-x86_64-3.11/setools copying setools/objclassquery.py -> build/lib.linux-x86_64-3.11/setools copying setools/nodeconquery.py -> build/lib.linux-x86_64-3.11/setools copying setools/netifconquery.py -> build/lib.linux-x86_64-3.11/setools copying setools/mlsrulequery.py -> build/lib.linux-x86_64-3.11/setools copying setools/mixins.py -> build/lib.linux-x86_64-3.11/setools copying setools/ioportconquery.py -> build/lib.linux-x86_64-3.11/setools copying setools/iomemconquery.py -> build/lib.linux-x86_64-3.11/setools copying setools/initsidquery.py -> build/lib.linux-x86_64-3.11/setools copying setools/infoflow.py -> build/lib.linux-x86_64-3.11/setools copying setools/ibpkeyconquery.py -> build/lib.linux-x86_64-3.11/setools copying setools/ibendportconquery.py -> build/lib.linux-x86_64-3.11/setools copying setools/genfsconquery.py -> build/lib.linux-x86_64-3.11/setools copying setools/fsusequery.py -> build/lib.linux-x86_64-3.11/setools copying setools/exception.py -> build/lib.linux-x86_64-3.11/setools copying setools/dta.py -> build/lib.linux-x86_64-3.11/setools copying setools/devicetreeconquery.py -> build/lib.linux-x86_64-3.11/setools copying setools/descriptors.py -> build/lib.linux-x86_64-3.11/setools copying setools/defaultquery.py -> build/lib.linux-x86_64-3.11/setools copying setools/constraintquery.py -> build/lib.linux-x86_64-3.11/setools copying setools/commonquery.py -> build/lib.linux-x86_64-3.11/setools copying setools/categoryquery.py -> build/lib.linux-x86_64-3.11/setools copying setools/boundsquery.py -> build/lib.linux-x86_64-3.11/setools copying setools/boolquery.py -> build/lib.linux-x86_64-3.11/setools creating build/lib.linux-x86_64-3.11/setools/checker copying setools/checker/util.py -> build/lib.linux-x86_64-3.11/setools/checker copying setools/checker/roexec.py -> build/lib.linux-x86_64-3.11/setools/checker copying setools/checker/globalkeys.py -> build/lib.linux-x86_64-3.11/setools/checker copying setools/checker/emptyattr.py -> build/lib.linux-x86_64-3.11/setools/checker copying setools/checker/descriptors.py -> build/lib.linux-x86_64-3.11/setools/checker copying setools/checker/checkermodule.py -> build/lib.linux-x86_64-3.11/setools/checker copying setools/checker/checker.py -> build/lib.linux-x86_64-3.11/setools/checker copying setools/checker/assertte.py -> build/lib.linux-x86_64-3.11/setools/checker copying setools/checker/assertrbac.py -> build/lib.linux-x86_64-3.11/setools/checker copying setools/checker/__init__.py -> build/lib.linux-x86_64-3.11/setools/checker creating build/lib.linux-x86_64-3.11/setools/diff copying setools/diff/users.py -> build/lib.linux-x86_64-3.11/setools/diff copying setools/diff/typing.py -> build/lib.linux-x86_64-3.11/setools/diff copying setools/diff/types.py -> build/lib.linux-x86_64-3.11/setools/diff copying setools/diff/typeattr.py -> build/lib.linux-x86_64-3.11/setools/diff copying setools/diff/terules.py -> build/lib.linux-x86_64-3.11/setools/diff copying setools/diff/roles.py -> build/lib.linux-x86_64-3.11/setools/diff copying setools/diff/rbacrules.py -> build/lib.linux-x86_64-3.11/setools/diff copying setools/diff/properties.py -> build/lib.linux-x86_64-3.11/setools/diff copying setools/diff/portcon.py -> build/lib.linux-x86_64-3.11/setools/diff copying setools/diff/polcap.py -> build/lib.linux-x86_64-3.11/setools/diff copying setools/diff/objclass.py -> build/lib.linux-x86_64-3.11/setools/diff copying setools/diff/nodecon.py -> build/lib.linux-x86_64-3.11/setools/diff copying setools/diff/netifcon.py -> build/lib.linux-x86_64-3.11/setools/diff copying setools/diff/mlsrules.py -> build/lib.linux-x86_64-3.11/setools/diff copying setools/diff/mls.py -> build/lib.linux-x86_64-3.11/setools/diff copying setools/diff/initsid.py -> build/lib.linux-x86_64-3.11/setools/diff copying setools/diff/ibpkeycon.py -> build/lib.linux-x86_64-3.11/setools/diff copying setools/diff/ibendportcon.py -> build/lib.linux-x86_64-3.11/setools/diff copying setools/diff/genfscon.py -> build/lib.linux-x86_64-3.11/setools/diff copying setools/diff/fsuse.py -> build/lib.linux-x86_64-3.11/setools/diff copying setools/diff/difference.py -> build/lib.linux-x86_64-3.11/setools/diff copying setools/diff/descriptors.py -> build/lib.linux-x86_64-3.11/setools/diff copying setools/diff/default.py -> build/lib.linux-x86_64-3.11/setools/diff copying setools/diff/context.py -> build/lib.linux-x86_64-3.11/setools/diff copying setools/diff/constraints.py -> build/lib.linux-x86_64-3.11/setools/diff copying setools/diff/conditional.py -> build/lib.linux-x86_64-3.11/setools/diff copying setools/diff/commons.py -> build/lib.linux-x86_64-3.11/setools/diff copying setools/diff/bounds.py -> build/lib.linux-x86_64-3.11/setools/diff copying setools/diff/bool.py -> build/lib.linux-x86_64-3.11/setools/diff copying setools/diff/__init__.py -> build/lib.linux-x86_64-3.11/setools/diff creating build/lib.linux-x86_64-3.11/setoolsgui copying setoolsgui/widget.py -> build/lib.linux-x86_64-3.11/setoolsgui copying setoolsgui/usermodel.py -> build/lib.linux-x86_64-3.11/setoolsgui copying setoolsgui/typemodel.py -> build/lib.linux-x86_64-3.11/setoolsgui copying setoolsgui/typeattrmodel.py -> build/lib.linux-x86_64-3.11/setoolsgui copying setoolsgui/treeview.py -> build/lib.linux-x86_64-3.11/setoolsgui copying setoolsgui/terulemodel.py -> build/lib.linux-x86_64-3.11/setoolsgui copying setoolsgui/tableview.py -> build/lib.linux-x86_64-3.11/setoolsgui copying setoolsgui/rolemodel.py -> build/lib.linux-x86_64-3.11/setoolsgui copying setoolsgui/rbacrulemodel.py -> build/lib.linux-x86_64-3.11/setoolsgui copying setoolsgui/portconmodel.py -> build/lib.linux-x86_64-3.11/setoolsgui copying setoolsgui/objclassmodel.py -> build/lib.linux-x86_64-3.11/setoolsgui copying setoolsgui/nodeconmodel.py -> build/lib.linux-x86_64-3.11/setoolsgui copying setoolsgui/netifconmodel.py -> build/lib.linux-x86_64-3.11/setoolsgui copying setoolsgui/models.py -> build/lib.linux-x86_64-3.11/setoolsgui copying setoolsgui/mlsrulemodel.py -> build/lib.linux-x86_64-3.11/setoolsgui copying setoolsgui/mlsmodel.py -> build/lib.linux-x86_64-3.11/setoolsgui copying setoolsgui/logtosignal.py -> build/lib.linux-x86_64-3.11/setoolsgui copying setoolsgui/listview.py -> build/lib.linux-x86_64-3.11/setoolsgui copying setoolsgui/initsidmodel.py -> build/lib.linux-x86_64-3.11/setoolsgui copying setoolsgui/ibpkeyconmodel.py -> build/lib.linux-x86_64-3.11/setoolsgui copying setoolsgui/ibendportconmodel.py -> build/lib.linux-x86_64-3.11/setoolsgui copying setoolsgui/getdetailslist.py -> build/lib.linux-x86_64-3.11/setoolsgui copying setoolsgui/genfsconmodel.py -> build/lib.linux-x86_64-3.11/setoolsgui copying setoolsgui/fsusemodel.py -> build/lib.linux-x86_64-3.11/setoolsgui copying setoolsgui/details.py -> build/lib.linux-x86_64-3.11/setoolsgui copying setoolsgui/defaultmodel.py -> build/lib.linux-x86_64-3.11/setoolsgui copying setoolsgui/constraintmodel.py -> build/lib.linux-x86_64-3.11/setoolsgui copying setoolsgui/commonmodel.py -> build/lib.linux-x86_64-3.11/setoolsgui copying setoolsgui/boundsmodel.py -> build/lib.linux-x86_64-3.11/setoolsgui copying setoolsgui/boolmodel.py -> build/lib.linux-x86_64-3.11/setoolsgui copying setoolsgui/__init__.py -> build/lib.linux-x86_64-3.11/setoolsgui creating build/lib.linux-x86_64-3.11/setoolsgui/apol copying setoolsgui/apol/infoflow.py -> build/lib.linux-x86_64-3.11/setoolsgui/apol copying setoolsgui/apol/dta.py -> build/lib.linux-x86_64-3.11/setoolsgui/apol copying setoolsgui/apol/workspace.py -> build/lib.linux-x86_64-3.11/setoolsgui/apol copying setoolsgui/apol/userquery.py -> build/lib.linux-x86_64-3.11/setoolsgui/apol copying setoolsgui/apol/typequery.py -> build/lib.linux-x86_64-3.11/setoolsgui/apol copying setoolsgui/apol/typeattrquery.py -> build/lib.linux-x86_64-3.11/setoolsgui/apol copying setoolsgui/apol/terulequery.py -> build/lib.linux-x86_64-3.11/setoolsgui/apol copying setoolsgui/apol/summary.py -> build/lib.linux-x86_64-3.11/setoolsgui/apol copying setoolsgui/apol/sensitivityquery.py -> build/lib.linux-x86_64-3.11/setoolsgui/apol copying setoolsgui/apol/rolequery.py -> build/lib.linux-x86_64-3.11/setoolsgui/apol copying setoolsgui/apol/rbacrulequery.py -> build/lib.linux-x86_64-3.11/setoolsgui/apol copying setoolsgui/apol/queryupdater.py -> build/lib.linux-x86_64-3.11/setoolsgui/apol copying setoolsgui/apol/portconquery.py -> build/lib.linux-x86_64-3.11/setoolsgui/apol copying setoolsgui/apol/permmapedit.py -> build/lib.linux-x86_64-3.11/setoolsgui/apol copying setoolsgui/apol/objclassquery.py -> build/lib.linux-x86_64-3.11/setoolsgui/apol copying setoolsgui/apol/nodeconquery.py -> build/lib.linux-x86_64-3.11/setoolsgui/apol copying setoolsgui/apol/netifconquery.py -> build/lib.linux-x86_64-3.11/setoolsgui/apol copying setoolsgui/apol/mlsrulequery.py -> build/lib.linux-x86_64-3.11/setoolsgui/apol copying setoolsgui/apol/mainwindow.py -> build/lib.linux-x86_64-3.11/setoolsgui/apol copying setoolsgui/apol/initsidquery.py -> build/lib.linux-x86_64-3.11/setoolsgui/apol copying setoolsgui/apol/ibpkeyconquery.py -> build/lib.linux-x86_64-3.11/setoolsgui/apol copying setoolsgui/apol/ibendportconquery.py -> build/lib.linux-x86_64-3.11/setoolsgui/apol copying setoolsgui/apol/genfsconquery.py -> build/lib.linux-x86_64-3.11/setoolsgui/apol copying setoolsgui/apol/fsusequery.py -> build/lib.linux-x86_64-3.11/setoolsgui/apol copying setoolsgui/apol/excludetypes.py -> build/lib.linux-x86_64-3.11/setoolsgui/apol copying setoolsgui/apol/exception.py -> build/lib.linux-x86_64-3.11/setoolsgui/apol copying setoolsgui/apol/defaultquery.py -> build/lib.linux-x86_64-3.11/setoolsgui/apol copying setoolsgui/apol/constraintquery.py -> build/lib.linux-x86_64-3.11/setoolsgui/apol copying setoolsgui/apol/config.py -> build/lib.linux-x86_64-3.11/setoolsgui/apol copying setoolsgui/apol/commonquery.py -> build/lib.linux-x86_64-3.11/setoolsgui/apol copying setoolsgui/apol/chooseanalysis.py -> build/lib.linux-x86_64-3.11/setoolsgui/apol copying setoolsgui/apol/categoryquery.py -> build/lib.linux-x86_64-3.11/setoolsgui/apol copying setoolsgui/apol/boundsquery.py -> build/lib.linux-x86_64-3.11/setoolsgui/apol copying setoolsgui/apol/boolquery.py -> build/lib.linux-x86_64-3.11/setoolsgui/apol copying setoolsgui/apol/analysistab.py -> build/lib.linux-x86_64-3.11/setoolsgui/apol copying setoolsgui/apol/__init__.py -> build/lib.linux-x86_64-3.11/setoolsgui/apol copying setools/perm_map -> build/lib.linux-x86_64-3.11/setools copying setoolsgui/detail_popup.ui -> build/lib.linux-x86_64-3.11/setoolsgui copying setoolsgui/apol/userquery.ui -> build/lib.linux-x86_64-3.11/setoolsgui/apol copying setoolsgui/apol/typequery.ui -> build/lib.linux-x86_64-3.11/setoolsgui/apol copying setoolsgui/apol/typeattrquery.ui -> build/lib.linux-x86_64-3.11/setoolsgui/apol copying setoolsgui/apol/terulequery.ui -> build/lib.linux-x86_64-3.11/setoolsgui/apol copying setoolsgui/apol/summary.ui -> build/lib.linux-x86_64-3.11/setoolsgui/apol copying setoolsgui/apol/sensitivityquery.ui -> build/lib.linux-x86_64-3.11/setoolsgui/apol copying setoolsgui/apol/rolequery.ui -> build/lib.linux-x86_64-3.11/setoolsgui/apol copying setoolsgui/apol/rbacrulequery.ui -> build/lib.linux-x86_64-3.11/setoolsgui/apol copying setoolsgui/apol/portconquery.ui -> build/lib.linux-x86_64-3.11/setoolsgui/apol copying setoolsgui/apol/permmapping.ui -> build/lib.linux-x86_64-3.11/setoolsgui/apol copying setoolsgui/apol/permmap_editor.ui -> build/lib.linux-x86_64-3.11/setoolsgui/apol copying setoolsgui/apol/objclassquery.ui -> build/lib.linux-x86_64-3.11/setoolsgui/apol copying setoolsgui/apol/nodeconquery.ui -> build/lib.linux-x86_64-3.11/setoolsgui/apol copying setoolsgui/apol/netifconquery.ui -> build/lib.linux-x86_64-3.11/setoolsgui/apol copying setoolsgui/apol/mlsrulequery.ui -> build/lib.linux-x86_64-3.11/setoolsgui/apol copying setoolsgui/apol/initsidquery.ui -> build/lib.linux-x86_64-3.11/setoolsgui/apol copying setoolsgui/apol/infoflow.ui -> build/lib.linux-x86_64-3.11/setoolsgui/apol copying setoolsgui/apol/ibpkeyconquery.ui -> build/lib.linux-x86_64-3.11/setoolsgui/apol copying setoolsgui/apol/ibendportconquery.ui -> build/lib.linux-x86_64-3.11/setoolsgui/apol copying setoolsgui/apol/genfsconquery.ui -> build/lib.linux-x86_64-3.11/setoolsgui/apol copying setoolsgui/apol/fsusequery.ui -> build/lib.linux-x86_64-3.11/setoolsgui/apol copying setoolsgui/apol/exclude_types.ui -> build/lib.linux-x86_64-3.11/setoolsgui/apol copying setoolsgui/apol/dta.ui -> build/lib.linux-x86_64-3.11/setoolsgui/apol copying setoolsgui/apol/defaultquery.ui -> build/lib.linux-x86_64-3.11/setoolsgui/apol copying setoolsgui/apol/constraintquery.ui -> build/lib.linux-x86_64-3.11/setoolsgui/apol copying setoolsgui/apol/commonquery.ui -> build/lib.linux-x86_64-3.11/setoolsgui/apol copying setoolsgui/apol/choose_analysis.ui -> build/lib.linux-x86_64-3.11/setoolsgui/apol copying setoolsgui/apol/categoryquery.ui -> build/lib.linux-x86_64-3.11/setoolsgui/apol copying setoolsgui/apol/boundsquery.ui -> build/lib.linux-x86_64-3.11/setoolsgui/apol copying setoolsgui/apol/boolquery.ui -> build/lib.linux-x86_64-3.11/setoolsgui/apol copying setoolsgui/apol/apol.ui -> build/lib.linux-x86_64-3.11/setoolsgui/apol copying setoolsgui/apol/apol.qhc -> build/lib.linux-x86_64-3.11/setoolsgui/apol copying setoolsgui/apol/apol.qch -> build/lib.linux-x86_64-3.11/setoolsgui/apol running build_ext building 'setools.policyrep' extension creating build/temp.linux-x86_64-3.11 creating build/temp.linux-x86_64-3.11/setools /tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc -Wsign-compare -DNDEBUG -g -O3 -Wall -O2 -I/tmp/instance-5/output-1/host/include -O2 -I/tmp/instance-5/output-1/host/include -I/tmp/instance-5/output-1/host/include -fPIC -I/tmp/instance-5/output-1/host/include/python3.11 -c setools/policyrep.c -o build/temp.linux-x86_64-3.11/setools/policyrep.o -Wextra -Waggregate-return -Wfloat-equal -Wformat -Wformat=2 -Winit-self -Wmissing-format-attribute -Wmissing-include-dirs -Wnested-externs -Wold-style-definition -Wpointer-arith -Wstrict-prototypes -Wunknown-pragmas -Wwrite-strings -fno-exceptions setools/policyrep.c: In function '__pyx_f_7setools_9policyrep_sepol_logging_callback': setools/policyrep.c:10557:3: warning: function '__pyx_f_7setools_9policyrep_sepol_logging_callback' might be a candidate for 'gnu_printf' format attribute [-Wsuggest-attribute=format] 10557 | __pyx_t_1 = ((vasprintf((&__pyx_v_msg), __pyx_v_fmt, __pyx_v_args) < 0) != 0); | ^~~~~~~~~ setools/policyrep.c: In function '__pyx_f_7setools_9policyrep_13SELinuxPolicy__rebuild_attrs_from_map': setools/policyrep.c:88127:33: warning: comparison of integer expressions of different signedness: 'int' and 'uint32_t' {aka 'unsigned int'} [-Wsign-compare] 88127 | __pyx_t_7 = ((__pyx_v_bit < ebitmap_length((&(__pyx_v_self->handle->p.attr_type_map[__pyx_v_i])))) != 0); | ^ setools/policyrep.c:88235:33: warning: comparison of integer expressions of different signedness: 'int' and 'uint32_t' {aka 'unsigned int'} [-Wsign-compare] 88235 | __pyx_t_7 = ((__pyx_v_bit < ebitmap_length((&__pyx_v_tmp_type->types))) != 0); | ^ /tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc -pthread -shared -L/tmp/instance-5/output-1/host/lib -Wl,-rpath,/tmp/instance-5/output-1/host/lib -Wl,--enable-new-dtags -L/tmp/instance-5/output-1/host/lib -Wl,-rpath,/tmp/instance-5/output-1/host/lib -O2 -I/tmp/instance-5/output-1/host/include -I/tmp/instance-5/output-1/host/include build/temp.linux-x86_64-3.11/setools/policyrep.o -L/tmp/instance-5/output-1/host/lib -L/tmp/instance-5/output-1/host/lib -lselinux -lsepol -o build/lib.linux-x86_64-3.11/setools/policyrep.cpython-311-x86_64-linux-gnu.so running build_scripts creating build/scripts-3.11 copying and adjusting apol -> build/scripts-3.11 copying and adjusting sediff -> build/scripts-3.11 copying and adjusting seinfo -> build/scripts-3.11 copying and adjusting seinfoflow -> build/scripts-3.11 copying and adjusting sesearch -> build/scripts-3.11 copying and adjusting sedta -> build/scripts-3.11 copying and adjusting sechecker -> build/scripts-3.11 changing mode of build/scripts-3.11/apol from 644 to 755 changing mode of build/scripts-3.11/sediff from 644 to 755 changing mode of build/scripts-3.11/seinfo from 644 to 755 changing mode of build/scripts-3.11/seinfoflow from 644 to 755 changing mode of build/scripts-3.11/sesearch from 644 to 755 changing mode of build/scripts-3.11/sedta from 644 to 755 changing mode of build/scripts-3.11/sechecker from 644 to 755 >>> host-setools 4.4.0 Installing to host directory (cd /tmp/instance-5/output-1/build/host-setools-4.4.0//; PATH="/tmp/instance-5/output-1/host/bin:/tmp/instance-5/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PYTHONNOUSERSITE=1 PATH="/tmp/instance-5/output-1/host/bin:/tmp/instance-5/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PKG_CONFIG="/tmp/instance-5/output-1/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/tmp/instance-5/output-1/host/lib/pkgconfig:/tmp/instance-5/output-1/host/share/pkgconfig" AR="/usr/bin/ar" AS="/usr/bin/as" LD="/usr/bin/ld" NM="/usr/bin/nm" CC="/tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc" GCC="/tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc" CXX="/tmp/instance-5/output-1/host/bin/ccache /usr/bin/g++" CPP="/usr/bin/cpp" OBJCOPY="/usr/bin/objcopy" RANLIB="/usr/bin/ranlib" CPPFLAGS="-I/tmp/instance-5/output-1/host/include" CFLAGS="-O2 -I/tmp/instance-5/output-1/host/include" CXXFLAGS="-O2 -I/tmp/instance-5/output-1/host/include" LDFLAGS="-L/tmp/instance-5/output-1/host/lib -Wl,-rpath,/tmp/instance-5/output-1/host/lib" INTLTOOL_PERL=/usr/bin/perl SETUPTOOLS_USE_DISTUTILS=stdlib /tmp/instance-5/output-1/host/bin/python setup.py install --prefix=/tmp/instance-5/output-1/host --root=/ --single-version-externally-managed ) running install /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setuptools/command/install.py:35: SetuptoolsDeprecationWarning: setup.py install is deprecated. Use build and pip and other standards-based tools. warnings.warn( running build running build_py running build_ext running build_scripts running install_lib creating /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setoolsgui copying build/lib.linux-x86_64-3.11/setoolsgui/detail_popup.ui -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setoolsgui creating /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setoolsgui/apol copying build/lib.linux-x86_64-3.11/setoolsgui/apol/apol.qch -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setoolsgui/apol copying build/lib.linux-x86_64-3.11/setoolsgui/apol/apol.qhc -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setoolsgui/apol copying build/lib.linux-x86_64-3.11/setoolsgui/apol/apol.ui -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setoolsgui/apol copying build/lib.linux-x86_64-3.11/setoolsgui/apol/boolquery.ui -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setoolsgui/apol copying build/lib.linux-x86_64-3.11/setoolsgui/apol/boundsquery.ui -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setoolsgui/apol copying build/lib.linux-x86_64-3.11/setoolsgui/apol/categoryquery.ui -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setoolsgui/apol copying build/lib.linux-x86_64-3.11/setoolsgui/apol/choose_analysis.ui -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setoolsgui/apol copying build/lib.linux-x86_64-3.11/setoolsgui/apol/commonquery.ui -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setoolsgui/apol copying build/lib.linux-x86_64-3.11/setoolsgui/apol/constraintquery.ui -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setoolsgui/apol copying build/lib.linux-x86_64-3.11/setoolsgui/apol/defaultquery.ui -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setoolsgui/apol copying build/lib.linux-x86_64-3.11/setoolsgui/apol/dta.ui -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setoolsgui/apol copying build/lib.linux-x86_64-3.11/setoolsgui/apol/exclude_types.ui -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setoolsgui/apol copying build/lib.linux-x86_64-3.11/setoolsgui/apol/fsusequery.ui -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setoolsgui/apol copying build/lib.linux-x86_64-3.11/setoolsgui/apol/genfsconquery.ui -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setoolsgui/apol copying build/lib.linux-x86_64-3.11/setoolsgui/apol/ibendportconquery.ui -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setoolsgui/apol copying build/lib.linux-x86_64-3.11/setoolsgui/apol/ibpkeyconquery.ui -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setoolsgui/apol copying build/lib.linux-x86_64-3.11/setoolsgui/apol/infoflow.ui -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setoolsgui/apol copying build/lib.linux-x86_64-3.11/setoolsgui/apol/initsidquery.ui -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setoolsgui/apol copying build/lib.linux-x86_64-3.11/setoolsgui/apol/mlsrulequery.ui -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setoolsgui/apol copying build/lib.linux-x86_64-3.11/setoolsgui/apol/netifconquery.ui -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setoolsgui/apol copying build/lib.linux-x86_64-3.11/setoolsgui/apol/nodeconquery.ui -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setoolsgui/apol copying build/lib.linux-x86_64-3.11/setoolsgui/apol/objclassquery.ui -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setoolsgui/apol copying build/lib.linux-x86_64-3.11/setoolsgui/apol/permmap_editor.ui -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setoolsgui/apol copying build/lib.linux-x86_64-3.11/setoolsgui/apol/permmapping.ui -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setoolsgui/apol copying build/lib.linux-x86_64-3.11/setoolsgui/apol/portconquery.ui -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setoolsgui/apol copying build/lib.linux-x86_64-3.11/setoolsgui/apol/rbacrulequery.ui -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setoolsgui/apol copying build/lib.linux-x86_64-3.11/setoolsgui/apol/rolequery.ui -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setoolsgui/apol copying build/lib.linux-x86_64-3.11/setoolsgui/apol/sensitivityquery.ui -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setoolsgui/apol copying build/lib.linux-x86_64-3.11/setoolsgui/apol/summary.ui -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setoolsgui/apol copying build/lib.linux-x86_64-3.11/setoolsgui/apol/terulequery.ui -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setoolsgui/apol copying build/lib.linux-x86_64-3.11/setoolsgui/apol/typeattrquery.ui -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setoolsgui/apol copying build/lib.linux-x86_64-3.11/setoolsgui/apol/typequery.ui -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setoolsgui/apol copying build/lib.linux-x86_64-3.11/setoolsgui/apol/userquery.ui -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setoolsgui/apol copying build/lib.linux-x86_64-3.11/setoolsgui/apol/__init__.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setoolsgui/apol copying build/lib.linux-x86_64-3.11/setoolsgui/apol/analysistab.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setoolsgui/apol copying build/lib.linux-x86_64-3.11/setoolsgui/apol/boolquery.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setoolsgui/apol copying build/lib.linux-x86_64-3.11/setoolsgui/apol/boundsquery.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setoolsgui/apol copying build/lib.linux-x86_64-3.11/setoolsgui/apol/categoryquery.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setoolsgui/apol copying build/lib.linux-x86_64-3.11/setoolsgui/apol/chooseanalysis.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setoolsgui/apol copying build/lib.linux-x86_64-3.11/setoolsgui/apol/commonquery.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setoolsgui/apol copying build/lib.linux-x86_64-3.11/setoolsgui/apol/config.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setoolsgui/apol copying build/lib.linux-x86_64-3.11/setoolsgui/apol/constraintquery.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setoolsgui/apol copying build/lib.linux-x86_64-3.11/setoolsgui/apol/defaultquery.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setoolsgui/apol copying build/lib.linux-x86_64-3.11/setoolsgui/apol/exception.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setoolsgui/apol copying build/lib.linux-x86_64-3.11/setoolsgui/apol/excludetypes.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setoolsgui/apol copying build/lib.linux-x86_64-3.11/setoolsgui/apol/fsusequery.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setoolsgui/apol copying build/lib.linux-x86_64-3.11/setoolsgui/apol/genfsconquery.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setoolsgui/apol copying build/lib.linux-x86_64-3.11/setoolsgui/apol/ibendportconquery.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setoolsgui/apol copying build/lib.linux-x86_64-3.11/setoolsgui/apol/ibpkeyconquery.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setoolsgui/apol copying build/lib.linux-x86_64-3.11/setoolsgui/apol/initsidquery.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setoolsgui/apol copying build/lib.linux-x86_64-3.11/setoolsgui/apol/mainwindow.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setoolsgui/apol copying build/lib.linux-x86_64-3.11/setoolsgui/apol/mlsrulequery.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setoolsgui/apol copying build/lib.linux-x86_64-3.11/setoolsgui/apol/netifconquery.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setoolsgui/apol copying build/lib.linux-x86_64-3.11/setoolsgui/apol/nodeconquery.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setoolsgui/apol copying build/lib.linux-x86_64-3.11/setoolsgui/apol/objclassquery.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setoolsgui/apol copying build/lib.linux-x86_64-3.11/setoolsgui/apol/permmapedit.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setoolsgui/apol copying build/lib.linux-x86_64-3.11/setoolsgui/apol/portconquery.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setoolsgui/apol copying build/lib.linux-x86_64-3.11/setoolsgui/apol/queryupdater.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setoolsgui/apol copying build/lib.linux-x86_64-3.11/setoolsgui/apol/rbacrulequery.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setoolsgui/apol copying build/lib.linux-x86_64-3.11/setoolsgui/apol/rolequery.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setoolsgui/apol copying build/lib.linux-x86_64-3.11/setoolsgui/apol/sensitivityquery.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setoolsgui/apol copying build/lib.linux-x86_64-3.11/setoolsgui/apol/summary.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setoolsgui/apol copying build/lib.linux-x86_64-3.11/setoolsgui/apol/terulequery.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setoolsgui/apol copying build/lib.linux-x86_64-3.11/setoolsgui/apol/typeattrquery.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setoolsgui/apol copying build/lib.linux-x86_64-3.11/setoolsgui/apol/typequery.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setoolsgui/apol copying build/lib.linux-x86_64-3.11/setoolsgui/apol/userquery.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setoolsgui/apol copying build/lib.linux-x86_64-3.11/setoolsgui/apol/workspace.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setoolsgui/apol copying build/lib.linux-x86_64-3.11/setoolsgui/apol/dta.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setoolsgui/apol copying build/lib.linux-x86_64-3.11/setoolsgui/apol/infoflow.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setoolsgui/apol copying build/lib.linux-x86_64-3.11/setoolsgui/__init__.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setoolsgui copying build/lib.linux-x86_64-3.11/setoolsgui/boolmodel.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setoolsgui copying build/lib.linux-x86_64-3.11/setoolsgui/boundsmodel.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setoolsgui copying build/lib.linux-x86_64-3.11/setoolsgui/commonmodel.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setoolsgui copying build/lib.linux-x86_64-3.11/setoolsgui/constraintmodel.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setoolsgui copying build/lib.linux-x86_64-3.11/setoolsgui/defaultmodel.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setoolsgui copying build/lib.linux-x86_64-3.11/setoolsgui/details.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setoolsgui copying build/lib.linux-x86_64-3.11/setoolsgui/fsusemodel.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setoolsgui copying build/lib.linux-x86_64-3.11/setoolsgui/genfsconmodel.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setoolsgui copying build/lib.linux-x86_64-3.11/setoolsgui/getdetailslist.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setoolsgui copying build/lib.linux-x86_64-3.11/setoolsgui/ibendportconmodel.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setoolsgui copying build/lib.linux-x86_64-3.11/setoolsgui/ibpkeyconmodel.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setoolsgui copying build/lib.linux-x86_64-3.11/setoolsgui/initsidmodel.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setoolsgui copying build/lib.linux-x86_64-3.11/setoolsgui/listview.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setoolsgui copying build/lib.linux-x86_64-3.11/setoolsgui/logtosignal.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setoolsgui copying build/lib.linux-x86_64-3.11/setoolsgui/mlsmodel.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setoolsgui copying build/lib.linux-x86_64-3.11/setoolsgui/mlsrulemodel.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setoolsgui copying build/lib.linux-x86_64-3.11/setoolsgui/models.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setoolsgui copying build/lib.linux-x86_64-3.11/setoolsgui/netifconmodel.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setoolsgui copying build/lib.linux-x86_64-3.11/setoolsgui/nodeconmodel.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setoolsgui copying build/lib.linux-x86_64-3.11/setoolsgui/objclassmodel.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setoolsgui copying build/lib.linux-x86_64-3.11/setoolsgui/portconmodel.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setoolsgui copying build/lib.linux-x86_64-3.11/setoolsgui/rbacrulemodel.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setoolsgui copying build/lib.linux-x86_64-3.11/setoolsgui/rolemodel.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setoolsgui copying build/lib.linux-x86_64-3.11/setoolsgui/tableview.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setoolsgui copying build/lib.linux-x86_64-3.11/setoolsgui/terulemodel.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setoolsgui copying build/lib.linux-x86_64-3.11/setoolsgui/treeview.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setoolsgui copying build/lib.linux-x86_64-3.11/setoolsgui/typeattrmodel.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setoolsgui copying build/lib.linux-x86_64-3.11/setoolsgui/typemodel.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setoolsgui copying build/lib.linux-x86_64-3.11/setoolsgui/usermodel.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setoolsgui copying build/lib.linux-x86_64-3.11/setoolsgui/widget.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setoolsgui creating /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setools copying build/lib.linux-x86_64-3.11/setools/policyrep.cpython-311-x86_64-linux-gnu.so -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setools copying build/lib.linux-x86_64-3.11/setools/perm_map -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setools creating /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setools/diff copying build/lib.linux-x86_64-3.11/setools/diff/__init__.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setools/diff copying build/lib.linux-x86_64-3.11/setools/diff/bool.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setools/diff copying build/lib.linux-x86_64-3.11/setools/diff/bounds.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setools/diff copying build/lib.linux-x86_64-3.11/setools/diff/commons.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setools/diff copying build/lib.linux-x86_64-3.11/setools/diff/conditional.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setools/diff copying build/lib.linux-x86_64-3.11/setools/diff/constraints.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setools/diff copying build/lib.linux-x86_64-3.11/setools/diff/context.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setools/diff copying build/lib.linux-x86_64-3.11/setools/diff/default.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setools/diff copying build/lib.linux-x86_64-3.11/setools/diff/descriptors.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setools/diff copying build/lib.linux-x86_64-3.11/setools/diff/difference.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setools/diff copying build/lib.linux-x86_64-3.11/setools/diff/fsuse.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setools/diff copying build/lib.linux-x86_64-3.11/setools/diff/genfscon.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setools/diff copying build/lib.linux-x86_64-3.11/setools/diff/ibendportcon.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setools/diff copying build/lib.linux-x86_64-3.11/setools/diff/ibpkeycon.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setools/diff copying build/lib.linux-x86_64-3.11/setools/diff/initsid.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setools/diff copying build/lib.linux-x86_64-3.11/setools/diff/mls.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setools/diff copying build/lib.linux-x86_64-3.11/setools/diff/mlsrules.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setools/diff copying build/lib.linux-x86_64-3.11/setools/diff/netifcon.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setools/diff copying build/lib.linux-x86_64-3.11/setools/diff/nodecon.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setools/diff copying build/lib.linux-x86_64-3.11/setools/diff/objclass.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setools/diff copying build/lib.linux-x86_64-3.11/setools/diff/polcap.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setools/diff copying build/lib.linux-x86_64-3.11/setools/diff/portcon.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setools/diff copying build/lib.linux-x86_64-3.11/setools/diff/properties.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setools/diff copying build/lib.linux-x86_64-3.11/setools/diff/rbacrules.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setools/diff copying build/lib.linux-x86_64-3.11/setools/diff/roles.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setools/diff copying build/lib.linux-x86_64-3.11/setools/diff/terules.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setools/diff copying build/lib.linux-x86_64-3.11/setools/diff/typeattr.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setools/diff copying build/lib.linux-x86_64-3.11/setools/diff/types.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setools/diff copying build/lib.linux-x86_64-3.11/setools/diff/typing.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setools/diff copying build/lib.linux-x86_64-3.11/setools/diff/users.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setools/diff creating /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setools/checker copying build/lib.linux-x86_64-3.11/setools/checker/__init__.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setools/checker copying build/lib.linux-x86_64-3.11/setools/checker/assertrbac.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setools/checker copying build/lib.linux-x86_64-3.11/setools/checker/assertte.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setools/checker copying build/lib.linux-x86_64-3.11/setools/checker/checker.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setools/checker copying build/lib.linux-x86_64-3.11/setools/checker/checkermodule.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setools/checker copying build/lib.linux-x86_64-3.11/setools/checker/descriptors.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setools/checker copying build/lib.linux-x86_64-3.11/setools/checker/emptyattr.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setools/checker copying build/lib.linux-x86_64-3.11/setools/checker/globalkeys.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setools/checker copying build/lib.linux-x86_64-3.11/setools/checker/roexec.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setools/checker copying build/lib.linux-x86_64-3.11/setools/checker/util.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setools/checker copying build/lib.linux-x86_64-3.11/setools/boolquery.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setools copying build/lib.linux-x86_64-3.11/setools/boundsquery.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setools copying build/lib.linux-x86_64-3.11/setools/categoryquery.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setools copying build/lib.linux-x86_64-3.11/setools/commonquery.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setools copying build/lib.linux-x86_64-3.11/setools/constraintquery.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setools copying build/lib.linux-x86_64-3.11/setools/defaultquery.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setools copying build/lib.linux-x86_64-3.11/setools/descriptors.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setools copying build/lib.linux-x86_64-3.11/setools/devicetreeconquery.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setools copying build/lib.linux-x86_64-3.11/setools/dta.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setools copying build/lib.linux-x86_64-3.11/setools/exception.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setools copying build/lib.linux-x86_64-3.11/setools/fsusequery.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setools copying build/lib.linux-x86_64-3.11/setools/genfsconquery.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setools copying build/lib.linux-x86_64-3.11/setools/ibendportconquery.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setools copying build/lib.linux-x86_64-3.11/setools/ibpkeyconquery.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setools copying build/lib.linux-x86_64-3.11/setools/infoflow.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setools copying build/lib.linux-x86_64-3.11/setools/initsidquery.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setools copying build/lib.linux-x86_64-3.11/setools/iomemconquery.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setools copying build/lib.linux-x86_64-3.11/setools/ioportconquery.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setools copying build/lib.linux-x86_64-3.11/setools/mixins.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setools copying build/lib.linux-x86_64-3.11/setools/mlsrulequery.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setools copying build/lib.linux-x86_64-3.11/setools/netifconquery.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setools copying build/lib.linux-x86_64-3.11/setools/nodeconquery.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setools copying build/lib.linux-x86_64-3.11/setools/objclassquery.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setools copying build/lib.linux-x86_64-3.11/setools/pcideviceconquery.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setools copying build/lib.linux-x86_64-3.11/setools/permmap.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setools copying build/lib.linux-x86_64-3.11/setools/pirqconquery.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setools copying build/lib.linux-x86_64-3.11/setools/polcapquery.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setools copying build/lib.linux-x86_64-3.11/setools/portconquery.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setools copying build/lib.linux-x86_64-3.11/setools/query.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setools copying build/lib.linux-x86_64-3.11/setools/rbacrulequery.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setools copying build/lib.linux-x86_64-3.11/setools/rolequery.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setools copying build/lib.linux-x86_64-3.11/setools/sensitivityquery.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setools copying build/lib.linux-x86_64-3.11/setools/terulequery.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setools copying build/lib.linux-x86_64-3.11/setools/typeattrquery.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setools copying build/lib.linux-x86_64-3.11/setools/typequery.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setools copying build/lib.linux-x86_64-3.11/setools/userquery.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setools copying build/lib.linux-x86_64-3.11/setools/util.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setools copying build/lib.linux-x86_64-3.11/setools/__init__.py -> /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setools byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setoolsgui/apol/__init__.py to __init__.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setoolsgui/apol/analysistab.py to analysistab.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setoolsgui/apol/boolquery.py to boolquery.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setoolsgui/apol/boundsquery.py to boundsquery.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setoolsgui/apol/categoryquery.py to categoryquery.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setoolsgui/apol/chooseanalysis.py to chooseanalysis.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setoolsgui/apol/commonquery.py to commonquery.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setoolsgui/apol/config.py to config.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setoolsgui/apol/constraintquery.py to constraintquery.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setoolsgui/apol/defaultquery.py to defaultquery.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setoolsgui/apol/exception.py to exception.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setoolsgui/apol/excludetypes.py to excludetypes.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setoolsgui/apol/fsusequery.py to fsusequery.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setoolsgui/apol/genfsconquery.py to genfsconquery.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setoolsgui/apol/ibendportconquery.py to ibendportconquery.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setoolsgui/apol/ibpkeyconquery.py to ibpkeyconquery.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setoolsgui/apol/initsidquery.py to initsidquery.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setoolsgui/apol/mainwindow.py to mainwindow.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setoolsgui/apol/mlsrulequery.py to mlsrulequery.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setoolsgui/apol/netifconquery.py to netifconquery.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setoolsgui/apol/nodeconquery.py to nodeconquery.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setoolsgui/apol/objclassquery.py to objclassquery.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setoolsgui/apol/permmapedit.py to permmapedit.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setoolsgui/apol/portconquery.py to portconquery.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setoolsgui/apol/queryupdater.py to queryupdater.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setoolsgui/apol/rbacrulequery.py to rbacrulequery.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setoolsgui/apol/rolequery.py to rolequery.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setoolsgui/apol/sensitivityquery.py to sensitivityquery.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setoolsgui/apol/summary.py to summary.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setoolsgui/apol/terulequery.py to terulequery.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setoolsgui/apol/typeattrquery.py to typeattrquery.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setoolsgui/apol/typequery.py to typequery.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setoolsgui/apol/userquery.py to userquery.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setoolsgui/apol/workspace.py to workspace.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setoolsgui/apol/dta.py to dta.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setoolsgui/apol/infoflow.py to infoflow.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setoolsgui/__init__.py to __init__.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setoolsgui/boolmodel.py to boolmodel.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setoolsgui/boundsmodel.py to boundsmodel.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setoolsgui/commonmodel.py to commonmodel.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setoolsgui/constraintmodel.py to constraintmodel.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setoolsgui/defaultmodel.py to defaultmodel.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setoolsgui/details.py to details.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setoolsgui/fsusemodel.py to fsusemodel.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setoolsgui/genfsconmodel.py to genfsconmodel.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setoolsgui/getdetailslist.py to getdetailslist.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setoolsgui/ibendportconmodel.py to ibendportconmodel.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setoolsgui/ibpkeyconmodel.py to ibpkeyconmodel.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setoolsgui/initsidmodel.py to initsidmodel.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setoolsgui/listview.py to listview.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setoolsgui/logtosignal.py to logtosignal.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setoolsgui/mlsmodel.py to mlsmodel.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setoolsgui/mlsrulemodel.py to mlsrulemodel.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setoolsgui/models.py to models.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setoolsgui/netifconmodel.py to netifconmodel.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setoolsgui/nodeconmodel.py to nodeconmodel.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setoolsgui/objclassmodel.py to objclassmodel.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setoolsgui/portconmodel.py to portconmodel.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setoolsgui/rbacrulemodel.py to rbacrulemodel.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setoolsgui/rolemodel.py to rolemodel.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setoolsgui/tableview.py to tableview.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setoolsgui/terulemodel.py to terulemodel.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setoolsgui/treeview.py to treeview.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setoolsgui/typeattrmodel.py to typeattrmodel.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setoolsgui/typemodel.py to typemodel.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setoolsgui/usermodel.py to usermodel.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setoolsgui/widget.py to widget.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setools/diff/__init__.py to __init__.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setools/diff/bool.py to bool.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setools/diff/bounds.py to bounds.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setools/diff/commons.py to commons.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setools/diff/conditional.py to conditional.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setools/diff/constraints.py to constraints.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setools/diff/context.py to context.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setools/diff/default.py to default.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setools/diff/descriptors.py to descriptors.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setools/diff/difference.py to difference.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setools/diff/fsuse.py to fsuse.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setools/diff/genfscon.py to genfscon.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setools/diff/ibendportcon.py to ibendportcon.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setools/diff/ibpkeycon.py to ibpkeycon.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setools/diff/initsid.py to initsid.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setools/diff/mls.py to mls.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setools/diff/mlsrules.py to mlsrules.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setools/diff/netifcon.py to netifcon.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setools/diff/nodecon.py to nodecon.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setools/diff/objclass.py to objclass.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setools/diff/polcap.py to polcap.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setools/diff/portcon.py to portcon.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setools/diff/properties.py to properties.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setools/diff/rbacrules.py to rbacrules.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setools/diff/roles.py to roles.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setools/diff/terules.py to terules.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setools/diff/typeattr.py to typeattr.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setools/diff/types.py to types.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setools/diff/typing.py to typing.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setools/diff/users.py to users.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setools/checker/__init__.py to __init__.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setools/checker/assertrbac.py to assertrbac.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setools/checker/assertte.py to assertte.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setools/checker/checker.py to checker.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setools/checker/checkermodule.py to checkermodule.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setools/checker/descriptors.py to descriptors.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setools/checker/emptyattr.py to emptyattr.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setools/checker/globalkeys.py to globalkeys.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setools/checker/roexec.py to roexec.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setools/checker/util.py to util.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setools/boolquery.py to boolquery.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setools/boundsquery.py to boundsquery.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setools/categoryquery.py to categoryquery.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setools/commonquery.py to commonquery.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setools/constraintquery.py to constraintquery.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setools/defaultquery.py to defaultquery.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setools/descriptors.py to descriptors.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setools/devicetreeconquery.py to devicetreeconquery.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setools/dta.py to dta.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setools/exception.py to exception.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setools/fsusequery.py to fsusequery.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setools/genfsconquery.py to genfsconquery.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setools/ibendportconquery.py to ibendportconquery.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setools/ibpkeyconquery.py to ibpkeyconquery.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setools/infoflow.py to infoflow.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setools/initsidquery.py to initsidquery.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setools/iomemconquery.py to iomemconquery.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setools/ioportconquery.py to ioportconquery.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setools/mixins.py to mixins.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setools/mlsrulequery.py to mlsrulequery.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setools/netifconquery.py to netifconquery.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setools/nodeconquery.py to nodeconquery.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setools/objclassquery.py to objclassquery.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setools/pcideviceconquery.py to pcideviceconquery.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setools/permmap.py to permmap.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setools/pirqconquery.py to pirqconquery.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setools/polcapquery.py to polcapquery.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setools/portconquery.py to portconquery.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setools/query.py to query.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setools/rbacrulequery.py to rbacrulequery.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setools/rolequery.py to rolequery.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setools/sensitivityquery.py to sensitivityquery.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setools/terulequery.py to terulequery.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setools/typeattrquery.py to typeattrquery.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setools/typequery.py to typequery.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setools/userquery.py to userquery.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setools/util.py to util.cpython-311.pyc byte-compiling /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setools/__init__.py to __init__.cpython-311.pyc running install_data copying man/sesearch.1 -> /tmp/instance-5/output-1/host/share/man/man1 copying man/seinfoflow.1 -> /tmp/instance-5/output-1/host/share/man/man1 copying man/seinfo.1 -> /tmp/instance-5/output-1/host/share/man/man1 copying man/sedta.1 -> /tmp/instance-5/output-1/host/share/man/man1 copying man/sediff.1 -> /tmp/instance-5/output-1/host/share/man/man1 copying man/sechecker.1 -> /tmp/instance-5/output-1/host/share/man/man1 copying man/apol.1 -> /tmp/instance-5/output-1/host/share/man/man1 copying man/ru/sesearch.1 -> /tmp/instance-5/output-1/host/share/man/ru/man1 copying man/ru/seinfoflow.1 -> /tmp/instance-5/output-1/host/share/man/ru/man1 copying man/ru/seinfo.1 -> /tmp/instance-5/output-1/host/share/man/ru/man1 copying man/ru/sedta.1 -> /tmp/instance-5/output-1/host/share/man/ru/man1 copying man/ru/sediff.1 -> /tmp/instance-5/output-1/host/share/man/ru/man1 copying man/ru/apol.1 -> /tmp/instance-5/output-1/host/share/man/ru/man1 running install_egg_info running egg_info creating setools.egg-info writing setools.egg-info/PKG-INFO writing dependency_links to setools.egg-info/dependency_links.txt writing requirements to setools.egg-info/requires.txt writing top-level names to setools.egg-info/top_level.txt writing manifest file 'setools.egg-info/SOURCES.txt' reading manifest file 'setools.egg-info/SOURCES.txt' reading manifest template 'MANIFEST.in' adding license file 'COPYING' adding license file 'COPYING.GPL' adding license file 'COPYING.LGPL' writing manifest file 'setools.egg-info/SOURCES.txt' Copying setools.egg-info to /tmp/instance-5/output-1/host/lib/python3.11/site-packages/setools-4.4.0-py3.11.egg-info running install_scripts copying build/scripts-3.11/sechecker -> /tmp/instance-5/output-1/host/bin copying build/scripts-3.11/sedta -> /tmp/instance-5/output-1/host/bin copying build/scripts-3.11/sesearch -> /tmp/instance-5/output-1/host/bin copying build/scripts-3.11/seinfoflow -> /tmp/instance-5/output-1/host/bin copying build/scripts-3.11/seinfo -> /tmp/instance-5/output-1/host/bin copying build/scripts-3.11/sediff -> /tmp/instance-5/output-1/host/bin copying build/scripts-3.11/apol -> /tmp/instance-5/output-1/host/bin changing mode of /tmp/instance-5/output-1/host/bin/sechecker to 755 changing mode of /tmp/instance-5/output-1/host/bin/sedta to 755 changing mode of /tmp/instance-5/output-1/host/bin/sesearch to 755 changing mode of /tmp/instance-5/output-1/host/bin/seinfoflow to 755 changing mode of /tmp/instance-5/output-1/host/bin/seinfo to 755 changing mode of /tmp/instance-5/output-1/host/bin/sediff to 755 changing mode of /tmp/instance-5/output-1/host/bin/apol to 755 rm -f /tmp/instance-5/output-1/host/bin/apol >>> refpolicy 2.20220106 Downloading wget --passive-ftp -nd -t 3 -O '/tmp/instance-5/output-1/build/.refpolicy-2.20220106.tar.bz2.V1jHMw/output' 'https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_2_20220106/refpolicy-2.20220106.tar.bz2' --2023-02-20 00:47:32-- https://github.com/SELinuxProject/refpolicy/releases/download/RELEASE_2_20220106/refpolicy-2.20220106.tar.bz2 Resolving github.com (github.com)... 140.82.114.4 Connecting to github.com (github.com)|140.82.114.4|:443... connected. HTTP request sent, awaiting response... 302 Found Location: https://objects.githubusercontent.com/github-production-release-asset-2e65be/138409907/f94f2252-f9d3-4c31-ab81-410067cb9b64?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20230220%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20230220T074732Z&X-Amz-Expires=300&X-Amz-Signature=9fa432d2c8407ee3cb2fb401f9332da4c1e977a447525d302b4e84eb34048402&X-Amz-SignedHeaders=host&actor_id=0&key_id=0&repo_id=138409907&response-content-disposition=attachment%3B%20filename%3Drefpolicy-2.20220106.tar.bz2&response-content-type=application%2Foctet-stream [following] --2023-02-20 00:47:32-- https://objects.githubusercontent.com/github-production-release-asset-2e65be/138409907/f94f2252-f9d3-4c31-ab81-410067cb9b64?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20230220%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20230220T074732Z&X-Amz-Expires=300&X-Amz-Signature=9fa432d2c8407ee3cb2fb401f9332da4c1e977a447525d302b4e84eb34048402&X-Amz-SignedHeaders=host&actor_id=0&key_id=0&repo_id=138409907&response-content-disposition=attachment%3B%20filename%3Drefpolicy-2.20220106.tar.bz2&response-content-type=application%2Foctet-stream Resolving objects.githubusercontent.com (objects.githubusercontent.com)... 185.199.109.133, 185.199.110.133, 185.199.108.133, ... Connecting to objects.githubusercontent.com (objects.githubusercontent.com)|185.199.109.133|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 560342 (547K) [application/octet-stream] Saving to: '/tmp/instance-5/output-1/build/.refpolicy-2.20220106.tar.bz2.V1jHMw/output' 0K .......... .......... .......... .......... .......... 9% 351K 1s 50K .......... .......... .......... .......... .......... 18% 189M 1s 100K .......... .......... .......... .......... .......... 27% 681K 1s 150K .......... .......... .......... .......... .......... 36% 733K 0s 200K .......... .......... .......... .......... .......... 45% 44.9M 0s 250K .......... .......... .......... .......... .......... 54% 105M 0s 300K .......... .......... .......... .......... .......... 63% 712K 0s 350K .......... .......... .......... .......... .......... 73% 47.1M 0s 400K .......... .......... .......... .......... .......... 82% 167M 0s 450K .......... .......... .......... .......... .......... 91% 708K 0s 500K .......... .......... .......... .......... ....... 100% 160M=0.4s 2023-02-20 00:47:33 (1.25 MB/s) - '/tmp/instance-5/output-1/build/.refpolicy-2.20220106.tar.bz2.V1jHMw/output' saved [560342/560342] refpolicy-2.20220106.tar.bz2: OK (sha256: 965f98f0b68a24fd0b8e8d973d319332aea88973e1d6c455ef9c2a31aefaeaa6) >>> refpolicy 2.20220106 Extracting bzcat /tmp/instance-5/dl/refpolicy/refpolicy-2.20220106.tar.bz2 | tar --strip-components=1 -C /tmp/instance-5/output-1/build/refpolicy-2.20220106 -xf - >>> refpolicy 2.20220106 Patching >>> refpolicy 2.20220106 Configuring /usr/bin/sed -i -e "/OUTPUT_POLICY/c\OUTPUT_POLICY = 31" /tmp/instance-5/output-1/build/refpolicy-2.20220106/build.conf /usr/bin/sed -i -e "/MONOLITHIC/c\MONOLITHIC = y" /tmp/instance-5/output-1/build/refpolicy-2.20220106/build.conf /usr/bin/sed -i -e "/NAME/c\NAME = targeted" /tmp/instance-5/output-1/build/refpolicy-2.20220106/build.conf PYTHON=/tmp/instance-5/output-1/host/bin/python3 XMLLINT=/tmp/instance-5/output-1/host/bin/xmllint TEST_TOOLCHAIN=/tmp/instance-5/output-1/host PATH="/tmp/instance-5/output-1/host/bin:/tmp/instance-5/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /home/autobuild/make/make -j1 -C /tmp/instance-5/output-1/build/refpolicy-2.20220106 bare conf make[1]: Entering directory '/tmp/instance-5/output-1/build/refpolicy-2.20220106' rm -f policy.conf rm -f policy.31 rm -f file_contexts rm -f homedir_template rm -f net_contexts net_contexts.nft rm -f *.res rm -fR tmp rm -f doc/policy.xml rm -fR doc/tmp rm -f doc/global_tunables.xml rm -f doc/global_booleans.xml rm -f policy/modules.conf rm -f policy/booleans.conf rm -fR doc/html rm -f tags rm -f support/*.pyc rm -Rf support/__pycache__/ rm -f policy/modules/kernel/corenetwork.te rm -f policy/modules/kernel/corenetwork.if Generating interface templates into doc/tmp/iftemplates support/gentemplates.sh -g -s policy/modules -t doc/tmp/iftemplates m4 -E -E -D self_contained_policy -D enable_ubac=true -D mls_num_sens=16 -D mls_num_cats=1024 -D mcs_num_cats=1024 -D hide_broken_symptoms=true -D self_contained_policy support/divert.m4 policy/modules/kernel/corenetwork.te.m4 support/undivert.m4 policy/modules/kernel/corenetwork.te.in \ | sed -e 's/dollarsone/\$1/g' -e 's/dollarszero/\$0/g' >> policy/modules/kernel/corenetwork.te cat policy/modules/kernel/corenetwork.if.in >> policy/modules/kernel/corenetwork.if egrep "^[[:blank:]]*(network_(interface|node|port|packet)(_controlled)?)|ib_(pkey|endport)\(.*\)" policy/modules/kernel/corenetwork.te.in \ | m4 -E -E -D self_contained_policy -D enable_ubac=true -D mls_num_sens=16 -D mls_num_cats=1024 -D mcs_num_cats=1024 -D hide_broken_symptoms=true -D self_contained_policy support/divert.m4 policy/modules/kernel/corenetwork.if.m4 support/undivert.m4 - \ | sed -e 's/dollarsone/\$1/g' -e 's/dollarszero/\$0/g' >> policy/modules/kernel/corenetwork.if cat policy/modules/admin/metadata.xml > doc/tmp/admin.xml for i in policy/modules/admin/acct policy/modules/admin/aide policy/modules/admin/alsa policy/modules/admin/amanda policy/modules/admin/amtu policy/modules/admin/anaconda policy/modules/admin/apt policy/modules/admin/backup policy/modules/admin/bacula policy/modules/admin/blueman policy/modules/admin/bootloader policy/modules/admin/brctl policy/modules/admin/certwatch policy/modules/admin/cfengine policy/modules/admin/chkrootkit policy/modules/admin/consoletype policy/modules/admin/dmesg policy/modules/admin/dmidecode policy/modules/admin/dphysswapfile policy/modules/admin/dpkg policy/modules/admin/fakehwclock policy/modules/admin/firstboot policy/modules/admin/hwloc policy/modules/admin/kdump policy/modules/admin/kismet policy/modules/admin/logrotate policy/modules/admin/logwatch policy/modules/admin/mcelog policy/modules/admin/mrtg policy/modules/admin/ncftool policy/modules/admin/netutils policy/modules/admin/passenger policy/modules/admin/portage policy/modules/admin/prelink policy/modules/admin/puppet policy/modules/admin/quota policy/modules/admin/rkhunter policy/modules/admin/rpm policy/modules/admin/samhain policy/modules/admin/sblim policy/modules/admin/shorewall policy/modules/admin/shutdown policy/modules/admin/sosreport policy/modules/admin/su policy/modules/admin/sudo policy/modules/admin/sxid policy/modules/admin/tboot policy/modules/admin/tmpreaper policy/modules/admin/tripwire policy/modules/admin/tzdata policy/modules/admin/updfstab policy/modules/admin/usbguard policy/modules/admin/usbmodules policy/modules/admin/usermanage policy/modules/admin/vbetool policy/modules/admin/vpn; do /tmp/instance-5/output-1/host/bin/python3 support/segenxml.py -w -T doc/tmp/iftemplates -m $i >> doc/tmp/admin.xml; done cat policy/modules/apps/metadata.xml > doc/tmp/apps.xml for i in policy/modules/apps/awstats policy/modules/apps/calamaris policy/modules/apps/cdrecord policy/modules/apps/chromium policy/modules/apps/cpufreqselector policy/modules/apps/cryfs policy/modules/apps/evolution policy/modules/apps/games policy/modules/apps/gitosis policy/modules/apps/gnome policy/modules/apps/gpg policy/modules/apps/irc policy/modules/apps/java policy/modules/apps/libmtp policy/modules/apps/lightsquid policy/modules/apps/livecd policy/modules/apps/loadkeys policy/modules/apps/man2html policy/modules/apps/mandb policy/modules/apps/mono policy/modules/apps/mozilla policy/modules/apps/mplayer policy/modules/apps/openoffice policy/modules/apps/pulseaudio policy/modules/apps/qemu policy/modules/apps/rssh policy/modules/apps/screen policy/modules/apps/seunshare policy/modules/apps/sigrok policy/modules/apps/slocate policy/modules/apps/syncthing policy/modules/apps/telepathy policy/modules/apps/thunderbird policy/modules/apps/tvtime policy/modules/apps/uml policy/modules/apps/userhelper policy/modules/apps/usernetctl policy/modules/apps/vlock policy/modules/apps/vmware policy/modules/apps/webalizer policy/modules/apps/wine policy/modules/apps/wireshark policy/modules/apps/wm policy/modules/apps/xscreensaver; do /tmp/instance-5/output-1/host/bin/python3 support/segenxml.py -w -T doc/tmp/iftemplates -m $i >> doc/tmp/apps.xml; done cat policy/modules/kernel/metadata.xml > doc/tmp/kernel.xml for i in policy/modules/kernel/corecommands policy/modules/kernel/corenetwork policy/modules/kernel/devices policy/modules/kernel/domain policy/modules/kernel/files policy/modules/kernel/filesystem policy/modules/kernel/kernel policy/modules/kernel/mcs policy/modules/kernel/mls policy/modules/kernel/selinux policy/modules/kernel/storage policy/modules/kernel/terminal policy/modules/kernel/ubac; do /tmp/instance-5/output-1/host/bin/python3 support/segenxml.py -w -T doc/tmp/iftemplates -m $i >> doc/tmp/kernel.xml; done cat policy/modules/roles/metadata.xml > doc/tmp/roles.xml for i in policy/modules/roles/auditadm policy/modules/roles/dbadm policy/modules/roles/guest policy/modules/roles/logadm policy/modules/roles/secadm policy/modules/roles/staff policy/modules/roles/sysadm policy/modules/roles/unprivuser policy/modules/roles/webadm policy/modules/roles/xguest; do /tmp/instance-5/output-1/host/bin/python3 support/segenxml.py -w -T doc/tmp/iftemplates -m $i >> doc/tmp/roles.xml; done support/segenxml.py: warning: cannot open file doc/tmp/iftemplates/userdom_security_admin_template.iftemplate for read, bailing out support/segenxml.py: warning: cannot open file doc/tmp/iftemplates/userdom_security_admin_template.iftemplate for read, bailing out cat policy/modules/services/metadata.xml > doc/tmp/services.xml for i in policy/modules/services/abrt policy/modules/services/accountsd policy/modules/services/acpi policy/modules/services/afs policy/modules/services/aisexec policy/modules/services/amavis policy/modules/services/apache policy/modules/services/apcupsd policy/modules/services/aptcacher policy/modules/services/arpwatch policy/modules/services/asterisk policy/modules/services/automount policy/modules/services/avahi policy/modules/services/bind policy/modules/services/bird policy/modules/services/bitlbee policy/modules/services/bluetooth policy/modules/services/boinc policy/modules/services/bugzilla policy/modules/services/cachefilesd policy/modules/services/canna policy/modules/services/certbot policy/modules/services/certmaster policy/modules/services/certmonger policy/modules/services/cgmanager policy/modules/services/cgroup policy/modules/services/chronyd policy/modules/services/clamav policy/modules/services/cobbler policy/modules/services/collectd policy/modules/services/colord policy/modules/services/comsat policy/modules/services/condor policy/modules/services/consolesetup policy/modules/services/corosync policy/modules/services/couchdb policy/modules/services/courier policy/modules/services/cpucontrol policy/modules/services/cron policy/modules/services/ctdb policy/modules/services/cups policy/modules/services/cvs policy/modules/services/cyphesis policy/modules/services/cyrus policy/modules/services/dante policy/modules/services/dbskk policy/modules/services/dbus policy/modules/services/ddclient policy/modules/services/devicekit policy/modules/services/dhcp policy/modules/services/dictd policy/modules/services/dirmngr policy/modules/services/distcc policy/modules/services/djbdns policy/modules/services/dkim policy/modules/services/dnsmasq policy/modules/services/dovecot policy/modules/services/drbd policy/modules/services/entropyd policy/modules/services/exim policy/modules/services/fail2ban policy/modules/services/fcoe policy/modules/services/fetchmail policy/modules/services/finger policy/modules/services/firewalld policy/modules/services/fprintd policy/modules/services/ftp policy/modules/services/gatekeeper policy/modules/services/gdomap policy/modules/services/geoclue policy/modules/services/git policy/modules/services/glance policy/modules/services/glusterfs policy/modules/services/gnomeclock policy/modules/services/gpm policy/modules/services/gpsd policy/modules/services/gssproxy policy/modules/services/hadoop policy/modules/services/hddtemp policy/modules/services/hostapd policy/modules/services/hypervkvp policy/modules/services/i18n_input policy/modules/services/icecast policy/modules/services/ifplugd policy/modules/services/inetd policy/modules/services/inn policy/modules/services/iodine policy/modules/services/ircd policy/modules/services/irqbalance policy/modules/services/isns policy/modules/services/jabber policy/modules/services/kerberos policy/modules/services/kerneloops policy/modules/services/keystone policy/modules/services/knot policy/modules/services/ksmtuned policy/modules/services/l2tp policy/modules/services/ldap policy/modules/services/likewise policy/modules/services/lircd policy/modules/services/lldpad policy/modules/services/lpd policy/modules/services/lsm policy/modules/services/mailman policy/modules/services/mediawiki policy/modules/services/memcached policy/modules/services/memlockd policy/modules/services/milter policy/modules/services/minidlna policy/modules/services/minissdpd policy/modules/services/modemmanager policy/modules/services/mojomojo policy/modules/services/mon policy/modules/services/mongodb policy/modules/services/monit policy/modules/services/monop policy/modules/services/mpd policy/modules/services/mta policy/modules/services/munin policy/modules/services/mysql policy/modules/services/nagios policy/modules/services/nessus policy/modules/services/networkmanager policy/modules/services/nis policy/modules/services/nscd policy/modules/services/nsd policy/modules/services/nslcd policy/modules/services/ntop policy/modules/services/ntp policy/modules/services/numad policy/modules/services/nut policy/modules/services/nx policy/modules/services/obex policy/modules/services/obfs4proxy policy/modules/services/oddjob policy/modules/services/oident policy/modules/services/openca policy/modules/services/openct policy/modules/services/openhpi policy/modules/services/openvpn policy/modules/services/openvswitch policy/modules/services/pacemaker policy/modules/services/pads policy/modules/services/pcscd policy/modules/services/pegasus policy/modules/services/perdition policy/modules/services/pingd policy/modules/services/pkcs policy/modules/services/plymouthd policy/modules/services/policykit policy/modules/services/portmap policy/modules/services/portreserve policy/modules/services/portslave policy/modules/services/postfix policy/modules/services/postfixpolicyd policy/modules/services/postgresql policy/modules/services/postgrey policy/modules/services/ppp policy/modules/services/prelude policy/modules/services/privoxy policy/modules/services/procmail policy/modules/services/psad policy/modules/services/publicfile policy/modules/services/pwauth policy/modules/services/pxe policy/modules/services/pyzor policy/modules/services/qmail policy/modules/services/qpid policy/modules/services/quantum policy/modules/services/rabbitmq policy/modules/services/radius policy/modules/services/radvd policy/modules/services/razor policy/modules/services/rdisc policy/modules/services/realmd policy/modules/services/redis policy/modules/services/remotelogin policy/modules/services/resmgr policy/modules/services/rhsmcertd policy/modules/services/rlogin policy/modules/services/rngd policy/modules/services/rpc policy/modules/services/rpcbind policy/modules/services/rshd policy/modules/services/rsync policy/modules/services/rtkit policy/modules/services/rwho policy/modules/services/samba policy/modules/services/sanlock policy/modules/services/sasl policy/modules/services/sendmail policy/modules/services/sensord policy/modules/services/setroubleshoot policy/modules/services/shibboleth policy/modules/services/slpd policy/modules/services/slrnpull policy/modules/services/smartmon policy/modules/services/smokeping policy/modules/services/smstools policy/modules/services/snmp policy/modules/services/snort policy/modules/services/soundserver policy/modules/services/spamassassin policy/modules/services/squid policy/modules/services/ssh policy/modules/services/sssd policy/modules/services/stubby policy/modules/services/stunnel policy/modules/services/svnserve policy/modules/services/sysstat policy/modules/services/systemtap policy/modules/services/tcpd policy/modules/services/tcsd policy/modules/services/telnet policy/modules/services/tftp policy/modules/services/tgtd policy/modules/services/timidity policy/modules/services/tor policy/modules/services/tpm2 policy/modules/services/transproxy policy/modules/services/tuned policy/modules/services/ucspitcp policy/modules/services/ulogd policy/modules/services/uptime policy/modules/services/usbmuxd policy/modules/services/uucp policy/modules/services/uuidd policy/modules/services/uwimap policy/modules/services/varnishd policy/modules/services/vdagent policy/modules/services/vhostmd policy/modules/services/virt policy/modules/services/vnstatd policy/modules/services/watchdog policy/modules/services/wdmd policy/modules/services/wireguard policy/modules/services/xfs policy/modules/services/xserver policy/modules/services/zabbix policy/modules/services/zarafa policy/modules/services/zebra policy/modules/services/zosremote; do /tmp/instance-5/output-1/host/bin/python3 support/segenxml.py -w -T doc/tmp/iftemplates -m $i >> doc/tmp/services.xml; done cat policy/modules/system/metadata.xml > doc/tmp/system.xml for i in policy/modules/system/application policy/modules/system/authlogin policy/modules/system/clock policy/modules/system/daemontools policy/modules/system/fstools policy/modules/system/getty policy/modules/system/hostname policy/modules/system/init policy/modules/system/ipsec policy/modules/system/iptables policy/modules/system/iscsi policy/modules/system/libraries policy/modules/system/locallogin policy/modules/system/logging policy/modules/system/lvm policy/modules/system/miscfiles policy/modules/system/modutils policy/modules/system/mount policy/modules/system/netlabel policy/modules/system/raid policy/modules/system/selinuxutil policy/modules/system/setrans policy/modules/system/sysnetwork policy/modules/system/systemd policy/modules/system/udev policy/modules/system/unconfined policy/modules/system/userdomain policy/modules/system/xdg policy/modules/system/xen; do /tmp/instance-5/output-1/host/bin/python3 support/segenxml.py -w -T doc/tmp/iftemplates -m $i >> doc/tmp/system.xml; done /tmp/instance-5/output-1/host/bin/python3 support/segenxml.py -w -t policy/global_tunables > doc/global_tunables.xml /tmp/instance-5/output-1/host/bin/python3 support/segenxml.py -w -b policy/global_booleans > doc/global_booleans.xml Creating policy.xml echo '' > doc/policy.xml echo '' >> doc/policy.xml echo '' >> doc/policy.xml for i in admin apps kernel roles services system; do echo "" >> doc/policy.xml; cat doc/tmp/$i.xml >> doc/policy.xml; echo "" >> doc/policy.xml; done cat doc/global_tunables.xml doc/global_booleans.xml >> doc/policy.xml echo '' >> doc/policy.xml if test -x /tmp/instance-5/output-1/host/bin/xmllint && test -f doc/policy.dtd; then \ /tmp/instance-5/output-1/host/bin/xmllint --noout --path doc/ --dtdvalid doc/policy.dtd doc/policy.xml ;\ else \ echo "doc/policy.xml XML validation not run. Please install the xmllint tool." ;\ fi Updating policy/booleans.conf and policy/modules.conf /tmp/instance-5/output-1/host/bin/python3 support/sedoctool.py -b policy/booleans.conf -m policy/modules.conf -x doc/policy.xml make[1]: Leaving directory '/tmp/instance-5/output-1/build/refpolicy-2.20220106' /usr/bin/sed -i -e "s/ = module/ = no/g" /tmp/instance-5/output-1/build/refpolicy-2.20220106/policy/modules.conf /usr/bin/sed -i -e "/^acpi =/c\acpi = base" /tmp/instance-5/output-1/build/refpolicy-2.20220106/policy/modules.conf /usr/bin/sed -i -e "/^apache =/c\apache = base" /tmp/instance-5/output-1/build/refpolicy-2.20220106/policy/modules.conf /usr/bin/sed -i -e "/^application =/c\application = base" /tmp/instance-5/output-1/build/refpolicy-2.20220106/policy/modules.conf /usr/bin/sed -i -e "/^authlogin =/c\authlogin = base" /tmp/instance-5/output-1/build/refpolicy-2.20220106/policy/modules.conf /usr/bin/sed -i -e "/^avahi =/c\avahi = base" /tmp/instance-5/output-1/build/refpolicy-2.20220106/policy/modules.conf /usr/bin/sed -i -e "/^bind =/c\bind = base" /tmp/instance-5/output-1/build/refpolicy-2.20220106/policy/modules.conf /usr/bin/sed -i -e "/^collectd =/c\collectd = base" /tmp/instance-5/output-1/build/refpolicy-2.20220106/policy/modules.conf /usr/bin/sed -i -e "/^dbus =/c\dbus = base" /tmp/instance-5/output-1/build/refpolicy-2.20220106/policy/modules.conf /usr/bin/sed -i -e "/^dovecot =/c\dovecot = base" /tmp/instance-5/output-1/build/refpolicy-2.20220106/policy/modules.conf /usr/bin/sed -i -e "/^entropyd =/c\entropyd = base" /tmp/instance-5/output-1/build/refpolicy-2.20220106/policy/modules.conf /usr/bin/sed -i -e "/^getty =/c\getty = base" /tmp/instance-5/output-1/build/refpolicy-2.20220106/policy/modules.conf /usr/bin/sed -i -e "/^git =/c\git = base" /tmp/instance-5/output-1/build/refpolicy-2.20220106/policy/modules.conf /usr/bin/sed -i -e "/^gpm =/c\gpm = base" /tmp/instance-5/output-1/build/refpolicy-2.20220106/policy/modules.conf /usr/bin/sed -i -e "/^hostapd =/c\hostapd = base" /tmp/instance-5/output-1/build/refpolicy-2.20220106/policy/modules.conf /usr/bin/sed -i -e "/^init =/c\init = base" /tmp/instance-5/output-1/build/refpolicy-2.20220106/policy/modules.conf /usr/bin/sed -i -e "/^iptables =/c\iptables = base" /tmp/instance-5/output-1/build/refpolicy-2.20220106/policy/modules.conf /usr/bin/sed -i -e "/^kdump =/c\kdump = base" /tmp/instance-5/output-1/build/refpolicy-2.20220106/policy/modules.conf /usr/bin/sed -i -e "/^libraries =/c\libraries = base" /tmp/instance-5/output-1/build/refpolicy-2.20220106/policy/modules.conf /usr/bin/sed -i -e "/^locallogin =/c\locallogin = base" /tmp/instance-5/output-1/build/refpolicy-2.20220106/policy/modules.conf /usr/bin/sed -i -e "/^logging =/c\logging = base" /tmp/instance-5/output-1/build/refpolicy-2.20220106/policy/modules.conf /usr/bin/sed -i -e "/^memcached =/c\memcached = base" /tmp/instance-5/output-1/build/refpolicy-2.20220106/policy/modules.conf /usr/bin/sed -i -e "/^miscfiles =/c\miscfiles = base" /tmp/instance-5/output-1/build/refpolicy-2.20220106/policy/modules.conf /usr/bin/sed -i -e "/^modutils =/c\modutils = base" /tmp/instance-5/output-1/build/refpolicy-2.20220106/policy/modules.conf /usr/bin/sed -i -e "/^mount =/c\mount = base" /tmp/instance-5/output-1/build/refpolicy-2.20220106/policy/modules.conf /usr/bin/sed -i -e "/^netutils =/c\netutils = base" /tmp/instance-5/output-1/build/refpolicy-2.20220106/policy/modules.conf /usr/bin/sed -i -e "/^openvpn =/c\openvpn = base" /tmp/instance-5/output-1/build/refpolicy-2.20220106/policy/modules.conf /usr/bin/sed -i -e "/^rsync =/c\rsync = base" /tmp/instance-5/output-1/build/refpolicy-2.20220106/policy/modules.conf /usr/bin/sed -i -e "/^selinuxutil =/c\selinuxutil = base" /tmp/instance-5/output-1/build/refpolicy-2.20220106/policy/modules.conf /usr/bin/sed -i -e "/^storage =/c\storage = base" /tmp/instance-5/output-1/build/refpolicy-2.20220106/policy/modules.conf /usr/bin/sed -i -e "/^sysadm =/c\sysadm = base" /tmp/instance-5/output-1/build/refpolicy-2.20220106/policy/modules.conf /usr/bin/sed -i -e "/^sysnetwork =/c\sysnetwork = base" /tmp/instance-5/output-1/build/refpolicy-2.20220106/policy/modules.conf /usr/bin/sed -i -e "/^unconfined =/c\unconfined = base" /tmp/instance-5/output-1/build/refpolicy-2.20220106/policy/modules.conf /usr/bin/sed -i -e "/^userdomain =/c\userdomain = base" /tmp/instance-5/output-1/build/refpolicy-2.20220106/policy/modules.conf /usr/bin/sed -i -e "/^watchdog =/c\watchdog = base" /tmp/instance-5/output-1/build/refpolicy-2.20220106/policy/modules.conf /usr/bin/sed -i -e "/^xdg =/c\xdg = base" /tmp/instance-5/output-1/build/refpolicy-2.20220106/policy/modules.conf >>> refpolicy 2.20220106 Building PYTHON=/tmp/instance-5/output-1/host/bin/python3 XMLLINT=/tmp/instance-5/output-1/host/bin/xmllint TEST_TOOLCHAIN=/tmp/instance-5/output-1/host PATH="/tmp/instance-5/output-1/host/bin:/tmp/instance-5/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /home/autobuild/make/make -j1 -C /tmp/instance-5/output-1/build/refpolicy-2.20220106 policy make[1]: Entering directory '/tmp/instance-5/output-1/build/refpolicy-2.20220106' m4 -E -E -D enable_ubac=true -D mls_num_sens=16 -D mls_num_cats=1024 -D mcs_num_cats=1024 -D hide_broken_symptoms=true -D self_contained_policy policy/flask/security_classes policy/flask/initial_sids policy/flask/access_vectors support/divert.m4 policy/support/file_patterns.spt policy/support/ipc_patterns.spt policy/support/loadable_module.spt policy/support/misc_macros.spt policy/support/misc_patterns.spt policy/support/mls_mcs_macros.spt policy/support/obj_perm_sets.spt support/undivert.m4 policy/context_defaults policy/mls policy/mcs policy/policy_capabilities > tmp/pre_te_files.conf /tmp/instance-5/output-1/host/bin/python3 support/genclassperms.py policy/flask/access_vectors policy/flask/security_classes >> tmp/generated_definitions.conf test -f policy/booleans.conf && gawk -f support/set_bools_tuns.awk policy/booleans.conf >> tmp/generated_definitions.conf || true m4 -E -E support/divert.m4 policy/support/file_patterns.spt policy/support/ipc_patterns.spt policy/support/loadable_module.spt policy/support/misc_macros.spt policy/support/misc_patterns.spt policy/support/mls_mcs_macros.spt policy/support/obj_perm_sets.spt support/undivert.m4 policy/modules/services/acpi.if policy/modules/services/apache.if policy/modules/system/application.if policy/modules/system/authlogin.if policy/modules/services/avahi.if policy/modules/services/bind.if policy/modules/services/collectd.if policy/modules/kernel/corecommands.if policy/modules/kernel/corenetwork.if policy/modules/services/dbus.if policy/modules/kernel/devices.if policy/modules/kernel/domain.if policy/modules/services/dovecot.if policy/modules/services/entropyd.if policy/modules/kernel/files.if policy/modules/kernel/filesystem.if policy/modules/system/getty.if policy/modules/services/git.if policy/modules/services/gpm.if policy/modules/services/hostapd.if policy/modules/system/init.if policy/modules/system/iptables.if policy/modules/admin/kdump.if policy/modules/kernel/kernel.if policy/modules/system/libraries.if policy/modules/system/locallogin.if policy/modules/system/logging.if policy/modules/kernel/mcs.if policy/modules/services/memcached.if policy/modules/system/miscfiles.if policy/modules/kernel/mls.if policy/modules/system/modutils.if policy/modules/system/mount.if policy/modules/admin/netutils.if policy/modules/services/openvpn.if policy/modules/services/rsync.if policy/modules/kernel/selinux.if policy/modules/system/selinuxutil.if policy/modules/kernel/storage.if policy/modules/roles/sysadm.if policy/modules/system/sysnetwork.if policy/modules/kernel/terminal.if policy/modules/kernel/ubac.if policy/modules/system/unconfined.if policy/modules/system/userdomain.if policy/modules/services/watchdog.if policy/modules/system/xdg.if policy/modules/admin/acct.if policy/modules/admin/aide.if policy/modules/admin/alsa.if policy/modules/admin/amanda.if policy/modules/admin/amtu.if policy/modules/admin/anaconda.if policy/modules/admin/apt.if policy/modules/admin/backup.if policy/modules/admin/bacula.if policy/modules/admin/blueman.if policy/modules/admin/bootloader.if policy/modules/admin/brctl.if policy/modules/admin/certwatch.if policy/modules/admin/cfengine.if policy/modules/admin/chkrootkit.if policy/modules/admin/consoletype.if policy/modules/admin/dmesg.if policy/modules/admin/dmidecode.if policy/modules/admin/dphysswapfile.if policy/modules/admin/dpkg.if policy/modules/admin/fakehwclock.if policy/modules/admin/firstboot.if policy/modules/admin/hwloc.if policy/modules/admin/kismet.if policy/modules/admin/logrotate.if policy/modules/admin/logwatch.if policy/modules/admin/mcelog.if policy/modules/admin/mrtg.if policy/modules/admin/ncftool.if policy/modules/admin/passenger.if policy/modules/admin/portage.if policy/modules/admin/prelink.if policy/modules/admin/puppet.if policy/modules/admin/quota.if policy/modules/admin/rkhunter.if policy/modules/admin/rpm.if policy/modules/admin/samhain.if policy/modules/admin/sblim.if policy/modules/admin/shorewall.if policy/modules/admin/shutdown.if policy/modules/admin/sosreport.if policy/modules/admin/su.if policy/modules/admin/sudo.if policy/modules/admin/sxid.if policy/modules/admin/tboot.if policy/modules/admin/tmpreaper.if policy/modules/admin/tripwire.if policy/modules/admin/tzdata.if policy/modules/admin/updfstab.if policy/modules/admin/usbguard.if policy/modules/admin/usbmodules.if policy/modules/admin/usermanage.if policy/modules/admin/vbetool.if policy/modules/admin/vpn.if policy/modules/apps/awstats.if policy/modules/apps/calamaris.if policy/modules/apps/cdrecord.if policy/modules/apps/chromium.if policy/modules/apps/cpufreqselector.if policy/modules/apps/cryfs.if policy/modules/apps/evolution.if policy/modules/apps/games.if policy/modules/apps/gitosis.if policy/modules/apps/gnome.if policy/modules/apps/gpg.if policy/modules/apps/irc.if policy/modules/apps/java.if policy/modules/apps/libmtp.if policy/modules/apps/lightsquid.if policy/modules/apps/livecd.if policy/modules/apps/loadkeys.if policy/modules/apps/man2html.if policy/modules/apps/mandb.if policy/modules/apps/mono.if policy/modules/apps/mozilla.if policy/modules/apps/mplayer.if policy/modules/apps/openoffice.if policy/modules/apps/pulseaudio.if policy/modules/apps/qemu.if policy/modules/apps/rssh.if policy/modules/apps/screen.if policy/modules/apps/seunshare.if policy/modules/apps/sigrok.if policy/modules/apps/slocate.if policy/modules/apps/syncthing.if policy/modules/apps/telepathy.if policy/modules/apps/thunderbird.if policy/modules/apps/tvtime.if policy/modules/apps/uml.if policy/modules/apps/userhelper.if policy/modules/apps/usernetctl.if policy/modules/apps/vlock.if policy/modules/apps/vmware.if policy/modules/apps/webalizer.if policy/modules/apps/wine.if policy/modules/apps/wireshark.if policy/modules/apps/wm.if policy/modules/apps/xscreensaver.if policy/modules/roles/auditadm.if policy/modules/roles/dbadm.if policy/modules/roles/guest.if policy/modules/roles/logadm.if policy/modules/roles/secadm.if policy/modules/roles/staff.if policy/modules/roles/unprivuser.if policy/modules/roles/webadm.if policy/modules/roles/xguest.if policy/modules/services/abrt.if policy/modules/services/accountsd.if policy/modules/services/afs.if policy/modules/services/aisexec.if policy/modules/services/amavis.if policy/modules/services/apcupsd.if policy/modules/services/aptcacher.if policy/modules/services/arpwatch.if policy/modules/services/asterisk.if policy/modules/services/automount.if policy/modules/services/bird.if policy/modules/services/bitlbee.if policy/modules/services/bluetooth.if policy/modules/services/boinc.if policy/modules/services/bugzilla.if policy/modules/services/cachefilesd.if policy/modules/services/canna.if policy/modules/services/certbot.if policy/modules/services/certmaster.if policy/modules/services/certmonger.if policy/modules/services/cgmanager.if policy/modules/services/cgroup.if policy/modules/services/chronyd.if policy/modules/services/clamav.if policy/modules/services/cobbler.if policy/modules/services/colord.if policy/modules/services/comsat.if policy/modules/services/condor.if policy/modules/services/consolesetup.if policy/modules/services/corosync.if policy/modules/services/couchdb.if policy/modules/services/courier.if policy/modules/services/cpucontrol.if policy/modules/services/cron.if policy/modules/services/ctdb.if policy/modules/services/cups.if policy/modules/services/cvs.if policy/modules/services/cyphesis.if policy/modules/services/cyrus.if policy/modules/services/dante.if policy/modules/services/dbskk.if policy/modules/services/ddclient.if policy/modules/services/devicekit.if policy/modules/services/dhcp.if policy/modules/services/dictd.if policy/modules/services/dirmngr.if policy/modules/services/distcc.if policy/modules/services/djbdns.if policy/modules/services/dkim.if policy/modules/services/dnsmasq.if policy/modules/services/drbd.if policy/modules/services/exim.if policy/modules/services/fail2ban.if policy/modules/services/fcoe.if policy/modules/services/fetchmail.if policy/modules/services/finger.if policy/modules/services/firewalld.if policy/modules/services/fprintd.if policy/modules/services/ftp.if policy/modules/services/gatekeeper.if policy/modules/services/gdomap.if policy/modules/services/geoclue.if policy/modules/services/glance.if policy/modules/services/glusterfs.if policy/modules/services/gnomeclock.if policy/modules/services/gpsd.if policy/modules/services/gssproxy.if policy/modules/services/hadoop.if policy/modules/services/hddtemp.if policy/modules/services/hypervkvp.if policy/modules/services/i18n_input.if policy/modules/services/icecast.if policy/modules/services/ifplugd.if policy/modules/services/inetd.if policy/modules/services/inn.if policy/modules/services/iodine.if policy/modules/services/ircd.if policy/modules/services/irqbalance.if policy/modules/services/isns.if policy/modules/services/jabber.if policy/modules/services/kerberos.if policy/modules/services/kerneloops.if policy/modules/services/keystone.if policy/modules/services/knot.if policy/modules/services/ksmtuned.if policy/modules/services/l2tp.if policy/modules/services/ldap.if policy/modules/services/likewise.if policy/modules/services/lircd.if policy/modules/services/lldpad.if policy/modules/services/lpd.if policy/modules/services/lsm.if policy/modules/services/mailman.if policy/modules/services/mediawiki.if policy/modules/services/memlockd.if policy/modules/services/milter.if policy/modules/services/minidlna.if policy/modules/services/minissdpd.if policy/modules/services/modemmanager.if policy/modules/services/mojomojo.if policy/modules/services/mon.if policy/modules/services/mongodb.if policy/modules/services/monit.if policy/modules/services/monop.if policy/modules/services/mpd.if policy/modules/services/mta.if policy/modules/services/munin.if policy/modules/services/mysql.if policy/modules/services/nagios.if policy/modules/services/nessus.if policy/modules/services/networkmanager.if policy/modules/services/nis.if policy/modules/services/nscd.if policy/modules/services/nsd.if policy/modules/services/nslcd.if policy/modules/services/ntop.if policy/modules/services/ntp.if policy/modules/services/numad.if policy/modules/services/nut.if policy/modules/services/nx.if policy/modules/services/obex.if policy/modules/services/obfs4proxy.if policy/modules/services/oddjob.if policy/modules/services/oident.if policy/modules/services/openca.if policy/modules/services/openct.if policy/modules/services/openhpi.if policy/modules/services/openvswitch.if policy/modules/services/pacemaker.if policy/modules/services/pads.if policy/modules/services/pcscd.if policy/modules/services/pegasus.if policy/modules/services/perdition.if policy/modules/services/pingd.if policy/modules/services/pkcs.if policy/modules/services/plymouthd.if policy/modules/services/policykit.if policy/modules/services/portmap.if policy/modules/services/portreserve.if policy/modules/services/portslave.if policy/modules/services/postfix.if policy/modules/services/postfixpolicyd.if policy/modules/services/postgresql.if policy/modules/services/postgrey.if policy/modules/services/ppp.if policy/modules/services/prelude.if policy/modules/services/privoxy.if policy/modules/services/procmail.if policy/modules/services/psad.if policy/modules/services/publicfile.if policy/modules/services/pwauth.if policy/modules/services/pxe.if policy/modules/services/pyzor.if policy/modules/services/qmail.if policy/modules/services/qpid.if policy/modules/services/quantum.if policy/modules/services/rabbitmq.if policy/modules/services/radius.if policy/modules/services/radvd.if policy/modules/services/razor.if policy/modules/services/rdisc.if policy/modules/services/realmd.if policy/modules/services/redis.if policy/modules/services/remotelogin.if policy/modules/services/resmgr.if policy/modules/services/rhsmcertd.if policy/modules/services/rlogin.if policy/modules/services/rngd.if policy/modules/services/rpc.if policy/modules/services/rpcbind.if policy/modules/services/rshd.if policy/modules/services/rtkit.if policy/modules/services/rwho.if policy/modules/services/samba.if policy/modules/services/sanlock.if policy/modules/services/sasl.if policy/modules/services/sendmail.if policy/modules/services/sensord.if policy/modules/services/setroubleshoot.if policy/modules/services/shibboleth.if policy/modules/services/slpd.if policy/modules/services/slrnpull.if policy/modules/services/smartmon.if policy/modules/services/smokeping.if policy/modules/services/smstools.if policy/modules/services/snmp.if policy/modules/services/snort.if policy/modules/services/soundserver.if policy/modules/services/spamassassin.if policy/modules/services/squid.if policy/modules/services/ssh.if policy/modules/services/sssd.if policy/modules/services/stubby.if policy/modules/services/stunnel.if policy/modules/services/svnserve.if policy/modules/services/sysstat.if policy/modules/services/systemtap.if policy/modules/services/tcpd.if policy/modules/services/tcsd.if policy/modules/services/telnet.if policy/modules/services/tftp.if policy/modules/services/tgtd.if policy/modules/services/timidity.if policy/modules/services/tor.if policy/modules/services/tpm2.if policy/modules/services/transproxy.if policy/modules/services/tuned.if policy/modules/services/ucspitcp.if policy/modules/services/ulogd.if policy/modules/services/uptime.if policy/modules/services/usbmuxd.if policy/modules/services/uucp.if policy/modules/services/uuidd.if policy/modules/services/uwimap.if policy/modules/services/varnishd.if policy/modules/services/vdagent.if policy/modules/services/vhostmd.if policy/modules/services/virt.if policy/modules/services/vnstatd.if policy/modules/services/wdmd.if policy/modules/services/wireguard.if policy/modules/services/xfs.if policy/modules/services/xserver.if policy/modules/services/zabbix.if policy/modules/services/zarafa.if policy/modules/services/zebra.if policy/modules/services/zosremote.if policy/modules/system/clock.if policy/modules/system/daemontools.if policy/modules/system/fstools.if policy/modules/system/hostname.if policy/modules/system/ipsec.if policy/modules/system/iscsi.if policy/modules/system/lvm.if policy/modules/system/netlabel.if policy/modules/system/raid.if policy/modules/system/setrans.if policy/modules/system/systemd.if policy/modules/system/udev.if policy/modules/system/xen.if support/iferror.m4 > tmp/all_interfaces.conf.tmp sed -e s/dollarsstar/\$\*/g tmp/all_interfaces.conf.tmp >> tmp/all_interfaces.conf m4 -E -E -D enable_ubac=true -D mls_num_sens=16 -D mls_num_cats=1024 -D mcs_num_cats=1024 -D hide_broken_symptoms=true -D self_contained_policy -s support/divert.m4 policy/support/file_patterns.spt policy/support/ipc_patterns.spt policy/support/loadable_module.spt policy/support/misc_macros.spt policy/support/misc_patterns.spt policy/support/mls_mcs_macros.spt policy/support/obj_perm_sets.spt support/undivert.m4 tmp/generated_definitions.conf tmp/all_interfaces.conf policy/modules/services/acpi.te policy/modules/services/apache.te policy/modules/system/application.te policy/modules/system/authlogin.te policy/modules/services/avahi.te policy/modules/services/bind.te policy/modules/services/collectd.te policy/modules/kernel/corecommands.te policy/modules/kernel/corenetwork.te policy/modules/services/dbus.te policy/modules/kernel/devices.te policy/modules/kernel/domain.te policy/modules/services/dovecot.te policy/modules/services/entropyd.te policy/modules/kernel/files.te policy/modules/kernel/filesystem.te policy/modules/system/getty.te policy/modules/services/git.te policy/modules/services/gpm.te policy/modules/services/hostapd.te policy/modules/system/init.te policy/modules/system/iptables.te policy/modules/admin/kdump.te policy/modules/kernel/kernel.te policy/modules/system/libraries.te policy/modules/system/locallogin.te policy/modules/system/logging.te policy/modules/kernel/mcs.te policy/modules/services/memcached.te policy/modules/system/miscfiles.te policy/modules/kernel/mls.te policy/modules/system/modutils.te policy/modules/system/mount.te policy/modules/admin/netutils.te policy/modules/services/openvpn.te policy/modules/services/rsync.te policy/modules/kernel/selinux.te policy/modules/system/selinuxutil.te policy/modules/kernel/storage.te policy/modules/roles/sysadm.te policy/modules/system/sysnetwork.te policy/modules/kernel/terminal.te policy/modules/kernel/ubac.te policy/modules/system/unconfined.te policy/modules/system/userdomain.te policy/modules/services/watchdog.te policy/modules/system/xdg.te support/fatal_error.m4 > tmp/all_te_files.conf sed -r -f support/get_type_attr_decl.sed tmp/all_te_files.conf | LC_ALL=C sort > tmp/all_attrs_types.conf m4 -E -E -D enable_ubac=true -D mls_num_sens=16 -D mls_num_cats=1024 -D mcs_num_cats=1024 -D hide_broken_symptoms=true -D self_contained_policy support/divert.m4 policy/support/file_patterns.spt policy/support/ipc_patterns.spt policy/support/loadable_module.spt policy/support/misc_macros.spt policy/support/misc_patterns.spt policy/support/mls_mcs_macros.spt policy/support/obj_perm_sets.spt support/undivert.m4 tmp/generated_definitions.conf policy/global_booleans policy/global_tunables > tmp/global_bools.conf sed -r -f support/comment_move_decl.sed tmp/all_te_files.conf > tmp/only_te_rules.conf egrep '^[[:blank:]]*user ' tmp/all_te_files.conf > tmp/post_te_files.conf || true m4 -E -E -D enable_ubac=true -D mls_num_sens=16 -D mls_num_cats=1024 -D mcs_num_cats=1024 -D hide_broken_symptoms=true -D self_contained_policy support/divert.m4 policy/support/file_patterns.spt policy/support/ipc_patterns.spt policy/support/loadable_module.spt policy/support/misc_macros.spt policy/support/misc_patterns.spt policy/support/mls_mcs_macros.spt policy/support/obj_perm_sets.spt support/undivert.m4 tmp/generated_definitions.conf policy/users policy/constraints >> tmp/post_te_files.conf cat tmp/post_te_files.conf > tmp/all_post.conf egrep '^[[:blank:]]*sid ' tmp/all_te_files.conf >> tmp/all_post.conf || true egrep '^[[:blank:]]*fs_use_(xattr|task|trans)' tmp/all_te_files.conf >> tmp/all_post.conf || true egrep '^[[:blank:]]*genfscon' tmp/all_te_files.conf >> tmp/all_post.conf || true egrep '^[[:blank:]]*portcon' tmp/all_te_files.conf >> tmp/all_post.conf || true egrep '^[[:blank:]]*netifcon' tmp/all_te_files.conf >> tmp/all_post.conf || true egrep '^[[:blank:]]*nodecon' tmp/all_te_files.conf >> tmp/all_post.conf || true egrep '^[[:blank:]]*ibpkeycon' tmp/all_te_files.conf >> tmp/all_post.conf || true egrep '^[[:blank:]]*ibendportcon' tmp/all_te_files.conf >> tmp/all_post.conf || true Creating targeted policy.conf cat tmp/pre_te_files.conf tmp/all_attrs_types.conf tmp/global_bools.conf tmp/only_te_rules.conf tmp/all_post.conf > policy.conf Compiling targeted policy.31 env LD_LIBRARY_PATH="/tmp/instance-5/output-1/host/lib:/tmp/instance-5/output-1/host/usr/lib" /tmp/instance-5/output-1/host/usr/bin/checkpolicy -c 31 -U deny -S -O -E policy.conf -o policy.31 make[1]: Leaving directory '/tmp/instance-5/output-1/build/refpolicy-2.20220106' >>> refpolicy 2.20220106 Installing to staging directory PYTHON=/tmp/instance-5/output-1/host/bin/python3 XMLLINT=/tmp/instance-5/output-1/host/bin/xmllint TEST_TOOLCHAIN=/tmp/instance-5/output-1/host PATH="/tmp/instance-5/output-1/host/bin:/tmp/instance-5/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /home/autobuild/make/make -j1 -C /tmp/instance-5/output-1/build/refpolicy-2.20220106 DESTDIR=/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot install-src install-headers make[1]: Entering directory '/tmp/instance-5/output-1/build/refpolicy-2.20220106' rm -rf /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/etc/selinux/targeted/src/policy.old if test -d /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/etc/selinux/targeted/src/policy; then \ mv /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/etc/selinux/targeted/src/policy /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/etc/selinux/targeted/src/policy.old ;\ fi mkdir -p /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/etc/selinux/targeted/src/policy cp -R . /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/etc/selinux/targeted/src/policy install -d -m 755 /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/share/selinux/targeted/include Installing targeted policy headers. install -m 644 doc/tmp/admin.xml doc/tmp/apps.xml doc/tmp/kernel.xml doc/tmp/roles.xml doc/tmp/services.xml doc/tmp/system.xml doc/global_tunables.xml doc/global_booleans.xml /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/share/selinux/targeted/include install -d -m 755 /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/share/selinux/targeted/include/support install -m 644 support/divert.m4 policy/support/file_patterns.spt policy/support/ipc_patterns.spt policy/support/loadable_module.spt policy/support/misc_macros.spt policy/support/misc_patterns.spt policy/support/mls_mcs_macros.spt policy/support/obj_perm_sets.spt support/undivert.m4 doc/policy.dtd /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/share/selinux/targeted/include/support install -m 755 support/segenxml.py /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/share/selinux/targeted/include/support install -m 644 /dev/null /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/share/selinux/targeted/include/support/all_perms.spt /tmp/instance-5/output-1/host/bin/python3 support/genclassperms.py policy/flask/access_vectors policy/flask/security_classes > /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/share/selinux/targeted/include/support/all_perms.spt for i in admin apps kernel roles services system; do \ install -d -m 755 /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/share/selinux/targeted/include/$i ;\ install -m 644 policy/modules/$i/*.if /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/share/selinux/targeted/include/$i ;\ done install -m 644 /dev/null /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/share/selinux/targeted/include/build.conf echo "TYPE ?= standard" > /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/share/selinux/targeted/include/build.conf echo "NAME ?= targeted" >> /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/share/selinux/targeted/include/build.conf echo "MONOLITHIC ?= n" >> /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/share/selinux/targeted/include/build.conf echo "DIRECT_INITRC ?= n" >> /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/share/selinux/targeted/include/build.conf echo "SYSTEMD ?= n" >> /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/share/selinux/targeted/include/build.conf echo "CUSTOM_BUILDOPT ?= " >> /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/share/selinux/targeted/include/build.conf echo "override UBAC := y" >> /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/share/selinux/targeted/include/build.conf echo "override MLS_SENS := 16" >> /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/share/selinux/targeted/include/build.conf echo "override MLS_CATS := 1024" >> /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/share/selinux/targeted/include/build.conf echo "override MCS_CATS := 1024" >> /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/share/selinux/targeted/include/build.conf install -m 644 support/Makefile.devel /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/share/selinux/targeted/include/Makefile make[1]: Leaving directory '/tmp/instance-5/output-1/build/refpolicy-2.20220106' >>> refpolicy 2.20220106 Fixing libtool files for la in $(find /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib* -name "*.la"); do \ cp -a "${la}" "${la}.fixed" && \ /usr/bin/sed -i -e "s:/tmp/instance-5/output-1:@BASE_DIR@:g" \ -e "s:/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot:@STAGING_DIR@:g" \ \ -e "s:\(['= ]\)/usr:\\1@STAGING_DIR@/usr:g" \ -e "s:\(['= ]\)/lib:\\1@STAGING_DIR@/lib:g" \ \ -e "s:@STAGING_DIR@:/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot:g" \ -e "s:@BASE_DIR@:/tmp/instance-5/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 >>> refpolicy 2.20220106 Installing to target PYTHON=/tmp/instance-5/output-1/host/bin/python3 XMLLINT=/tmp/instance-5/output-1/host/bin/xmllint TEST_TOOLCHAIN=/tmp/instance-5/output-1/host PATH="/tmp/instance-5/output-1/host/bin:/tmp/instance-5/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /home/autobuild/make/make -j1 -C /tmp/instance-5/output-1/build/refpolicy-2.20220106 DESTDIR=/tmp/instance-5/output-1/target install make[1]: Entering directory '/tmp/instance-5/output-1/build/refpolicy-2.20220106' Compiling and installing targeted /tmp/instance-5/output-1/target/etc/selinux/targeted/policy/policy.31 env LD_LIBRARY_PATH="/tmp/instance-5/output-1/host/lib:/tmp/instance-5/output-1/host/usr/lib" /tmp/instance-5/output-1/host/usr/bin/checkpolicy -c 31 -U deny -S -O -E policy.conf -o /tmp/instance-5/output-1/target/etc/selinux/targeted/policy/policy.31 Creating targeted file_contexts. m4 -E -E -D enable_ubac=true -D mls_num_sens=16 -D mls_num_cats=1024 -D mcs_num_cats=1024 -D hide_broken_symptoms=true -D self_contained_policy support/divert.m4 policy/support/file_patterns.spt policy/support/ipc_patterns.spt policy/support/loadable_module.spt policy/support/misc_macros.spt policy/support/misc_patterns.spt policy/support/mls_mcs_macros.spt policy/support/obj_perm_sets.spt support/undivert.m4 tmp/generated_definitions.conf policy/modules/services/acpi.fc policy/modules/services/apache.fc policy/modules/system/application.fc policy/modules/system/authlogin.fc policy/modules/services/avahi.fc policy/modules/services/bind.fc policy/modules/services/collectd.fc policy/modules/kernel/corecommands.fc policy/modules/kernel/corenetwork.fc policy/modules/services/dbus.fc policy/modules/kernel/devices.fc policy/modules/kernel/domain.fc policy/modules/services/dovecot.fc policy/modules/services/entropyd.fc policy/modules/kernel/files.fc policy/modules/kernel/filesystem.fc policy/modules/system/getty.fc policy/modules/services/git.fc policy/modules/services/gpm.fc policy/modules/services/hostapd.fc policy/modules/system/init.fc policy/modules/system/iptables.fc policy/modules/admin/kdump.fc policy/modules/kernel/kernel.fc policy/modules/system/libraries.fc policy/modules/system/locallogin.fc policy/modules/system/logging.fc policy/modules/kernel/mcs.fc policy/modules/services/memcached.fc policy/modules/system/miscfiles.fc policy/modules/kernel/mls.fc policy/modules/system/modutils.fc policy/modules/system/mount.fc policy/modules/admin/netutils.fc policy/modules/services/openvpn.fc policy/modules/services/rsync.fc policy/modules/kernel/selinux.fc policy/modules/system/selinuxutil.fc policy/modules/kernel/storage.fc policy/modules/roles/sysadm.fc policy/modules/system/sysnetwork.fc policy/modules/kernel/terminal.fc policy/modules/kernel/ubac.fc policy/modules/system/unconfined.fc policy/modules/system/userdomain.fc policy/modules/services/watchdog.fc policy/modules/system/xdg.fc > tmp/file_contexts.tmp /tmp/instance-5/output-1/host/bin/python3 support/fc_sort.py tmp/file_contexts.tmp file_contexts egrep -e HOME -e ROLE -e USER file_contexts > homedir_template sed -i -e /HOME/d -e /ROLE/d -e /USER/d file_contexts Installing system.users m4 -E -E -D self_contained_policy -D enable_ubac=true -D mls_num_sens=16 -D mls_num_cats=1024 -D mcs_num_cats=1024 -D hide_broken_symptoms=true -D self_contained_policy support/divert.m4 policy/support/file_patterns.spt policy/support/ipc_patterns.spt policy/support/loadable_module.spt policy/support/misc_macros.spt policy/support/misc_patterns.spt policy/support/mls_mcs_macros.spt policy/support/obj_perm_sets.spt support/undivert.m4 tmp/generated_definitions.conf policy/users | sed -r -e 's/^[[:blank:]]+//' \ -e '/^[[:blank:]]*($|#)/d' >> tmp/system.users install -m 0644 tmp/system.users /tmp/instance-5/output-1/target/etc/selinux/targeted/users/system.users Validating targeted file_contexts. env LD_LIBRARY_PATH="/tmp/instance-5/output-1/host/lib:/tmp/instance-5/output-1/host/usr/lib" /tmp/instance-5/output-1/host/sbin/setfiles -q -c /tmp/instance-5/output-1/target/etc/selinux/targeted/policy/policy.31 file_contexts Installing file_contexts. install -m 0644 file_contexts /tmp/instance-5/output-1/target/etc/selinux/targeted/contexts/files/file_contexts install -m 0644 homedir_template /tmp/instance-5/output-1/target/etc/selinux/targeted/contexts/files/homedir_template umask 022 ; /tmp/instance-5/output-1/host/bin/python3 support/genhomedircon.py -d /tmp/instance-5/output-1/target/etc/selinux -t targeted /var/lib is already defined in /tmp/instance-5/output-1/target/etc/selinux/targeted/contexts/files/file_contexts, support/genhomedircon.py will not create a new context. The user "staff_u" is not present in the passwd file, skipping... The user "sysadm_u" is not present in the passwd file, skipping... The user "unconfined_u" is not present in the passwd file, skipping... m4 -E -E -D enable_ubac=true -D mls_num_sens=16 -D mls_num_cats=1024 -D mcs_num_cats=1024 -D hide_broken_symptoms=true -D self_contained_policy support/divert.m4 policy/support/file_patterns.spt policy/support/ipc_patterns.spt policy/support/loadable_module.spt policy/support/misc_macros.spt policy/support/misc_patterns.spt policy/support/mls_mcs_macros.spt policy/support/obj_perm_sets.spt support/undivert.m4 config/appconfig-standard/default_contexts > tmp/default_contexts install -m 0644 tmp/default_contexts /tmp/instance-5/output-1/target/etc/selinux/targeted/contexts/default_contexts m4 -E -E -D enable_ubac=true -D mls_num_sens=16 -D mls_num_cats=1024 -D mcs_num_cats=1024 -D hide_broken_symptoms=true -D self_contained_policy support/divert.m4 policy/support/file_patterns.spt policy/support/ipc_patterns.spt policy/support/loadable_module.spt policy/support/misc_macros.spt policy/support/misc_patterns.spt policy/support/mls_mcs_macros.spt policy/support/obj_perm_sets.spt support/undivert.m4 config/appconfig-standard/default_type > tmp/default_type install -m 0644 tmp/default_type /tmp/instance-5/output-1/target/etc/selinux/targeted/contexts/default_type m4 -E -E -D enable_ubac=true -D mls_num_sens=16 -D mls_num_cats=1024 -D mcs_num_cats=1024 -D hide_broken_symptoms=true -D self_contained_policy support/divert.m4 policy/support/file_patterns.spt policy/support/ipc_patterns.spt policy/support/loadable_module.spt policy/support/misc_macros.spt policy/support/misc_patterns.spt policy/support/mls_mcs_macros.spt policy/support/obj_perm_sets.spt support/undivert.m4 config/appconfig-standard/initrc_context > tmp/initrc_context install -m 0644 tmp/initrc_context /tmp/instance-5/output-1/target/etc/selinux/targeted/contexts/initrc_context m4 -E -E -D enable_ubac=true -D mls_num_sens=16 -D mls_num_cats=1024 -D mcs_num_cats=1024 -D hide_broken_symptoms=true -D self_contained_policy support/divert.m4 policy/support/file_patterns.spt policy/support/ipc_patterns.spt policy/support/loadable_module.spt policy/support/misc_macros.spt policy/support/misc_patterns.spt policy/support/mls_mcs_macros.spt policy/support/obj_perm_sets.spt support/undivert.m4 config/appconfig-standard/failsafe_context > tmp/failsafe_context install -m 0644 tmp/failsafe_context /tmp/instance-5/output-1/target/etc/selinux/targeted/contexts/failsafe_context m4 -E -E -D enable_ubac=true -D mls_num_sens=16 -D mls_num_cats=1024 -D mcs_num_cats=1024 -D hide_broken_symptoms=true -D self_contained_policy support/divert.m4 policy/support/file_patterns.spt policy/support/ipc_patterns.spt policy/support/loadable_module.spt policy/support/misc_macros.spt policy/support/misc_patterns.spt policy/support/mls_mcs_macros.spt policy/support/obj_perm_sets.spt support/undivert.m4 config/appconfig-standard/userhelper_context > tmp/userhelper_context install -m 0644 tmp/userhelper_context /tmp/instance-5/output-1/target/etc/selinux/targeted/contexts/userhelper_context m4 -E -E -D enable_ubac=true -D mls_num_sens=16 -D mls_num_cats=1024 -D mcs_num_cats=1024 -D hide_broken_symptoms=true -D self_contained_policy support/divert.m4 policy/support/file_patterns.spt policy/support/ipc_patterns.spt policy/support/loadable_module.spt policy/support/misc_macros.spt policy/support/misc_patterns.spt policy/support/mls_mcs_macros.spt policy/support/obj_perm_sets.spt support/undivert.m4 config/appconfig-standard/removable_context > tmp/removable_context install -m 0644 tmp/removable_context /tmp/instance-5/output-1/target/etc/selinux/targeted/contexts/removable_context m4 -E -E -D enable_ubac=true -D mls_num_sens=16 -D mls_num_cats=1024 -D mcs_num_cats=1024 -D hide_broken_symptoms=true -D self_contained_policy support/divert.m4 policy/support/file_patterns.spt policy/support/ipc_patterns.spt policy/support/loadable_module.spt policy/support/misc_macros.spt policy/support/misc_patterns.spt policy/support/mls_mcs_macros.spt policy/support/obj_perm_sets.spt support/undivert.m4 config/appconfig-standard/dbus_contexts > tmp/dbus_contexts install -m 0644 tmp/dbus_contexts /tmp/instance-5/output-1/target/etc/selinux/targeted/contexts/dbus_contexts m4 -E -E -D enable_ubac=true -D mls_num_sens=16 -D mls_num_cats=1024 -D mcs_num_cats=1024 -D hide_broken_symptoms=true -D self_contained_policy support/divert.m4 policy/support/file_patterns.spt policy/support/ipc_patterns.spt policy/support/loadable_module.spt policy/support/misc_macros.spt policy/support/misc_patterns.spt policy/support/mls_mcs_macros.spt policy/support/obj_perm_sets.spt support/undivert.m4 config/appconfig-standard/sepgsql_contexts > tmp/sepgsql_contexts install -m 0644 tmp/sepgsql_contexts /tmp/instance-5/output-1/target/etc/selinux/targeted/contexts/sepgsql_contexts m4 -E -E -D enable_ubac=true -D mls_num_sens=16 -D mls_num_cats=1024 -D mcs_num_cats=1024 -D hide_broken_symptoms=true -D self_contained_policy support/divert.m4 policy/support/file_patterns.spt policy/support/ipc_patterns.spt policy/support/loadable_module.spt policy/support/misc_macros.spt policy/support/misc_patterns.spt policy/support/mls_mcs_macros.spt policy/support/obj_perm_sets.spt support/undivert.m4 config/appconfig-standard/x_contexts > tmp/x_contexts install -m 0644 tmp/x_contexts /tmp/instance-5/output-1/target/etc/selinux/targeted/contexts/x_contexts egrep '^[[:blank:]]*type .*customizable' policy.conf | cut -d';' -f1 | cut -d',' -f1 | cut -d' ' -f2 | LC_ALL=C sort -u > tmp/customizable_types install -m 0644 tmp/customizable_types /tmp/instance-5/output-1/target/etc/selinux/targeted/contexts/customizable_types m4 -E -E -D enable_ubac=true -D mls_num_sens=16 -D mls_num_cats=1024 -D mcs_num_cats=1024 -D hide_broken_symptoms=true -D self_contained_policy support/divert.m4 policy/support/file_patterns.spt policy/support/ipc_patterns.spt policy/support/loadable_module.spt policy/support/misc_macros.spt policy/support/misc_patterns.spt policy/support/mls_mcs_macros.spt policy/support/obj_perm_sets.spt support/undivert.m4 config/appconfig-standard/securetty_types > tmp/securetty_types install -m 0644 tmp/securetty_types /tmp/instance-5/output-1/target/etc/selinux/targeted/contexts/securetty_types m4 -E -E -D enable_ubac=true -D mls_num_sens=16 -D mls_num_cats=1024 -D mcs_num_cats=1024 -D hide_broken_symptoms=true -D self_contained_policy support/divert.m4 policy/support/file_patterns.spt policy/support/ipc_patterns.spt policy/support/loadable_module.spt policy/support/misc_macros.spt policy/support/misc_patterns.spt policy/support/mls_mcs_macros.spt policy/support/obj_perm_sets.spt support/undivert.m4 config/appconfig-standard/lxc_contexts > tmp/lxc_contexts install -m 0644 tmp/lxc_contexts /tmp/instance-5/output-1/target/etc/selinux/targeted/contexts/lxc_contexts m4 -E -E -D enable_ubac=true -D mls_num_sens=16 -D mls_num_cats=1024 -D mcs_num_cats=1024 -D hide_broken_symptoms=true -D self_contained_policy support/divert.m4 policy/support/file_patterns.spt policy/support/ipc_patterns.spt policy/support/loadable_module.spt policy/support/misc_macros.spt policy/support/misc_patterns.spt policy/support/mls_mcs_macros.spt policy/support/obj_perm_sets.spt support/undivert.m4 config/appconfig-standard/openrc_contexts > tmp/openrc_contexts install -m 0644 tmp/openrc_contexts /tmp/instance-5/output-1/target/etc/selinux/targeted/contexts/openrc_contexts m4 -E -E -D enable_ubac=true -D mls_num_sens=16 -D mls_num_cats=1024 -D mcs_num_cats=1024 -D hide_broken_symptoms=true -D self_contained_policy support/divert.m4 policy/support/file_patterns.spt policy/support/ipc_patterns.spt policy/support/loadable_module.spt policy/support/misc_macros.spt policy/support/misc_patterns.spt policy/support/mls_mcs_macros.spt policy/support/obj_perm_sets.spt support/undivert.m4 config/appconfig-standard/virtual_domain_context > tmp/virtual_domain_context install -m 0644 tmp/virtual_domain_context /tmp/instance-5/output-1/target/etc/selinux/targeted/contexts/virtual_domain_context m4 -E -E -D enable_ubac=true -D mls_num_sens=16 -D mls_num_cats=1024 -D mcs_num_cats=1024 -D hide_broken_symptoms=true -D self_contained_policy support/divert.m4 policy/support/file_patterns.spt policy/support/ipc_patterns.spt policy/support/loadable_module.spt policy/support/misc_macros.spt policy/support/misc_patterns.spt policy/support/mls_mcs_macros.spt policy/support/obj_perm_sets.spt support/undivert.m4 config/appconfig-standard/virtual_image_context > tmp/virtual_image_context install -m 0644 tmp/virtual_image_context /tmp/instance-5/output-1/target/etc/selinux/targeted/contexts/virtual_image_context install -m 0644 config/appconfig-standard/media /tmp/instance-5/output-1/target/etc/selinux/targeted/contexts/files/media install -m 0644 config/file_contexts.subs_dist /tmp/instance-5/output-1/target/etc/selinux/targeted/contexts/files/file_contexts.subs_dist install -m 0644 config/appconfig-standard/guest_u_default_contexts /tmp/instance-5/output-1/target/etc/selinux/targeted/contexts/users/guest_u install -m 0644 config/appconfig-standard/root_default_contexts /tmp/instance-5/output-1/target/etc/selinux/targeted/contexts/users/root install -m 0644 config/appconfig-standard/staff_u_default_contexts /tmp/instance-5/output-1/target/etc/selinux/targeted/contexts/users/staff_u install -m 0644 config/appconfig-standard/unconfined_u_default_contexts /tmp/instance-5/output-1/target/etc/selinux/targeted/contexts/users/unconfined_u install -m 0644 config/appconfig-standard/user_u_default_contexts /tmp/instance-5/output-1/target/etc/selinux/targeted/contexts/users/user_u install -m 0644 config/appconfig-standard/xguest_u_default_contexts /tmp/instance-5/output-1/target/etc/selinux/targeted/contexts/users/xguest_u sed -r -e 's/false/0/g' -e 's/true/1/g' \ -e '/^[[:blank:]]*($|#)/d' policy/booleans.conf | LC_ALL=C sort > tmp/booleans install -m 0644 tmp/booleans /tmp/instance-5/output-1/target/etc/selinux/targeted/booleans m4 -E -E -D enable_ubac=true -D mls_num_sens=16 -D mls_num_cats=1024 -D mcs_num_cats=1024 -D hide_broken_symptoms=true -D self_contained_policy support/divert.m4 policy/support/file_patterns.spt policy/support/ipc_patterns.spt policy/support/loadable_module.spt policy/support/misc_macros.spt policy/support/misc_patterns.spt policy/support/mls_mcs_macros.spt policy/support/obj_perm_sets.spt support/undivert.m4 config/appconfig-standard/seusers | egrep '^[a-z_]' > tmp/seusers install -m 0644 tmp/seusers /tmp/instance-5/output-1/target/etc/selinux/targeted/seusers Installing local.users install -b -m 0644 config/local.users /tmp/instance-5/output-1/target/etc/selinux/targeted/users/local.users make[1]: Leaving directory '/tmp/instance-5/output-1/build/refpolicy-2.20220106' /usr/bin/install -m 0755 -D package/refpolicy/config /tmp/instance-5/output-1/target/etc/selinux/config /usr/bin/sed -i -e "/^SELINUX=/c\SELINUX=enforcing" /tmp/instance-5/output-1/target/etc/selinux/config >>> xxhash 0.8.1 Downloading wget --passive-ftp -nd -t 3 -O '/tmp/instance-5/output-1/build/.xxhash-0.8.1.tar.gz.bzsc3m/output' 'https://github.com/Cyan4973/xxHash/archive/v0.8.1/xxhash-0.8.1.tar.gz' --2023-02-20 00:48:42-- https://github.com/Cyan4973/xxHash/archive/v0.8.1/xxhash-0.8.1.tar.gz Resolving github.com (github.com)... 140.82.114.3 Connecting to github.com (github.com)|140.82.114.3|:443... connected. HTTP request sent, awaiting response... 302 Found Location: https://codeload.github.com/Cyan4973/xxHash/tar.gz/refs/tags/v0.8.1 [following] --2023-02-20 00:48:42-- https://codeload.github.com/Cyan4973/xxHash/tar.gz/refs/tags/v0.8.1 Resolving codeload.github.com (codeload.github.com)... 140.82.113.9 Connecting to codeload.github.com (codeload.github.com)|140.82.113.9|:443... connected. HTTP request sent, awaiting response... 200 OK Length: unspecified [application/x-gzip] Saving to: '/tmp/instance-5/output-1/build/.xxhash-0.8.1.tar.gz.bzsc3m/output' 0K .......... .......... .......... .......... .......... 502K 50K .......... .......... .......... .......... .......... 1.05M 100K .......... .......... .......... .......... .......... 1.13M 150K .......... ....... 135M=0.2s 2023-02-20 00:48:43 (883 KB/s) - '/tmp/instance-5/output-1/build/.xxhash-0.8.1.tar.gz.bzsc3m/output' saved [171552] xxhash-0.8.1.tar.gz: OK (sha256: 3bb6b7d6f30c591dd65aaaff1c8b7a5b94d81687998ca9400082c739a690436c) >>> xxhash 0.8.1 Extracting gzip -d -c /tmp/instance-5/dl/xxhash/xxhash-0.8.1.tar.gz | tar --strip-components=1 -C /tmp/instance-5/output-1/build/xxhash-0.8.1 -xf - >>> xxhash 0.8.1 Patching Applying 0001-fix-man-page-installation.patch using patch: patching file Makefile Applying 0002-Makefile-add-dedicated-install-targets.patch using patch: patching file Makefile Hunk #1 succeeded at 494 (offset -11 lines). Hunk #2 succeeded at 511 (offset -11 lines). Applying 0003-do-no-longer-depend-on-assert-h-for-XXH_STATIC_ASSERT.patch using patch: patching file xxhash.h Hunk #1 succeeded at 1546 (offset -203 lines). Applying 0004-Makefile-add-install_libxxhash.includes-target.patch using patch: patching file Makefile Hunk #1 succeeded at 505 (offset -52 lines). Hunk #2 succeeded at 536 (offset -52 lines). >>> xxhash 0.8.1 Configuring >>> xxhash 0.8.1 Building PATH="/tmp/instance-5/output-1/host/bin:/tmp/instance-5/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PATH="/tmp/instance-5/output-1/host/bin:/tmp/instance-5/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" AR="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-ar" AS="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-as" LD="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-ld" NM="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-nm" CC="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc" GCC="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc" CPP="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-cpp" CXX="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-g++" FC="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gfortran" F77="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gfortran" RANLIB="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-ranlib" READELF="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-readelf" STRIP="/bin/true" OBJCOPY="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-objcopy" OBJDUMP="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc" GCC_FOR_BUILD="/tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc" CXX_FOR_BUILD="/tmp/instance-5/output-1/host/bin/ccache /usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/tmp/instance-5/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/tmp/instance-5/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/tmp/instance-5/output-1/host/include" LDFLAGS_FOR_BUILD="-L/tmp/instance-5/output-1/host/lib -Wl,-rpath,/tmp/instance-5/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-as" DEFAULT_LINKER="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1" LDFLAGS="" FCFLAGS=" -Os -g0" FFLAGS=" -Os -g0" PKG_CONFIG="/tmp/instance-5/output-1/host/bin/pkg-config" STAGING_DIR="/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no /home/autobuild/make/make -j1 -C /tmp/instance-5/output-1/build/xxhash-0.8.1 MOREFLAGS=-DXXH_NO_INLINE_HINTS xxhsum libxxhash.pc libxxhash make[1]: Entering directory '/tmp/instance-5/output-1/build/xxhash-0.8.1' /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wall -Wextra -Wconversion -Wcast-qual -Wcast-align -Wshadow -Wstrict-aliasing=1 -Wswitch-enum -Wdeclaration-after-statement -Wstrict-prototypes -Wundef -Wpointer-arith -Wformat-security -Wvla -Wformat=2 -Winit-self -Wfloat-equal -Wwrite-strings -Wredundant-decls -Wstrict-overflow=2 -DXXH_NO_INLINE_HINTS -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o xxhash.o xxhash.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wall -Wextra -Wconversion -Wcast-qual -Wcast-align -Wshadow -Wstrict-aliasing=1 -Wswitch-enum -Wdeclaration-after-statement -Wstrict-prototypes -Wundef -Wpointer-arith -Wformat-security -Wvla -Wformat=2 -Winit-self -Wfloat-equal -Wwrite-strings -Wredundant-decls -Wstrict-overflow=2 -DXXH_NO_INLINE_HINTS -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o cli/xxhsum.o cli/xxhsum.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wall -Wextra -Wconversion -Wcast-qual -Wcast-align -Wshadow -Wstrict-aliasing=1 -Wswitch-enum -Wdeclaration-after-statement -Wstrict-prototypes -Wundef -Wpointer-arith -Wformat-security -Wvla -Wformat=2 -Winit-self -Wfloat-equal -Wwrite-strings -Wredundant-decls -Wstrict-overflow=2 -DXXH_NO_INLINE_HINTS -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o cli/xsum_os_specific.o cli/xsum_os_specific.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wall -Wextra -Wconversion -Wcast-qual -Wcast-align -Wshadow -Wstrict-aliasing=1 -Wswitch-enum -Wdeclaration-after-statement -Wstrict-prototypes -Wundef -Wpointer-arith -Wformat-security -Wvla -Wformat=2 -Winit-self -Wfloat-equal -Wwrite-strings -Wredundant-decls -Wstrict-overflow=2 -DXXH_NO_INLINE_HINTS -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o cli/xsum_output.o cli/xsum_output.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wall -Wextra -Wconversion -Wcast-qual -Wcast-align -Wshadow -Wstrict-aliasing=1 -Wswitch-enum -Wdeclaration-after-statement -Wstrict-prototypes -Wundef -Wpointer-arith -Wformat-security -Wvla -Wformat=2 -Winit-self -Wfloat-equal -Wwrite-strings -Wredundant-decls -Wstrict-overflow=2 -DXXH_NO_INLINE_HINTS -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o cli/xsum_sanity_check.o cli/xsum_sanity_check.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wall -Wextra -Wconversion -Wcast-qual -Wcast-align -Wshadow -Wstrict-aliasing=1 -Wswitch-enum -Wdeclaration-after-statement -Wstrict-prototypes -Wundef -Wpointer-arith -Wformat-security -Wvla -Wformat=2 -Winit-self -Wfloat-equal -Wwrite-strings -Wredundant-decls -Wstrict-overflow=2 -DXXH_NO_INLINE_HINTS -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c -o cli/xsum_bench.o cli/xsum_bench.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wall -Wextra -Wconversion -Wcast-qual -Wcast-align -Wshadow -Wstrict-aliasing=1 -Wswitch-enum -Wdeclaration-after-statement -Wstrict-prototypes -Wundef -Wpointer-arith -Wformat-security -Wvla -Wformat=2 -Winit-self -Wfloat-equal -Wwrite-strings -Wredundant-decls -Wstrict-overflow=2 -DXXH_NO_INLINE_HINTS -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 xxhash.o cli/xxhsum.o cli/xsum_os_specific.o cli/xsum_output.o cli/xsum_sanity_check.o cli/xsum_bench.o -o xxhsum creating pkgconfig /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -Wall -Wextra -Wconversion -Wcast-qual -Wcast-align -Wshadow -Wstrict-aliasing=1 -Wswitch-enum -Wdeclaration-after-statement -Wstrict-prototypes -Wundef -Wpointer-arith -Wformat-security -Wvla -Wformat=2 -Winit-self -Wfloat-equal -Wwrite-strings -Wredundant-decls -Wstrict-overflow=2 -DXXH_NO_INLINE_HINTS -fPIC -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 xxhash.c -shared -Wl,-soname=libxxhash.so.0 -o libxxhash.so.0.8.1 ln -sf libxxhash.so.0.8.1 libxxhash.so.0 ln -sf libxxhash.so.0.8.1 libxxhash.so make[1]: Leaving directory '/tmp/instance-5/output-1/build/xxhash-0.8.1' >>> xxhash 0.8.1 Installing to staging directory PATH="/tmp/instance-5/output-1/host/bin:/tmp/instance-5/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PATH="/tmp/instance-5/output-1/host/bin:/tmp/instance-5/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" AR="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-ar" AS="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-as" LD="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-ld" NM="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-nm" CC="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc" GCC="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc" CPP="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-cpp" CXX="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-g++" FC="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gfortran" F77="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gfortran" RANLIB="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-ranlib" READELF="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-readelf" STRIP="/bin/true" OBJCOPY="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-objcopy" OBJDUMP="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc" GCC_FOR_BUILD="/tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc" CXX_FOR_BUILD="/tmp/instance-5/output-1/host/bin/ccache /usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/tmp/instance-5/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/tmp/instance-5/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/tmp/instance-5/output-1/host/include" LDFLAGS_FOR_BUILD="-L/tmp/instance-5/output-1/host/lib -Wl,-rpath,/tmp/instance-5/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-as" DEFAULT_LINKER="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1" LDFLAGS="" FCFLAGS=" -Os -g0" FFLAGS=" -Os -g0" PKG_CONFIG="/tmp/instance-5/output-1/host/bin/pkg-config" STAGING_DIR="/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no /home/autobuild/make/make -j1 -C /tmp/instance-5/output-1/build/xxhash-0.8.1 PREFIX=/usr DESTDIR=/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot install_libxxhash.includes install_libxxhash.pc install_xxhsum install_libxxhash make[1]: Entering directory '/tmp/instance-5/output-1/build/xxhash-0.8.1' Installing pkgconfig Installing xxhsum Installing libxxhash make[1]: Leaving directory '/tmp/instance-5/output-1/build/xxhash-0.8.1' >>> xxhash 0.8.1 Fixing libtool files for la in $(find /tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot/usr/lib* -name "*.la"); do \ cp -a "${la}" "${la}.fixed" && \ /usr/bin/sed -i -e "s:/tmp/instance-5/output-1:@BASE_DIR@:g" \ -e "s:/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot:@STAGING_DIR@:g" \ \ -e "s:\(['= ]\)/usr:\\1@STAGING_DIR@/usr:g" \ -e "s:\(['= ]\)/lib:\\1@STAGING_DIR@/lib:g" \ \ -e "s:@STAGING_DIR@:/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot:g" \ -e "s:@BASE_DIR@:/tmp/instance-5/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 >>> xxhash 0.8.1 Installing to target PATH="/tmp/instance-5/output-1/host/bin:/tmp/instance-5/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PATH="/tmp/instance-5/output-1/host/bin:/tmp/instance-5/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" AR="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-ar" AS="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-as" LD="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-ld" NM="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-nm" CC="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc" GCC="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc" CPP="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-cpp" CXX="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-g++" FC="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gfortran" F77="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gfortran" RANLIB="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-ranlib" READELF="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-readelf" STRIP="/bin/true" OBJCOPY="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-objcopy" OBJDUMP="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc" GCC_FOR_BUILD="/tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc" CXX_FOR_BUILD="/tmp/instance-5/output-1/host/bin/ccache /usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/tmp/instance-5/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/tmp/instance-5/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/tmp/instance-5/output-1/host/include" LDFLAGS_FOR_BUILD="-L/tmp/instance-5/output-1/host/lib -Wl,-rpath,/tmp/instance-5/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-as" DEFAULT_LINKER="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1" LDFLAGS="" FCFLAGS=" -Os -g0" FFLAGS=" -Os -g0" PKG_CONFIG="/tmp/instance-5/output-1/host/bin/pkg-config" STAGING_DIR="/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no /home/autobuild/make/make -j1 -C /tmp/instance-5/output-1/build/xxhash-0.8.1 PREFIX=/usr DESTDIR=/tmp/instance-5/output-1/target install_libxxhash.includes install_libxxhash.pc install_xxhsum install_libxxhash make[1]: Entering directory '/tmp/instance-5/output-1/build/xxhash-0.8.1' Installing pkgconfig Installing xxhsum Installing libxxhash make[1]: Leaving directory '/tmp/instance-5/output-1/build/xxhash-0.8.1' >>> rsync 3.2.7 Downloading wget --passive-ftp -nd -t 3 -O '/tmp/instance-5/output-1/build/.rsync-3.2.7.tar.gz.10gMSg/output' 'https://rsync.samba.org/ftp/rsync/src/rsync-3.2.7.tar.gz' --2023-02-20 00:48:52-- https://rsync.samba.org/ftp/rsync/src/rsync-3.2.7.tar.gz Resolving rsync.samba.org (rsync.samba.org)... 144.76.82.148, 2a01:4f8:192:486::2:3 Connecting to rsync.samba.org (rsync.samba.org)|144.76.82.148|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 1149787 (1.1M) [application/gzip] Saving to: '/tmp/instance-5/output-1/build/.rsync-3.2.7.tar.gz.10gMSg/output' 0K .......... .......... .......... .......... .......... 4% 347K 3s 50K .......... .......... .......... .......... .......... 8% 339K 3s 100K .......... .......... .......... .......... .......... 13% 1.01M 2s 150K .......... .......... .......... .......... .......... 17% 520K 2s 200K .......... .......... .......... .......... .......... 22% 12.6M 2s 250K .......... .......... .......... .......... .......... 26% 144M 1s 300K .......... .......... .......... .......... .......... 31% 1.27M 1s 350K .......... .......... .......... .......... .......... 35% 489K 1s 400K .......... .......... .......... .......... .......... 40% 154M 1s 450K .......... .......... .......... .......... .......... 44% 155M 1s 500K .......... .......... .......... .......... .......... 48% 42.8M 1s 550K .......... .......... .......... .......... .......... 53% 21.6M 1s 600K .......... .......... .......... .......... .......... 57% 1.26M 0s 650K .......... .......... .......... .......... .......... 62% 69.0M 0s 700K .......... .......... .......... .......... .......... 66% 77.5M 0s 750K .......... .......... .......... .......... .......... 71% 488K 0s 800K .......... .......... .......... .......... .......... 75% 61.6M 0s 850K .......... .......... .......... .......... .......... 80% 148M 0s 900K .......... .......... .......... .......... .......... 84% 157M 0s 950K .......... .......... .......... .......... .......... 89% 153M 0s 1000K .......... .......... .......... .......... .......... 93% 121M 0s 1050K .......... .......... .......... .......... .......... 97% 166M 0s 1100K .......... .......... .. 100% 184M=0.7s 2023-02-20 00:48:53 (1.50 MB/s) - '/tmp/instance-5/output-1/build/.rsync-3.2.7.tar.gz.10gMSg/output' saved [1149787/1149787] rsync-3.2.7.tar.gz: OK (sha256: 4e7d9d3f6ed10878c58c5fb724a67dacf4b6aac7340b13e488fb2dc41346f2bb) >>> rsync 3.2.7 Extracting gzip -d -c /tmp/instance-5/dl/rsync/rsync-3.2.7.tar.gz | tar --strip-components=1 -C /tmp/instance-5/output-1/build/rsync-3.2.7 -xf - >>> rsync 3.2.7 Patching >>> rsync 3.2.7 Updating config.sub and config.guess for file in config.guess config.sub; do for i in $(find /tmp/instance-5/output-1/build/rsync-3.2.7 -name $file); do cp support/gnuconfig/$file $i; done; done >>> rsync 3.2.7 Patching libtool >>> rsync 3.2.7 Configuring (cd /tmp/instance-5/output-1/build/rsync-3.2.7/ && rm -rf config.cache && PATH="/tmp/instance-5/output-1/host/bin:/tmp/instance-5/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" AR="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-ar" AS="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-as" LD="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-ld" NM="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-nm" CC="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc" GCC="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc" CPP="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-cpp" CXX="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-g++" FC="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gfortran" F77="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gfortran" RANLIB="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc-ranlib" READELF="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-readelf" STRIP="/bin/true" OBJCOPY="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-objcopy" OBJDUMP="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc" GCC_FOR_BUILD="/tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc" CXX_FOR_BUILD="/tmp/instance-5/output-1/host/bin/ccache /usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/tmp/instance-5/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/tmp/instance-5/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/tmp/instance-5/output-1/host/include" LDFLAGS_FOR_BUILD="-L/tmp/instance-5/output-1/host/lib -Wl,-rpath,/tmp/instance-5/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-as" DEFAULT_LINKER="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1" LDFLAGS="" FCFLAGS=" -Os -g0" FFLAGS=" -Os -g0" PKG_CONFIG="/tmp/instance-5/output-1/host/bin/pkg-config" STAGING_DIR="/tmp/instance-5/output-1/host/sh4a-buildroot-linux-gnu/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=no rsync_cv_HAVE_C99_VSNPRINTF=yes CONFIG_SITE=/dev/null ./configure --target=sh4a-buildroot-linux-gnu --host=sh4a-buildroot-linux-gnu --build=x86_64-pc-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 --disable-static --enable-shared --with-included-zlib=no --with-included-popt=no --disable-roll-simd --disable-md5-asm --disable-acl-support --enable-lz4 --enable-openssl --enable-xxhash --disable-zstd ) configure.sh: WARNING: unrecognized options: --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --with-xmlto, --with-fop, --disable-dependency-tracking, --disable-nls, --disable-static, --enable-shared checking for sh4a-buildroot-linux-gnu-gcc... /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-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 /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc accepts -g... yes checking for /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc option to enable C11 features... none needed 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 utime.h... yes checking whether byte ordering is bigendian... (cached) no checking for dirent.h that defines DIR... yes checking for library containing opendir... none required checking for sys/wait.h that is POSIX.1 compatible... yes checking for sys/fcntl.h... yes checking for sys/select.h... yes checking for fcntl.h... yes checking for sys/time.h... yes checking for sys/unistd.h... yes checking for unistd.h... (cached) yes checking for utime.h... (cached) yes checking for compat.h... no checking for sys/param.h... yes checking for ctype.h... yes checking for sys/wait.h... (cached) yes checking for sys/stat.h... (cached) yes checking for sys/ioctl.h... yes checking for sys/filio.h... no checking for string.h... (cached) yes checking for stdlib.h... (cached) yes checking for sys/socket.h... yes checking for sys/mode.h... no checking for grp.h... yes checking for sys/un.h... yes checking for sys/attr.h... no checking for arpa/inet.h... yes checking for arpa/nameser.h... yes checking for locale.h... yes checking for sys/types.h... (cached) yes checking for netdb.h... yes checking for malloc.h... yes checking for float.h... yes checking for limits.h... yes checking for iconv.h... yes checking for libcharset.h... no checking for langinfo.h... yes checking for mcheck.h... yes checking for sys/acl.h... no checking for acl/libacl.h... no checking for attr/xattr.h... no checking for sys/xattr.h... yes checking for sys/extattr.h... no checking for dl.h... no checking for popt.h... yes checking for popt/popt.h... no checking for linux/falloc.h... yes checking for netinet/in_systm.h... yes checking for netgroup.h... no checking for zlib.h... yes checking for xxhash.h... yes checking for openssl/md4.h... yes checking for openssl/md5.h... yes checking for zstd.h... no checking for lz4.h... yes checking for sys/file.h... yes checking for bsd/string.h... no checking for netinet/ip.h... yes checking whether sys/types.h defines makedev... no checking for sys/mkdev.h... no checking for sys/sysmacros.h... yes configure.sh: Configuring rsync 3.2.7 checking build system type... x86_64-pc-linux-gnu checking host system type... sh4a-buildroot-linux-gnu checking whether to include debugging symbols... yes checking for sh4a-buildroot-linux-gnu-gcc... (cached) /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc checking whether the compiler supports GNU C... (cached) yes checking whether /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc accepts -g... (cached) yes checking for /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc option to enable C11 features... (cached) none needed checking how to run the C preprocessor... /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-cpp checking whether the compiler supports GNU C++... no checking whether no accepts -g... no checking for no option to enable C++11 features... none needed checking for gawk... gawk checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for a BSD-compatible install... /usr/bin/install -c checking for a race-free mkdir -p... /usr/bin/mkdir -p checking for perl... /usr/bin/perl checking for python3... /tmp/instance-5/output-1/host/bin/python3 checking if md2man can create manpages... no Failed to find cmarkgfm or commonmark for python3. checking if we require man-page building... optional checking for remsh... 0 checking for sh... /usr/bin/sh checking for fakeroot... /tmp/instance-5/output-1/host/bin/fakeroot checking the group for user "nobody"... nogroup checking whether to enable rolling-checksum SIMD optimizations... no checking if assembler accepts noexecstack... yes checking for broken largefile support... cross checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... no checking whether to enable ipv6... yes checking whether to call shutdown on all sockets... no checking whether to enable use of openssl crypto library... yes checking for library containing MD5_Init... -lcrypto checking whether to enable MD5 ASM optimizations... no checking whether to enable rolling-checksum ASM optimizations... no checking whether to enable xxhash checksum support... yes checking for library containing XXH64_createState... -lxxhash checking whether to enable zstd compression... no checking whether to enable LZ4 compression... yes checking for library containing LZ4_compress_default... -llz4 checking if makedev takes 3 args... no checking size of int... 4 checking size of long... 4 checking size of long long... 8 checking size of short... 2 checking size of int16_t... 2 checking size of uint16_t... 2 checking size of int32_t... 4 checking size of uint32_t... 4 checking size of int64_t... 8 checking size of off_t... 8 checking size of off64_t... 8 checking size of time_t... 4 checking size of char*... 4 checking for inline... inline checking for long double with more range or precision than double... no checking for uid_t in sys/types.h... yes checking for mode_t... yes checking for off_t... yes checking for size_t... yes checking for pid_t... yes checking for id_t... yes checking for struct stat.st_rdev... yes checking for struct stat.st_mtimensec... no checking for struct stat.st_mtimespec.tv_nsec... no checking for struct stat.st_mtim.tv_nsec... yes checking for socklen_t... yes checking for errno in errno.h... yes checking for connect... yes checking for library containing inet_ntop... none required checking for library containing iconv_open... none required checking for library containing libiconv_open... no checking for iconv declaration... extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); checking for inet_ntop... yes checking for inet_pton... yes checking for struct addrinfo... yes checking for struct sockaddr_storage... yes checking whether defines needed by getaddrinfo exist... yes checking for getaddrinfo... yes checking for struct sockaddr.sa_len... no checking for struct sockaddr_in.sin_len... no checking for struct sockaddr_un.sun_len... no checking for struct sockaddr_in6.sin6_scope_id... yes checking for struct stat64... yes checking for strcasecmp... yes checking for aclsort... no checking for aclsort in -lsec... no checking whether utime accepts a null argument... guessing yes checking for size_t... (cached) yes checking for working alloca.h... yes checking for alloca... yes checking for waitpid... yes checking for wait4... yes checking for getcwd... yes checking for chown... yes checking for chmod... yes checking for lchmod... yes checking for mknod... yes checking for mkfifo... yes checking for fchmod... yes checking for fstat... yes checking for ftruncate... yes checking for strchr... yes checking for readlink... yes checking for link... yes checking for utime... yes checking for utimes... yes checking for lutimes... yes checking for strftime... yes checking for chflags... no checking for getattrlist... no checking for mktime... yes checking for innetgr... yes checking for linkat... yes checking for memmove... yes checking for lchown... yes checking for vsnprintf... yes checking for snprintf... yes checking for vasprintf... yes checking for asprintf... yes checking for setsid... yes checking for strpbrk... yes checking for strlcat... no checking for strlcpy... no checking for strtol... yes checking for mallinfo... yes checking for mallinfo2... yes checking for getgroups... yes checking for setgroups... yes checking for geteuid... yes checking for getegid... yes checking for setlocale... yes checking for setmode... no checking for open64... yes checking for lseek64... yes checking for mkstemp64... yes checking for mtrace... yes checking for va_copy... no checking for __va_copy... no checking for seteuid... yes checking for strerror... yes checking for putenv... yes checking for iconv_open... yes checking for locale_charset... no checking for nl_langinfo... yes checking for getxattr... yes checking for extattr_get_link... no checking for sigaction... yes checking for sigprocmask... yes checking for setattrlist... no checking for getgrouplist... yes checking for initgroups... yes checking for utimensat... yes checking for posix_fallocate... yes checking for attropen... no checking for setvbuf... yes checking for nanosleep... yes checking for usleep... yes checking for setenv... yes checking for unsetenv... yes checking for useable fallocate... yes checking for FALLOC_FL_PUNCH_HOLE... yes checking for FALLOC_FL_ZERO_RANGE... yes checking for SYS_fallocate... yes checking whether posix_fallocate is efficient... no checking for getpgrp... yes checking for tcgetpgrp... yes checking whether getpgrp requires zero arguments... yes checking whether chown() modifies symlinks... no checking whether link() can hard-link symlinks... no checking whether link() can hard-link special files... no checking for working socketpair... cross checking for getpass... yes checking for poptGetContext in -lpopt... yes checking whether to use included libpopt... no checking for deflateParams in -lz... yes checking whether to use included zlib... no checking for unsigned char... yes checking for broken readdir... cross checking for utimbuf... yes checking if gettimeofday takes tz argument... yes checking for C99 vsnprintf... (cached) yes checking for secure mkstemp... cross checking if mknod creates FIFOs... cross checking if mknod creates sockets... cross checking whether -c -o works... yes checking for _acl... no checking for __acl... no checking for _facl... no checking for __facl... no checking whether to support ACLs... no checking whether to support extended attributes... Using Linux xattrs checking for getxattr in -lattr... no checking whether /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc supports -Wno-unused-parameter... yes configure.sh: creating ./config.status config.status: creating Makefile config.status: creating lib/dummy config.status: creating zlib/dummy config.status: creating popt/dummy config.status: creating shconfig config.status: creating config.h configure.sh: WARNING: unrecognized options: --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --with-xmlto, --with-fop, --disable-dependency-tracking, --disable-nls, --disable-static, --enable-shared rsync 3.2.7 configuration successful >>> rsync 3.2.7 Building PATH="/tmp/instance-5/output-1/host/bin:/tmp/instance-5/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /home/autobuild/make/make -j1 -C /tmp/instance-5/output-1/build/rsync-3.2.7/ make[1]: Entering directory '/tmp/instance-5/output-1/build/rsync-3.2.7' gawk -f ./daemon-parm.awk ./daemon-parm.txt gawk -f ./mkproto.awk ./*.c ./lib/compat.c daemon-parm.h /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -DHAVE_CONFIG_H -Wall -W -Wno-unused-parameter -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c flist.c -o flist.o /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -DHAVE_CONFIG_H -Wall -W -Wno-unused-parameter -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c rsync.c -o rsync.o /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -DHAVE_CONFIG_H -Wall -W -Wno-unused-parameter -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c generator.c -o generator.o /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -DHAVE_CONFIG_H -Wall -W -Wno-unused-parameter -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c receiver.c -o receiver.o /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -DHAVE_CONFIG_H -Wall -W -Wno-unused-parameter -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c cleanup.c -o cleanup.o /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -DHAVE_CONFIG_H -Wall -W -Wno-unused-parameter -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c sender.c -o sender.o /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -DHAVE_CONFIG_H -Wall -W -Wno-unused-parameter -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c exclude.c -o exclude.o /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -DHAVE_CONFIG_H -Wall -W -Wno-unused-parameter -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c util1.c -o util1.o /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -DHAVE_CONFIG_H -Wall -W -Wno-unused-parameter -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c util2.c -o util2.o /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -DHAVE_CONFIG_H -Wall -W -Wno-unused-parameter -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c main.c -o main.o /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -DHAVE_CONFIG_H -Wall -W -Wno-unused-parameter -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c checksum.c -o checksum.o /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -DHAVE_CONFIG_H -Wall -W -Wno-unused-parameter -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c match.c -o match.o /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -DHAVE_CONFIG_H -Wall -W -Wno-unused-parameter -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c syscall.c -o syscall.o /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -DHAVE_CONFIG_H -Wall -W -Wno-unused-parameter -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c log.c -o log.o /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -DHAVE_CONFIG_H -Wall -W -Wno-unused-parameter -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c backup.c -o backup.o /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -DHAVE_CONFIG_H -Wall -W -Wno-unused-parameter -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c delete.c -o delete.o /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -DHAVE_CONFIG_H -Wall -W -Wno-unused-parameter -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c options.c -o options.o /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -DHAVE_CONFIG_H -Wall -W -Wno-unused-parameter -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c io.c -o io.o /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -DHAVE_CONFIG_H -Wall -W -Wno-unused-parameter -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c compat.c -o compat.o /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -DHAVE_CONFIG_H -Wall -W -Wno-unused-parameter -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c hlink.c -o hlink.o /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -DHAVE_CONFIG_H -Wall -W -Wno-unused-parameter -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c token.c -o token.o /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -DHAVE_CONFIG_H -Wall -W -Wno-unused-parameter -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c uidlist.c -o uidlist.o /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -DHAVE_CONFIG_H -Wall -W -Wno-unused-parameter -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c socket.c -o socket.o /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -DHAVE_CONFIG_H -Wall -W -Wno-unused-parameter -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c hashtable.c -o hashtable.o gawk -f ./help-from-md.awk -v hfile=help-rsync.h ./rsync.1.md gawk -f ./help-from-md.awk -v hfile=help-rsyncd.h ./rsync.1.md ./mkgitver gawk -f ./define-from-md.awk -v hfile=default-cvsignore.h ./rsync.1.md /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -DHAVE_CONFIG_H -Wall -W -Wno-unused-parameter -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c usage.c -o usage.o /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -DHAVE_CONFIG_H -Wall -W -Wno-unused-parameter -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c fileio.c -o fileio.o /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -DHAVE_CONFIG_H -Wall -W -Wno-unused-parameter -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c batch.c -o batch.o /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -DHAVE_CONFIG_H -Wall -W -Wno-unused-parameter -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c clientname.c -o clientname.o /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -DHAVE_CONFIG_H -Wall -W -Wno-unused-parameter -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c chmod.c -o chmod.o /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -DHAVE_CONFIG_H -Wall -W -Wno-unused-parameter -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c acls.c -o acls.o /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -DHAVE_CONFIG_H -Wall -W -Wno-unused-parameter -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c xattrs.c -o xattrs.o /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -DHAVE_CONFIG_H -Wall -W -Wno-unused-parameter -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c progress.c -o progress.o /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -DHAVE_CONFIG_H -Wall -W -Wno-unused-parameter -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c pipe.c -o pipe.o /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -DHAVE_CONFIG_H -Wall -W -Wno-unused-parameter -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c params.c -o params.o gawk -f ./define-from-md.awk -v hfile=default-dont-compress.h ./rsync.1.md /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -DHAVE_CONFIG_H -Wall -W -Wno-unused-parameter -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c loadparm.c -o loadparm.o /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -DHAVE_CONFIG_H -Wall -W -Wno-unused-parameter -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c clientserver.c -o clientserver.o /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -DHAVE_CONFIG_H -Wall -W -Wno-unused-parameter -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c access.c -o access.o /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -DHAVE_CONFIG_H -Wall -W -Wno-unused-parameter -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c connection.c -o connection.o /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -DHAVE_CONFIG_H -Wall -W -Wno-unused-parameter -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c authenticate.c -o authenticate.o /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -DHAVE_CONFIG_H -Wall -W -Wno-unused-parameter -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c lib/wildmatch.c -o lib/wildmatch.o /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -DHAVE_CONFIG_H -Wall -W -Wno-unused-parameter -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c lib/compat.c -o lib/compat.o /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -DHAVE_CONFIG_H -Wall -W -Wno-unused-parameter -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c lib/snprintf.c -o lib/snprintf.o /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -DHAVE_CONFIG_H -Wall -W -Wno-unused-parameter -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c lib/mdfour.c -o lib/mdfour.o /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -DHAVE_CONFIG_H -Wall -W -Wno-unused-parameter -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c lib/md5.c -o lib/md5.o /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -DHAVE_CONFIG_H -Wall -W -Wno-unused-parameter -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c lib/permstring.c -o lib/permstring.o /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -DHAVE_CONFIG_H -Wall -W -Wno-unused-parameter -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c lib/pool_alloc.c -o lib/pool_alloc.o /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -DHAVE_CONFIG_H -Wall -W -Wno-unused-parameter -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c lib/sysacls.c -o lib/sysacls.o /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -I. -I. -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -DHAVE_CONFIG_H -Wall -W -Wno-unused-parameter -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -c lib/sysxattrs.c -o lib/sysxattrs.o /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -DHAVE_CONFIG_H -Wall -W -Wno-unused-parameter -o rsync flist.o rsync.o generator.o receiver.o cleanup.o sender.o exclude.o util1.o util2.o main.o checksum.o match.o syscall.o log.o backup.o delete.o options.o io.o compat.o hlink.o token.o uidlist.o socket.o hashtable.o usage.o fileio.o batch.o clientname.o chmod.o acls.o xattrs.o progress.o pipe.o params.o loadparm.o clientserver.o access.o connection.o authenticate.o lib/wildmatch.o lib/compat.o lib/snprintf.o lib/mdfour.o lib/md5.o lib/permstring.o lib/pool_alloc.o lib/sysacls.o lib/sysxattrs.o -lz -lpopt -llz4 -lxxhash -lcrypto /tmp/instance-5/output-1/host/lib/gcc/sh4a-buildroot-linux-gnu/11.3.0/../../../../sh4a-buildroot-linux-gnu/bin/ld: syscall.o: in function `do_mkstemp': syscall.c:(.text+0x714): warning: the use of `mktemp' is dangerous, better use `mkstemp' or `mkdtemp' sed 's;\@bindir\@;/usr/bin;g' <./stunnel-rsyncd.conf.in >stunnel-rsyncd.conf make[1]: Leaving directory '/tmp/instance-5/output-1/build/rsync-3.2.7' >>> rsync 3.2.7 Installing to target PATH="/tmp/instance-5/output-1/host/bin:/tmp/instance-5/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /home/autobuild/make/make -j1 DESTDIR=/tmp/instance-5/output-1/target install -C /tmp/instance-5/output-1/build/rsync-3.2.7/ make[1]: Entering directory '/tmp/instance-5/output-1/build/rsync-3.2.7' ./mkgitver /usr/bin/mkdir -p /tmp/instance-5/output-1/target/usr/bin /usr/bin/install -c -m 755 rsync /tmp/instance-5/output-1/target/usr/bin /usr/bin/install -c -m 755 ./rsync-ssl /tmp/instance-5/output-1/target/usr/bin /usr/bin/mkdir -p /tmp/instance-5/output-1/target/usr/share/man/man1 /usr/bin/mkdir -p /tmp/instance-5/output-1/target/usr/share/man/man5 if test -f rsync.1; then /usr/bin/install -c -m 644 rsync.1 /tmp/instance-5/output-1/target/usr/share/man/man1; fi if test -f rsync-ssl.1; then /usr/bin/install -c -m 644 rsync-ssl.1 /tmp/instance-5/output-1/target/usr/share/man/man1; fi if test -f rsyncd.conf.5; then /usr/bin/install -c -m 644 rsyncd.conf.5 /tmp/instance-5/output-1/target/usr/share/man/man5; fi if test "no" = yes; then \ /usr/bin/install -c -m 755 rrsync /tmp/instance-5/output-1/target/usr/bin; \ if test -f rrsync.1; then /usr/bin/install -c -m 644 rrsync.1 /tmp/instance-5/output-1/target/usr/share/man/man1; fi; \ fi make[1]: Leaving directory '/tmp/instance-5/output-1/build/rsync-3.2.7' >>> rtc-tools 33ef4aa1c92b0c92a351284d93d1ac5570de9cc7 Downloading GIT_DIR=/tmp/instance-5/dl/rtc-tools/git/.git git init . hint: Using 'master' as the name for the initial branch. This default branch name hint: is subject to change. To configure the initial branch name to use in all hint: of your new repositories, which will suppress this warning, call: hint: hint: git config --global init.defaultBranch hint: hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and hint: 'development'. The just-created branch can be renamed via this command: hint: hint: git branch -m Initialized empty Git repository in /tmp/instance-5/dl/rtc-tools/git/.git/ GIT_DIR=/tmp/instance-5/dl/rtc-tools/git/.git git remote add origin 'https://git.kernel.org/pub/scm/linux/kernel/git/abelloni/rtc-tools.git' GIT_DIR=/tmp/instance-5/dl/rtc-tools/git/.git git remote set-url origin 'https://git.kernel.org/pub/scm/linux/kernel/git/abelloni/rtc-tools.git' Fetching all references GIT_DIR=/tmp/instance-5/dl/rtc-tools/git/.git git fetch origin From https://git.kernel.org/pub/scm/linux/kernel/git/abelloni/rtc-tools * [new branch] master -> origin/master * [new tag] 2022.02 -> 2022.02 GIT_DIR=/tmp/instance-5/dl/rtc-tools/git/.git git fetch origin -t GIT_DIR=/tmp/instance-5/dl/rtc-tools/git/.git git submodule --quiet foreach 'printf "Deregistering submodule \"%s\"\n" "${path}" && cd .. && rm -rf "${path##*/}"' GIT_DIR=/tmp/instance-5/dl/rtc-tools/git/.git git checkout -f -q '33ef4aa1c92b0c92a351284d93d1ac5570de9cc7' warning: refname '33ef4aa1c92b0c92a351284d93d1ac5570de9cc7' is ambiguous. Git normally never creates a ref that ends with 40 hex characters because it will be ignored when you just specify 40-hex. These refs may be created by mistake. For example, git switch -c $br $(git rev-parse ...) where "$br" is somehow empty and a 40-hex ref is created. Please examine these refs and maybe delete them. Turn this message off by running "git config advice.objectNameWarning false" GIT_DIR=/tmp/instance-5/dl/rtc-tools/git/.git git clean -ffdx rtc-tools-33ef4aa1c92b0c92a351284d93d1ac5570de9cc7-br1.tar.gz: OK (sha256: 8614e140b04da3dbb787760bdb0fe2ac5fe8907f5d3e9a74c6713e3d17fc3650) >>> rtc-tools 33ef4aa1c92b0c92a351284d93d1ac5570de9cc7 Extracting gzip -d -c /tmp/instance-5/dl/rtc-tools/rtc-tools-33ef4aa1c92b0c92a351284d93d1ac5570de9cc7-br1.tar.gz | tar --strip-components=1 -C /tmp/instance-5/output-1/build/rtc-tools-33ef4aa1c92b0c92a351284d93d1ac5570de9cc7 -xf - >>> rtc-tools 33ef4aa1c92b0c92a351284d93d1ac5570de9cc7 Patching >>> rtc-tools 33ef4aa1c92b0c92a351284d93d1ac5570de9cc7 Configuring >>> rtc-tools 33ef4aa1c92b0c92a351284d93d1ac5570de9cc7 Building /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -o /tmp/instance-5/output-1/build/rtc-tools-33ef4aa1c92b0c92a351284d93d1ac5570de9cc7/rtc /tmp/instance-5/output-1/build/rtc-tools-33ef4aa1c92b0c92a351284d93d1ac5570de9cc7/rtc.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -o /tmp/instance-5/output-1/build/rtc-tools-33ef4aa1c92b0c92a351284d93d1ac5570de9cc7/rtc-range /tmp/instance-5/output-1/build/rtc-tools-33ef4aa1c92b0c92a351284d93d1ac5570de9cc7/rtc-range.c /tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -Os -g0 -D_FORTIFY_SOURCE=1 -o /tmp/instance-5/output-1/build/rtc-tools-33ef4aa1c92b0c92a351284d93d1ac5570de9cc7/rtc-sync /tmp/instance-5/output-1/build/rtc-tools-33ef4aa1c92b0c92a351284d93d1ac5570de9cc7/rtc-sync.c >>> rtc-tools 33ef4aa1c92b0c92a351284d93d1ac5570de9cc7 Installing to target /usr/bin/install -D -m 0755 /tmp/instance-5/output-1/build/rtc-tools-33ef4aa1c92b0c92a351284d93d1ac5570de9cc7/rtc /tmp/instance-5/output-1/target/usr/bin/rtc /usr/bin/install -D -m 0755 /tmp/instance-5/output-1/build/rtc-tools-33ef4aa1c92b0c92a351284d93d1ac5570de9cc7/rtc-range /tmp/instance-5/output-1/target/usr/bin/rtc-range /usr/bin/install -D -m 0755 /tmp/instance-5/output-1/build/rtc-tools-33ef4aa1c92b0c92a351284d93d1ac5570de9cc7/rtc-sync /tmp/instance-5/output-1/target/usr/bin/rtc-sync >>> host-lzma 4.32.7 Downloading wget --passive-ftp -nd -t 3 -O '/tmp/instance-5/output-1/build/.lzma-4.32.7.tar.xz.Izs6J0/output' 'http://tukaani.org/lzma/lzma-4.32.7.tar.xz' --2023-02-20 00:50:12-- http://tukaani.org/lzma/lzma-4.32.7.tar.xz Resolving tukaani.org (tukaani.org)... 84.34.147.45 Connecting to tukaani.org (tukaani.org)|84.34.147.45|:80... connected. HTTP request sent, awaiting response... 301 Moved Permanently Location: https://tukaani.org/lzma/lzma-4.32.7.tar.xz [following] --2023-02-20 00:50:12-- https://tukaani.org/lzma/lzma-4.32.7.tar.xz Connecting to tukaani.org (tukaani.org)|84.34.147.45|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 273280 (267K) [application/x-tar] Saving to: '/tmp/instance-5/output-1/build/.lzma-4.32.7.tar.xz.Izs6J0/output' 0K .......... .......... .......... .......... .......... 18% 329K 1s 50K .......... .......... .......... .......... .......... 37% 357K 0s 100K .......... .......... .......... .......... .......... 56% 11.9M 0s 150K .......... .......... .......... .......... .......... 74% 368K 0s 200K .......... .......... .......... .......... .......... 93% 6.10M 0s 250K .......... ...... 100% 203M=0.4s 2023-02-20 00:50:13 (607 KB/s) - '/tmp/instance-5/output-1/build/.lzma-4.32.7.tar.xz.Izs6J0/output' saved [273280/273280] lzma-4.32.7.tar.xz: OK (sha256: 02aa57f995d15b7acb7c2496d88a39fb0124ea00bf027cc61dd24eddb5942dff) >>> host-lzma 4.32.7 Extracting xzcat /tmp/instance-5/dl/lzma/lzma-4.32.7.tar.xz | tar --strip-components=1 -C /tmp/instance-5/output-1/build/host-lzma-4.32.7 -xf - >>> host-lzma 4.32.7 Patching Applying 0001-Remove-static-from-LDFLAGS.patch using patch: patching file src/lzmadec/Makefile.am patching file src/lzmadec/Makefile.in patching file src/lzmainfo/Makefile.am patching file src/lzmainfo/Makefile.in >>> host-lzma 4.32.7 Updating config.sub and config.guess for file in config.guess config.sub; do for i in $(find /tmp/instance-5/output-1/build/host-lzma-4.32.7 -name $file); do cp support/gnuconfig/$file $i; done; done >>> host-lzma 4.32.7 Patching libtool patching file /tmp/instance-5/output-1/build/host-lzma-4.32.7/ltmain.sh Hunk #1 succeeded at 273 (offset 47 lines). Hunk #2 succeeded at 399 (offset 151 lines). Hunk #3 succeeded at 1441 (offset 197 lines). Hunk #4 succeeded at 2411 with fuzz 2 (offset 258 lines). Hunk #5 succeeded at 2555 with fuzz 1 (offset 270 lines). Hunk #6 succeeded at 5611 (offset 429 lines). Hunk #7 succeeded at 5936 (offset 432 lines). >>> host-lzma 4.32.7 Configuring (cd /tmp/instance-5/output-1/build/host-lzma-4.32.7/ && rm -rf config.cache; PATH="/tmp/instance-5/output-1/host/bin:/tmp/instance-5/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PKG_CONFIG="/tmp/instance-5/output-1/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/tmp/instance-5/output-1/host/lib/pkgconfig:/tmp/instance-5/output-1/host/share/pkgconfig" AR="/usr/bin/ar" AS="/usr/bin/as" LD="/usr/bin/ld" NM="/usr/bin/nm" CC="/tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc" GCC="/tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc" CXX="/tmp/instance-5/output-1/host/bin/ccache /usr/bin/g++" CPP="/usr/bin/cpp" OBJCOPY="/usr/bin/objcopy" RANLIB="/usr/bin/ranlib" CPPFLAGS="-I/tmp/instance-5/output-1/host/include" CFLAGS="-O2 -I/tmp/instance-5/output-1/host/include" CXXFLAGS="-O2 -I/tmp/instance-5/output-1/host/include" LDFLAGS="-L/tmp/instance-5/output-1/host/lib -Wl,-rpath,/tmp/instance-5/output-1/host/lib" INTLTOOL_PERL=/usr/bin/perl CFLAGS="-O2 -I/tmp/instance-5/output-1/host/include" LDFLAGS="-L/tmp/instance-5/output-1/host/lib -Wl,-rpath,/tmp/instance-5/output-1/host/lib" CONFIG_SITE=/dev/null ./configure --prefix="/tmp/instance-5/output-1/host" --sysconfdir="/tmp/instance-5/output-1/host/etc" --localstatedir="/tmp/instance-5/output-1/host/var" --enable-shared --disable-static --disable-gtk-doc --disable-gtk-doc-html --disable-doc --disable-docs --disable-documentation --disable-debug --with-xmlto=no --with-fop=no --disable-nls --disable-dependency-tracking ) configure: WARNING: Unrecognized options: --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --with-xmlto, --with-fop, --disable-nls configure: loading site script /dev/null checking if debugging code should be compiled... yes checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /usr/bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for C++ compiler default output file name... a.out checking whether the C++ compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C++ compiler... yes checking whether /tmp/instance-5/output-1/host/bin/ccache /usr/bin/g++ accepts -g... yes checking for style of include used by make... GNU checking dependency style of /tmp/instance-5/output-1/host/bin/ccache /usr/bin/g++... none checking for gcc... /tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc checking whether we are using the GNU C compiler... yes checking whether /tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc accepts -g... yes checking for /tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc option to accept ISO C89... none needed checking dependency style of /tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc... none checking how to run the C preprocessor... /usr/bin/cpp checking for a BSD-compatible install... /usr/bin/install -c checking whether ln -s works... yes checking whether make sets $(MAKE)... (cached) yes checking build system type... x86_64-pc-linux-gnu checking host system type... x86_64-pc-linux-gnu checking for a sed that does not truncate output... /usr/bin/sed checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for ld used by /tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for /usr/bin/ld option to reload object files... -r checking for BSD-compatible nm... /usr/bin/nm checking how to recognize dependent libraries... pass_all checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking dlfcn.h usability... yes checking dlfcn.h presence... yes checking for dlfcn.h... yes checking how to run the C++ preprocessor... /tmp/instance-5/output-1/host/bin/ccache /usr/bin/g++ -E checking whether we are using the GNU Fortran 77 compiler... no checking whether no accepts -g... no checking the maximum length of command line arguments... 1572864 checking command to parse /usr/bin/nm output from /tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc object... ok checking for objdir... .libs checking for ar... /usr/bin/ar checking for ranlib... /usr/bin/ranlib checking for strip... strip checking if /tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc supports -fno-rtti -fno-exceptions... no checking for /tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc option to produce PIC... -fPIC checking if /tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc PIC flag -fPIC works... yes checking if /tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc static flag -static works... yes checking if /tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc supports -c -o file.o... yes checking whether the /tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no configure: creating libtool appending configuration tag "CXX" to libtool checking for ld used by /tmp/instance-5/output-1/host/bin/ccache /usr/bin/g++... /usr/bin/ld -m elf_x86_64 checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes checking whether the /tmp/instance-5/output-1/host/bin/ccache /usr/bin/g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking for /tmp/instance-5/output-1/host/bin/ccache /usr/bin/g++ option to produce PIC... -fPIC checking if /tmp/instance-5/output-1/host/bin/ccache /usr/bin/g++ PIC flag -fPIC works... yes checking if /tmp/instance-5/output-1/host/bin/ccache /usr/bin/g++ static flag -static works... yes checking if /tmp/instance-5/output-1/host/bin/ccache /usr/bin/g++ supports -c -o file.o... yes checking whether the /tmp/instance-5/output-1/host/bin/ccache /usr/bin/g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking dynamic linker characteristics... GNU/Linux ld.so (cached) (cached) checking how to hardcode library paths into programs... immediate appending configuration tag "F77" to libtool checking for ANSI C header files... (cached) yes checking fcntl.h usability... yes checking fcntl.h presence... yes checking for fcntl.h... yes checking for inttypes.h... (cached) yes checking limits.h usability... yes checking limits.h presence... yes checking for limits.h... yes checking stddef.h usability... yes checking stddef.h presence... yes checking for stddef.h... yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking for unistd.h... (cached) yes checking utime.h usability... yes checking utime.h presence... yes checking for utime.h... yes checking errno.h usability... yes checking errno.h presence... yes checking for errno.h... yes checking for stdbool.h that conforms to C99... yes checking for _Bool... yes checking whether time.h and sys/time.h may both be included... yes checking for an ANSI C-conforming const... yes checking for inline... inline checking for mode_t... yes checking for off_t... yes checking for size_t... yes checking for int_fast8_t... yes checking for uint_fast8_t... yes checking for int_fast16_t... yes checking for uint_fast16_t... yes checking for int_fast32_t... yes checking for uint_fast32_t... yes checking for int_fast64_t... yes checking for uint_fast64_t... yes checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... no checking for memmove... yes checking for strdup... yes checking for memset... yes checking for strerror... yes checking for strrchr... yes checking for strtol... yes checking for utime... yes checking for utimes... yes checking for futimes... yes checking for futimesat... yes checking for snprintf... yes checking getopt.h usability... yes checking getopt.h presence... yes checking for getopt.h... yes checking for getopt_long_only... yes checking whether optreset is declared... no checking for working GNU getopt function... yes checking whether getenv is declared... yes configure: creating ./config.status config.status: creating Makefile config.status: creating src/Makefile config.status: creating src/liblzmadec/Makefile config.status: creating src/lzmadec/Makefile config.status: creating src/lzmainfo/Makefile config.status: creating src/lzma/Makefile config.status: creating src/scripts/Makefile config.status: creating src/sdk/7zip/Common/Makefile config.status: creating src/sdk/7zip/Compress/LZ/Makefile config.status: creating src/sdk/7zip/Compress/LZMA/Makefile config.status: creating src/sdk/7zip/Compress/LZMA_C/Makefile config.status: creating src/sdk/7zip/Compress/Makefile config.status: creating src/sdk/7zip/Compress/RangeCoder/Makefile config.status: creating src/sdk/7zip/Makefile config.status: creating src/sdk/Common/Makefile config.status: creating src/sdk/Makefile config.status: creating tests/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, --disable-nls >>> host-lzma 4.32.7 Building PATH="/tmp/instance-5/output-1/host/bin:/tmp/instance-5/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PKG_CONFIG="/tmp/instance-5/output-1/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/tmp/instance-5/output-1/host/lib/pkgconfig:/tmp/instance-5/output-1/host/share/pkgconfig" /home/autobuild/make/make -j1 -C /tmp/instance-5/output-1/build/host-lzma-4.32.7/ make[1]: Entering directory '/tmp/instance-5/output-1/build/host-lzma-4.32.7' /home/autobuild/make/make all-recursive make[2]: Entering directory '/tmp/instance-5/output-1/build/host-lzma-4.32.7' Making all in src make[3]: Entering directory '/tmp/instance-5/output-1/build/host-lzma-4.32.7/src' Making all in liblzmadec make[4]: Entering directory '/tmp/instance-5/output-1/build/host-lzma-4.32.7/src/liblzmadec' /bin/bash ../../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I/tmp/instance-5/output-1/host/include -g -O2 -I/tmp/instance-5/output-1/host/include -c -o main.lo main.c mkdir .libs /tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I/tmp/instance-5/output-1/host/include -g -O2 -I/tmp/instance-5/output-1/host/include -c main.c -fPIC -DPIC -o .libs/main.o /bin/bash ../../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I/tmp/instance-5/output-1/host/include -g -O2 -I/tmp/instance-5/output-1/host/include -c -o buffer.lo buffer.c /tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I/tmp/instance-5/output-1/host/include -g -O2 -I/tmp/instance-5/output-1/host/include -c buffer.c -fPIC -DPIC -o .libs/buffer.o /bin/bash ../../libtool --tag=CC --mode=compile /tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I/tmp/instance-5/output-1/host/include -g -O2 -I/tmp/instance-5/output-1/host/include -c -o io.lo io.c /tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I/tmp/instance-5/output-1/host/include -g -O2 -I/tmp/instance-5/output-1/host/include -c io.c -fPIC -DPIC -o .libs/io.o /bin/bash ../../libtool --tag=CC --mode=link /tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc -g -O2 -I/tmp/instance-5/output-1/host/include -version-info 0:0:0 -L/tmp/instance-5/output-1/host/lib -Wl,-rpath,/tmp/instance-5/output-1/host/lib -o liblzmadec.la -rpath /tmp/instance-5/output-1/host/lib main.lo buffer.lo io.lo /tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc -shared .libs/main.o .libs/buffer.o .libs/io.o -L/tmp/instance-5/output-1/host/lib -Wl,-rpath -Wl,/tmp/instance-5/output-1/host/lib -Wl,-soname -Wl,liblzmadec.so.0 -o .libs/liblzmadec.so.0.0.0 (cd .libs && rm -f liblzmadec.so.0 && ln -s liblzmadec.so.0.0.0 liblzmadec.so.0) (cd .libs && rm -f liblzmadec.so && ln -s liblzmadec.so.0.0.0 liblzmadec.so) creating liblzmadec.la (cd .libs && rm -f liblzmadec.la && ln -s ../liblzmadec.la liblzmadec.la) make[4]: Leaving directory '/tmp/instance-5/output-1/build/host-lzma-4.32.7/src/liblzmadec' Making all in lzmadec make[4]: Entering directory '/tmp/instance-5/output-1/build/host-lzma-4.32.7/src/lzmadec' /tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzmadec -I/tmp/instance-5/output-1/host/include -g -O2 -I/tmp/instance-5/output-1/host/include -c lzmadec.c /bin/bash ../../libtool --tag=CC --mode=link /tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc -g -O2 -I/tmp/instance-5/output-1/host/include -L/tmp/instance-5/output-1/host/lib -Wl,-rpath,/tmp/instance-5/output-1/host/lib -o lzmadec lzmadec.o ../../src/liblzmadec/liblzmadec.la mkdir .libs /tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc -g -O2 -I/tmp/instance-5/output-1/host/include -Wl,-rpath -Wl,/tmp/instance-5/output-1/host/lib -o lzmadec lzmadec.o -L/tmp/instance-5/output-1/host/lib ../../src/liblzmadec/.libs/liblzmadec.so -Wl,--rpath -Wl,/tmp/instance-5/output-1/build/host-lzma-4.32.7/src/liblzmadec/.libs -Wl,--rpath -Wl,/tmp/instance-5/output-1/host/lib make[4]: Leaving directory '/tmp/instance-5/output-1/build/host-lzma-4.32.7/src/lzmadec' Making all in lzmainfo make[4]: Entering directory '/tmp/instance-5/output-1/build/host-lzma-4.32.7/src/lzmainfo' /tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/liblzmadec -I/tmp/instance-5/output-1/host/include -g -O2 -I/tmp/instance-5/output-1/host/include -c lzmainfo.c /bin/bash ../../libtool --tag=CC --mode=link /tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc -g -O2 -I/tmp/instance-5/output-1/host/include -L/tmp/instance-5/output-1/host/lib -Wl,-rpath,/tmp/instance-5/output-1/host/lib -o lzmainfo lzmainfo.o ../../src/liblzmadec/liblzmadec.la mkdir .libs /tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc -g -O2 -I/tmp/instance-5/output-1/host/include -Wl,-rpath -Wl,/tmp/instance-5/output-1/host/lib -o lzmainfo lzmainfo.o -L/tmp/instance-5/output-1/host/lib ../../src/liblzmadec/.libs/liblzmadec.so -Wl,--rpath -Wl,/tmp/instance-5/output-1/build/host-lzma-4.32.7/src/liblzmadec/.libs -Wl,--rpath -Wl,/tmp/instance-5/output-1/host/lib make[4]: Leaving directory '/tmp/instance-5/output-1/build/host-lzma-4.32.7/src/lzmainfo' Making all in sdk make[4]: Entering directory '/tmp/instance-5/output-1/build/host-lzma-4.32.7/src/sdk' Making all in Common make[5]: Entering directory '/tmp/instance-5/output-1/build/host-lzma-4.32.7/src/sdk/Common' /tmp/instance-5/output-1/host/bin/ccache /usr/bin/g++ -DHAVE_CONFIG_H -I. -I../../.. -I/tmp/instance-5/output-1/host/include -DCOMPRESS_MF_BT -DCOMPRESS_MF_BT4 -DCOMPRESS_MF_HC -I.. -g -g -O2 -I/tmp/instance-5/output-1/host/include -c -o Alloc.o Alloc.cpp /tmp/instance-5/output-1/host/bin/ccache /usr/bin/g++ -DHAVE_CONFIG_H -I. -I../../.. -I/tmp/instance-5/output-1/host/include -DCOMPRESS_MF_BT -DCOMPRESS_MF_BT4 -DCOMPRESS_MF_HC -I.. -g -g -O2 -I/tmp/instance-5/output-1/host/include -c -o C_FileIO.o C_FileIO.cpp /tmp/instance-5/output-1/host/bin/ccache /usr/bin/g++ -DHAVE_CONFIG_H -I. -I../../.. -I/tmp/instance-5/output-1/host/include -DCOMPRESS_MF_BT -DCOMPRESS_MF_BT4 -DCOMPRESS_MF_HC -I.. -g -g -O2 -I/tmp/instance-5/output-1/host/include -c -o CRC.o CRC.cpp rm -f libCommon.a /usr/bin/ar cru libCommon.a Alloc.o C_FileIO.o CRC.o /usr/bin/ar: `u' modifier ignored since `D' is the default (see `U') /usr/bin/ranlib libCommon.a make[5]: Leaving directory '/tmp/instance-5/output-1/build/host-lzma-4.32.7/src/sdk/Common' Making all in 7zip make[5]: Entering directory '/tmp/instance-5/output-1/build/host-lzma-4.32.7/src/sdk/7zip' Making all in Common make[6]: Entering directory '/tmp/instance-5/output-1/build/host-lzma-4.32.7/src/sdk/7zip/Common' /tmp/instance-5/output-1/host/bin/ccache /usr/bin/g++ -DHAVE_CONFIG_H -I. -I../../../.. -I/tmp/instance-5/output-1/host/include -DCOMPRESS_MF_BT -DCOMPRESS_MF_BT4 -DCOMPRESS_MF_HC -g -g -O2 -I/tmp/instance-5/output-1/host/include -c -o InBuffer.o InBuffer.cpp /tmp/instance-5/output-1/host/bin/ccache /usr/bin/g++ -DHAVE_CONFIG_H -I. -I../../../.. -I/tmp/instance-5/output-1/host/include -DCOMPRESS_MF_BT -DCOMPRESS_MF_BT4 -DCOMPRESS_MF_HC -g -g -O2 -I/tmp/instance-5/output-1/host/include -c -o OutBuffer.o OutBuffer.cpp /tmp/instance-5/output-1/host/bin/ccache /usr/bin/g++ -DHAVE_CONFIG_H -I. -I../../../.. -I/tmp/instance-5/output-1/host/include -DCOMPRESS_MF_BT -DCOMPRESS_MF_BT4 -DCOMPRESS_MF_HC -g -g -O2 -I/tmp/instance-5/output-1/host/include -c -o FileStreams.o FileStreams.cpp /tmp/instance-5/output-1/host/bin/ccache /usr/bin/g++ -DHAVE_CONFIG_H -I. -I../../../.. -I/tmp/instance-5/output-1/host/include -DCOMPRESS_MF_BT -DCOMPRESS_MF_BT4 -DCOMPRESS_MF_HC -g -g -O2 -I/tmp/instance-5/output-1/host/include -c -o StreamUtils.o StreamUtils.cpp rm -f libCommon.a /usr/bin/ar cru libCommon.a InBuffer.o OutBuffer.o FileStreams.o StreamUtils.o /usr/bin/ar: `u' modifier ignored since `D' is the default (see `U') /usr/bin/ranlib libCommon.a make[6]: Leaving directory '/tmp/instance-5/output-1/build/host-lzma-4.32.7/src/sdk/7zip/Common' Making all in Compress make[6]: Entering directory '/tmp/instance-5/output-1/build/host-lzma-4.32.7/src/sdk/7zip/Compress' Making all in RangeCoder make[7]: Entering directory '/tmp/instance-5/output-1/build/host-lzma-4.32.7/src/sdk/7zip/Compress/RangeCoder' /tmp/instance-5/output-1/host/bin/ccache /usr/bin/g++ -DHAVE_CONFIG_H -I. -I../../../../.. -I/tmp/instance-5/output-1/host/include -DCOMPRESS_MF_BT -DCOMPRESS_MF_BT4 -DCOMPRESS_MF_HC -g -g -O2 -I/tmp/instance-5/output-1/host/include -c -o RangeCoderBit.o RangeCoderBit.cpp rm -f libRangeCoder.a /usr/bin/ar cru libRangeCoder.a RangeCoderBit.o /usr/bin/ar: `u' modifier ignored since `D' is the default (see `U') /usr/bin/ranlib libRangeCoder.a make[7]: Leaving directory '/tmp/instance-5/output-1/build/host-lzma-4.32.7/src/sdk/7zip/Compress/RangeCoder' Making all in LZ make[7]: Entering directory '/tmp/instance-5/output-1/build/host-lzma-4.32.7/src/sdk/7zip/Compress/LZ' /tmp/instance-5/output-1/host/bin/ccache /usr/bin/g++ -DHAVE_CONFIG_H -I. -I../../../../.. -I/tmp/instance-5/output-1/host/include -DCOMPRESS_MF_BT -DCOMPRESS_MF_BT4 -DCOMPRESS_MF_HC -g -g -O2 -I/tmp/instance-5/output-1/host/include -c -o LZInWindow.o LZInWindow.cpp /tmp/instance-5/output-1/host/bin/ccache /usr/bin/g++ -DHAVE_CONFIG_H -I. -I../../../../.. -I/tmp/instance-5/output-1/host/include -DCOMPRESS_MF_BT -DCOMPRESS_MF_BT4 -DCOMPRESS_MF_HC -g -g -O2 -I/tmp/instance-5/output-1/host/include -c -o LZOutWindow.o LZOutWindow.cpp rm -f libLZ.a /usr/bin/ar cru libLZ.a LZInWindow.o LZOutWindow.o /usr/bin/ar: `u' modifier ignored since `D' is the default (see `U') /usr/bin/ranlib libLZ.a make[7]: Leaving directory '/tmp/instance-5/output-1/build/host-lzma-4.32.7/src/sdk/7zip/Compress/LZ' Making all in LZMA make[7]: Entering directory '/tmp/instance-5/output-1/build/host-lzma-4.32.7/src/sdk/7zip/Compress/LZMA' /tmp/instance-5/output-1/host/bin/ccache /usr/bin/g++ -DHAVE_CONFIG_H -I. -I../../../../.. -I/tmp/instance-5/output-1/host/include -DCOMPRESS_MF_BT -DCOMPRESS_MF_BT4 -DCOMPRESS_MF_HC -g -g -O2 -I/tmp/instance-5/output-1/host/include -c -o LZMADecoder.o LZMADecoder.cpp /tmp/instance-5/output-1/host/bin/ccache /usr/bin/g++ -DHAVE_CONFIG_H -I. -I../../../../.. -I/tmp/instance-5/output-1/host/include -DCOMPRESS_MF_BT -DCOMPRESS_MF_BT4 -DCOMPRESS_MF_HC -g -g -O2 -I/tmp/instance-5/output-1/host/include -c -o LZMAEncoder.o LZMAEncoder.cpp rm -f libLZMA.a /usr/bin/ar cru libLZMA.a LZMADecoder.o LZMAEncoder.o /usr/bin/ar: `u' modifier ignored since `D' is the default (see `U') /usr/bin/ranlib libLZMA.a make[7]: Leaving directory '/tmp/instance-5/output-1/build/host-lzma-4.32.7/src/sdk/7zip/Compress/LZMA' Making all in LZMA_C make[7]: Entering directory '/tmp/instance-5/output-1/build/host-lzma-4.32.7/src/sdk/7zip/Compress/LZMA_C' /tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc -DHAVE_CONFIG_H -I. -I../../../../.. -I/tmp/instance-5/output-1/host/include -D_LZMA_IN_CB -D_LZMA_OUT_READ -D_LZMA_SYSTEM_SIZE_T -D_LZMA_PROB32 -g -O2 -I/tmp/instance-5/output-1/host/include -c LzmaDecode.c rm -f libLZMA_C.a /usr/bin/ar cru libLZMA_C.a LzmaDecode.o /usr/bin/ar: `u' modifier ignored since `D' is the default (see `U') /usr/bin/ranlib libLZMA_C.a make[7]: Leaving directory '/tmp/instance-5/output-1/build/host-lzma-4.32.7/src/sdk/7zip/Compress/LZMA_C' make[7]: Entering directory '/tmp/instance-5/output-1/build/host-lzma-4.32.7/src/sdk/7zip/Compress' make[7]: Nothing to be done for 'all-am'. make[7]: Leaving directory '/tmp/instance-5/output-1/build/host-lzma-4.32.7/src/sdk/7zip/Compress' make[6]: Leaving directory '/tmp/instance-5/output-1/build/host-lzma-4.32.7/src/sdk/7zip/Compress' make[6]: Entering directory '/tmp/instance-5/output-1/build/host-lzma-4.32.7/src/sdk/7zip' make[6]: Nothing to be done for 'all-am'. make[6]: Leaving directory '/tmp/instance-5/output-1/build/host-lzma-4.32.7/src/sdk/7zip' make[5]: Leaving directory '/tmp/instance-5/output-1/build/host-lzma-4.32.7/src/sdk/7zip' make[5]: Entering directory '/tmp/instance-5/output-1/build/host-lzma-4.32.7/src/sdk' make[5]: Nothing to be done for 'all-am'. make[5]: Leaving directory '/tmp/instance-5/output-1/build/host-lzma-4.32.7/src/sdk' make[4]: Leaving directory '/tmp/instance-5/output-1/build/host-lzma-4.32.7/src/sdk' Making all in lzma make[4]: Entering directory '/tmp/instance-5/output-1/build/host-lzma-4.32.7/src/lzma' /home/autobuild/make/make all-am make[5]: Entering directory '/tmp/instance-5/output-1/build/host-lzma-4.32.7/src/lzma' /tmp/instance-5/output-1/host/bin/ccache /usr/bin/g++ -DHAVE_CONFIG_H -I. -I../.. -DCOMPRESS_MF_BT -DCOMPRESS_MF_BT4 -DCOMPRESS_MF_HC -I../../src/sdk -I../../src/sdk/7zip -I/tmp/instance-5/output-1/host/include -g -g -O2 -I/tmp/instance-5/output-1/host/include -c -o lzmp.o lzmp.cpp /tmp/instance-5/output-1/host/bin/ccache /usr/bin/g++ -DHAVE_CONFIG_H -I. -I../.. -DCOMPRESS_MF_BT -DCOMPRESS_MF_BT4 -DCOMPRESS_MF_HC -I../../src/sdk -I../../src/sdk/7zip -I/tmp/instance-5/output-1/host/include -g -g -O2 -I/tmp/instance-5/output-1/host/include -c -o C_FileIO.o `test -f '../../src/sdk/Common/C_FileIO.cpp' || echo './'`../../src/sdk/Common/C_FileIO.cpp /tmp/instance-5/output-1/host/bin/ccache /usr/bin/g++ -DHAVE_CONFIG_H -I. -I../.. -DCOMPRESS_MF_BT -DCOMPRESS_MF_BT4 -DCOMPRESS_MF_HC -I../../src/sdk -I../../src/sdk/7zip -I/tmp/instance-5/output-1/host/include -g -g -O2 -I/tmp/instance-5/output-1/host/include -c -o CRC.o `test -f '../../src/sdk/Common/CRC.cpp' || echo './'`../../src/sdk/Common/CRC.cpp /tmp/instance-5/output-1/host/bin/ccache /usr/bin/g++ -DHAVE_CONFIG_H -I. -I../.. -DCOMPRESS_MF_BT -DCOMPRESS_MF_BT4 -DCOMPRESS_MF_HC -I../../src/sdk -I../../src/sdk/7zip -I/tmp/instance-5/output-1/host/include -g -g -O2 -I/tmp/instance-5/output-1/host/include -c -o Alloc.o `test -f '../../src/sdk/Common/Alloc.cpp' || echo './'`../../src/sdk/Common/Alloc.cpp /tmp/instance-5/output-1/host/bin/ccache /usr/bin/g++ -DHAVE_CONFIG_H -I. -I../.. -DCOMPRESS_MF_BT -DCOMPRESS_MF_BT4 -DCOMPRESS_MF_HC -I../../src/sdk -I../../src/sdk/7zip -I/tmp/instance-5/output-1/host/include -g -g -O2 -I/tmp/instance-5/output-1/host/include -c -o FileStreams.o `test -f '../../src/sdk/7zip/Common/FileStreams.cpp' || echo './'`../../src/sdk/7zip/Common/FileStreams.cpp /tmp/instance-5/output-1/host/bin/ccache /usr/bin/g++ -DHAVE_CONFIG_H -I. -I../.. -DCOMPRESS_MF_BT -DCOMPRESS_MF_BT4 -DCOMPRESS_MF_HC -I../../src/sdk -I../../src/sdk/7zip -I/tmp/instance-5/output-1/host/include -g -g -O2 -I/tmp/instance-5/output-1/host/include -c -o InBuffer.o `test -f '../../src/sdk/7zip/Common/InBuffer.cpp' || echo './'`../../src/sdk/7zip/Common/InBuffer.cpp /tmp/instance-5/output-1/host/bin/ccache /usr/bin/g++ -DHAVE_CONFIG_H -I. -I../.. -DCOMPRESS_MF_BT -DCOMPRESS_MF_BT4 -DCOMPRESS_MF_HC -I../../src/sdk -I../../src/sdk/7zip -I/tmp/instance-5/output-1/host/include -g -g -O2 -I/tmp/instance-5/output-1/host/include -c -o OutBuffer.o `test -f '../../src/sdk/7zip/Common/OutBuffer.cpp' || echo './'`../../src/sdk/7zip/Common/OutBuffer.cpp /bin/bash ../../libtool --tag=CXX --mode=link /tmp/instance-5/output-1/host/bin/ccache /usr/bin/g++ -g -g -O2 -I/tmp/instance-5/output-1/host/include -L/tmp/instance-5/output-1/host/lib -Wl,-rpath,/tmp/instance-5/output-1/host/lib -o lzma lzmp.o C_FileIO.o CRC.o Alloc.o FileStreams.o InBuffer.o OutBuffer.o ../../src/sdk/7zip/Compress/LZMA/libLZMA.a ../../src/sdk/7zip/Compress/LZ/libLZ.a ../../src/sdk/7zip/Common/libCommon.a ../../src/sdk/7zip/Compress/RangeCoder/libRangeCoder.a mkdir .libs /tmp/instance-5/output-1/host/bin/ccache /usr/bin/g++ -g -g -O2 -I/tmp/instance-5/output-1/host/include -Wl,-rpath -Wl,/tmp/instance-5/output-1/host/lib -o lzma lzmp.o C_FileIO.o CRC.o Alloc.o FileStreams.o InBuffer.o OutBuffer.o -L/tmp/instance-5/output-1/host/lib ../../src/sdk/7zip/Compress/LZMA/libLZMA.a ../../src/sdk/7zip/Compress/LZ/libLZ.a ../../src/sdk/7zip/Common/libCommon.a ../../src/sdk/7zip/Compress/RangeCoder/libRangeCoder.a make[5]: Leaving directory '/tmp/instance-5/output-1/build/host-lzma-4.32.7/src/lzma' make[4]: Leaving directory '/tmp/instance-5/output-1/build/host-lzma-4.32.7/src/lzma' Making all in scripts make[4]: Entering directory '/tmp/instance-5/output-1/build/host-lzma-4.32.7/src/scripts' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/tmp/instance-5/output-1/build/host-lzma-4.32.7/src/scripts' make[4]: Entering directory '/tmp/instance-5/output-1/build/host-lzma-4.32.7/src' make[4]: Nothing to be done for 'all-am'. make[4]: Leaving directory '/tmp/instance-5/output-1/build/host-lzma-4.32.7/src' make[3]: Leaving directory '/tmp/instance-5/output-1/build/host-lzma-4.32.7/src' Making all in tests make[3]: Entering directory '/tmp/instance-5/output-1/build/host-lzma-4.32.7/tests' make[3]: Nothing to be done for 'all'. make[3]: Leaving directory '/tmp/instance-5/output-1/build/host-lzma-4.32.7/tests' make[3]: Entering directory '/tmp/instance-5/output-1/build/host-lzma-4.32.7' make[3]: Leaving directory '/tmp/instance-5/output-1/build/host-lzma-4.32.7' make[2]: Leaving directory '/tmp/instance-5/output-1/build/host-lzma-4.32.7' make[1]: Leaving directory '/tmp/instance-5/output-1/build/host-lzma-4.32.7' >>> host-lzma 4.32.7 Installing to host directory PATH="/tmp/instance-5/output-1/host/bin:/tmp/instance-5/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PKG_CONFIG="/tmp/instance-5/output-1/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/tmp/instance-5/output-1/host/lib/pkgconfig:/tmp/instance-5/output-1/host/share/pkgconfig" /home/autobuild/make/make -j1 install -C /tmp/instance-5/output-1/build/host-lzma-4.32.7/ make[1]: Entering directory '/tmp/instance-5/output-1/build/host-lzma-4.32.7' Making install in src make[2]: Entering directory '/tmp/instance-5/output-1/build/host-lzma-4.32.7/src' Making install in liblzmadec make[3]: Entering directory '/tmp/instance-5/output-1/build/host-lzma-4.32.7/src/liblzmadec' make[4]: Entering directory '/tmp/instance-5/output-1/build/host-lzma-4.32.7/src/liblzmadec' test -z "/tmp/instance-5/output-1/host/lib" || /usr/bin/mkdir -p "/tmp/instance-5/output-1/host/lib" /bin/bash ../../libtool --mode=install /usr/bin/install -c 'liblzmadec.la' '/tmp/instance-5/output-1/host/lib/liblzmadec.la' /usr/bin/install -c .libs/liblzmadec.so.0.0.0 /tmp/instance-5/output-1/host/lib/liblzmadec.so.0.0.0 (cd /tmp/instance-5/output-1/host/lib && { ln -s -f liblzmadec.so.0.0.0 liblzmadec.so.0 || { rm -f liblzmadec.so.0 && ln -s liblzmadec.so.0.0.0 liblzmadec.so.0; }; }) (cd /tmp/instance-5/output-1/host/lib && { ln -s -f liblzmadec.so.0.0.0 liblzmadec.so || { rm -f liblzmadec.so && ln -s liblzmadec.so.0.0.0 liblzmadec.so; }; }) /usr/bin/install -c .libs/liblzmadec.lai /tmp/instance-5/output-1/host/lib/liblzmadec.la PATH="$PATH:/sbin" ldconfig -n /tmp/instance-5/output-1/host/lib ---------------------------------------------------------------------- Libraries have been installed in: /tmp/instance-5/output-1/host/lib If you ever happen to want to link against installed libraries in a given directory, LIBDIR, you must either use libtool, and specify the full pathname of the library, or use the `-LLIBDIR' flag during linking and do at least one of the following: - add LIBDIR to the `LD_LIBRARY_PATH' environment variable during execution - add LIBDIR to the `LD_RUN_PATH' environment variable during linking - use the `-Wl,--rpath -Wl,LIBDIR' linker flag - have your system administrator add LIBDIR to `/etc/ld.so.conf' See any operating system documentation about shared libraries for more information, such as the ld(1) and ld.so(8) manual pages. ---------------------------------------------------------------------- test -z "/tmp/instance-5/output-1/host/include" || /usr/bin/mkdir -p "/tmp/instance-5/output-1/host/include" /usr/bin/install -c -m 644 'lzmadec.h' '/tmp/instance-5/output-1/host/include/lzmadec.h' make[4]: Leaving directory '/tmp/instance-5/output-1/build/host-lzma-4.32.7/src/liblzmadec' make[3]: Leaving directory '/tmp/instance-5/output-1/build/host-lzma-4.32.7/src/liblzmadec' Making install in lzmadec make[3]: Entering directory '/tmp/instance-5/output-1/build/host-lzma-4.32.7/src/lzmadec' make[4]: Entering directory '/tmp/instance-5/output-1/build/host-lzma-4.32.7/src/lzmadec' test -z "/tmp/instance-5/output-1/host/bin" || /usr/bin/mkdir -p "/tmp/instance-5/output-1/host/bin" /bin/bash ../../libtool --mode=install /usr/bin/install -c 'lzmadec' '/tmp/instance-5/output-1/host/bin/lzmadec' /usr/bin/install -c lzmadec /tmp/instance-5/output-1/host/bin/lzmadec test -z "/tmp/instance-5/output-1/host/share/man/man1" || /usr/bin/mkdir -p "/tmp/instance-5/output-1/host/share/man/man1" /usr/bin/install -c -m 644 './lzmadec.1' '/tmp/instance-5/output-1/host/share/man/man1/lzmadec.1' make[4]: Leaving directory '/tmp/instance-5/output-1/build/host-lzma-4.32.7/src/lzmadec' make[3]: Leaving directory '/tmp/instance-5/output-1/build/host-lzma-4.32.7/src/lzmadec' Making install in lzmainfo make[3]: Entering directory '/tmp/instance-5/output-1/build/host-lzma-4.32.7/src/lzmainfo' make[4]: Entering directory '/tmp/instance-5/output-1/build/host-lzma-4.32.7/src/lzmainfo' test -z "/tmp/instance-5/output-1/host/bin" || /usr/bin/mkdir -p "/tmp/instance-5/output-1/host/bin" /bin/bash ../../libtool --mode=install /usr/bin/install -c 'lzmainfo' '/tmp/instance-5/output-1/host/bin/lzmainfo' /usr/bin/install -c lzmainfo /tmp/instance-5/output-1/host/bin/lzmainfo test -z "/tmp/instance-5/output-1/host/share/man/man1" || /usr/bin/mkdir -p "/tmp/instance-5/output-1/host/share/man/man1" /usr/bin/install -c -m 644 './lzmainfo.1' '/tmp/instance-5/output-1/host/share/man/man1/lzmainfo.1' make[4]: Leaving directory '/tmp/instance-5/output-1/build/host-lzma-4.32.7/src/lzmainfo' make[3]: Leaving directory '/tmp/instance-5/output-1/build/host-lzma-4.32.7/src/lzmainfo' Making install in sdk make[3]: Entering directory '/tmp/instance-5/output-1/build/host-lzma-4.32.7/src/sdk' Making install in Common make[4]: Entering directory '/tmp/instance-5/output-1/build/host-lzma-4.32.7/src/sdk/Common' make[5]: Entering directory '/tmp/instance-5/output-1/build/host-lzma-4.32.7/src/sdk/Common' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/tmp/instance-5/output-1/build/host-lzma-4.32.7/src/sdk/Common' make[4]: Leaving directory '/tmp/instance-5/output-1/build/host-lzma-4.32.7/src/sdk/Common' Making install in 7zip make[4]: Entering directory '/tmp/instance-5/output-1/build/host-lzma-4.32.7/src/sdk/7zip' Making install in Common make[5]: Entering directory '/tmp/instance-5/output-1/build/host-lzma-4.32.7/src/sdk/7zip/Common' make[6]: Entering directory '/tmp/instance-5/output-1/build/host-lzma-4.32.7/src/sdk/7zip/Common' make[6]: Nothing to be done for 'install-exec-am'. make[6]: Nothing to be done for 'install-data-am'. make[6]: Leaving directory '/tmp/instance-5/output-1/build/host-lzma-4.32.7/src/sdk/7zip/Common' make[5]: Leaving directory '/tmp/instance-5/output-1/build/host-lzma-4.32.7/src/sdk/7zip/Common' Making install in Compress make[5]: Entering directory '/tmp/instance-5/output-1/build/host-lzma-4.32.7/src/sdk/7zip/Compress' Making install in RangeCoder make[6]: Entering directory '/tmp/instance-5/output-1/build/host-lzma-4.32.7/src/sdk/7zip/Compress/RangeCoder' make[7]: Entering directory '/tmp/instance-5/output-1/build/host-lzma-4.32.7/src/sdk/7zip/Compress/RangeCoder' make[7]: Nothing to be done for 'install-exec-am'. make[7]: Nothing to be done for 'install-data-am'. make[7]: Leaving directory '/tmp/instance-5/output-1/build/host-lzma-4.32.7/src/sdk/7zip/Compress/RangeCoder' make[6]: Leaving directory '/tmp/instance-5/output-1/build/host-lzma-4.32.7/src/sdk/7zip/Compress/RangeCoder' Making install in LZ make[6]: Entering directory '/tmp/instance-5/output-1/build/host-lzma-4.32.7/src/sdk/7zip/Compress/LZ' make[7]: Entering directory '/tmp/instance-5/output-1/build/host-lzma-4.32.7/src/sdk/7zip/Compress/LZ' make[7]: Nothing to be done for 'install-exec-am'. make[7]: Nothing to be done for 'install-data-am'. make[7]: Leaving directory '/tmp/instance-5/output-1/build/host-lzma-4.32.7/src/sdk/7zip/Compress/LZ' make[6]: Leaving directory '/tmp/instance-5/output-1/build/host-lzma-4.32.7/src/sdk/7zip/Compress/LZ' Making install in LZMA make[6]: Entering directory '/tmp/instance-5/output-1/build/host-lzma-4.32.7/src/sdk/7zip/Compress/LZMA' make[7]: Entering directory '/tmp/instance-5/output-1/build/host-lzma-4.32.7/src/sdk/7zip/Compress/LZMA' make[7]: Nothing to be done for 'install-exec-am'. make[7]: Nothing to be done for 'install-data-am'. make[7]: Leaving directory '/tmp/instance-5/output-1/build/host-lzma-4.32.7/src/sdk/7zip/Compress/LZMA' make[6]: Leaving directory '/tmp/instance-5/output-1/build/host-lzma-4.32.7/src/sdk/7zip/Compress/LZMA' Making install in LZMA_C make[6]: Entering directory '/tmp/instance-5/output-1/build/host-lzma-4.32.7/src/sdk/7zip/Compress/LZMA_C' make[7]: Entering directory '/tmp/instance-5/output-1/build/host-lzma-4.32.7/src/sdk/7zip/Compress/LZMA_C' make[7]: Nothing to be done for 'install-exec-am'. make[7]: Nothing to be done for 'install-data-am'. make[7]: Leaving directory '/tmp/instance-5/output-1/build/host-lzma-4.32.7/src/sdk/7zip/Compress/LZMA_C' make[6]: Leaving directory '/tmp/instance-5/output-1/build/host-lzma-4.32.7/src/sdk/7zip/Compress/LZMA_C' make[6]: Entering directory '/tmp/instance-5/output-1/build/host-lzma-4.32.7/src/sdk/7zip/Compress' make[7]: Entering directory '/tmp/instance-5/output-1/build/host-lzma-4.32.7/src/sdk/7zip/Compress' make[7]: Nothing to be done for 'install-exec-am'. make[7]: Nothing to be done for 'install-data-am'. make[7]: Leaving directory '/tmp/instance-5/output-1/build/host-lzma-4.32.7/src/sdk/7zip/Compress' make[6]: Leaving directory '/tmp/instance-5/output-1/build/host-lzma-4.32.7/src/sdk/7zip/Compress' make[5]: Leaving directory '/tmp/instance-5/output-1/build/host-lzma-4.32.7/src/sdk/7zip/Compress' make[5]: Entering directory '/tmp/instance-5/output-1/build/host-lzma-4.32.7/src/sdk/7zip' make[6]: Entering directory '/tmp/instance-5/output-1/build/host-lzma-4.32.7/src/sdk/7zip' make[6]: Nothing to be done for 'install-exec-am'. make[6]: Nothing to be done for 'install-data-am'. make[6]: Leaving directory '/tmp/instance-5/output-1/build/host-lzma-4.32.7/src/sdk/7zip' make[5]: Leaving directory '/tmp/instance-5/output-1/build/host-lzma-4.32.7/src/sdk/7zip' make[4]: Leaving directory '/tmp/instance-5/output-1/build/host-lzma-4.32.7/src/sdk/7zip' make[4]: Entering directory '/tmp/instance-5/output-1/build/host-lzma-4.32.7/src/sdk' make[5]: Entering directory '/tmp/instance-5/output-1/build/host-lzma-4.32.7/src/sdk' make[5]: Nothing to be done for 'install-exec-am'. make[5]: Nothing to be done for 'install-data-am'. make[5]: Leaving directory '/tmp/instance-5/output-1/build/host-lzma-4.32.7/src/sdk' make[4]: Leaving directory '/tmp/instance-5/output-1/build/host-lzma-4.32.7/src/sdk' make[3]: Leaving directory '/tmp/instance-5/output-1/build/host-lzma-4.32.7/src/sdk' Making install in lzma make[3]: Entering directory '/tmp/instance-5/output-1/build/host-lzma-4.32.7/src/lzma' /home/autobuild/make/make install-am make[4]: Entering directory '/tmp/instance-5/output-1/build/host-lzma-4.32.7/src/lzma' make[5]: Entering directory '/tmp/instance-5/output-1/build/host-lzma-4.32.7/src/lzma' test -z "/tmp/instance-5/output-1/host/bin" || /usr/bin/mkdir -p "/tmp/instance-5/output-1/host/bin" /bin/bash ../../libtool --mode=install /usr/bin/install -c 'lzma' '/tmp/instance-5/output-1/host/bin/lzma' /usr/bin/install -c lzma /tmp/instance-5/output-1/host/bin/lzma /home/autobuild/make/make install-exec-hook make[6]: Entering directory '/tmp/instance-5/output-1/build/host-lzma-4.32.7/src/lzma' cd /tmp/instance-5/output-1/host/bin && \ rm -f unlzma lzcat && \ ln -s lzma unlzma && \ ln -s lzma lzcat make[6]: Leaving directory '/tmp/instance-5/output-1/build/host-lzma-4.32.7/src/lzma' test -z "/tmp/instance-5/output-1/host/share/man/man1" || /usr/bin/mkdir -p "/tmp/instance-5/output-1/host/share/man/man1" /usr/bin/install -c -m 644 './lzma.1' '/tmp/instance-5/output-1/host/share/man/man1/lzma.1' /home/autobuild/make/make install-data-hook make[6]: Entering directory '/tmp/instance-5/output-1/build/host-lzma-4.32.7/src/lzma' cd /tmp/instance-5/output-1/host/share/man/man1 && \ rm -f unlzma.1 lzcat.1 && \ ln -s lzma.1 unlzma.1 && \ ln -s lzma.1 lzcat.1 make[6]: Leaving directory '/tmp/instance-5/output-1/build/host-lzma-4.32.7/src/lzma' make[5]: Leaving directory '/tmp/instance-5/output-1/build/host-lzma-4.32.7/src/lzma' make[4]: Leaving directory '/tmp/instance-5/output-1/build/host-lzma-4.32.7/src/lzma' make[3]: Leaving directory '/tmp/instance-5/output-1/build/host-lzma-4.32.7/src/lzma' Making install in scripts make[3]: Entering directory '/tmp/instance-5/output-1/build/host-lzma-4.32.7/src/scripts' make[4]: Entering directory '/tmp/instance-5/output-1/build/host-lzma-4.32.7/src/scripts' test -z "/tmp/instance-5/output-1/host/bin" || /usr/bin/mkdir -p "/tmp/instance-5/output-1/host/bin" /usr/bin/install -c 'lzdiff' '/tmp/instance-5/output-1/host/bin/lzdiff' /usr/bin/install -c 'lzgrep' '/tmp/instance-5/output-1/host/bin/lzgrep' /usr/bin/install -c 'lzmore' '/tmp/instance-5/output-1/host/bin/lzmore' /home/autobuild/make/make install-exec-hook make[5]: Entering directory '/tmp/instance-5/output-1/build/host-lzma-4.32.7/src/scripts' cd /tmp/instance-5/output-1/host/bin && \ rm -f lzcmp lzegrep lzfgrep lzless && \ ln -s lzdiff lzcmp && \ ln -s lzgrep lzegrep && \ ln -s lzgrep lzfgrep && \ ln -s lzmore lzless make[5]: Leaving directory '/tmp/instance-5/output-1/build/host-lzma-4.32.7/src/scripts' test -z "/tmp/instance-5/output-1/host/share/man/man1" || /usr/bin/mkdir -p "/tmp/instance-5/output-1/host/share/man/man1" /usr/bin/install -c -m 644 './lzdiff.1' '/tmp/instance-5/output-1/host/share/man/man1/lzdiff.1' /usr/bin/install -c -m 644 './lzgrep.1' '/tmp/instance-5/output-1/host/share/man/man1/lzgrep.1' /usr/bin/install -c -m 644 './lzmore.1' '/tmp/instance-5/output-1/host/share/man/man1/lzmore.1' /home/autobuild/make/make install-data-hook make[5]: Entering directory '/tmp/instance-5/output-1/build/host-lzma-4.32.7/src/scripts' cd /tmp/instance-5/output-1/host/share/man/man1 && \ rm -f lzcmp.1 lzegrep.1 lzfgrep.1 lzless.1 && \ ln -s lzdiff.1 lzcmp.1 && \ ln -s lzgrep.1 lzegrep.1 && \ ln -s lzgrep.1 lzfgrep.1 && \ ln -s lzmore.1 lzless.1 make[5]: Leaving directory '/tmp/instance-5/output-1/build/host-lzma-4.32.7/src/scripts' make[4]: Leaving directory '/tmp/instance-5/output-1/build/host-lzma-4.32.7/src/scripts' make[3]: Leaving directory '/tmp/instance-5/output-1/build/host-lzma-4.32.7/src/scripts' make[3]: Entering directory '/tmp/instance-5/output-1/build/host-lzma-4.32.7/src' make[4]: Entering directory '/tmp/instance-5/output-1/build/host-lzma-4.32.7/src' make[4]: Nothing to be done for 'install-exec-am'. make[4]: Nothing to be done for 'install-data-am'. make[4]: Leaving directory '/tmp/instance-5/output-1/build/host-lzma-4.32.7/src' make[3]: Leaving directory '/tmp/instance-5/output-1/build/host-lzma-4.32.7/src' make[2]: Leaving directory '/tmp/instance-5/output-1/build/host-lzma-4.32.7/src' Making install in tests make[2]: Entering directory '/tmp/instance-5/output-1/build/host-lzma-4.32.7/tests' make[3]: Entering directory '/tmp/instance-5/output-1/build/host-lzma-4.32.7/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-5/output-1/build/host-lzma-4.32.7/tests' make[2]: Leaving directory '/tmp/instance-5/output-1/build/host-lzma-4.32.7/tests' make[2]: Entering directory '/tmp/instance-5/output-1/build/host-lzma-4.32.7' make[3]: Entering directory '/tmp/instance-5/output-1/build/host-lzma-4.32.7' 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-5/output-1/build/host-lzma-4.32.7' make[2]: Leaving directory '/tmp/instance-5/output-1/build/host-lzma-4.32.7' make[1]: Leaving directory '/tmp/instance-5/output-1/build/host-lzma-4.32.7' >>> host-uboot-tools 2021.07 Downloading wget --passive-ftp -nd -t 3 -O '/tmp/instance-5/output-1/build/.u-boot-2021.07.tar.bz2.hV8NdI/output' 'ftp://ftp.denx.de/pub/u-boot/u-boot-2021.07.tar.bz2' --2023-02-20 00:50:52-- ftp://ftp.denx.de/pub/u-boot/u-boot-2021.07.tar.bz2 => '/tmp/instance-5/output-1/build/.u-boot-2021.07.tar.bz2.hV8NdI/output' Resolving ftp.denx.de (ftp.denx.de)... 85.214.49.3, 2a01:238:43f4:4600:bc64:4f44:381f:1163 Connecting to ftp.denx.de (ftp.denx.de)|85.214.49.3|:21... connected. Logging in as anonymous ... Logged in! ==> SYST ... done. ==> PWD ... done. ==> TYPE I ... done. ==> CWD (1) /pub/u-boot ... done. ==> SIZE u-boot-2021.07.tar.bz2 ... 17275746 ==> PASV ... done. ==> RETR u-boot-2021.07.tar.bz2 ... done. Length: 17275746 (16M) (unauthoritative) 0K .......... .......... .......... .......... .......... 0% 179K 94s 50K .......... .......... .......... .......... .......... 0% 355K 70s 100K .......... .......... .......... .......... .......... 0% 357K 62s 150K .......... .......... .......... .......... .......... 1% 364K 58s 200K .......... .......... .......... .......... .......... 1% 100M 46s 250K .......... .......... .......... .......... .......... 1% 23.1M 39s 300K .......... .......... .......... .......... .......... 2% 365K 40s 350K .......... .......... .......... .......... .......... 2% 186M 34s 400K .......... .......... .......... .......... .......... 2% 93.3M 31s 450K .......... .......... .......... .......... .......... 2% 92.9M 27s 500K .......... .......... .......... .......... .......... 3% 96.3M 25s 550K .......... .......... .......... .......... .......... 3% 102M 23s 600K .......... .......... .......... .......... .......... 3% 98.7M 21s 650K .......... .......... .......... .......... .......... 4% 366K 23s 700K .......... .......... .......... .......... .......... 4% 86.4M 21s 750K .......... .......... .......... .......... .......... 4% 100M 20s 800K .......... .......... .......... .......... .......... 5% 93.1M 18s 850K .......... .......... .......... .......... .......... 5% 102M 17s 900K .......... .......... .......... .......... .......... 5% 92.1M 16s 950K .......... .......... .......... .......... .......... 5% 87.9M 16s 1000K .......... .......... .......... .......... .......... 6% 101M 15s 1050K .......... .......... .......... .......... .......... 6% 98.4M 14s 1100K .......... .......... .......... .......... .......... 6% 96.0M 13s 1150K .......... .......... .......... .......... .......... 7% 34.6M 13s 1200K .......... .......... .......... .......... .......... 7% 344K 14s 1250K .......... .......... .......... .......... .......... 7% 332M 14s 1300K .......... .......... .......... .......... .......... 8% 373M 13s 1350K .......... .......... .......... .......... .......... 8% 376M 12s 1400K .......... .......... .......... .......... .......... 8% 326M 12s 1450K .......... .......... .......... .......... .......... 8% 390M 12s 1500K .......... .......... .......... .......... .......... 9% 350M 11s 1550K .......... .......... .......... .......... .......... 9% 381M 11s 1600K .......... .......... .......... .......... .......... 9% 332M 10s 1650K .......... .......... .......... .......... .......... 10% 370M 10s 1700K .......... .......... .......... .......... .......... 10% 390M 10s 1750K .......... .......... .......... .......... .......... 10% 336M 9s 1800K .......... .......... .......... .......... .......... 10% 326M 9s 1850K .......... .......... .......... .......... .......... 11% 386M 9s 1900K .......... .......... .......... .......... .......... 11% 376M 9s 1950K .......... .......... .......... .......... .......... 11% 358M 8s 2000K .......... .......... .......... .......... .......... 12% 297M 8s 2050K .......... .......... .......... .......... .......... 12% 372M 8s 2100K .......... .......... .......... .......... .......... 12% 362M 8s 2150K .......... .......... .......... .......... .......... 13% 369M 8s 2200K .......... .......... .......... .......... .......... 13% 319M 7s 2250K .......... .......... .......... .......... .......... 13% 363M 7s 2300K .......... .......... .......... .......... .......... 13% 392M 7s 2350K .......... .......... .......... .......... .......... 14% 395M 7s 2400K .......... .......... .......... .......... .......... 14% 402K 7s 2450K .......... .......... .......... .......... .......... 14% 101M 7s 2500K .......... .......... .......... .......... .......... 15% 66.8M 7s 2550K .......... .......... .......... .......... .......... 15% 25.8M 7s 2600K .......... .......... .......... .......... .......... 15% 86.6M 7s 2650K .......... .......... .......... .......... .......... 16% 101M 7s 2700K .......... .......... .......... .......... .......... 16% 101M 6s 2750K .......... .......... .......... .......... .......... 16% 27.0M 6s 2800K .......... .......... .......... .......... .......... 16% 299M 6s 2850K .......... .......... .......... .......... .......... 17% 23.5M 6s 2900K .......... .......... .......... .......... .......... 17% 54.0M 6s 2950K .......... .......... .......... .......... .......... 17% 269M 6s 3000K .......... .......... .......... .......... .......... 18% 94.9M 6s 3050K .......... .......... .......... .......... .......... 18% 164M 6s 3100K .......... .......... .......... .......... .......... 18% 80.9M 6s 3150K .......... .......... .......... .......... .......... 18% 114M 5s 3200K .......... .......... .......... .......... .......... 19% 58.2M 5s 3250K .......... .......... .......... .......... .......... 19% 381K 6s 3300K .......... .......... .......... .......... .......... 19% 69.8M 6s 3350K .......... .......... .......... .......... .......... 20% 12.2M 6s 3400K .......... .......... .......... .......... .......... 20% 426M 5s 3450K .......... .......... .......... .......... .......... 20% 534M 5s 3500K .......... .......... .......... .......... .......... 21% 545M 5s 3550K .......... .......... .......... .......... .......... 21% 360K 6s 3600K .......... .......... .......... .......... .......... 21% 30.6M 6s 3650K .......... .......... .......... .......... .......... 21% 219M 5s 3700K .......... .......... .......... .......... .......... 22% 234M 5s 3750K .......... .......... .......... .......... .......... 22% 220M 5s 3800K .......... .......... .......... .......... .......... 22% 253M 5s 3850K .......... .......... .......... .......... .......... 23% 260M 5s 3900K .......... .......... .......... .......... .......... 23% 276M 5s 3950K .......... .......... .......... .......... .......... 23% 327M 5s 4000K .......... .......... .......... .......... .......... 24% 331M 5s 4050K .......... .......... .......... .......... .......... 24% 320M 5s 4100K .......... .......... .......... .......... .......... 24% 394M 5s 4150K .......... .......... .......... .......... .......... 24% 295M 5s 4200K .......... .......... .......... .......... .......... 25% 301M 5s 4250K .......... .......... .......... .......... .......... 25% 296M 5s 4300K .......... .......... .......... .......... .......... 25% 310M 4s 4350K .......... .......... .......... .......... .......... 26% 322M 4s 4400K .......... .......... .......... .......... .......... 26% 597M 4s 4450K .......... .......... .......... .......... .......... 26% 670M 4s 4500K .......... .......... .......... .......... .......... 26% 635M 4s 4550K .......... .......... .......... .......... .......... 27% 92.0M 4s 4600K .......... .......... .......... .......... .......... 27% 23.3M 4s 4650K .......... .......... .......... .......... .......... 27% 241M 4s 4700K .......... .......... .......... .......... .......... 28% 387K 4s 4750K .......... .......... .......... .......... .......... 28% 95.5M 4s 4800K .......... .......... .......... .......... .......... 28% 21.0M 4s 4850K .......... .......... .......... .......... .......... 29% 135M 4s 4900K .......... .......... .......... .......... .......... 29% 45.5M 4s 4950K .......... .......... .......... .......... .......... 29% 43.4M 4s 5000K .......... .......... .......... .......... .......... 29% 263M 4s 5050K .......... .......... .......... .......... .......... 30% 144M 4s 5100K .......... .......... .......... .......... .......... 30% 28.7M 4s 5150K .......... .......... .......... .......... .......... 30% 337M 4s 5200K .......... .......... .......... .......... .......... 31% 25.8M 4s 5250K .......... .......... .......... .......... .......... 31% 62.7M 4s 5300K .......... .......... .......... .......... .......... 31% 384K 4s 5350K .......... .......... .......... .......... .......... 32% 224M 4s 5400K .......... .......... .......... .......... .......... 32% 53.5M 4s 5450K .......... .......... .......... .......... .......... 32% 17.4M 4s 5500K .......... .......... .......... .......... .......... 32% 347M 4s 5550K .......... .......... .......... .......... .......... 33% 12.6M 4s 5600K .......... .......... .......... .......... .......... 33% 243M 4s 5650K .......... .......... .......... .......... .......... 33% 232M 4s 5700K .......... .......... .......... .......... .......... 34% 230M 4s 5750K .......... .......... .......... .......... .......... 34% 353M 3s 5800K .......... .......... .......... .......... .......... 34% 232M 3s 5850K .......... .......... .......... .......... .......... 34% 272M 3s 5900K .......... .......... .......... .......... .......... 35% 371K 4s 5950K .......... .......... .......... .......... .......... 35% 294M 4s 6000K .......... .......... .......... .......... .......... 35% 415M 4s 6050K .......... .......... .......... .......... .......... 36% 121M 3s 6100K .......... .......... .......... .......... .......... 36% 56.1M 3s 6150K .......... .......... .......... .......... .......... 36% 21.7M 3s 6200K .......... .......... .......... .......... .......... 37% 92.9M 3s 6250K .......... .......... .......... .......... .......... 37% 92.3M 3s 6300K .......... .......... .......... .......... .......... 37% 15.2M 3s 6350K .......... .......... .......... .......... .......... 37% 334M 3s 6400K .......... .......... .......... .......... .......... 38% 357M 3s 6450K .......... .......... .......... .......... .......... 38% 360M 3s 6500K .......... .......... .......... .......... .......... 38% 382K 3s 6550K .......... .......... .......... .......... .......... 39% 107M 3s 6600K .......... .......... .......... .......... .......... 39% 98.0M 3s 6650K .......... .......... .......... .......... .......... 39% 106M 3s 6700K .......... .......... .......... .......... .......... 40% 95.2M 3s 6750K .......... .......... .......... .......... .......... 40% 93.5M 3s 6800K .......... .......... .......... .......... .......... 40% 7.85M 3s 6850K .......... .......... .......... .......... .......... 40% 270M 3s 6900K .......... .......... .......... .......... .......... 41% 247M 3s 6950K .......... .......... .......... .......... .......... 41% 376M 3s 7000K .......... .......... .......... .......... .......... 41% 391M 3s 7050K .......... .......... .......... .......... .......... 42% 27.3M 3s 7100K .......... .......... .......... .......... .......... 42% 398M 3s 7150K .......... .......... .......... .......... .......... 42% 387K 3s 7200K .......... .......... .......... .......... .......... 42% 19.3M 3s 7250K .......... .......... .......... .......... .......... 43% 344M 3s 7300K .......... .......... .......... .......... .......... 43% 357M 3s 7350K .......... .......... .......... .......... .......... 43% 318M 3s 7400K .......... .......... .......... .......... .......... 44% 9.41M 3s 7450K .......... .......... .......... .......... .......... 44% 12.2M 3s 7500K .......... .......... .......... .......... .......... 44% 392M 3s 7550K .......... .......... .......... .......... .......... 45% 449M 3s 7600K .......... .......... .......... .......... .......... 45% 450M 3s 7650K .......... .......... .......... .......... .......... 45% 354M 3s 7700K .......... .......... .......... .......... .......... 45% 373M 3s 7750K .......... .......... .......... .......... .......... 46% 393K 3s 7800K .......... .......... .......... .......... .......... 46% 390M 3s 7850K .......... .......... .......... .......... .......... 46% 12.4M 3s 7900K .......... .......... .......... .......... .......... 47% 284M 3s 7950K .......... .......... .......... .......... .......... 47% 407M 3s 8000K .......... .......... .......... .......... .......... 47% 356K 3s 8050K .......... .......... .......... .......... .......... 48% 15.2M 3s 8100K .......... .......... .......... .......... .......... 48% 300M 3s 8150K .......... .......... .......... .......... .......... 48% 349M 3s 8200K .......... .......... .......... .......... .......... 48% 404M 3s 8250K .......... .......... .......... .......... .......... 49% 548M 3s 8300K .......... .......... .......... .......... .......... 49% 480M 3s 8350K .......... .......... .......... .......... .......... 49% 371M 3s 8400K .......... .......... .......... .......... .......... 50% 360M 3s 8450K .......... .......... .......... .......... .......... 50% 368M 2s 8500K .......... .......... .......... .......... .......... 50% 316M 2s 8550K .......... .......... .......... .......... .......... 50% 367M 2s 8600K .......... .......... .......... .......... .......... 51% 362M 2s 8650K .......... .......... .......... .......... .......... 51% 403M 2s 8700K .......... .......... .......... .......... .......... 51% 11.3M 2s 8750K .......... .......... .......... .......... .......... 52% 337M 2s 8800K .......... .......... .......... .......... .......... 52% 169M 2s 8850K .......... .......... .......... .......... .......... 52% 243M 2s 8900K .......... .......... .......... .......... .......... 53% 393K 2s 8950K .......... .......... .......... .......... .......... 53% 16.1M 2s 9000K .......... .......... .......... .......... .......... 53% 105M 2s 9050K .......... .......... .......... .......... .......... 53% 98.6M 2s 9100K .......... .......... .......... .......... .......... 54% 16.2M 2s 9150K .......... .......... .......... .......... .......... 54% 11.4M 2s 9200K .......... .......... .......... .......... .......... 54% 91.4M 2s 9250K .......... .......... .......... .......... .......... 55% 48.7M 2s 9300K .......... .......... .......... .......... .......... 55% 249M 2s 9350K .......... .......... .......... .......... .......... 55% 396K 2s 9400K .......... .......... .......... .......... .......... 56% 13.8M 2s 9450K .......... .......... .......... .......... .......... 56% 91.9M 2s 9500K .......... .......... .......... .......... .......... 56% 94.4M 2s 9550K .......... .......... .......... .......... .......... 56% 27.6M 2s 9600K .......... .......... .......... .......... .......... 57% 9.72M 2s 9650K .......... .......... .......... .......... .......... 57% 92.7M 2s 9700K .......... .......... .......... .......... .......... 57% 86.2M 2s 9750K .......... .......... .......... .......... .......... 58% 79.2M 2s 9800K .......... .......... .......... .......... .......... 58% 390K 2s 9850K .......... .......... .......... .......... .......... 58% 28.4M 2s 9900K .......... .......... .......... .......... .......... 58% 48.8M 2s 9950K .......... .......... .......... .......... .......... 59% 266M 2s 10000K .......... .......... .......... .......... .......... 59% 25.5M 2s 10050K .......... .......... .......... .......... .......... 59% 6.78M 2s 10100K .......... .......... .......... .......... .......... 60% 229M 2s 10150K .......... .......... .......... .......... .......... 60% 123M 2s 10200K .......... .......... .......... .......... .......... 60% 94.2M 2s 10250K .......... .......... .......... .......... .......... 61% 402K 2s 10300K .......... .......... .......... .......... .......... 61% 12.9M 2s 10350K .......... .......... .......... .......... .......... 61% 102M 2s 10400K .......... .......... .......... .......... .......... 61% 48.8M 2s 10450K .......... .......... .......... .......... .......... 62% 22.8M 2s 10500K .......... .......... .......... .......... .......... 62% 6.22M 2s 10550K .......... .......... .......... .......... .......... 62% 201M 2s 10600K .......... .......... .......... .......... .......... 63% 350M 2s 10650K .......... .......... .......... .......... .......... 63% 336M 2s 10700K .......... .......... .......... .......... .......... 63% 402K 2s 10750K .......... .......... .......... .......... .......... 64% 12.7M 2s 10800K .......... .......... .......... .......... .......... 64% 325M 2s 10850K .......... .......... .......... .......... .......... 64% 12.3M 2s 10900K .......... .......... .......... .......... .......... 64% 306M 2s 10950K .......... .......... .......... .......... .......... 65% 4.90M 2s 11000K .......... .......... .......... .......... .......... 65% 269M 2s 11050K .......... .......... .......... .......... .......... 65% 309M 2s 11100K .......... .......... .......... .......... .......... 66% 365M 2s 11150K .......... .......... .......... .......... .......... 66% 414K 2s 11200K .......... .......... .......... .......... .......... 66% 9.73M 2s 11250K .......... .......... .......... .......... .......... 66% 59.4M 2s 11300K .......... .......... .......... .......... .......... 67% 17.1M 2s 11350K .......... .......... .......... .......... .......... 67% 98.5M 2s 11400K .......... .......... .......... .......... .......... 67% 8.46M 2s 11450K .......... .......... .......... .......... .......... 68% 10.7M 2s 11500K .......... .......... .......... .......... .......... 68% 278M 2s 11550K .......... .......... .......... .......... .......... 68% 317M 2s 11600K .......... .......... .......... .......... .......... 69% 414K 2s 11650K .......... .......... .......... .......... .......... 69% 6.13M 2s 11700K .......... .......... .......... .......... .......... 69% 345M 2s 11750K .......... .......... .......... .......... .......... 69% 303M 2s 11800K .......... .......... .......... .......... .......... 70% 325M 1s 11850K .......... .......... .......... .......... .......... 70% 6.59M 1s 11900K .......... .......... .......... .......... .......... 70% 14.1M 1s 11950K .......... .......... .......... .......... .......... 71% 207M 1s 12000K .......... .......... .......... .......... .......... 71% 99.2M 1s 12050K .......... .......... .......... .......... .......... 71% 417K 1s 12100K .......... .......... .......... .......... .......... 72% 6.15M 1s 12150K .......... .......... .......... .......... .......... 72% 27.0M 1s 12200K .......... .......... .......... .......... .......... 72% 451M 1s 12250K .......... .......... .......... .......... .......... 72% 457M 1s 12300K .......... .......... .......... .......... .......... 73% 14.2M 1s 12350K .......... .......... .......... .......... .......... 73% 8.89M 1s 12400K .......... .......... .......... .......... .......... 73% 56.9M 1s 12450K .......... .......... .......... .......... .......... 74% 138M 1s 12500K .......... .......... .......... .......... .......... 74% 417K 1s 12550K .......... .......... .......... .......... .......... 74% 6.10M 1s 12600K .......... .......... .......... .......... .......... 74% 12.2M 1s 12650K .......... .......... .......... .......... .......... 75% 258M 1s 12700K .......... .......... .......... .......... .......... 75% 243M 1s 12750K .......... .......... .......... .......... .......... 75% 374M 1s 12800K .......... .......... .......... .......... .......... 76% 8.52M 1s 12850K .......... .......... .......... .......... .......... 76% 37.7M 1s 12900K .......... .......... .......... .......... .......... 76% 41.1M 1s 12950K .......... .......... .......... .......... .......... 77% 419K 1s 13000K .......... .......... .......... .......... .......... 77% 6.33M 1s 13050K .......... .......... .......... .......... .......... 77% 11.6M 1s 13100K .......... .......... .......... .......... .......... 77% 97.1M 1s 13150K .......... .......... .......... .......... .......... 78% 107M 1s 13200K .......... .......... .......... .......... .......... 78% 98.9M 1s 13250K .......... .......... .......... .......... .......... 78% 10.6M 1s 13300K .......... .......... .......... .......... .......... 79% 20.9M 1s 13350K .......... .......... .......... .......... .......... 79% 375M 1s 13400K .......... .......... .......... .......... .......... 79% 421K 1s 13450K .......... .......... .......... .......... .......... 80% 6.07M 1s 13500K .......... .......... .......... .......... .......... 80% 12.1M 1s 13550K .......... .......... .......... .......... .......... 80% 89.5M 1s 13600K .......... .......... .......... .......... .......... 80% 95.8M 1s 13650K .......... .......... .......... .......... .......... 81% 90.8M 1s 13700K .......... .......... .......... .......... .......... 81% 9.98M 1s 13750K .......... .......... .......... .......... .......... 81% 23.2M 1s 13800K .......... .......... .......... .......... .......... 82% 24.0M 1s 13850K .......... .......... .......... .......... .......... 82% 423K 1s 13900K .......... .......... .......... .......... .......... 82% 6.29M 1s 13950K .......... .......... .......... .......... .......... 82% 12.2M 1s 14000K .......... .......... .......... .......... .......... 83% 283M 1s 14050K .......... .......... .......... .......... .......... 83% 318M 1s 14100K .......... .......... .......... .......... .......... 83% 314M 1s 14150K .......... .......... .......... .......... .......... 84% 8.14M 1s 14200K .......... .......... .......... .......... .......... 84% 37.5M 1s 14250K .......... .......... .......... .......... .......... 84% 34.8M 1s 14300K .......... .......... .......... .......... .......... 85% 422K 1s 14350K .......... .......... .......... .......... .......... 85% 5.85M 1s 14400K .......... .......... .......... .......... .......... 85% 12.1M 1s 14450K .......... .......... .......... .......... .......... 85% 223M 1s 14500K .......... .......... .......... .......... .......... 86% 110M 1s 14550K .......... .......... .......... .......... .......... 86% 88.5M 1s 14600K .......... .......... .......... .......... .......... 86% 4.53M 1s 14650K .......... .......... .......... .......... .......... 87% 361M 1s 14700K .......... .......... .......... .......... .......... 87% 334M 1s 14750K .......... .......... .......... .......... .......... 87% 432K 1s 14800K .......... .......... .......... .......... .......... 88% 338M 1s 14850K .......... .......... .......... .......... .......... 88% 4.86M 1s 14900K .......... .......... .......... .......... .......... 88% 20.6M 1s 14950K .......... .......... .......... .......... .......... 88% 271M 1s 15000K .......... .......... .......... .......... .......... 89% 25.1M 1s 15050K .......... .......... .......... .......... .......... 89% 5.10M 1s 15100K .......... .......... .......... .......... .......... 89% 220M 1s 15150K .......... .......... .......... .......... .......... 90% 13.8M 0s 15200K .......... .......... .......... .......... .......... 90% 1.84M 0s 15250K .......... .......... .......... .......... .......... 90% 584K 0s 15300K .......... .......... .......... .......... .......... 90% 6.17M 0s 15350K .......... .......... .......... .......... .......... 91% 12.0M 0s 15400K .......... .......... .......... .......... .......... 91% 12.1M 0s 15450K .......... .......... .......... .......... .......... 91% 314M 0s 15500K .......... .......... .......... .......... .......... 92% 330M 0s 15550K .......... .......... .......... .......... .......... 92% 6.43M 0s 15600K .......... .......... .......... .......... .......... 92% 366M 0s 15650K .......... .......... .......... .......... .......... 93% 1.66M 0s 15700K .......... .......... .......... .......... .......... 93% 584K 0s 15750K .......... .......... .......... .......... .......... 93% 5.34M 0s 15800K .......... .......... .......... .......... .......... 93% 13.3M 0s 15850K .......... .......... .......... .......... .......... 94% 8.66M 0s 15900K .......... .......... .......... .......... .......... 94% 354M 0s 15950K .......... .......... .......... .......... .......... 94% 400M 0s 16000K .......... .......... .......... .......... .......... 95% 7.85M 0s 16050K .......... .......... .......... .......... .......... 95% 51.0M 0s 16100K .......... .......... .......... .......... .......... 95% 10.1M 0s 16150K .......... .......... .......... .......... .......... 96% 454K 0s 16200K .......... .......... .......... .......... .......... 96% 4.07M 0s 16250K .......... .......... .......... .......... .......... 96% 399M 0s 16300K .......... .......... .......... .......... .......... 96% 6.22M 0s 16350K .......... .......... .......... .......... .......... 97% 337M 0s 16400K .......... .......... .......... .......... .......... 97% 431M 0s 16450K .......... .......... .......... .......... .......... 97% 15.8M 0s 16500K .......... .......... .......... .......... .......... 98% 71.3M 0s 16550K .......... .......... .......... .......... .......... 98% 6.92M 0s 16600K .......... .......... .......... .......... .......... 98% 460K 0s 16650K .......... .......... .......... .......... .......... 98% 4.10M 0s 16700K .......... .......... .......... .......... .......... 99% 105M 0s 16750K .......... .......... .......... .......... .......... 99% 9.43M 0s 16800K .......... .......... .......... .......... .......... 99% 16.0M 0s 16850K .......... .......... 100% 380M=5.1s 2023-02-20 00:50:58 (3.25 MB/s) - '/tmp/instance-5/output-1/build/.u-boot-2021.07.tar.bz2.hV8NdI/output' saved [17275746] u-boot-2021.07.tar.bz2: OK (sha256: 312b7eeae44581d1362c3a3f02c28d806647756c82ba8c72241c7cdbe68ba77e) >>> host-uboot-tools 2021.07 Extracting bzcat /tmp/instance-5/dl/uboot-tools/u-boot-2021.07.tar.bz2 | tar --strip-components=1 -C /tmp/instance-5/output-1/build/host-uboot-tools-2021.07 -xf - >>> host-uboot-tools 2021.07 Patching Applying 0001-drop-configh-from-tools.patch using patch: patching file tools/env/fw_env_private.h Applying 0002-tools-only-in-no-dot-config-targets.patch using patch: patching file Makefile Hunk #1 succeeded at 511 (offset 25 lines). Applying 0003-tools-Makefile-fix-C-LD-FLAGS-with-CROSS_BUILD_TOOLS.patch using patch: patching file tools/Makefile Hunk #1 succeeded at 310 (offset -6 lines). >>> host-uboot-tools 2021.07 Configuring mkdir -p /tmp/instance-5/output-1/build/host-uboot-tools-2021.07/include/config touch /tmp/instance-5/output-1/build/host-uboot-tools-2021.07/include/config/auto.conf mkdir -p /tmp/instance-5/output-1/build/host-uboot-tools-2021.07/include/generated touch /tmp/instance-5/output-1/build/host-uboot-tools-2021.07/include/generated/autoconf.h echo >> /tmp/instance-5/output-1/build/host-uboot-tools-2021.07/include/generated/autoconf.h mkdir -p /tmp/instance-5/output-1/build/host-uboot-tools-2021.07/include/asm touch /tmp/instance-5/output-1/build/host-uboot-tools-2021.07/include/asm/linkage.h >>> host-uboot-tools 2021.07 Building /home/autobuild/make/make -j1 -C /tmp/instance-5/output-1/build/host-uboot-tools-2021.07 HOSTCC="/tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc" HOSTCFLAGS="-O2 -I/tmp/instance-5/output-1/host/include" HOSTLDFLAGS="-L/tmp/instance-5/output-1/host/lib -Wl,-rpath,/tmp/instance-5/output-1/host/lib" CONFIG_EFI_HAVE_CAPSULE_SUPPORT=y tools-only make[1]: Entering directory '/tmp/instance-5/output-1/build/host-uboot-tools-2021.07' HOSTCC scripts/basic/fixdep UPD include/config/uboot.release UPD include/generated/version_autogenerated.h UPD include/generated/timestamp_autogenerated.h COPY tools/version.h HOSTCC tools/mkenvimage.o HOSTCC tools/os_support.o WRAP tools/lib/crc32.c tools/Makefile:251: warning: pattern recipe did not update peer target 'tools/common/crc32.c'. HOSTCC tools/lib/crc32.o HOSTLD tools/mkenvimage HOSTCC tools/aisimage.o HOSTCC tools/atmelimage.o WRAP tools/common/fdt_region.c tools/Makefile:251: warning: pattern recipe did not update peer target 'tools/env/fdt_region.c'. tools/Makefile:251: warning: pattern recipe did not update peer target 'tools/lib/fdt_region.c'. HOSTCC tools/common/fdt_region.o WRAP tools/common/bootm.c tools/Makefile:251: warning: pattern recipe did not update peer target 'tools/env/bootm.c'. tools/Makefile:251: warning: pattern recipe did not update peer target 'tools/lib/bootm.c'. HOSTCC tools/common/bootm.o HOSTCC tools/default_image.o WRAP tools/lib/fdtdec_common.c tools/Makefile:251: warning: pattern recipe did not update peer target 'tools/env/fdtdec_common.c'. tools/Makefile:251: warning: pattern recipe did not update peer target 'tools/common/fdtdec_common.c'. HOSTCC tools/lib/fdtdec_common.o WRAP tools/lib/fdtdec.c tools/Makefile:251: warning: pattern recipe did not update peer target 'tools/env/fdtdec.c'. tools/Makefile:251: warning: pattern recipe did not update peer target 'tools/common/fdtdec.c'. HOSTCC tools/lib/fdtdec.o WRAP tools/common/image.c tools/Makefile:251: warning: pattern recipe did not update peer target 'tools/env/image.c'. tools/Makefile:251: warning: pattern recipe did not update peer target 'tools/lib/image.c'. HOSTCC tools/common/image.o HOSTCC tools/imagetool.o HOSTCC tools/imximage.o HOSTCC tools/imx8image.o HOSTCC tools/imx8mimage.o HOSTCC tools/kwbimage.o WRAP tools/lib/md5.c tools/Makefile:251: warning: pattern recipe did not update peer target 'tools/env/md5.c'. tools/Makefile:251: warning: pattern recipe did not update peer target 'tools/common/md5.c'. HOSTCC tools/lib/md5.o HOSTCC tools/lpc32xximage.o HOSTCC tools/mxsimage.o HOSTCC tools/omapimage.o HOSTCC tools/pblimage.o HOSTCC tools/pbl_crc32.o HOSTCC tools/vybridimage.o HOSTCC tools/stm32image.o WRAP tools/lib/rc4.c tools/Makefile:251: warning: pattern recipe did not update peer target 'tools/env/rc4.c'. tools/Makefile:251: warning: pattern recipe did not update peer target 'tools/common/rc4.c'. HOSTCC tools/lib/rc4.o HOSTCC tools/rkcommon.o HOSTCC tools/rkimage.o HOSTCC tools/rksd.o HOSTCC tools/rkspi.o HOSTCC tools/socfpgaimage.o HOSTCC tools/sunxi_egon.o WRAP tools/lib/crc16.c tools/Makefile:251: warning: pattern recipe did not update peer target 'tools/env/crc16.c'. tools/Makefile:251: warning: pattern recipe did not update peer target 'tools/common/crc16.c'. HOSTCC tools/lib/crc16.o WRAP tools/lib/hash-checksum.c tools/Makefile:251: warning: pattern recipe did not update peer target 'tools/env/hash-checksum.c'. tools/Makefile:251: warning: pattern recipe did not update peer target 'tools/common/hash-checksum.c'. HOSTCC tools/lib/hash-checksum.o WRAP tools/lib/sha1.c tools/Makefile:251: warning: pattern recipe did not update peer target 'tools/env/sha1.c'. tools/Makefile:251: warning: pattern recipe did not update peer target 'tools/common/sha1.c'. HOSTCC tools/lib/sha1.o WRAP tools/lib/sha256.c tools/Makefile:251: warning: pattern recipe did not update peer target 'tools/env/sha256.c'. tools/Makefile:251: warning: pattern recipe did not update peer target 'tools/common/sha256.c'. HOSTCC tools/lib/sha256.o WRAP tools/lib/sha512.c tools/Makefile:251: warning: pattern recipe did not update peer target 'tools/env/sha512.c'. tools/Makefile:251: warning: pattern recipe did not update peer target 'tools/common/sha512.c'. HOSTCC tools/lib/sha512.o WRAP tools/common/hash.c tools/Makefile:251: warning: pattern recipe did not update peer target 'tools/env/hash.c'. tools/Makefile:251: warning: pattern recipe did not update peer target 'tools/lib/hash.c'. HOSTCC tools/common/hash.o HOSTCC tools/ublimage.o HOSTCC tools/zynqimage.o HOSTCC tools/zynqmpimage.o HOSTCC tools/zynqmpbif.o HOSTCC tools/libfdt/fdt.o HOSTCC tools/libfdt/fdt_ro.o HOSTCC tools/libfdt/fdt_wip.o HOSTCC tools/libfdt/fdt_sw.o HOSTCC tools/libfdt/fdt_rw.o HOSTCC tools/libfdt/fdt_strerror.o HOSTCC tools/libfdt/fdt_empty_tree.o HOSTCC tools/libfdt/fdt_addresses.o HOSTCC tools/libfdt/fdt_overlay.o HOSTCC tools/gpimage.o HOSTCC tools/gpimage-common.o HOSTCC tools/mtk_image.o HOSTCC tools/dumpimage.o HOSTLD tools/dumpimage HOSTCC tools/mkimage.o HOSTLD tools/mkimage HOSTCC tools/proftool HOSTCC tools/fdtgrep.o HOSTLD tools/fdtgrep HOSTCC tools/mkeficapsule.o HOSTLD tools/mkeficapsule make[1]: Leaving directory '/tmp/instance-5/output-1/build/host-uboot-tools-2021.07' /home/autobuild/make/make -j1 -C /tmp/instance-5/output-1/build/host-uboot-tools-2021.07 HOSTCC="/tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc" HOSTCFLAGS="-O2 -I/tmp/instance-5/output-1/host/include" HOSTLDFLAGS="-L/tmp/instance-5/output-1/host/lib -Wl,-rpath,/tmp/instance-5/output-1/host/lib" CONFIG_EFI_HAVE_CAPSULE_SUPPORT=y envtools no-dot-config-targets=envtools make[1]: Entering directory '/tmp/instance-5/output-1/build/host-uboot-tools-2021.07' UPD include/generated/timestamp_autogenerated.h AR tools/env/built-in.o HOSTCC tools/env/crc32.o HOSTCC tools/env/ctype.o HOSTCC tools/env/env_attr.o HOSTCC tools/env/env_flags.o HOSTCC tools/env/fw_env.o HOSTCC tools/env/linux_string.o AR tools/env/lib.a HOSTCC tools/env/fw_env_main.o HOSTLD tools/env/fw_printenv STRIP tools/env/fw_printenv make[1]: Leaving directory '/tmp/instance-5/output-1/build/host-uboot-tools-2021.07' >>> host-uboot-tools 2021.07 Installing to host directory /usr/bin/install -m 0755 -D /tmp/instance-5/output-1/build/host-uboot-tools-2021.07/tools/mkimage /tmp/instance-5/output-1/host/bin/mkimage /usr/bin/install -m 0755 -D /tmp/instance-5/output-1/build/host-uboot-tools-2021.07/tools/mkeficapsule /tmp/instance-5/output-1/host/bin/mkeficapsule /usr/bin/install -m 0755 -D /tmp/instance-5/output-1/build/host-uboot-tools-2021.07/tools/mkenvimage /tmp/instance-5/output-1/host/bin/mkenvimage /usr/bin/install -m 0755 -D /tmp/instance-5/output-1/build/host-uboot-tools-2021.07/tools/dumpimage /tmp/instance-5/output-1/host/bin/dumpimage /usr/bin/install -m 0755 -D /tmp/instance-5/output-1/build/host-uboot-tools-2021.07/tools/env/fw_printenv /tmp/instance-5/output-1/host/bin/fw_printenv ln -sf /tmp/instance-5/output-1/host/bin/fw_printenv /tmp/instance-5/output-1/host/bin/fw_setenv make[1]: Entering directory '/tmp/instance-5/output-1/build/linux-6.1.11' HOSTCC scripts/basic/fixdep HOSTCC scripts/kconfig/conf.o HOSTCC scripts/kconfig/confdata.o HOSTCC scripts/kconfig/expr.o LEX scripts/kconfig/lexer.lex.c YACC scripts/kconfig/parser.tab.[ch] HOSTCC scripts/kconfig/lexer.lex.o HOSTCC scripts/kconfig/menu.o HOSTCC scripts/kconfig/parser.tab.o HOSTCC scripts/kconfig/preprocess.o HOSTCC scripts/kconfig/symbol.o HOSTCC scripts/kconfig/util.o HOSTLD scripts/kconfig/conf *** Default configuration is based on 'shx3_defconfig' # # configuration written to .config # make[1]: Leaving directory '/tmp/instance-5/output-1/build/linux-6.1.11' Using /tmp/instance-5/output-1/build/linux-6.1.11/.config as base # # merged configuration written to /tmp/instance-5/output-1/build/linux-6.1.11/.config (needs make) # make[1]: Entering directory '/tmp/instance-5/output-1/build/linux-6.1.11' # # No change to .config # make[1]: Leaving directory '/tmp/instance-5/output-1/build/linux-6.1.11' /usr/bin/sed -i -e '/^\(# \)\?CONFIG_KERNEL_GZIP\>/d' /tmp/instance-5/output-1/build/linux-6.1.11//.config && echo '# CONFIG_KERNEL_GZIP is not set' >> /tmp/instance-5/output-1/build/linux-6.1.11//.config /usr/bin/sed -i -e '/^\(# \)\?CONFIG_KERNEL_LZ4\>/d' /tmp/instance-5/output-1/build/linux-6.1.11//.config && echo '# CONFIG_KERNEL_LZ4 is not set' >> /tmp/instance-5/output-1/build/linux-6.1.11//.config /usr/bin/sed -i -e '/^\(# \)\?CONFIG_KERNEL_LZO\>/d' /tmp/instance-5/output-1/build/linux-6.1.11//.config && echo '# CONFIG_KERNEL_LZO is not set' >> /tmp/instance-5/output-1/build/linux-6.1.11//.config /usr/bin/sed -i -e '/^\(# \)\?CONFIG_KERNEL_XZ\>/d' /tmp/instance-5/output-1/build/linux-6.1.11//.config && echo '# CONFIG_KERNEL_XZ is not set' >> /tmp/instance-5/output-1/build/linux-6.1.11//.config /usr/bin/sed -i -e '/^\(# \)\?CONFIG_KERNEL_ZSTD\>/d' /tmp/instance-5/output-1/build/linux-6.1.11//.config && echo '# CONFIG_KERNEL_ZSTD is not set' >> /tmp/instance-5/output-1/build/linux-6.1.11//.config /usr/bin/sed -i -e '/^\(# \)\?CONFIG_KERNEL_UNCOMPRESSED\>/d' /tmp/instance-5/output-1/build/linux-6.1.11//.config && echo '# CONFIG_KERNEL_UNCOMPRESSED is not set' >> /tmp/instance-5/output-1/build/linux-6.1.11//.config if grep -q "^CONFIG_DEBUG_INFO_BTF=y" /tmp/instance-5/output-1/build/linux-6.1.11//.config; then echo "To use CONFIG_DEBUG_INFO_BTF, enable host-pahole (BR2_LINUX_KERNEL_NEEDS_HOST_PAHOLE)" 1>&2; exit 1; fi # As the kernel gets compiled before root filesystems are # built, we create a fake cpio file. It'll be # replaced later by the real cpio archive, and the kernel will be # rebuilt using the linux-rebuild-with-initramfs target. /usr/bin/sed -i -e '/^\(# \)\?CONFIG_GCC_PLUGINS\>/d' /tmp/instance-5/output-1/build/linux-6.1.11//.config && echo '# CONFIG_GCC_PLUGINS is not set' >> /tmp/instance-5/output-1/build/linux-6.1.11//.config make[1]: Entering directory '/tmp/instance-5/output-1/build/linux-6.1.11' # # configuration written to .config # make[1]: Leaving directory '/tmp/instance-5/output-1/build/linux-6.1.11' >>> linux 6.1.11 Configuring >>> linux 6.1.11 Building /usr/bin/sed -i -e '/^\(# \)\?CONFIG_GCC_PLUGINS\>/d' /tmp/instance-5/output-1/build/linux-6.1.11//.config && echo '# CONFIG_GCC_PLUGINS is not set' >> /tmp/instance-5/output-1/build/linux-6.1.11//.config PATH="/tmp/instance-5/output-1/host/bin:/tmp/instance-5/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PKG_CONFIG="/tmp/instance-5/output-1/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/tmp/instance-5/output-1/host/lib/pkgconfig:/tmp/instance-5/output-1/host/share/pkgconfig" BR_BINARIES_DIR=/tmp/instance-5/output-1/images KCFLAGS=-Wno-attribute-alias /home/autobuild/make/make -j1 HOSTCC="/tmp/instance-5/output-1/host/bin/ccache /usr/bin/gcc -O2 -I/tmp/instance-5/output-1/host/include -L/tmp/instance-5/output-1/host/lib -Wl,-rpath,/tmp/instance-5/output-1/host/lib" ARCH=sh INSTALL_MOD_PATH=/tmp/instance-5/output-1/target CROSS_COMPILE="/tmp/instance-5/output-1/host/bin/sh4a-buildroot-linux-gnu-" WERROR=0 REGENERATE_PARSERS=1 DEPMOD=/tmp/instance-5/output-1/host/sbin/depmod -C /tmp/instance-5/output-1/build/linux-6.1.11 all make[1]: Entering directory '/tmp/instance-5/output-1/build/linux-6.1.11' SYNC include/config/auto.conf HOSTCC scripts/basic/fixdep HOSTCC scripts/kconfig/conf.o HOSTCC scripts/kconfig/confdata.o HOSTCC scripts/kconfig/expr.o HOSTCC scripts/kconfig/lexer.lex.o HOSTCC scripts/kconfig/menu.o HOSTCC scripts/kconfig/parser.tab.o HOSTCC scripts/kconfig/preprocess.o HOSTCC scripts/kconfig/symbol.o HOSTCC scripts/kconfig/util.o HOSTLD scripts/kconfig/conf SYSHDR arch/sh/include/generated/uapi/asm/unistd_32.h SYSTBL arch/sh/include/generated/asm/syscall_table.h HOSTCC scripts/kallsyms HOSTCC scripts/asn1_compiler WRAP arch/sh/include/generated/uapi/asm/ucontext.h WRAP arch/sh/include/generated/uapi/asm/bitsperlong.h WRAP arch/sh/include/generated/uapi/asm/bpf_perf_event.h WRAP arch/sh/include/generated/uapi/asm/errno.h WRAP arch/sh/include/generated/uapi/asm/fcntl.h WRAP arch/sh/include/generated/uapi/asm/ioctl.h WRAP arch/sh/include/generated/uapi/asm/ipcbuf.h WRAP arch/sh/include/generated/uapi/asm/mman.h WRAP arch/sh/include/generated/uapi/asm/msgbuf.h WRAP arch/sh/include/generated/uapi/asm/param.h WRAP arch/sh/include/generated/uapi/asm/poll.h WRAP arch/sh/include/generated/uapi/asm/resource.h WRAP arch/sh/include/generated/uapi/asm/sembuf.h WRAP arch/sh/include/generated/uapi/asm/setup.h WRAP arch/sh/include/generated/uapi/asm/shmbuf.h WRAP arch/sh/include/generated/uapi/asm/siginfo.h WRAP arch/sh/include/generated/uapi/asm/socket.h WRAP arch/sh/include/generated/uapi/asm/statfs.h WRAP arch/sh/include/generated/uapi/asm/termbits.h WRAP arch/sh/include/generated/uapi/asm/termios.h WRAP arch/sh/include/generated/uapi/asm/types.h WRAP arch/sh/include/generated/asm/kvm_para.h WRAP arch/sh/include/generated/asm/mcs_spinlock.h WRAP arch/sh/include/generated/asm/parport.h WRAP arch/sh/include/generated/asm/archrandom.h WRAP arch/sh/include/generated/asm/compat.h WRAP arch/sh/include/generated/asm/current.h WRAP arch/sh/include/generated/asm/delay.h WRAP arch/sh/include/generated/asm/div64.h WRAP arch/sh/include/generated/asm/dma-mapping.h WRAP arch/sh/include/generated/asm/emergency-restart.h WRAP arch/sh/include/generated/asm/exec.h WRAP arch/sh/include/generated/asm/irq_regs.h WRAP arch/sh/include/generated/asm/irq_work.h WRAP arch/sh/include/generated/asm/kmap_size.h WRAP arch/sh/include/generated/asm/local.h WRAP arch/sh/include/generated/asm/local64.h WRAP arch/sh/include/generated/asm/module.lds.h WRAP arch/sh/include/generated/asm/msi.h WRAP arch/sh/include/generated/asm/percpu.h WRAP arch/sh/include/generated/asm/preempt.h WRAP arch/sh/include/generated/asm/rwonce.h WRAP arch/sh/include/generated/asm/serial.h WRAP arch/sh/include/generated/asm/simd.h WRAP arch/sh/include/generated/asm/softirq_stack.h WRAP arch/sh/include/generated/asm/trace_clock.h WRAP arch/sh/include/generated/asm/unaligned.h WRAP arch/sh/include/generated/asm/xor.h UPD include/config/kernel.release UPD include/generated/uapi/linux/version.h UPD include/generated/utsrelease.h UPD include/generated/compile.h Generating include/generated/machtypes.h CC scripts/mod/empty.o sh4a-buildroot-linux-gnu-gcc.br_real: error: command-line option ‘-m4-nofpu’ is not supported by this configuration sh4a-buildroot-linux-gnu-gcc.br_real: error: command-line option ‘-m4-nofpu’ is not supported by this configuration make[2]: *** [scripts/Makefile.build:250: scripts/mod/empty.o] Error 1 make[1]: *** [Makefile:1281: prepare0] Error 2 make[1]: Leaving directory '/tmp/instance-5/output-1/build/linux-6.1.11' make: *** [package/pkg-generic.mk:293: /tmp/instance-5/output-1/build/linux-6.1.11/.stamp_built] Error 2 make: Leaving directory '/tmp/instance-5/buildroot'